diff --git a/CS/HttpFactoryWithProxy.cs b/CS/HttpFactoryWithProxy.cs new file mode 100644 index 0000000..7e933dc --- /dev/null +++ b/CS/HttpFactoryWithProxy.cs @@ -0,0 +1,42 @@ +using System; +using System.Net; +using System.Net.Http; +using Microsoft.Identity.Client; + +public class HttpFactoryWithProxy : IMsalHttpClientFactory +{ + private static HttpClient _httpClient; + + public public HttpFactoryWithProxy(string proxyURI) : this(proxyURI, null, null) + { + + } + + public HttpFactoryWithProxy(string proxyURI, string proxyUserName = null, string proxyPassword = null) + { + if (_httpClient == null) + { + var proxy = new WebProxy + { + Address = new Uri(proxyURI), + BypassProxyOnLocal = false, + UseDefaultCredentials = false, + Credentials = new NetworkCredential( + userName: proxyUserName, + password: proxyPassword) + }; + + var httpClientHandler = new HttpClientHandler + { + Proxy = proxy, + }; + + _httpClient = new HttpClient(handler: httpClientHandler); + } + } + + public HttpClient GetHttpClient() + { + return _httpClient; + } +} \ No newline at end of file diff --git a/CloudAPIPowerShellManagement-DESKTOP-UCPS639.log b/CloudAPIPowerShellManagement-DESKTOP-UCPS639.log deleted file mode 100644 index 88ac6b5..0000000 --- a/CloudAPIPowerShellManagement-DESKTOP-UCPS639.log +++ /dev/null @@ -1,4471 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/CloudAPIPowerShellManagement.psd1 b/CloudAPIPowerShellManagement.psd1 index 175b7c2..3c02ab5 100644 --- a/CloudAPIPowerShellManagement.psd1 +++ b/CloudAPIPowerShellManagement.psd1 @@ -12,7 +12,7 @@ RootModule = 'CloudAPIPowerShellManagement.psm1' # Version number of this module. -ModuleVersion = '3.9.0' +ModuleVersion = '3.9.1' # Supported PSEditions # CompatiblePSEditions = @() diff --git a/Core.psm1 b/Core.psm1 index 1c1f30b..a0ff272 100644 --- a/Core.psm1 +++ b/Core.psm1 @@ -11,7 +11,7 @@ This module handles the WPF UI function Get-ModuleVersion { - '3.8.1' + '3.9.1' } function Initialize-Window @@ -58,6 +58,7 @@ function Start-CoreApp $global:useDefaultFolderDialog = $false $global:WindowsAPICodePackLoaded = $false + $script:proxyURI = $null $global:loadedModules = @() $global:viewObjects = @() @@ -235,6 +236,8 @@ function Write-Log if(-not $global:logFileMaxSize) { [Int64]$global:logFileMaxSize = Get-SettingValue "LogFileSize" 1024; $global:logFileMaxSize = $global:logFileMaxSize * 1kb } + if($null -eq $global:logOutputError) { $global:logOutputError = Get-SettingValue "LogOutputError" } + $fi = [IO.FileInfo]$global:logFile if($fi.Length -gt $global:logFileMaxSize) @@ -286,12 +289,19 @@ function Write-Log if($type -eq 2) { Write-Warning $Text - $typeStr = "Error" + $typeStr = "Warning" } elseif($type -eq 3) { - $host.ui.WriteErrorLine($Text) - $typeStr = "Warning" + if($global:logOutputError -ne $false) + { + $host.ui.WriteErrorLine($Text) + } + else + { + Write-Warning $Text + } + $typeStr = "Error" } else { @@ -667,8 +677,15 @@ function Show-UpdatesDialog { if($mystream) { $mystream.Dispose() } } + $params = @{} + $proxyURI = Get-ProxyURI + if($proxyURI) + { + $params.Add("proxy", $proxyURI) + $params.Add("UseBasicParsing", $true) + } - $content = Invoke-RestMethod "https://api.github.com/repos/Micke-K/IntuneManagement/contents/ReleaseNotes.md" + $content = Invoke-RestMethod "https://api.github.com/repos/Micke-K/IntuneManagement/contents/ReleaseNotes.md" @params if($content) { $txt = [System.Text.Encoding]::UTF8.GetString(([System.Convert]::FromBase64String($content.content))) @@ -703,7 +720,15 @@ function Get-IsLatestVersion $gitHubVer = $null - $content = Invoke-RestMethod "https://api.github.com/repos/Micke-K/IntuneManagement/releases/latest" + $params = @{} + $proxyURI = Get-ProxyURI + if($proxyURI) + { + $params.Add("proxy", $proxyURI) + $params.Add("UseBasicParsing", $true) + } + + $content = Invoke-RestMethod "https://api.github.com/repos/Micke-K/IntuneManagement/releases/latest" @params if($content.Name) { try @@ -715,7 +740,15 @@ function Get-IsLatestVersion if($null -eq $gitHubVer) { - $content = Invoke-RestMethod "https://api.github.com/repos/Micke-K/IntuneManagement/contents/CloudAPIPowerShellManagement.psd1" + $params = @{} + $proxyURI = Get-ProxyURI + if($proxyURI) + { + $params.Add("proxy", $proxyURI) + $params.Add("UseBasicParsing", $true) + } + + $content = Invoke-RestMethod "https://api.github.com/repos/Micke-K/IntuneManagement/contents/CloudAPIPowerShellManagement.psd1" @params $gitHubText = [System.Text.Encoding]::UTF8.GetString(([System.Convert]::FromBase64String($content.content))) $gitHubInfo = Get-ModuleDataTable $gitHubText try @@ -1150,6 +1183,10 @@ function Expand-FileName [Environment]::SetEnvironmentVariable("DateTime",$null,[System.EnvironmentVariableTarget]::Process) [Environment]::SetEnvironmentVariable("Organization",$null,[System.EnvironmentVariableTarget]::Process) + # Remove invalid path characters + $re = "[{0}]" -f [RegEx]::Escape(([IO.Path]::GetInvalidPathChars() -join '')) + $fileName = $fileName -replace $re + $fileName } @@ -1167,7 +1204,9 @@ function Initialize-Settings $global:Debug = Get-SettingValue "Debug" $global:logFile = $null - $global:logFileMaxSize = $null + $global:logFileMaxSize = $null + $global:logOutputError = $null + $script:proxyURI = $null if($Updated -eq $true) { @@ -1943,6 +1982,14 @@ function Add-DefaultSettings DefaultValue = 1024 }) "General" + Add-SettingsObject (New-Object PSObject -Property @{ + Title = "Add errors to PowerShell output" + Key = "LogOutputError" + Type = "Boolean" + Description = "Write errors to the Error Output of the PS Host. If disabled, errors will be written as a Warning. Eg. disable this if automation should skip logging PowerShell errors." + DefaultValue = $true + }) "General" + Add-SettingsObject (New-Object PSObject -Property @{ Title = "Debug" Key = "Debug" @@ -1998,6 +2045,12 @@ function Add-DefaultSettings Description = "Adds the organization name next to the login info on the menu bar" }) "General" + Add-SettingsObject (New-Object PSObject -Property @{ + Title = "Proxy URI" + Key = "ProxyURI" + Description = "Specify the URI for the proxy eg http://<server>:<port>" + }) "General" + } function Add-SettingsObject @@ -2434,6 +2487,15 @@ function Get-MainWindow } Show-ModalForm $window.Title $script:welcomeForm -HideButtons + } + else + { + ###!!! Force login here + if($global:currentViewObject.ViewInfo.Authenticate) + { + # Skip for now...need additional code to skip previous login and force this based on setting. + #!!!& $global:currentViewObject.ViewInfo.Authenticate -Params (@{"Interactve"=$true}) + } } }) @@ -2694,6 +2756,20 @@ function Get-Base64ScriptContent } } +function Get-ProxyURI +{ + if($null -eq $script:proxyURI) + { + $script:proxyUri = Get-SettingValue "ProxyURI" + } + + if($null -eq $script:proxyURI) + { + $script:proxyUri = "" + } + return $script:proxyURI +} + New-Alias -Name ?? -value Invoke-Coalesce New-Alias -Name ?: -value Invoke-IfTrue Export-ModuleMember -alias * -function * \ No newline at end of file diff --git a/Documentation/ObjectInfo/#microsoft.graph.windowsDriverUpdateProfile.json b/Documentation/ObjectInfo/#microsoft.graph.windowsDriverUpdateProfile.json new file mode 100644 index 0000000..a9f35dc --- /dev/null +++ b/Documentation/ObjectInfo/#microsoft.graph.windowsDriverUpdateProfile.json @@ -0,0 +1,69 @@ +[ + { + "nameResourceKey": "TableHeaders.policyType", + "descriptionResourceKey": "", + "entityKey": "WindowsDriverUpdateProfile.Subtitle.automatic", + "dataType": 200, + "booleanActions": 0, + "category": 1000, + "Condition": { + "Expressions": [ + { + "property": "approvalType", + "value": "automatic" + } + ] + } + }, + { + "nameResourceKey": "TableHeaders.policyType", + "descriptionResourceKey": "", + "entityKey": "WindowsDriverUpdateProfile.Subtitle.manual", + "dataType": 200, + "booleanActions": 0, + "category": 1000, + "Condition": { + "Expressions": [ + { + "property": "approvalType", + "value": "manual" + } + ] + } + }, + { + "nameResourceKey": "WindowsDriverUpdateProfile.Details.ApprovalMethod.label", + "descriptionResourceKey": "", + "entityKey": "approvalType", + "dataType": 16, + "booleanActions": 0, + "category": "TableHeaders.settings", + "options": [ + { + "nameResourceKey": "WindowsDriverUpdateProfile.ApprovalMethod.automatic", + "value": "automatic" + }, + { + "nameResourceKey": "WindowsDriverUpdateProfile.ApprovalMethod.manual", + "value": "manual" + } + ] + }, + { + "nameResourceKey": "WindowsDriverUpdateProfile.Details.DeploymentDeferralInDays.label", + "descriptionResourceKey": "", + "entityKey": "deploymentDeferralInDays", + "formatStringKey": "WindowsDriverUpdateProfile.Details.DeploymentDeferralInDays.value", + "dataType": 108, + "booleanActions": 0, + "category": "TableHeaders.settings", + "Condition": { + "Expressions": [ + { + "property": "approvalType", + "value": "automatic" + } + ] + } + } +] \ No newline at end of file diff --git a/Documentation/ObjectInfo/androiddeviceownerapplications_androiddeviceownergeneral.json b/Documentation/ObjectInfo/androiddeviceownerapplications_androiddeviceownergeneral.json index 388a040..ebd942b 100644 --- a/Documentation/ObjectInfo/androiddeviceownerapplications_androiddeviceownergeneral.json +++ b/Documentation/ObjectInfo/androiddeviceownerapplications_androiddeviceownergeneral.json @@ -113,6 +113,164 @@ "defaultValue": false, "policyType": 2, "enabled": true + }, + { + "columns": [ + { + "metadata": { + "dataType": 20, + "category": 2, + "nameResourceKey": "appNameName", + "descriptionResourceKey": "Empty", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "name", + "booleanActions": 0, + "policyType": 2, + "enabled": false + } + }, + { + "metadata": { + "dataType": 20, + "category": 2, + "nameResourceKey": "packageName", + "descriptionResourceKey": "Empty", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "appId", + "booleanActions": 0, + "policyType": 2, + "enabled": false + } + }, + { + "metadata": { + "dataType": 20, + "category": 2, + "nameResourceKey": "appUrlName", + "descriptionResourceKey": "Empty", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "appStoreUrl", + "booleanActions": 0, + "policyType": 2, + "enabled": false + } + }, + { + "metadata": { + "dataType": 20, + "category": 2, + "nameResourceKey": "appPublisherName", + "descriptionResourceKey": "Empty", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "publisher", + "booleanActions": 0, + "policyType": 2, + "enabled": false + } + } + ], + "dataType": 21, + "category": 2, + "nameResourceKey": "certificateInstallTitle", + "descriptionResourceKey": "certificateInstallDescription", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "certInstallApps", + "booleanActions": 0, + "policyType": 2, + "enabled": false + }, + { + "complexOptions": [ + { + "dataType": 11, + "category": 2, + "nameResourceKey": "selectSecurityApp", + "descriptionResourceKey": "empty", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "securityLogAppId", + "booleanActions": 0, + "policyType": 2, + "enabled": true + } + ], + "dataType": 5, + "category": 2, + "nameResourceKey": "securityLogsTitle", + "emptyValueResourceKey": "selectSecurityApp", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "securityLogApp", + "booleanActions": 0, + "policyType": 2, + "enabled": false + }, + { + "complexOptions": [ + { + "dataType": 11, + "category": 2, + "nameResourceKey": "selectNetworkApp", + "descriptionResourceKey": "empty", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "networkLogAppId", + "booleanActions": 0, + "policyType": 2, + "enabled": true + } + ], + "dataType": 5, + "category": 2, + "nameResourceKey": "networkLogsTitle", + "emptyValueResourceKey": "selectNetworkApp", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "networkLogApp", + "booleanActions": 0, + "policyType": 2, + "enabled": false } ], "options": [ diff --git a/Documentation/ObjectInfo/devicehealth_complianceandroid.json b/Documentation/ObjectInfo/devicehealth_complianceandroid.json index b417e43..2f24531 100644 --- a/Documentation/ObjectInfo/devicehealth_complianceandroid.json +++ b/Documentation/ObjectInfo/devicehealth_complianceandroid.json @@ -154,8 +154,8 @@ { "dataType": 16, "category": 39, - "nameResourceKey": "safetyNetAttestationOptionsName", - "descriptionResourceKey": "safetyNetAttestationOptionsDescription", + "nameResourceKey": "playIntegrityVerdictOptionsName", + "descriptionResourceKey": "playIntegrityVerdictOptionsDescription", "childSettings": [ ], @@ -166,17 +166,17 @@ "enabled": true }, { - "nameResourceKey": "androidSafetyNetbasicIntegrity", + "nameResourceKey": "androidPlayIntegrityVerdictBasicIntegrity", "value": "basicIntegrity", "enabled": true }, { - "nameResourceKey": "androidSafetyNetBasicIntegrityAndCertified", + "nameResourceKey": "androidPlayIntegrityVerdictBasicAndDeviceIntegrity", "value": "basicIntegrityAndCertified", "enabled": true } ], - "entityKey": "androidSafetyNetAttestationOptions", + "entityKey": "androidPlayIntegrityVerdictOptions", "booleanActions": 0, "defaultValue": "notConfigured", "unconfiguredValue": "notConfigured", diff --git a/Documentation/ObjectInfo/devicehealth_complianceandroiddeviceowner.json b/Documentation/ObjectInfo/devicehealth_complianceandroiddeviceowner.json index a47df15..ee6656a 100644 --- a/Documentation/ObjectInfo/devicehealth_complianceandroiddeviceowner.json +++ b/Documentation/ObjectInfo/devicehealth_complianceandroiddeviceowner.json @@ -52,8 +52,8 @@ { "dataType": 16, "category": 39, - "nameResourceKey": "safetyNetAttestationOptionsName", - "descriptionResourceKey": "safetyNetAttestationOptionsDescription", + "nameResourceKey": "playIntegrityVerdictOptionsName", + "descriptionResourceKey": "playIntegrityVerdictOptionsDescription", "childSettings": [ ], @@ -64,17 +64,17 @@ "enabled": true }, { - "nameResourceKey": "androidSafetyNetbasicIntegrity", + "nameResourceKey": "androidPlayIntegrityVerdictBasicIntegrity", "value": "basicIntegrity", "enabled": true }, { - "nameResourceKey": "androidSafetyNetBasicIntegrityAndCertified", + "nameResourceKey": "androidPlayIntegrityVerdictBasicAndDeviceIntegrity", "value": "basicIntegrityAndCertified", "enabled": true } ], - "entityKey": "androidSafetyNetAttestationOptions", + "entityKey": "androidPlayIntegrityVerdictOptions", "booleanActions": 0, "defaultValue": "notConfigured", "unconfiguredValue": "notConfigured", diff --git a/Documentation/ObjectInfo/devicehealth_complianceandroidforwork.json b/Documentation/ObjectInfo/devicehealth_complianceandroidforwork.json index f93925a..c837def 100644 --- a/Documentation/ObjectInfo/devicehealth_complianceandroidforwork.json +++ b/Documentation/ObjectInfo/devicehealth_complianceandroidforwork.json @@ -103,8 +103,8 @@ { "dataType": 16, "category": 39, - "nameResourceKey": "safetyNetAttestationOptionsName", - "descriptionResourceKey": "safetyNetAttestationOptionsDescription", + "nameResourceKey": "playIntegrityVerdictOptionsName", + "descriptionResourceKey": "playIntegrityVerdictOptionsDescription", "childSettings": [ ], @@ -115,25 +115,25 @@ "enabled": true }, { - "nameResourceKey": "androidSafetyNetbasicIntegrity", + "nameResourceKey": "androidPlayIntegrityVerdictBasicIntegrity", "value": "basicIntegrity", "children": [ { "dataType": 16, "category": 39, - "nameResourceKey": "requiredAndroidSafetyNetEvaluationTypeName", - "descriptionResourceKey": "requiredAndroidSafetyNetEvaluationTypeDescription", + "nameResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeName", + "descriptionResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription", "childSettings": [ ], "options": [ { - "nameResourceKey": "requiredAndroidSafetyNetEvaluationTypeBasic", + "nameResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic", "value": "basic", "enabled": true }, { - "nameResourceKey": "requiredAndroidSafetyNetEvaluationTypeHardwareBacked", + "nameResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked", "value": "hardwareBacked", "enabled": true } @@ -149,25 +149,25 @@ "enabled": true }, { - "nameResourceKey": "androidSafetyNetBasicIntegrityAndCertified", + "nameResourceKey": "androidPlayIntegrityVerdictBasicAndDeviceIntegrity", "value": "basicIntegrityAndCertified", "children": [ { "dataType": 16, "category": 39, - "nameResourceKey": "requiredAndroidSafetyNetEvaluationTypeName", - "descriptionResourceKey": "requiredAndroidSafetyNetEvaluationTypeDescription", + "nameResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeName", + "descriptionResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription", "childSettings": [ ], "options": [ { - "nameResourceKey": "requiredAndroidSafetyNetEvaluationTypeBasic", + "nameResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic", "value": "basic", "enabled": true }, { - "nameResourceKey": "requiredAndroidSafetyNetEvaluationTypeHardwareBacked", + "nameResourceKey": "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked", "value": "hardwareBacked", "enabled": true } @@ -183,7 +183,7 @@ "enabled": true } ], - "entityKey": "androidSafetyNetAttestationOptions", + "entityKey": "androidPlayIntegrityVerdictOptions", "booleanActions": 0, "defaultValue": "notConfigured", "unconfiguredValue": "notConfigured", diff --git a/Documentation/ObjectInfo/devicehealth_compliancewindows10.json b/Documentation/ObjectInfo/devicehealth_compliancewindows10.json index 3c23583..f11582f 100644 --- a/Documentation/ObjectInfo/devicehealth_compliancewindows10.json +++ b/Documentation/ObjectInfo/devicehealth_compliancewindows10.json @@ -1,68 +1,178 @@ { - "devicehealth_compliancewindows10": { - "isSettingDescription": false, - "showAsSectionHeader": false, - "dataType": 8, - "category": 39, - "nameResourceKey": "complianceWindowsDeviceHealthAttestationHeader", - "childSettings": [ - { - "dataType": 0, - "category": 39, - "nameResourceKey": "bitLockerEnabledName", - "descriptionResourceKey": "bitLockerEnabledDescription", - "childSettings": [ + "devicehealth_compliancewindows10": [ + { + "isSettingDescription": false, + "showAsSectionHeader": false, + "dataType": 8, + "category": 39, + "nameResourceKey": "complianceWindowsDeviceHealthAttestationHeader", + "childSettings": [ - ], - "options": [ + ], + "options": [ - ], - "entityKey": "bitLockerEnabled", - "booleanActions": 1, - "defaultValue": false, - "policyType": 35, - "enabled": true - }, - { - "dataType": 0, - "category": 39, - "nameResourceKey": "secureBootEnabledName", - "descriptionResourceKey": "secureBootEnabledDescription", - "childSettings": [ + ], + "booleanActions": 0, + "policyType": 35, + "enabled": true + }, + { + "isSettingDescription": false, + "showAsSectionHeader": false, + "dataType": 8, + "category": 39, + "nameResourceKey": "complianceWindows10DeviceHealthAttestationHeader", + "childSettings": [ + { + "dataType": 0, + "category": 39, + "nameResourceKey": "bitLockerEnabledName", + "childSettings": [ - ], - "options": [ + ], + "options": [ - ], - "entityKey": "secureBootEnabled", - "booleanActions": 1, - "defaultValue": false, - "policyType": 35, - "enabled": true - }, - { - "dataType": 0, - "category": 39, - "nameResourceKey": "codeIntegrityEnabledName", - "descriptionResourceKey": "codeIntegrityEnabledDescription", - "childSettings": [ + ], + "entityKey": "bitLockerEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": true + }, + { + "dataType": 0, + "category": 39, + "nameResourceKey": "secureBootEnabledName", + "childSettings": [ - ], - "options": [ + ], + "options": [ - ], - "entityKey": "codeIntegrityEnabled", - "booleanActions": 1, - "defaultValue": false, - "policyType": 35, - "enabled": true - } - ], - "options": [ + ], + "entityKey": "secureBootEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": true + }, + { + "dataType": 0, + "category": 39, + "nameResourceKey": "codeIntegrityEnabledName", + "childSettings": [ - ], - "booleanActions": 0, - "policyType": 35, - "enabled": true - } + ], + "options": [ + + ], + "entityKey": "codeIntegrityEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": true + } + ], + "options": [ + + ], + "booleanActions": 0, + "policyType": 35, + "enabled": true + }, + { + "isSettingDescription": false, + "showAsSectionHeader": false, + "dataType": 8, + "category": 39, + "nameResourceKey": "complianceWindows11DeviceHealthAttestationHeader", + "childSettings": [ + { + "dataType": 0, + "category": 39, + "nameResourceKey": "earlyLaunchAntiMalwareDriverEnabledName", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "earlyLaunchAntiMalwareDriverEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": false + }, + { + "dataType": 0, + "category": 39, + "nameResourceKey": "firmwareProtectionEnabledName", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "firmwareProtectionEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": false + }, + { + "dataType": 0, + "category": 39, + "nameResourceKey": "hvciEnabledName", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "memoryIntegrityEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": false + }, + { + "dataType": 0, + "category": 39, + "nameResourceKey": "memoryAccessProtectionEnabledName", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "kernelDmaProtectionEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": false + }, + { + "dataType": 0, + "category": 39, + "nameResourceKey": "virtualizationBasedSecurityEnabledName", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "virtualizationBasedSecurityEnabled", + "booleanActions": 1, + "defaultValue": false, + "policyType": 35, + "enabled": false + } + ], + "options": [ + + ], + "booleanActions": 0, + "policyType": 35, + "enabled": false + } + ] } diff --git a/Documentation/ObjectInfo/scepproperties_androiddeviceownerscep.json b/Documentation/ObjectInfo/scepproperties_androiddeviceownerscep.json index 325f707..5cd758a 100644 --- a/Documentation/ObjectInfo/scepproperties_androiddeviceownerscep.json +++ b/Documentation/ObjectInfo/scepproperties_androiddeviceownerscep.json @@ -448,6 +448,12 @@ "displayText": "2048", "value": "size2048", "enabled": true + }, + { + "nameResourceKey": "", + "displayText": "4096", + "value": "size4096", + "enabled": false } ], "entityKey": "keySize", diff --git a/Documentation/ObjectInfo/scepproperties_androidforworkscep.json b/Documentation/ObjectInfo/scepproperties_androidforworkscep.json index 44cf740..cad5068 100644 --- a/Documentation/ObjectInfo/scepproperties_androidforworkscep.json +++ b/Documentation/ObjectInfo/scepproperties_androidforworkscep.json @@ -418,6 +418,12 @@ "displayText": "2048", "value": "size2048", "enabled": true + }, + { + "nameResourceKey": "", + "displayText": "4096", + "value": "size4096", + "enabled": false } ], "entityKey": "keySize", diff --git a/Documentation/ObjectInfo/scepproperties_androidscep.json b/Documentation/ObjectInfo/scepproperties_androidscep.json index b632799..ea504a5 100644 --- a/Documentation/ObjectInfo/scepproperties_androidscep.json +++ b/Documentation/ObjectInfo/scepproperties_androidscep.json @@ -195,6 +195,12 @@ "displayText": "2048", "value": "size2048", "enabled": true + }, + { + "nameResourceKey": "", + "displayText": "4096", + "value": "size4096", + "enabled": false } ], "entityKey": "keySize", diff --git a/Documentation/ObjectInfo/scepproperties_aospdeviceownerscep.json b/Documentation/ObjectInfo/scepproperties_aospdeviceownerscep.json index 6c83072..daa4d8d 100644 --- a/Documentation/ObjectInfo/scepproperties_aospdeviceownerscep.json +++ b/Documentation/ObjectInfo/scepproperties_aospdeviceownerscep.json @@ -418,6 +418,12 @@ "displayText": "2048", "value": "size2048", "enabled": true + }, + { + "nameResourceKey": "", + "displayText": "4096", + "value": "size4096", + "enabled": false } ], "entityKey": "keySize", diff --git a/Documentation/ObjectInfo/scepproperties_windows10scep.json b/Documentation/ObjectInfo/scepproperties_windows10scep.json index 9be3bd7..7f14f2d 100644 --- a/Documentation/ObjectInfo/scepproperties_windows10scep.json +++ b/Documentation/ObjectInfo/scepproperties_windows10scep.json @@ -457,6 +457,12 @@ "displayText": "2048", "value": "size2048", "enabled": true + }, + { + "nameResourceKey": "", + "displayText": "4096", + "value": "size4096", + "enabled": false } ], "entityKey": "keySize", diff --git a/Documentation/ObjectInfo/scepproperties_windows8scep.json b/Documentation/ObjectInfo/scepproperties_windows8scep.json index ec6df5d..6d964b0 100644 --- a/Documentation/ObjectInfo/scepproperties_windows8scep.json +++ b/Documentation/ObjectInfo/scepproperties_windows8scep.json @@ -457,6 +457,12 @@ "displayText": "2048", "value": "size2048", "enabled": true + }, + { + "nameResourceKey": "", + "displayText": "4096", + "value": "size4096", + "enabled": false } ], "entityKey": "keySize", diff --git a/Documentation/ObjectInfo/scepproperties_windowsphonescep.json b/Documentation/ObjectInfo/scepproperties_windowsphonescep.json index 50db790..4c9a524 100644 --- a/Documentation/ObjectInfo/scepproperties_windowsphonescep.json +++ b/Documentation/ObjectInfo/scepproperties_windowsphonescep.json @@ -234,6 +234,12 @@ "displayText": "2048", "value": "size2048", "enabled": true + }, + { + "nameResourceKey": "", + "displayText": "4096", + "value": "size4096", + "enabled": false } ], "entityKey": "keySize", diff --git a/Documentation/ObjectInfo/vpn_windows10vpn.json b/Documentation/ObjectInfo/vpn_windows10vpn.json index 1ae5973..d8db8e4 100644 --- a/Documentation/ObjectInfo/vpn_windows10vpn.json +++ b/Documentation/ObjectInfo/vpn_windows10vpn.json @@ -584,7 +584,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -2329,7 +2329,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -4074,7 +4074,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -5819,7 +5819,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -8052,7 +8052,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -9797,7 +9797,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -11542,7 +11542,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -13272,7 +13272,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -15390,7 +15390,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -17120,7 +17120,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -18850,7 +18850,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -20622,7 +20622,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -22367,7 +22367,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -24112,7 +24112,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -25857,7 +25857,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -28090,7 +28090,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -29835,7 +29835,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -31580,7 +31580,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -33310,7 +33310,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -35428,7 +35428,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -37158,7 +37158,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { @@ -38888,7 +38888,7 @@ "booleanActions": 0, "defaultValue": "outbound", "policyType": 89, - "enabled": false + "enabled": true } }, { diff --git a/Documentation/ObjectInfo/workprofile_androidforworkgeneral.json b/Documentation/ObjectInfo/workprofile_androidforworkgeneral.json index 1b73573..bae1be5 100644 --- a/Documentation/ObjectInfo/workprofile_androidforworkgeneral.json +++ b/Documentation/ObjectInfo/workprofile_androidforworkgeneral.json @@ -613,6 +613,23 @@ "policyType": 13, "enabled": true }, + { + "dataType": 0, + "category": 127, + "nameResourceKey": "blockUnifiedPasswordForWorkProfileName", + "descriptionResourceKey": "blockUnifiedPasswordForWorkProfileDescription", + "childSettings": [ + + ], + "options": [ + + ], + "entityKey": "blockUnifiedPasswordForWorkProfile", + "booleanActions": 3, + "defaultValue": false, + "policyType": 13, + "enabled": false + }, { "isSettingDescription": false, "showAsSectionHeader": true, diff --git a/Documentation/Strings-cs.json b/Documentation/Strings-cs.json index 0bdcba9..7e35dc0 100644 --- a/Documentation/Strings-cs.json +++ b/Documentation/Strings-cs.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "První dostupné datum" }, + "Windows11SideBySideInstall": { + "disabled": "Zakázáno", + "enabled": "Povoleno", + "infoBalloonContent": "Určete, jestli se mají instalovat nejnovější aktualizace funkcí Windows 10 na zařízení, která nemají nárok na Windows 11.", + "label": "Pokud zařízení nemůže používat Windows 11, nainstalujte nejnovější aktualizaci funkcí Windows 10" + }, "bladeTitle": "Nasazení aktualizací funkcí", "deploymentSettingsTitle": "Nastavení nasazení", "loadError": "Načítání nebylo úspěšné!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Tato funkce vyžaduje konkrétní licencování.", "gradualRolloutLicenseWarningEdit": "Tato funkce se může dál používat a konfigurovat, dokud se zásady neuloží bez výběru této funkce.", - "licenseLearnMoreText": "Přečtěte si další informace o požadavcích a zásadách aktualizace funkcí." + "licenseLearnMoreText": "Přečtěte si další informace o požadavcích a zásadách aktualizace funkcí.", + "specificLicensingRequired": "Některé vybrané funkce vyžadují konkrétní licencování." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Pomozte uživatelům zařízení pochopit, co aplikace umí nebo co v ní můžou dělat. Tento popis se bude zobrazovat na Portálu společnosti.", "developer": "Název společnosti nebo jméno vývojáře, který aplikaci vyvinul. Tyto informace budou viditelné pro uživatele přihlášené do centra pro správu.", "displayVersion": "Verze aplikace. Tyto informace se budou uživatelům zobrazovat na Portálu společnosti.", + "fullScreenEnabled": "Pokud je tato možnost nakonfigurovaná na ano, webový klip se spustí jako webová aplikace na celou obrazovku.", + "ignoreManifestScope": "Pokud je tato možnost nakonfigurovaná na ano, webový klip na celou obrazovku může přejít na externí web bez zobrazení uživatelského rozhraní Safari. Jinak se při přechodu mimo adresu URL webového klipu zobrazí uživatelské rozhraní Safari. Tento klíč nemá žádný vliv, pokud má celá obrazovka hodnotu false.", "infoUrl": "Odkažte uživatele na web nebo dokumentaci s dalšími informacemi o této aplikaci. Adresu URL informací uvidí uživatelé v aplikaci Portál společnosti.", "isFeatured": "Vybrané aplikace jsou umístěny prominentně v aplikaci Portál společnosti, aby se k nim uživatelé mohli rychle dostat.", "learnMore": "Další informace", "logo": "Nahrajte logo, které je přidružené k této aplikaci. Toto logo se bude zobrazovat vedle aplikace všude v aplikaci Portál společnosti.", "macOSDmgAppPackageFile": "Soubor, který obsahuje vaši aplikaci ve formátu, který se dá na zařízení zkušebně načíst. Platný typ balíčku: .dmg.​", + "macOSPkgAppPackageFile": "Soubor, který obsahuje vaši aplikaci ve formátu, který se dá na zařízení zkušebně načíst. Platný typ balíčku: .pkg.​", "minOperatingSystem": "Vyberte nejstarší verzi operačního systému, na které je možné aplikaci nainstalovat. Pokud aplikaci přiřadíte k zařízení s dřívějším operačním systémem, nebude nainstalována.", "name": "Přidejte název aplikace. Tento název se bude zobrazovat v seznamu aplikací Intune a uživatelům v aplikaci Portál společnosti.", "notes": "Přidejte další poznámky o aplikaci. Poznámky budou viditelné pro uživatele přihlášené do centra pro správu.", "owner": "Jméno osoby v organizaci, která spravuje licencování nebo je kontaktním osobou pro tuto aplikaci. Toto jméno bude viditelné pro uživatele přihlášené do centra pro správu.", "packageId": "Identifikátor balíčku aplikace je jedinečná hodnota, která identifikuje aplikaci.", "packageName": "Kontaktujte výrobce zařízení získejte název balíčku aplikace. Příklad názvu balíčku: com.example.app", + "preComposedIconEnabled": "Pokud je tato možnost nakonfigurovaná na ano, zabrání SpringBoardu v přidání „záře“ do ikony.", "privacyUrl": "Zadejte odkaz pro lidi, kteří se chtějí dozvědět více o nastavení ochrany osobních údajů a podmínkách aplikace. Adresa URL ochrany osobních údajů uvidí uživatelé v aplikaci Portál společnosti.", "publisher": "Název vývojáře nebo společnosti, kteří aplikaci distribuují. Tyto informace se budou uživatelům zobrazovat na Portálu společnosti.", "selectApp": "Vyhledejte v App Storu aplikace pro iOS, které chcete nasadit s Intune.", + "targetApplicationBundleIdentifier": "Identifikátor sady aplikace, který určuje aplikaci, která otevře adresu URL. K dispozici v iOSu 14 a novějších.", "useManagedBrowser": "Pokud je to požadováno, tato webová aplikace se uživateli otevře v prohlížeči chráněném s Intune, jako je Microsoft Edge nebo Intune Managed Browser. Toto nastavení platí pro zařízení s iOS i Androidem.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Soubor, který obsahuje vaši aplikaci ve formátu, který se dá zkušebně načíst na zařízení. Platné typy balíčků: .intunewin.", @@ -788,6 +800,38 @@ }, "requireAppPin": "

Pokud chcete zakázat PIN kód aplikace, když se na zaregistrovaném zařízení zjistí zámek, vyberte Ano.

Poznámka: Na iOS/iPadOS nemůže Intune zjišťovat registraci zařízení pomocí řešení EMM třetí strany.

" }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "Instalace aplikace může vynutit restartování zařízení", + "basedOnReturnCode": "Určete chování na základě návratových kódů", + "force": "Intune vynutí povinné restartování zařízení", + "suppress": "Žádná konkrétní akce" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Požadovaná doba instalace (minuty)", + "maxRunTimeInMinutesToolTip": "Počet minut, po které bude systém čekat na dokončení instalačního programu. Výchozí hodnota je 60 minut." + }, + "RunAsAccountOptions": { + "system": "Systém", + "user": "Uživatel" + }, + "availableUninstall": "Povolit dostupnou odinstalaci", + "availableUninstallTooltip": "Pokud chcete uživatelům z Portálu společnosti poskytnout možnost odinstalace této aplikace, vyberte Ano. Pokud chcete uživatelům zabránit v odinstalaci aplikace z Portálu společnosti, vyberte Ne.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Chování zařízení při restartu", + "deviceRestartBehaviorTooltip": "Vyberte chování restartování zařízení po úspěšné instalaci aplikace. Pokud chcete zařízení restartovat podle nastavení konfigurace návratových kódů, vyberte Určit chování na základě návratových kódů. Pokud chcete restartování zařízení během instalace aplikací založených na Instalační službě MSI potlačit, vyberte Žádná konkrétní akce. Možnost Instalace aplikace může vynutit restartování zařízení zvolte, pokud chcete, aby se instalace aplikace dokončila bez potlačování restartování. Když se vybere možnost Intune vynutí povinné restartování zařízení, zařízení se po úspěšné instalaci aplikace restartuje vždy.", + "header": "Zadejte příkazy, pomocí kterých se tato aplikace nainstaluje a odinstaluje:", + "installCommand": "Příkaz pro instalaci", + "installCommandMaxLengthErrorMessage": "Příkaz Instalovat nesmí překročit maximální povolenou délku 1024 znaků.", + "installCommandTooltip": "Celý instalační příkazový řádek, pomocí kterého se tato aplikace instaluje", + "runAs32Bit": "Na 64bitových klientech spouštět příkazy k instalaci a odinstalaci v 32bitových procesech", + "runAs32BitTooltip": "Pokud chcete na 64bitových klientech instalovat a odinstalovávat aplikaci v 32bitovém procesu, vyberte Ano. Pokud na těchto klientech chcete aplikaci instalovat a odinstalovávat v 64bitovém procesu, vyberte Ne (výchozí). 32bitoví klienti budou vždy používat 32bitový proces.", + "runAsAccount": "Chování při instalaci", + "runAsAccountTooltip": "Pokud chcete v případě, že se to podporuje, tuto aplikaci nainstalovat pro všechny uživatele, vyberte Systém. Pokud ji chcete nainstalovat pro uživatele, který je na zařízení přihlášený, vyberte Uživatel. U aplikací Instalační služby MSI s dvojím využitím změny znemožní úspěšné dokončení aktualizací a odinstalací, dokud se neobnoví hodnota použitá na zařízení při původní instalaci.", + "selectorLabel": "Program", + "uninstallCommand": "Příkaz pro odinstalaci", + "uninstallCommandTooltip": "Celý odinstalační příkazový řádek, pomocí kterého se tato aplikace odinstaluje" + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Vytvořit nový", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "Aplikace pro macOS (.DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Obchodní aplikace pro macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Aplikace Microsoft 365 (macOS)", + "macOSPkgApp": "Aplikace pro macOS (PKG)", + "macOSWebClip": "Webový klip pro macOS", "macOsVppApp": "Aplikace macOS koupená přes Volume Purchase Program", "managedAndroidLobApp": "Spravovaná obchodní aplikace Android", "managedAndroidStoreApp": "Spravovaná aplikace z obchodu pro Android", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Zadejte soubor powershellového skriptu. Soubor musí být menší než 200 kB.", "uploadLabel": "Umístění skriptu" }, - "bashScriptObjectName": "Skript Bash", "createButtonText": "Přidat", "createPowershellScriptFlowSectionName": "Přidat powershellový skript", "customAttributeObjectName": "Vlastní atribut", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Tato nastavení fungují pro zařízení s Androidem 9 nebo starším a budou fungovat i pro všechna zařízení Samsung KNOX, která používají jakoukoli verzi operačního systému Android.", "androidPasswordHeader": "Umožňuje při odemykání zařízení vyžadovat heslo. Když se tato možnost nenakonfiguruje, používání hesel nebude povinné a uživatel si ho bude moct nakonfigurovat dle svého uvážení.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Trvalé připojení VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Zkontrolovat základní integritu a certifikovaná zařízení", - "androidSafetyNetbasicIntegrity": "Zkontrolovat základní integritu", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Kontrola základní integrity a integrity zařízení", + "androidPlayIntegrityVerdictBasicIntegrity": "Zkontrolovat základní integritu", "androidTRDeprecation": "Důvěryhodné certifikáty se už nedají nainstalovat na zařízení, která používají Android 11 nebo novější, kromě zařízení Samsung Knox. Pokud používáte profily certifikátů SCEP, je zapotřebí pokračovat, aby se vytvořil a nasadil profil důvěryhodného certifikátu, a přidružit ho k profilu certifikátu SCEP. Pak ale bude nutné důvěryhodný kořenový certifikát ručně doručit na zařízení.", "androidTenAndAbovePasswordHeader": "Android 10 a novější", "androidTenAndAbovePasswordHeaderDescription": "Tato nastavení fungují pro zařízení s Androidem 10 nebo novějším.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Upozornění pro další šifrování disku", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Když vyberete Vyžadovat, paměťová karta mobilního zařízení se zašifruje.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Šifrovat paměťovou kartou (jenom mobilní verze)", - "bitLockerEnabledDescription": "Vyžadovat, aby na zařízení byl povolený BitLocker", - "bitLockerEnabledName": "Vyžadovat BitLocker", + "bitLockerEnabledName": "Nástroj BitLocker", "bitLockerEncryptDeviceDescription": "Když se vybere možnost Vyžadovat, povolí se šifrování zařízení BitLockerem. V závislosti na hardwaru zařízení a verzi Windows se může koncovým uživatelům zobrazit výzva, aby potvrdili, že na svém zařízení nepoužívají šifrování třetí strany. Když se zapne šifrování systému Windows ve chvíli, kdy se používá šifrování třetí strany, zařízení bude nestabilní.", "bitLockerEncryptDeviceName": "Šifrovat zařízení", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Blokovat odemknutí Touch ID a Face ID", "blockUSBConnectionDescription": "Určuje, jestli je na zařízení povolené připojení USB. Toto nastavení nemá vliv na nabíjení přes USB. Na desktopových platformách Windows se toto nastavení nepodporuje.", "blockUSBConnectionName": "Připojení USB", + "blockUnifiedPasswordForWorkProfileDescription": "Pokud chcete, aby uživatelé pro svou zamykací obrazovku a pracovní profil používali dvě různá hesla, zablokujte použití jednoho zámku. Použití jednoho zámku obrazovky je pro uživatele praktické, ale zpřístupňuje pracovní profil každému, kdo může zařízení odemknout. Platí pro zařízení s Androidem 9.0 Pie a novějším.", + "blockUnifiedPasswordForWorkProfileName": "Jeden zámek pro pracovní profil a zařízení", "blockUnmanagedDocumentsInManagedAppsName": "Zablokovat zobrazování nefiremních dokumentů ve firemních aplikacích", "blockUntrustedTLSCertificatesDescription": "Blokuje nedůvěryhodné certifikáty TLS (Transport Layer Security).", "blockUntrustedTLSCertificatesName": "Zablokovat nedůvěryhodné certifikáty TLS", @@ -2825,6 +2871,8 @@ "cellularName": "Mobilní", "certificateCredentialConfigurationDisabledDescription": "Zablokuje uživatelům možnost provádět změny přihlašovacích údajů přidružených k certifikátům, které jsou k nim přiřazené.", "certificateCredentialConfigurationDisabledName": "Uživatel může konfigurovat přihlašovací údaje (úroveň pracovního profilu)", + "certificateInstallDescription": "Aplikace, které tady uvedete, můžou měnit certifikáty vytvořené službou Intune a spravovat certifikáty doručované mimo Intune.", + "certificateInstallTitle": "Povolit ostatním aplikacím instalovat a spravovat certifikáty", "certificateNotFound": "Nenašly se zásady certifikátů. Nejsou odstraněné?", "certificateOption": "Certifikát", "certificateRevocationCheck": "Kontrola odvolání certifikátu", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Identifikátor URI prostředku tiskové služby", "cloudProtectionDescription": "Bude odesílat telemetrii služby Microsoft Active Protection Service s cílem umožnit detekci podezřelých aktivit.", "cloudProtectionName": "Cloudová ochrana", - "codeIntegrityEnabledDescription": "Vyžadování, aby na zařízení byla povolená integrita kódu", - "codeIntegrityEnabledName": "Vyžadovat integritu kódu", + "codeIntegrityEnabledName": "Integrita kódu", "complianceAntiSpywareRequirementDescription": "Vyžadovat, aby všechna antispywarová řešení zaregistrovaná v Centru zabezpečení systému Windows byla zapnutá a prováděla monitorování (např. DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Nastaví, aby se vyžadovalo, aby signatura antispywaru byla aktuální.", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Toto nastavení určuje počet posledních hesel, která nejde použít znovu. Doporučená hodnota: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Počet předchozích hesel, která se nesmí použít znovu", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Vyberte nejnovější verzi buildu operačního systému, kterou může zařízení používat.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Zadejte nejnovější verzi buildu operačního systému, kterou může zařízení mít. Například: 20E252.
Pokud chcete nastavit aktualizaci Apple Rapid Security Response jako maximální build operačního systému, zadejte dodatečnou verzi buildu. Například: 20E772520a.", "complianceOsBuildVersionRestrictionMaximumName": "Maximální verze buildu operačního systému", - "complianceOsBuildVersionRestrictionMinimumDescription": "Vyberte nejstarší verzi buildu operačního systému, kterou může zařízení používat.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Zadejte nejstarší verzi buildu operačního systému, kterou může zařízení mít. Například: 20E252.
Pokud chcete nastavit aktualizaci Apple Rapid Security Response jako minimální build operačního systému, zadejte dodatečnou verzi buildu. Například: 20E772520a.", "complianceOsBuildVersionRestrictionMinimumName": "Minimální verze buildu operačního systému", "complianceOsVersionRestrictionHeader": "Verze operačního systému", "complianceOsVersionRestrictionMaximumAndroidDescription": "Určete požadavek na dodržení maximální verze operačního systému zařízení. Například pro verzi Nougat zadejte do tohoto pole 7.1. ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Vynutí, aby se zařízení automaticky aktualizovala instalací oprav a vylepšení zabezpečení.", "complianceUpdatesRequireAutomaticUpdatesName": "Vyžadovat automatické aktualizace od Microsoftu", "complianceWin10RequiredPasswordTypeDescription": "Toto nastavení určuje typ požadovaného hesla nebo PIN kódu.
\r\nVýchozí nastavení zařízení (vyžaduje se heslo, číselný PIN kód nebo alfanumerický PIN kód)
\r\nAlfanumerické (vyžaduje se heslo nebo alfanumerický PIN kód)
\r\nČíselné (vyžaduje se heslo nebo číselný PIN kód)
\r\nDoporučení: Požadovaný typ hesla: Alfanumerické, složitost hesla: Vyžadovat číslice a malá písmena", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 nebo 11", + "complianceWindows11DeviceHealthAttestationHeader": "Jenom Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimální verze Microsoft Defenderu (třeba 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Minimální verze Antimalwaru v programu Microsoft Defender", - "complianceWindowsDeviceHealthAttestationHeader": "Pravidla vyhodnocování služby Windows Health Attestation Service", + "complianceWindowsDeviceHealthAttestationHeader": "Pravidla vyhodnocení služby Microsoft Attestation Service

Pomocí těchto pravidel potvrďte, že zařízení má při spuštění povolená ochranná opatření. Další informace o těchto pravidlech", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Vyberte nejnovější verzi operačního systému, kterou může mobilní zařízení používat. Verze operačního systému se definuje jako hlavníVerze.podverze.build.revize.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Vyberte nejstarší verzi operačního systému, kterou může mobilní zařízení používat. Verze operačního systému se definuje jako hlavníVerze.podverze.build.revize.", "complianceWindowsOsVersionRestrictionHeaderDescription": "Verze operačního systému se definuje jako hlavníVerze.podverze.build.revize. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Malé aktualizace softwaru operačního systému a aktualizace softwaru netýkající se operačního systému", "delayMinorOSUpdateVisibilityOption": "Malé aktualizace softwaru operačního systému", "delayOSUpdateVisibilityOption": "Aktualizace operačního systému", + "delegatedScopeLogsTitle": "Přístup k citlivým protokolům Androidu", "deliveryOptimizationBandwidthHeader": "Šířka pásma", "deliveryOptimizationCachingHeader": "Mezipaměť", "deliveryOptimizationDODescription": "Určuje metodu stažení, kterou Optimalizace doručení může použít ke správě využití šířky pásma v situacích, kdy se distribuuje obsah.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Probíhá hledání vystavitele odvozených přihlašovacích údajů...", "derivedCredentialsTenantLevelNotConfigured": "Nezadali jste vystavitele odvozených přihlašovacích údajů svého tenanta, takže se tyto zásady nedají pro zařízení úspěšně použít. Pokud chcete vystavitele zadat, klikněte sem.", "descriptionName": "Popis", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Microsoft Endpoint Configuration Manager (jenom připojení tenanta)", "desktopOption": "Stolní počítač", "destinationPrefix": "Předpona/velikost cíle (např. 192.168.0.1/255)", "developerUnlock": "Odemčení pro vývojáře", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "A vyšší", "eDPPolicyVersionAndBelowName": "A nižší", "eDPPolicyVersionEqualsName": "Rovná se", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Vyžadování, aby byl povolený ovladač raného spouštění antimalwaru", - "earlyLaunchAntiMalwareDriverEnabledName": "Vyžadovat ovladač raného spouštění antimalwaru", + "earlyLaunchAntiMalwareDriverEnabledName": "Antimalware prvotního spuštění (ELAM)", "easAccountSettingsHeader": "Nastavení účtu protokolu Exchange ActiveSync", "easAllData": "Všechna data", "easCalendarContactsOnly": "Jenom kalendář a kontakty", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Jakákoli adresa", "firewallRulesPortOrPortRangeInvalidCharacterError": "Seznam portů může obsahovat jen číslice, spojovníky (-) a čárky (,).", "firewallRulesPortOrPortRangeInvalidError": "Seznam portů obsahuje neplatné porty nebo jejich rozsahy.", + "firmwareProtectionEnabledName": "Ochrana firmwaru", "firmwareUpdatesBehaviorName": "Aktualizace firmwaru", "firstActiveEthernet": "První aktivní síť Ethernet", "firstAvailableOption": "První k dispozici", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP v kombinaci s internetovými partnery (3)", "httpWithPeeringNatOption": "HTTP v kombinaci s partnery za stejným překladem NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP v kombinaci s partnery v privátní skupině (2)", + "hvciEnabledName": "Ochrana integrity paměti", "hybridSleepBatteryDescription": "Toto nastavení zásad umožňuje vypnout hybridní režim spánku, když se zařízení napájí z baterie.​
Pokud se tyto zásady zakážou, zařízení neumožní hybridní režim spánku ani hibernaci.
Pokud se tyto zásady nenakonfigurují, dané nastavení určí uživatelé.", "hybridSleepName": "Hybridní režim spánku", "hybridSleepPluggedInDescription": "Toto nastavení zásad umožňuje vypnout hybridní režim spánku, když se zařízení napájí ze sítě.​
Pokud se tyto zásady zakážou, zařízení neumožní hybridní režim spánku ani hibernaci.
Pokud se tyto zásady nenakonfigurují, dané nastavení určí uživatelé.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Střední až nízké", "mediumOption": "Střední", "meetingInformationDisplayedOnWelcomeScreenName": "Zobrazování informací o schůzkách na úvodní obrazovce ", + "memoryAccessProtectionEnabledName": "Ochrana přístupu k paměti", "messagingBlockMMSDescription": "Zakáže na zařízení funkci přijímání a posílání zpráv MMS.", "messagingBlockMMSName": "MMS (jen mobilní zařízení)", "messagingBlockRCSDescription": "Zakáže na zařízení funkci přijímání a posílání zpráv RCS (Rich Communication Services).", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Musí být menší než maximální verze operačního systému", "mustBeValidAddress": "Musí se jednat o platnou adresu. Příklad: 4.3.6.0, itgproxy.com atd.", "mustBeValidAndroidPackageName": "Název balíčků může obsahovat jen písmena, číslice, podtržítka a tečky. Musí začínat písmenem.", - "mustBeValidBuildVersionFormat": "Musí být platný formát verze buildu. Příklad: 18A391, 16G1114 atd.", + "mustBeValidBuildVersionFormat": "Musí být platný formát verze buildu. Příklad: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Musí se jednat o platnou příponu DNS. Příklad: itgproxy.com", "mustBeValidDateFormat": "Musí být platným formátem data (RRRR-MM-DD). Příklad: 2016-10-01, 2016-10-31 atd.", "mustBeValidDomain": "Musí se jednat o platnou doménu. Příklad: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Rozšíření sítě", "networkInterface": "Síťové rozhraní", "networkInterfaceDescription": "Síťové rozhraní, které se má konfigurovat", + "networkLogsTitle": "Povolit této aplikaci přístup k protokolům síťových aktivit Androidu", "networkProxyAutomaticConfigurationUrlDescription": "Adresa URL ke skriptu PAC, který chcete použít", "networkProxyAutomaticConfigurationUrlName": "Nastavení adresy URL skriptu", "networkProxyDisableAutoDetectDescription": "Automatické zjišťování nastavení. Když se tato možnost povolí, systém se pokusí najít cestu ke skriptu PAC.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Skrýt", "pinnedFolderOptionShow": "Zobrazit", "pipeInvalidError": "Hodnota nesmí obsahovat znak |.", + "playIntegrityVerdictOptionsDescription": "Nastavení úrovně verdiktu integrity přehrávání", + "playIntegrityVerdictOptionsName": "Verdikt integrity Play", "pluggedInHeader": "Napájení ze sítě", "policyDomainNameService": "DNS", "policyEmailAddress": "E-mailová adresa", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Výchozí zásady. Uživatel musí existovat a mít platnou licenci k Intune.", "requireUserExistanceName": "Zaregistrovaný uživatel existuje", "required": "Povinné", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Není nakonfigurováno (výchozí až základní vyhodnocení)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Vyberte typ vyhodnocení, který chcete použít k výpočtu odpovědi atestace zařízení SafetyNet.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardwarově podpořený klíč", - "requiredAndroidSafetyNetEvaluationTypeName": "Požadovaný typ vyhodnocení SafetyNet", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Nenakonfigurováno", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Vyberte typ vyhodnocení, který chcete použít k výpočtu odpovědi atestace zařízení pro Verdikt integrity Play.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Kontrola silné integrity", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Kontrola silné integrity pomocí hardwarově zajištěných funkcí zabezpečení", "requiredExtensionsColumnHeader": "Identity aplikací", "requiredExtensionsExamples": "například Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Vyžaduje se heslo, žádná omezení", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "např. contoso.com", "safeSearchFilterDescription": "Určuje způsob, jakým Cortana filtruje obsah pro dospělé ve výsledcích hledání.", "safeSearchFilterName": "Bezpečné vyhledávání (jenom mobilní verze)", - "safetyNetAttestationOptionsDescription": "Umožňuje nastavit úroveň ověření SafetyNet.", - "safetyNetAttestationOptionsName": "Ověření zařízení SafetyNet", "sampleSharingEnableOrNotConfiguredDescription": "Vrátí nebo nastaví parametr konfigurace Sdílení vzorků programu Microsoft Defender pro koncový bod.", "sampleSharingEnableOrNotConfiguredName": "Sdílení ukázky pro všechny soubory", "saturday": "Sobota", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Sekundární metoda ověřování", "secondaryAuthenticationMethodTEAPDescription": "Zvolte sekundární způsob ověřování uživatelů. Když vyberete Certifikáty, vyberte jeden z profilů certifikátů (SCEP nebo PKCS), který je také nasazený na zařízení. Toto je certifikát identity, který zařízení prezentuje serveru.", "secretKey": "Tajný klíč:", - "secureBootEnabledDescription": "Vyžadovat, aby na zařízení bylo povolené zabezpečené spuštění", - "secureBootEnabledName": "Vyžadovat, aby na zařízení bylo povolené zabezpečené spuštění", + "secureBootEnabledName": "Zabezpečené spouštění", "secured": "Zabezpečeno", "securityAssociationIdleTimeDescription": "Přidružení zabezpečení se odstraní, když se po uvedenou dobu v sekundách nezaznamenají v síti žádné přenosy.", "securityAssociationIdleTimeHint": "Zadejte dobu nečinnosti v sekundách (300–3600).", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Režim společných kritérií​", "securityDeveloperSettingsEnabledDescription": "Povolí přístup k nastavení pro vývojáře.", "securityDeveloperSettingsEnabledName": "Nastavení pro vývojáře", + "securityLogsTitle": "Povolit této aplikaci přístup k protokolům zabezpečení Androidu", "securityOption": "Diagnostická data vypnuta", "securityRequireVerifyAppsDescription": "Pokud chcete kontrolovat aplikace před a po jejich instalaci, povolte službu Google Play Protect. Pokud služba zjistí hrozbu, může upozornit uživatele, aby aplikaci odebral ze zařízení. Standardně se tato funkce vyžaduje.", "securityRequireVerifyAppsName": "Kontrola ohrožení aplikací", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Vyberte spravované aplikace", "selectMicrosoftEdgeApp": "Přidat prohlížeč Microsoft Edge starší verze", "selectMicrosoftTunnelSite": "Vybrat web", + "selectNetworkApp": "Vyberte aplikaci, která bude mít přístup k protokolům síťových aktivit Androidu.", "selectNetworkInterface": "Vyberte síťové rozhraní", "selectNonEapMethod": "Vyberte metodu bez protokolu EAP.", "selectOneOption": "Vyberte jednu možnost", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Kořenový certifikát pro ověřování serveru", "selectRootCertificatesForServerValidationName": "Kořenové certifikáty pro ověřování na serveru", "selectSecurity": "Vybrat typ zabezpečení", + "selectSecurityApp": "Vyberte aplikaci, která bude mít přístup k protokolům zabezpečení Androidu.", "selectService": "Se kterým typem správy vám můžeme pomoct?", "selectStoreApp": "Přidat aplikaci pro Store", "selectStoreAppEmpty": "Přidat aplikaci pro Store", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "Aplikace", "trafficRuleAppTypeName": "Typ aplikace", "trafficRuleClaimsName": "Deklarace identity", - "trafficRuleDirectionDescription": "Určete, jestli pravidlo platí pro příchozí, nebo odchozí provoz.
\r\n
\r\n Příchozí = Pravidlo platí pro veškerý příchozí provoz.\r\n
\r\n
\r\n Odchozí = Pravidlo platí pro veškerý odchozí provoz.\r\n ", + "trafficRuleDirectionDescription": "Příchozí přenosy umožňují přenosy z externích lokalit přes síť VPN. Odchozí přenosy umožňují přenosy do externích lokalit přes síť VPN. Pokud chcete povolit obojí, vytvořte dvě pravidla.", "trafficRuleDirectionName": "Směr", "trafficRuleRoutingPolicyTypeDescription": "Zvolte mezi rozdělením a vynucením tunelového připojení.
\r\n
\r\n Pokud vyberete rozdělení tunelového připojení, projde přes rozhraní jenom komunikace určená pro rozhraní VPN (jak určuje zásobník sítě). Internetová komunikace se bude i nadále přenášet přes ostatní rozhraní.\r\n
\r\n
\r\n Pokud vyberete vynucení tunelového připojení, musí veškerá komunikace IP projít pouze přes rozhraní VPN (u tohoto pravidla přenosu).\r\n
\r\n
\r\n Toto je možné použít, pouze pokud je toto pravidlo přidružené k aplikaci.\r\n ", "trafficRuleRoutingPolicyTypeName": "Typ pravidla", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Uživatel", "vPNPolicyProfileTargetDescription": "Převeďte tento profil na trvalé připojení VPN, které se připojuje bez interakcí s uživatelem a k ověřování používá certifikáty počítačů. Podporuje se jen typ připojení IKEv2. Jakmile skončí software AutoPilot spouštěný při prvním zapnutí počítače, profil VPN se odebere ze zařízení.", "vPNPolicyProfileTargetName": "Použít tento profil VPN pro Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Seznam hostitelů, u nichž se má vyloučit použití proxy serveru pro připojení. Tito hostitelé můžou používat zástupné znaky , jako j* .example.com.", + "vPNPolicyProxyExclListDescription2": "Seznam názvů hostitelů, pro které se proxy server vynechává. Názvy hostitelů můžou obsahovat zástupné znaky, jako je* .example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Vyloučení hostitelé", + "vPNPolicyProxyExclListExclusions": "výluky", + "vPNPolicyProxyExclListFileImport": "Soubor k importu seznamu hostitelů", + "vPNPolicyProxyExclListHostName": "Název hostitele", + "vPNPolicyProxyExclListImport": "Importovat vyloučení proxy serveru", + "vPNPolicyProxyExclListInvalid": "Neplatné zadání", + "vPNPolicyProxyExclListList": "Seznam vyloučení", + "vPNPolicyProxyExclListManage": "Správa vyloučení proxy serverů", + "vPNPolicyProxyExclListName": "Seznam vyloučení proxy", "vPNPolicyRememberCredentialsName": "Zapamatovat si přihlašovací údaje při každém přihlášení", "vPNPolicyRoutesForThisConnectionDescription": "Volitelné.", "vPNPolicyRoutesForThisConnectionName": "Rozdělit tunelové trasy pro toto připojení k síti VPN", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtuální tlačítko Domů", "virtualHomeButtonNotConfigured": "Nenakonfigurováno", "virtualHomeButtonSwipeUp": "Potáhnutí prstem nahoru", + "virtualizationBasedSecurityEnabledName": "Zabezpečení založené na virtualizaci", "virtualizationOfCpuAndIOName": "Virtualizace procesoru a V/V", "visibleAppsListOptionsDescription": "Nastaví, jestli má jít o seznam skrytých aplikací nebo seznam zobrazených aplikací.", "visibleAppsListOptionsName": "Typ seznamu aplikací", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Povolit webové odkazy v jakékoli aplikaci", "rootCertificate": "Kořenový certifikát", "safetyNetDeviceAttestation": "Ověření zařízení SafetyNet", + "samsungKnoxAttestationRequired": "Atestace zařízení Samsung Knox", "saveAppsNotificationText": "Ukládají se vybrané aplikace", "saveChangesCommandText": "Uložit", "savePolicySettingsNotificationText": "Ukládá se nastavení zásad", @@ -7885,10 +7953,12 @@ "state": "Stav", "status": "Stav", "store": "Úložiště", + "subjectOnlyOptionText": "Pouze předmět", "success": "Úspěch", "successfully": "Úspěšně", "summary": "Souhrn", "summaryLensTitle": "Souhrn", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Vzdálené žádosti", "summarySettingsPartWipeRequestsSelectorText": "Žádosti o vymazání", "supportId": "ID podpory: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Hodnota", "valueMustNotContainCharsError": "Hodnota nesmí obsahovat následující znaky: {0}", "versionValidationExample": "

Formát: [Hlavní verze].[Podverze] nebo [Hlavní verze].[Podverze].[Build].[Revize]

Příklad: 1.5 nebo 1.5.50.101

", - "versionValidationWith2To4Segments": "

Formát: [HlavníVerze].[Podverze] nebo [HlavníVerze].[Podverze].[Build] nebo [HlavníVerze].[Podverze].[Build].[Revize]

Příklad: 1.5 nebo 1.5.50 nebo 1.5.50.101

", + "versionValidationWith2To5Segments": "

Formát: [Major].[Minor] nebo [Major].[Minor].[Build] nebo [Major].[Minor].[Build].[Revision]. Pro iOS se podporuje také [Major].[Minor].[Build].[Revision].[RapidSecurityResponse].

Poznámka: Aplikace nebudou provádět vymazání pro porušení rapidsecurityResponse, Podporuje se pouze blokace nebo upozornění.

Example: 1.5 nebo 1.5.50 nebo 1.5.50.101 nebo (pro iOS) 1.5.50.101.a

", "versionValidationWithDateFormat": "Musí být platným formátem data (RRRR-MM-DD).", "warn": "Upozornit", "warning": "Upozornění", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Drátová síť", "workProfile": "Pracovní profil v osobním vlastnictví" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Soubor nebo složka jako vybraný požadavek", - "pathToolTip": "Úplná cesta souboru nebo složky, které se mají zjistit", - "property": "Vlastnost", - "valueToolTip": "Vyberte hodnotu požadavku, která odpovídá vybrané metodě zjišťování. Metody zjišťování na základě data a času by se měly zadat v místním formátu." - }, - "GridColumns": { - "pathOrScript": "Cesta/skript", - "type": "Typ" - }, - "Registry": { - "keyPath": "Cesta ke klíči", - "keyPathTooltip": "Úplná cesta položky registru, která obsahuje hodnotu jako požadavek", - "operator": "Operátor", - "operatorTooltip": "Vyberte operátor pro porovnání.", - "registryRequirement": "Požadavek klíče registru", - "registryRequirementTooltip": "Vyberte porovnání požadavků klíčů registrů.", - "valueName": "Název hodnoty", - "valueNameTooltip": "Název požadované hodnoty registru" - }, - "RequirementTypeOptions": { - "fileType": "Soubor", - "registry": "Registr", - "script": "Skript" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Logická hodnota", - "dateTime": "Datum a čas", - "float": "Plovoucí desetinná čárka", - "integer": "Celé číslo", - "string": "Řetězec", - "version": "Verze" - }, - "duplicateName": "Název skriptu {0} se už používá. Zadejte prosím jiný název.", - "enforceSignatureCheck": "Vynutit kontrolu podpisu skriptu", - "enforceSignatureCheckTooltip": "Pokud chcete ověřit, že skript je podepsaný důvěryhodným vydavatelem, který umožní skriptu běžet bez toho, aby se zobrazovaly výzvy nebo upozornění, vyberte Ano. Skript se spustí neblokovaný. Pokud chcete skript spustit s potvrzením koncového uživatele, ale bez ověření podpisu, vyberte Ne (výchozí).", - "loggedOnCredentials": "Spustit tento skript pomocí přihlašovacích údajů přihlášeného uživatele", - "loggedOnCredentialsTooltip": "Spustit skript pomocí přihlašovacích údajů přihlášeného zařízení", - "operatorTooltip": "Vyberte operátor pro porovnání požadavků.", - "requirementMethod": "Vyberte typ výstupních dat.", - "requirementMethodTooltip": "Vyberte datový typ, který se použije při určování požadavku na shodu zjišťování.", - "scriptContent": "Obsah skriptu", - "scriptFile": "Soubor skriptu", - "scriptFileTooltip": "Vyberte powershellový skript, který zjistí přítomnost aplikace v klientovi. Když se aplikace zjistí, proces požadavku poskytne ukončovací kód s hodnotou 0 a zapíše řetězcovou hodnotu na STDOUT.", - "scriptName": "Název skriptu", - "value": "Hodnota", - "valueTooltip": "Vyberte hodnotu požadavku, která odpovídá vybrané metodě zjišťování. Metody zjišťování na základě data a času by se měly zadat v místním formátu." - }, - "bladeTitle": "Přidat pravidlo požadavku", - "createRequirementHeader": "Vytvořit požadavek", - "header": "Nakonfigurovat další pravidla požadavků", - "label": "Pravidla dalších požadavků", - "noRequirementsSelectedPlaceholder": "Nezadaly se žádné požadavky.", - "requirementType": "Typ požadavku", - "requirementTypeTooltip": "Zvolte typ metody zjišťování, pomocí které se určí, jak se požadavek bude ověřovat." - }, - "architectures": "Architektura operačního systému", - "architecturesTooltip": "Zvolte architektury potřebné k nainstalování aplikace", - "bladeTitle": "Požadavky", - "diskSpace": "Požadované místo na disku (MB)", - "diskSpaceTooltip": "Požadované volné místo na systémové jednotce, aby se aplikace mohla nainstalovat", - "header": "Zadejte požadavky, které zařízení musí splnit, než se aplikace nainstaluje:", - "maximumTextFieldValue": "Hodnota musí být maximálně {0}.", - "minimumCpuSpeed": "Minimální požadovaná rychlost CPU (MHz)", - "minimumCpuSpeedTooltip": "Minimální požadovaná rychlost CPU, aby se aplikace mohla nainstalovat", - "minimumLogicalProcessors": "Minimální požadovaný počet logických procesorů", - "minimumLogicalProcessorsTooltip": "Minimální požadovaný počet logických procesorů, aby se aplikace mohla nainstalovat", - "minimumOperatingSystem": "Minimální operační systém", - "minimumOperatingSystemTooltip": "Vyberte minimální operační systém potřebný k instalaci aplikace.", - "minumumTextFieldValue": "Hodnota musí být aspoň {0}.", - "physicalMemory": "Požadovaná fyzická paměť (MB)", - "physicalMemoryTooltip": "Požadovaná fyzická paměť (RAM), aby se aplikace mohla nainstalovat", - "selectorLabel": "Požadavky", - "validNumber": "Zadejte platné číslo." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Zpřístupnit aktualizaci postupně", + "immediateStart": "Zpřístupnit aktualizaci co nejdříve", + "startDateOnly": "Zpřístupnit aktualizaci k určitému datu" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Spravovaná zařízení", + "devicesWithoutEnrollment": "Spravované aplikace" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filtr", + "assignmentFilterTypeColumnHeader": "Režim filtru", + "assignmentToast": "Oznámení koncovému uživateli", + "assignmentTypeTableHeader": "TYP PŘIŘAZENÍ", + "deadlineTimeColumnLabel": "Konečný termín instalace", + "deliveryOptimizationPriorityHeader": "Priorita optimalizace doručení", + "groupTableHeader": "Skupina", + "installContextLabel": "Kontext instalace", + "isRemovable": "Nainstalovat jako vyměnitelné", + "licenseTypeLabel": "Typ licence", + "modeTableHeader": "Režim skupiny", + "policySet": "Sada zásad", + "preventAutoAppUpdate": "Zabránit automatickým aktualizacím aplikací", + "preventManagedAppBackup": "Zabránit zálohování aplikace iCloud", + "restartGracePeriodHeader": "Období odkladu restartování", + "startTimeColumnLabel": "Dostupnost", + "tracks": "Stopy", + "uninstallOnRemoval": "Při odebrání zařízení odinstalovat", + "updateMode": "Priorita aktualizace", + "vPN": "Síť VPN" + }, + "AppType": { + "aADWebApp": "Webová aplikace AAD", + "androidEnterpriseSystemApp": "Aplikace systému Android Enterprise", + "androidForWorkApp": "Aplikace spravovaného obchodu Google Play", + "androidLobApp": "Obchodní aplikace Android", + "androidStoreApp": "Aplikace z obchodu pro Android", + "builtInAndroid": "Integrovaná aplikace pro Android", + "builtInApp": "Integrovaná aplikace", + "builtInIos": "Integrovaná aplikace pro iOS", + "iosIPadOSWebClip": "Webový klip pro iOS/iPadOS", + "iosLobApp": "Obchodní aplikace iOS", + "iosStoreApp": "Aplikace z obchodu pro iOS", + "iosVppApp": "Aplikace iOS koupená přes Volume Purchase Program", + "lineOfBusinessApp": "Obchodní aplikace", + "macOSDmgApp": "Aplikace pro macOS (.DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Obchodní aplikace pro macOS", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "Sada Office pro macOS", + "macOSPkgApp": "Aplikace pro macOS (PKG)", + "macOSWebClip": "Webový klip pro macOS", + "macOsVppApp": "Aplikace macOS koupená přes Volume Purchase Program", + "managedAndroidLobApp": "Spravovaná obchodní aplikace Android", + "managedAndroidStoreApp": "Spravovaná aplikace z obchodu pro Android", + "managedGooglePlayApp": "Aplikace spravovaného obchodu Google Play", + "managedGooglePlayPrivateApp": "Privátní aplikace spravovaného obchodu Google Play", + "managedGooglePlayWebApp": "Webový odkaz spravovaného obchodu Google Play", + "managedIosLobApp": "Spravovaná obchodní aplikace iOS", + "managedIosStoreApp": "Spravovaná aplikace z obchodu pro iOS", + "microsoftStoreForBusinessApp": "Aplikace pro Microsoft Store pro firmy", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store pro firmy", + "officeAddIn": "Doplněk pro Office", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 a novější)", + "sharePointApp": "Aplikace SharePoint", + "teamsApp": "Aplikace Teams", + "webApp": "Webový odkaz", + "win32CatalogApp": "Katalogová aplikace Windows (Win32)", + "winGetPublicApp": "Úložiště komunity Správce balíčků systému Windows", + "winGetStoreApp": "Aplikace Microsoft Store (nová verze)", + "windowsAppXLobApp": "Obchodní aplikace Windows AppX", + "windowsClassicApp": "Aplikace pro Windows (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 a novější)", + "windowsMobileMsiLobApp": "Obchodní aplikace Windows MSI", + "windowsPhone81AppXBundleLobApp": "Obchodní aplikace Windows Phone 8.1 AppX", + "windowsPhone81AppXLobApp": "Obchodní aplikace Windows Phone 8.1 AppX", + "windowsPhone81StoreApp": "Aplikace pro Windows Phone 8.1 Store", + "windowsPhoneXapLobApp": "Obchodní aplikace Windows Phone XAP", + "windowsStoreApp": "Aplikace Microsoft Store (starší verze)", + "windowsUniversalAppXLobApp": "Obchodní aplikace Windows Universal AppX", + "windowsUniversalLobApp": "Univerzální obchodní aplikace pro Windows", + "windowsWebApp": "Webový odkaz Windows" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Vyloučené", + "include": "Zahrnuté", + "includeAllDevicesVirtualGroup": "Zahrnuté", + "includeAllUsersVirtualGroup": "Zahrnuté" + }, + "AssignmentToast": { + "hideAll": "Skrýt všechny informační zprávy", + "showAll": "Zobrazit všechny informační zprávy", + "showReboot": "Zobrazit informační zprávy o restartování počítače" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Pozadí", + "displayText": "Stahování obsahu v {0}", + "foreground": "Popředí", + "header": "Priorita optimalizace doručení" + }, + "DeviceRestartBehaviorOptions": { + "allow": "Instalace aplikace může vynutit restartování zařízení", + "basedOnReturnCode": "Určete chování na základě návratových kódů", + "force": "Intune vynutí povinné restartování zařízení", + "suppress": "Žádná konkrétní akce" + }, + "FilterType": { + "exclude": "Vyloučit", + "include": "Zahrnout", + "none": "Žádné" + }, + "InstallIntent": { + "available": "K dispozici zaregistrovaným zařízením", + "availableWithoutEnrollment": "K dispozici s registrací i bez ní", + "notApplicable": "Nelze použít", + "required": "Povinné", + "uninstall": "Odinstalovat" + }, + "SettingType": { + "assignmentType": "Typ přiřazení", + "deviceLicensing": "Typ licence", + "installContext": "Při odebrání zařízení odinstalovat", + "toastSettings": "Oznámení koncovému uživateli", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Výchozí", + "postponed": "Odloženo", + "priority": "Vysoká priorita" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Nakonfigurujte zařízení pro počáteční zřizování a přiřaďte je uživatelům.", + "title": "Příprava zařízení" + }, + "EnrollmentSettings": { + "description": "Nakonfigurujte nastavení registrace, jako jsou blokování registrace a přiřazování k uživatelům.", + "title": "Nastavení registrace" + }, + "OSConfiguration": { + "menuDescription": "Nakonfigurujte nastavení, pomocí kterých můžou uživatelé obnovit Windows ze spouštěcího USB flash disku.", + "menuTitle": "Konfigurace operačního systému" + }, + "coManagementAuthorityDesc": "Konfigurovat nastavení spolusprávy pro integraci Configuration Manageru", + "coManagementAuthorityTitle": "Nastavení spolusprávy ", + "deploymentProfiles": "Profily nasazení Windows AutoPilot", + "description": "Informace o sedmi různých způsobech, jak můžou uživatelé nebo správci registrovat osobní počítač s Windows 10/11 v Intune.", + "descriptionLabel": "Metody registrace systému Windows", + "enrollmentStatusPage": "Stránka stavu registrace" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Podmínky, které vyžadují registraci zařízení, nejsou k dispozici u uživatelské akce Registrovat nebo připojit zařízení.", - "message": "V zásadách vytvořených pro akci uživatele Zaregistrovat nebo připojit zařízení je možné použít jen možnost Vyžadovat vícefaktorové ověřování.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Automaticky schvalovat všechny doporučené aktualizace ovladačů", + "manual": "Ručně schvalovat a nasazovat aktualizace ovladačů" + }, + "Details": { + "ApprovalMethod": { + "label": "Metoda schválení:" + }, + "DeploymentDeferralInDays": { + "label": "Zpřístupnit aktualizace po", + "units": "(d)", + "value": "Počet dní: {0}" + }, + "bladeTitle": "Aktualizace ovladačů pro systém Windows 10 a novější (Preview)", + "lastSync": "Poslední synchronizace:", + "lastSyncDefaultText": "Čeká se na shromažďování počátečního inventáře.", + "loadError": "Načítání selhalo." + }, + "DriverStatus": { + "approved": "Schváleno", + "declined": "Odmítnuto", + "export": "Exportování doporučených ovladačů", + "needsReview": "Vyžaduje kontrolu", + "paused": "Pozastaveno" }, + "DriversToReview": { + "text": "{0} ke kontrole" + }, + "Subtitle": { + "automatic": "Zásady automatického schvalování aktualizace ovladačů", + "manual": "Zásady ručního schvalování aktualizace ovladačů" + }, + "SyncNotification": { + "failure": "{0} nejde synchronizovat.", + "failureDescription": "Došlo k chybě a požadovanou synchronizaci se nám nepovedlo dokončit. Zkuste to prosím znovu.", + "pending": "Probíhá synchronizace {0}", + "pendingDescription": "Načítáme nejnovější data. Tento proces může trvat několik minut.", + "success": "Synchronizace {0} se dokončila.", + "successDescription": "Synchronizace se službou WUfB byla dokončena v {0}" + }, + "SyncSpinner": { + "text": "Probíhá synchronizace. Může to trvat několik minut. Vyhledejte upozornění nebo se sem vraťte za pár minut." + }, + "TabName": { + "basics": "Základní informace", + "driverUpdateSettings": "Nastavení", + "otherDrivers": "Jiné ovladače", + "properties": "Vlastnosti", + "recommendedDrivers": "Doporučené ovladače" + }, + "driverAddFilter": "Přidat filtr", + "driverApplicableDevices": "Použitelná zařízení", + "driverApprovalStatus": "Stav", + "driverBulkActions": "Hromadné akce", + "driverClass": "Třída ovladače", + "driverCount": "Zobrazuje se {0} až {1} z celkového počtu {2} záznamů.", + "driverFilterNoneSelected": "Nic není vybráno.", + "driverManufacturer": "Výrobce", + "driverName": "Název ovladače", + "driverNameLower": "nasazení aktualizace ovladačů systému Windows", + "driverNameUpper": "nasazení aktualizace ovladačů systému Windows", + "driverRefresh": "Aktualizovat", + "driverReleaseDate": "Datum uvedení na trh", + "driverSearch": "Hledat", + "driverSearchKeyword": "Zadejte klíčové slovo pro hledání.", + "driverVersion": "Verze", + "firstDeploymentDate": "První nasazení", + "infoBoxText": "Po přiřazení a vytvoření zásad může vytvoření soupisu trvat až 24 hodin.", + "textBlockText": "Vyberte nastavení pro schválení a nasazení zásad. Zvolte, jestli chcete nastavit zásady pro automatické nebo ruční schválení a nasazování aktualizací. Metodu schvalování nelze po vytvoření zásady změnit, ale podrobností týkajících se schvalování a nasazení jednotlivých ovladačů bude možné změnit po vytvoření soupisu pro přiřazená zařízení." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Pomocí těchto nastavení si udržíte přehled o uživatelích, kteří si instalují aplikace, které nebyly schválené pro použití ve vaší firmě. Vyberte typ seznamu aplikací s omezeným přístupem:

\r\n Zakázané aplikace – seznam aplikací, při jejichž instalaci ze strany uživatelů chcete dostat zprávu
\r\n Schválené aplikace – seznam aplikací, které jsou schválené pro použití ve vaší firmě. Když si uživatelé nainstalují aplikaci, která není v tomto seznamu, dostanete zprávu.
\r\n ", + "androidZebraMxZebraMx": "Nakonfigurujte zařízení Zebra tak, že nahrajete profil MX ve formátu XML.", + "iosDeviceFeaturesAirprint": "Pomocí těchto nastavení nakonfigurujete zařízení s iOS tak, aby se automaticky připojila ke kompatibilním tiskárnám AirPrint ve vaší síti. Budete potřebovat IP adresu a cestu k prostředku těchto tiskáren.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Nakonfigurujte rozšíření aplikace, které povoluje jednotné přihlašování (SSO) pro zařízení s iOS 13.0 nebo novějším.", + "iosDeviceFeaturesHomeScreenLayout": "Nakonfigurujte rozložení dokovací a domovské obrazovky na zařízeních s iOS. Některá zařízení můžou mít omezený počet zobrazených položek.", + "iosDeviceFeaturesIOSWallpaper": "Zobrazí obrázek, který se bude zobrazovat na domovské nebo zamykací obrazovce zařízení s iOS.\r\n Pokud chcete, aby se na každém místě zobrazil jedinečný obrázek, vytvořte jeden profil s obrázkem zamykací obrazovky a jeden s obrázkem domovské obrazovky.\r\n Pak oba profily přiřaďte uživatelům.\r\n
\r\n
    \r\n
  • Maximální velikost souboru: 750 kB
  • \r\n
  • Typ souboru: PNG, JPG nebo JPEG
  • \r\n
\r\n ", + "iosDeviceFeaturesNotifications": "Zadejte nastavení oznámení pro aplikace. Podporuje iOS 9.3 a novější.", + "iosDeviceFeaturesSharedDevice": "Zadejte nepovinný text, který se zobrazí na zamknuté obrazovce. Podporuje se v iOSu 9.3 a novějších. Další informace", + "iosGeneralApplicationRestrictions": "Pomocí těchto nastavení si udržíte přehled o uživatelích, kteří si instalují aplikace, které nebyly schválené pro použití ve vaší firmě. Vyberte typ seznamu aplikací s omezeným přístupem:

\r\n Zakázané aplikace – seznam aplikací, při jejichž instalaci ze strany uživatelů chcete dostat zprávu
\r\n Schválené aplikace – seznam aplikací, které jsou schválené pro použití ve vaší firmě. Když si uživatelé nainstalují aplikaci, která není v tomto seznamu, dostanete zprávu.
\r\n ", + "iosGeneralApplicationVisibility": "Pomocí seznamu zobrazených aplikací určete aplikace pro iOS, které může uživatel zobrazit nebo spustit. Pomocí seznamu skrytých aplikací určete aplikace pro iOS, které uživatel nemůže zobrazit ani spustit.", + "iosGeneralAutonomousSingleAppMode": "Aplikace, které přidáte do tohoto seznamu a přiřadíte k zařízení, můžou zařízení uzamknout tak, aby na něm po spuštění běžela jenom tato aplikace. Zařízení se dá zamknout i v případě, že na něm poběží určitá akce (třeba testování). Jakmile se akce dokončí nebo pokud odeberete toto omezení, zařízení se vrátí do normálního stavu.", + "iosGeneralKiosk": "Celoobrazovkový režim zamyká v zařízení různá nastavení nebo určuje jednu aplikaci, která na zařízení poběží. To může být užitečné v prostředích, jako je třeba obchod, kde chcete, aby na zařízení běžela jenom jedna ukázková aplikace.", + "macDeviceFeaturesAirprint": "Pomocí těchto nastavení můžete nakonfigurovat zařízení s macOSem tak, aby se automaticky připojovala k tiskárnám kompatibilním s AirPrintem ve vaší síti. Vaše tiskárny budou potřebovat IP adresu a cestu k prostředku.", + "macDeviceFeaturesAssociatedDomains": "Nakonfigurujte přidružené domény a můžete sdílet data a přihlašovací údaje mezi aplikacemi a weby organizace. Tento profil se dá použít u zařízení s operačním systémem macOS 10.15 nebo novějším.", + "macDeviceFeaturesExtensibleSingleSignOn": "Nakonfigurujte rozšíření aplikace, které povoluje jednotné přihlašování (SSO) pro zařízení s macOS 10.15 nebo novějším.", + "macDeviceFeaturesLoginItems": "Zvolte, které aplikace, soubory nebo složky se otevřou, když se uživatel přihlásí ke svým zařízením. Pokud nechcete, aby uživatel měnil, jak se vybrané aplikace budou otevírat, můžete aplikaci skrýt z konfigurace uživatele.", + "macDeviceFeaturesLoginWindow": "Nakonfigurujte zobrazování přihlašovací obrazovky macOS a funkcí, které jsou uživatelům k dispozici před a po přihlášení.", + "macExtensionsKernelExtensions": "Pomocí těchto nastavení můžete nakonfigurovat zásady rozšíření jádra na zařízeních s macOSem ve verzi 10.13.2 a novějších.", + "macGeneralDomains": "E-maily, které uživatel posílá nebo přijímá a které neodpovídají doménám zadaným tady, se označí jako nedůvěryhodné.", + "windows10EndpointProtectionApplicationGuard": "Když budete používat Microsoft Edge, Ochrana Application Guard v programu Microsoft Defender ochrání vaše prostředí před weby, které vaše organizace nedefinovala jako důvěryhodné. Když uživatelé navštíví weby, které nejsou uvedené v ohraničení vaší izolované sítě, otevřou se tyto weby ve virtuální relaci procházení v Hyper-V. Důvěryhodné weby se definují prostřednictvím ohraničení sítě, které se dá konfigurovat v Konfiguraci zařízení. Poznámka: Tato funkce je k dispozici jen pro zařízení s 64bitovým systémem Windows 10 nebo novějším.", + "windows10EndpointProtectionCredentialGuard": "Když se ochrana Credential Guard povolí, povolí se i tato povinná nastavení:\r\n
\r\n
    \r\n
  • Povolit zabezpečení na základě virtualizace: Povolí při příštím restartování zabezpečení na základě virtualizace (VBS). Zabezpečení na základě virtualizace nabízí podporu služeb zabezpečení pomocí hypervisoru Windows.
  • \r\n
    \r\n
  • Zabezpečené spouštění s přímým přístupem do paměti (DMA): Zapne VBS se zabezpečeným spouštěním a přímým přístupem do paměti (DMA).
  • \r\n
\r\n ", + "windows10EndpointProtectionDeviceGuard": "Zvolte další aplikace, které je potřeba auditovat pomocí Řízení aplikací v programu Microsoft Defender nebo které tento nástroj může považovat za důvěryhodné, aby bylo možné povolit jejich spuštění. Součásti systému Windows a všechny aplikace z obchodu Windows Store se za důvěryhodné považují automaticky.

\r\n Aplikace se nebudou blokovat, pokud se spustí v režimu Pouze audit. V tomto režimu se protokolují všechny události v protokolech místních klientů.\r\n ", + "windows10GeneralPrivacyPerApp": "Přidejte aplikace, které by měly mít jiné chování ochrany osobních údajů než to, které jste definovali ve výchozích zásadách.", + "windows10NetworkBoundaryNetworkBoundary": "Ohraničení sítě je seznam podnikových prostředků, třeba domén hostovaných v cloudu a rozsahů IP adres pro počítače umístěné v podnikové síti. Pokud chcete chránit data uložená v těchto umístěních pomocí zásad, definujte ohraničení sítě.", + "windowsHealthMonitoring": "Nakonfigurujte zásady monitorování stavu Windows.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone může uživatelům znemožnit instalaci nebo spuštění aplikací uvedených v seznamu zakázaných nebo aplikací, které nejsou uvedené v seznamu schválených. Všechny spravované aplikace musí být přidané do seznamu schválených." + }, + "Inputs": { + "accountDomain": "Doména účtu", + "accountDomainHint": "např. contosodomain", + "accountDomainInfoBalloon": "Zadejte doménu účtu uživatele.", + "accountTypeInfoBalloon": "Zadejte typ účtu, který se konfiguruje, podle modelu ověřování.", + "allowContactSetting": "Povolit uživateli měnit nastavení kontaktů", + "allowContactSyncInfoBalloon": "Určuje, jestli uživatel může měnit nastavení synchronizace kontaktů.", + "allowUserChange": "Povolit uživateli měnit nastavení", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Zadejte prosím název balíčku podobný tomuto: com.microsoft.word", + "androidUrlValidation": "Zadejte platnou adresu URL podobnou této: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Kontext instalace aplikace", + "appUrlLabel": "Adresa URL v obchodu s aplikacemi", + "appleUrlValidation": "Zadejte platnou adresu URL podobnou této: https://www.itunes.apple.com/cz/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Použitelný typ zařízení", + "assignmentActionLabel": "Režim", + "authenticationMethodInfoBalloon": "Určuje metodu ověřování pro daného uživatele.", + "authenticationMetod": "Metoda ověřování", + "authenticationType": "Typ ověřování", + "authenticationTypeInfoBalloon": "Zadat typ ověřování uživatele", + "availableLicenseCount": "Dostupné licence", + "basicAuth": "Základní ověřování", + "biometricsInfoBalloon": "Aby uživatelé mohli přistupovat k aplikaci na svém zařízení, můžou se vyžadovat biometriky, třeba Touch ID nebo Face ID. Když se budou vyžadovat, použijí se jako doplněk metody ověřování vybrané v tomto profilu. Toto nastavení by se nemělo povolit, když jsou nasazené zásady ochrany aplikací Intune, protože zásady ochrany aplikací zahrnují požadavky na přístup, které se musí splnit před přístupem ke spravovaným datům. Když se povolí obě funkce, bude to mít za následek několik výzev pro přístup k Outlook Mobile. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Vypnuto. ", + "bookNameLabel": "Název knihy", + "bundleDescriptionHint": "Zadejte popis, který popisuje obsažené aplikace.", + "calendar": "Kalendář", + "categoryLabel": "Kategorie", + "categoryNameLabel": "Výchozí název", + "certProfileType": "Typ profilu certifikátu", + "certificate": "Certifikát", + "certificates": "Certifikáty", + "commandLineLabel": "Argumenty příkazového řádku", + "commandLineSizeHint": "Maximální délka textu argumentů příkazového řádku je 1024 znaků.", + "configurationSettingsFormatLabel": "Formát nastavení konfigurace", + "configurationSettingsLabel": "Formát nastavení", + "contactSync": "Uložit kontakty", + "contactSyncInfoBalloon": "Ukládání kontaktů do nativního adresáře mobilního zařízení umožňuje, aby se nové hovory a textové zprávy propojily s existujícími outlookovými kontakty uživatele. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Vypnuto.", + "contacts": "Kontakty", + "createdDateTime": "Vytvořeno", + "defaultCategoryHint": "Výchozí kategorie se nedají změnit.", + "deploySMimeCertsFromIntune": "Nasadit certifikáty S/MIME z Intune", + "descriptionGenericLabel": "Popis", + "descriptionHint": "Zadejte popis...", + "descriptionLabel": "Popis", + "descriptionSizeHint": "Popis by neměl být delší než 10 000 znaků.", + "developerLabel": "Vývojář", + "developerSizeHint": "Maximální délka jména vývojáře je 256 znaků.", + "disable": "Vypnout", + "disabled": "Zakázáno", + "displayNameLabel": "Název", + "displayVersionHint": "Zadat verzi aplikace", + "displayVersionLabel": "Verze aplikace", + "displayVersionLengthCheck": "Verze zobrazení by měla být dlouhá maximálně 130 znaků.", + "eBookCategoryNameLabel": "Výchozí název", + "emailAccount": "Název e-mailového účtu", + "emailAccountHint": "třeba podnikový e-mail", + "emailAccountInfoBalloon": "Určuje zobrazovaný název pro e-mailový účet, který se bude zobrazovat uživatelům na zařízeních.", + "emailAddressAttribute": "Atribut e-mailové adresy z AAD", + "emailAddressInfoBalloon": "Určuje e-mailovou adresu, která se použije k odesílání a přijímání pošty.", + "emailServer": "E-mailový server", + "emailServerHint": "např. mail.contoso.com", + "emailServerInfoBalloon": "Určuje název hostitele Exchange Serveru.", + "enable": "Povolit", + "enableSMime": "Povolit S/MIME", + "enabled": "Povoleno", + "encryptAllEmails": "Šifrovat všechny e-maily", + "encryptionCertificates": "Šifrovací certifikáty", + "endUserNotifications": "Oznámení koncovým uživatelům", + "enrollmentTypeLabel": "Typ registrace zařízení", + "externalRecipients": "Tip pro e-mail Externí příjemci", + "externalRecipientsInfoBalloon": "Tip pro e-mail Externí příjemci se zobrazí, když odesílatel přidá příjemce, který je externí, nebo distribuční skupinu, která externí příjemce obsahuje. Tento tip pro e-mail informuje odesílatele, že zpráva, kterou vytvářejí, opustí organizaci. Díky tomu můžou zvolit správné formulace slov, tón a obsah. K dispozici jen pro účty Exchange Online a místní účty, které používají hybridní moderní ověřování. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Zapnuto.", + "focusedInbox": "Prioritní doručená pošta", + "focusedInboxInfoBalloon": "Prioritní doručená pošta rozděluje doručenou poštu do dvou karet – Prioritní a Jiné. Vaše nejdůležitější e-maily se nacházejí na kartě Prioritní, zatímco ty ostatní zůstávají stále snadno přístupné na kartě Jiné, kde nikterak nepřekážejí. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Zapnuto. ", + "fullScreenEnabledLabel": "Na celou obrazovku", + "gmailNineAmountOfEmail": "Počet e-mailů k synchronizaci", + "gmailNineAuthenticationMethodInfoBalloon": "Vyberte, jak chcete, aby se uživatelé ověřovali u e-mailového serveru. Nejbezpečnější a bezproblémové prostředí svým koncovým uživatelům poskytnete pomocí certifikátů. Ověřování pomocí certifikátů ještě není k dispozici, protože nejsou k dispozici profily certifikátů SCEP a PKCS pro zařízení vlastníků. ", + "gmailNineCertificateUPNInfoBalloon": "Certifikát musí obsahovat hlavní název uživatele (UPN) jako alternativní název subjektu.", + "gmailNineEmailAddressInfoBalloon": "Atribut, který Intune získá od služby Azure AD pro dynamické generování e-mailové adresy, kterou bude profil používat, například MojeJmeno@contoso.com (UPN). Další informace o atributech AAD pro e-mailové profily", + "gmailNineEmailServerInfoBalloon": "Umístění Exchange (URL) e-mailového serveru, ke kterému se zadaná aplikace připojuje, aby získala e-mail", + "gmailNineEmailSynchronizeInfoBalloon": "Umožňuje řídit, kolik e-mailů klient bude synchronizovat.", + "gmailNineSSLInfoBalloon": "Povolením protokolu SSL zabezpečíte veškerou komunikaci s e-mailovým serverem.", + "gmailNineUsernameInfoBalloon": "Atribut, který Intune získá od služby Azure AD pro dynamické generování e-mailové adresy, kterou bude tento profil používat, například MojeJmeno@contoso.com (UPN) nebo MojeJmeno (uživatelské jméno). Další informace o atributech AAD pro e-mailové profily", + "ignoreManifestScope": "Ignorovat obor manifestu", + "ignoreVersionDetection": "Ignorovat verzi aplikace", + "informationUrlLabel": "Adresa URL informací", + "informationUrlSizeHint": "Maximální délka adresy URL informací je 1024 znaků.", + "installAsManaged": "Instalovat jako spravované", + "installationSourceLabel": "Typ aplikace", + "installerTypeInfoBalloon": "Typ instalačního programu balíčku aplikace.", + "installerTypeLabel": "Typ instalačního programu", + "isFeatured": "Zobrazit na Portálu společnosti jako vybranou aplikaci", + "isMAMEnabledToggleLabel": "Ano", + "lastModifiedDateTime": "Čas poslední aktualizace", + "ldapUrl": "URL protokolu LDAP", + "licensingType": "Podporuje přiřazení kontextu zařízení.", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimální operační systém", + "modernAuth": "Moderní ověřování", + "nameHint": "Zadejte název", + "nameLabel": "Název", + "nameSizeHint": "Maximální délka názvu je 512 znaků.", + "notConfigured": "Nenakonfigurováno", + "notesLabel": "Poznámky", + "notesSizeHint": "Maximální délka textu poznámek je 1024 znaků.", + "notificationType": "Typ oznámení", + "oneDay": "Jeden den", + "oneMonth": "Jeden měsíc", + "oneWeek": "Jeden týden", + "outlookSMimeSettings": "Nastavení standardu S/MIME v Outlooku", + "ownerLabel": "Vlastník", + "ownerSizeHint": "Maximální délka jména vlastníka je 256 znaků.", + "packageIdLabel": "Identifikátor balíčku", + "packageNameLabel": "Název balíčku", + "pivCredentialNotConfigured": "Nevybrali jste vystavitele odvozených přihlašovacích údajů pro vašeho tenanta. Než budete moct tyto zásady na zařízení úspěšně použít, bude nutné jednoho nakonfigurovat.", + "platformLabel": "Platforma", + "policyDescriptionLabel": "Popis", + "policyNameLabel": "Název", + "preComposedIconEnabled": "Předem vytvořeno", + "primarySMTPAddress": "Primární adresa SMTP", + "privacyUrlLabel": "Adresa URL informací o ochraně osobních údajů", + "publisherHint": "Zadejte název vydavatele", + "publisherLabel": "Vydavatel", + "publisherSizeHint": "Název vydavatele by měl být dlouhý 2 až 1024 znaků (včetně).", + "require": "Vyžadovat", + "requireBiometrics": "Pro přístup k aplikaci vyžadovat biometriku", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "Vyžaduje se alespoň jedna značka oboru.", + "searchAppLabel": "Vybrat aplikaci", + "searchAppLinkText": "Hledat v App Storu", + "searchWinGetPublicRepositoryLinkText": "Hledat v úložišti komunity Správce balíčků systému Windows", + "searchWinGetStoreRepositoryLinkText": "Hledat v aplikaci Microsoft Store (nová verze)", + "selectAAD": "Vybrat atribut AAD", + "selectAppFileLabel": "Vybrat soubor", + "selectAppFileLinkText": "Vybrat soubor balíčku aplikace", + "selectAppFileToUpdateLabel": "Vybrat soubor k aktualizaci", + "selectAuthMethod": "Vyberte metodu ověřování.", + "selectAuthType": "Vybrat typ ověřování", + "selectCatalogAppLabel": "Vybrat aplikaci", + "selectCatalogAppLinkText": "Hledat v katalogu aplikací pro Windows (Win32)", + "selectCertificate": "Vyberte certifikát.", + "signAllEmails": "Podepisovat všechny e-maily", + "signingCertificates": "Podpisové certifikáty", + "ssl": "SSL", + "suiteDescriptionLabel": "Popis sady", + "suiteNameLabel": "Název sady", + "targetApplicationBundleIdentifier": "Identifikátor sady cílové aplikace", + "targetedPlatformsLabel": "Cílová platforma", + "tasks": "Úlohy", + "threeDays": "Tři dny", + "totalLicenseCount": "Celkový počet licencí", + "twoWeeks": "Dva týdny", + "unifiedAssignmentsLabel": "Přiřadit k:", + "unlimited": "Bez omezení", + "urlHint": "Zadejte platnou adresu URL", + "useManagedBrowserHint": "Jenom Android a iOS. Další informace", + "useManagedBrowserLabel": "K otevření tohoto odkazu vyžadovat spravovaný prohlížeč", + "userPrinicipalName": "Hlavní název uživatele", + "username": "Uživatelské jméno", + "usernameAttribute": "Atribut uživatelského jména z AAD", + "usernameAttributreInfoBalloon": "Určuje hlavní název uživatele (UPN) pro e-mailový profil, pomocí kterého se ověří účet.", + "usernamePassword": "Uživatelské jméno a heslo", + "webAppUrlHint": "Zadejte platnou adresu URL, která začíná na http:// nebo https://.", + "webAppUrlLabel": "Adresa URL aplikace", + "webAppUrlSizeHint": "Maximální délka adresy URL aplikace je 1024 znaků", + "windowsUrlValidation": "Zadejte platnou adresu URL podobnou této: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "Zadaná data XML", + "xmlFormatInvalid": "Formát zásad XML je neplatný.", + "xmlTooLarge": "Velikost vstupu musí být menší než 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "{0} se nepovedlo odstranit.", @@ -8432,374 +8847,13 @@ "modifying": "Odstraňuje se {0}.", "success": "Úspěšně jste odstranili: {0}." }, - "Included": { - "none": "Nejsou vybrané žádné cloudové aplikace, akce ani kontexty ověřování.", - "plural": "Zahrnuté kontexty ověřování: {0}", - "singular": "Zahrnuté kontexty ověřování: 1" - }, - "InfoBlade": { - "createTitle": "Přidat kontext ověřování", - "deleteDisallowed": "Tento kontext ověřování nemůžete odstranit, dokud na něj odkazují zásady podmíněného přístupu.", - "descPlaceholder": "Přidat popis kontextu ověřování", - "modifyTitle": "Upravit kontext ověřování", - "namePlaceholder": "Např. Důvěryhodné umístění, Důvěryhodné zařízení, Silná autorizace", - "publishDesc": "Publikování do aplikací zpřístupní kontext ověřování aplikacím, které tak budou moct kontext použít. Publikování proveďte, až dokončíte konfiguraci zásad podmíněného přístupu pro značku. [Další informace][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publikovat do aplikací", - "titleDesc": "Nakonfigurujte kontext ověřování, který se použije pro ochranu dat a akcí aplikace. Použijte názvy a popisy, kterým správci aplikací porozumí. [Další informace][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Zrušení publikování tohoto kontextu ověřování může vést ke ztrátě přístupu k prostředku, který je zabezpečován kontextem ověřování." - }, "Notify": { "failure": "Aplikaci {0} se nepodařilo aktualizovat.", "modifying": "Upravuje se {0}.", "success": "Aplikace {0} se úspěšně aktualizovala." }, - "WhatIf": { - "selected": "Zahrnutý kontext ověřování" - }, - "addNewStepUp": "Nový kontext ověřování", - "bannerText": "Vytvořte vlastní hodnoty kontextu ověřování a zásady podmíněného přístupu pomocí Azure AD Premium", - "checkBoxInfo": "Vyberte kontext ověřování, na které se tyto zásady budou vztahovat.", - "configure": "Nakonfigurovat kontexty ověřování", - "createCA": "Přiřadit zásady podmíněného přístupu ke kontextu ověřování", - "dataGrid": "Seznam kontextů ověřování", - "deleteFailedByReference": "Tento kontext ověřování nelze odstranit, protože na něj odkazují zásady certifikační autority.", - "description": "Popis", - "documentation": "Dokumentace", - "getStarted": "Začínáme", - "label": "Kontext ověřování", - "menuLabel": "Kontext ověřování", - "name": "Název", - "noAuthContextConfigured": "Nebyly nakonfigurovány žádné kontexty ověřování.", - "noAuthContextSet": "Neexistují žádné kontexty ověrování", - "noData": "Nejsou k dispozici žádné kontexty ověřování, které by se daly zobrazit.", - "selectionInfo": "Kontext ověřování se používá k zabezpečení dat a akcí v aplikacích, jako jsou SharePoint a Microsoft Cloud App Security.", - "step": "Krok", - "tabDescription": "Spravujte kontext ověřování, abyste zajistili ochranu dat a akcí ve vašich aplikacích. Kontexty ověřování nelze odstranit, dokud na ně odkazují zásady podmíněného přístupu. [Další informace][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Označit prostředky pomocí kontextu ověřování" + "menuLabel": "Kontext ověřování" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (přihlášení telefonem)", - "email": "Jednorázový přístupový kód poslaný e-mailem", - "federatedMultiFactor": "Federované vícefaktorové", - "federatedSingleFactor": "Federovaný jednofaktorové ověřování", - "fido2": "Klíč zabezpečení FIDO2", - "hardwareOath": "Hardwarové tokeny OATH", - "hardwareOathEmail": "Hardwarový token OATH + jednorázový přístupový kód poslaný e-mailem", - "hardwareOathFederatedSingleFactor": "Federované jednofaktorové ověřování + hardwarový token OATH", - "microsoftAuthenticatorPush": "Microsoft Authenticator (nabízené oznámení)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (nabízené oznámení) + jednorázové heslo poslané e-mailem", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federované jednofaktorové ověřování + Microsoft Authenticator (nabízené oznámení)", - "none": "Žádný", - "password": "Heslo", - "passwordHardwareOath": "Heslo + hardwarový token OATH", - "passwordMicrosoftAuthenticatorPush": "Heslo + Microsoft Authenticator (nabízené oznámení)", - "passwordSms": "Heslo + SMS", - "passwordSoftwareOath": "Heslo + softwarový token OATH", - "passwordVoice": "Heslo + hlas", - "passwordX509CertificateMultiFactor": "Heslo + ověřování na základě certifikátu (vícefaktorové)", - "passwordX509CertificateSingleFactor": "Heslo + ověřování na základě certifikátu (jednofaktorové)", - "sms": "SMS", - "smsEmail": "SMS + jednorázové heslo poslané e-mailem", - "smsFederatedSingleFactor": "Federované jednofaktorové ověřování + SMS", - "softwareOath": "Softwarové tokeny OATH", - "softwareOathEmail": "Softwarový token OATH + jednorázový přístupový kód poslaný e-mailem", - "softwareOathFederatedSingleFactor": "Federované jednofaktorové ověřování + softwarový token OATH", - "temporaryAccessPassMultiUse": "Dočasný přístupový kód (více užití)", - "temporaryAccessPassOneTime": "Dočasný přístupový kód (jednorázové užití)", - "voice": "Hlas", - "voiceEmail": "Telefonát + jednorázové heslo poslané e-mailem", - "voiceFederatedSingleFactor": "Federované jednofaktorové ověřování + Voice", - "windowsHelloForBusiness": "Windows Hello pro firmy", - "x509CertificateMultiFactor": "Ověřování na základě certifikátu (vícefaktorové)", - "x509CertificateSingleFactor": "Ověřování na základě certifikátu (jednofaktorové)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Zablokovat stahování (Preview)", - "monitorOnly": "Jen monitorování (Preview)", - "protectDownloads": "Chránit stahování (Preview)", - "useCustomControls": "Použít vlastní zásady..." - }, - "ariaLabel": "Zvolte druh Řízení podmíněného přístupu k aplikacím, který se má použít." - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "ID aplikace: {0}" - }, - "LowerGrid": { - "ariaLabel": "Seznam vybraných cloudových aplikací" - }, - "UpperGrid": { - "ariaLabel": "Seznam cloudových aplikací, které odpovídají hledanému termínu" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Ve Vybraných lokalitách musíte zvolit alespoň jednu lokalitu.", - "selector": "Zvolte alespoň jedno umístění." - }, - "privateLinksInfo": "Private Link pro Azure AD je nejvhodnější pro služby Azure. Ujistěte se, že objekty zabezpečení, pro které se tyto zásady používají, nemají požadavek na přístup k žádným veřejným službám, jako je M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Musíte vybrat alespoň jednoho z následujících klientů." - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Tyto zásady platí jen pro moderní ověřovací aplikace a ověřovací aplikace pro prohlížeče. Pokud chcete zásady použít pro všechny klientské aplikace, povolte podmínku klientských aplikací a vyberte všechny klientské aplikace.", - "classicExperience": "Od vytvoření těchto zásad se aktualizovala výchozí konfigurace klientských aplikací.", - "legacyAuth": "Když se nakonfiguruje, budou se teď zásady vztahovat na všechny klientské aplikace, včetně moderního a staršího ověřování." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Atribut", - "placeholder": "Zvolit atribut" - }, - "Configure": { - "infoBalloon": "Nakonfigurujte filtry aplikací, pro které chcete zásady použít." - }, - "NoPermissions": { - "learnMoreAria": "Další informace o oprávněních vlastních atributů zabezpečení.", - "message": "Nemáte oprávnění potřebná k použití vlastních atributů zabezpečení." - }, - "gridHeader": "S využitím vlastních atributů zabezpečení můžete pomocí tvůrce pravidel nebo textového pole syntaxe pravidel vytvořit nebo upravit pravidla filtru. Ve verzi Preview jsou podporovány pouze atributy typu String. Atributy typu Integer nebo Boolean nebudou zobrazeny.", - "learnMoreAria": "Další informace o použití tvůrce pravidel a textového pole syntaxe.", - "noAttributes": "K dispozici nejsou žádné vlastní atributy, které by bylo možné filtrovat. Pokud chcete použít tento filtr, bude nutné nakonfigurovat některé atributy.", - "title": "Upravit filtr (Preview)" - }, - "CloudAppsUserActions": { - "any": "Jakákoli cloudová aplikace nebo akce", - "infoBalloon": "Cloudová aplikace nebo akce uživatele, kterou chcete otestovat. Příklad: SharePoint Online", - "learnMore": "Umožňuje nastavit přístup podle všech nebo konkrétních cloudových aplikací nebo akcí.", - "learnMoreB2C": "Umožňuje nastavit přístup podle všech nebo konkrétních cloudových aplikací.", - "learnMoreNetworkAccess": "Řízení přístupu na základě veškerého nebo konkrétního provozu síťového přístupu, cloudových aplikací nebo akcí.", - "title": "Cloudové aplikace nebo akce" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Seznam vyloučených cloudových aplikací" - }, - "Filter": { - "configured": "Nakonfigurováno", - "label": "Upravit filtr (Preview)", - "with": "{0} s {1}" - }, - "Included": { - "gridAria": "Seznam zahrnutých cloudových aplikací" - }, - "Validation": { - "authContext": "S kontextem ověřování je nutné nakonfigurovat alespoň jednu podřízenou položku.", - "networkAccess": "U přístupu k síti musíte nakonfigurovat alespoň jeden profil provozu.", - "selectApps": "{0} se musí nakonfigurovat.", - "selector": "Vyberte alespoň jednu aplikaci.", - "userActions": "S Akcemi uživatelů je zapotřebí nakonfigurovat alespoň jednu podřízenou položku." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Umožňuje nastavit přístup uživatelů, když je zařízení, ze kterého se uživatel přihlašuje, připojené službou Hybrid Azure AD Join nebo označené jako kompatibilní.\n Možnost je teď už zastaralá. Místo toho použijte možnost {1}." - } - }, - "Errors": { - "notFound": "Zásady se nenašly nebo se zakázaly.", - "notFoundDetailed": "Zásady {0} už neexistují. Je možné, že se odstranily." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Vše", - "b2bCollaborationGuestLabel": "Uživatel typu host pro B2B Collaboration", - "b2bCollaborationMemberLabel": "Uživatelé členů B2B Collaboration", - "b2bDirectConnectUserLabel": "Přímé připojení B2B", - "enumeratedExternalTenantsError": "Vyberte prosím alespoň jednoho externího tenanta.", - "enumeratedExternalTenantsLabel": "Vybrat", - "externalTenantsLabel": "Zadat externí organizace Azure Active Directory", - "externalUserDropdownLabel": "Zvolit typy hosta nebo externích uživatelů", - "externalUsersError": "Vyberte aspoň jeden typ externího hosta nebo uživatele.", - "guestOrExternalUsersInfoContent": "Zahrnuje B2B Collaboration, přímé připojení B2B a další typy externích uživatelů.", - "guestOrExternalUsersLabel": "Host nebo externí uživatelé", - "internalGuestLabel": "Místní uživatelé typu host", - "otherExternalUserLabel": "Další externí uživatelé", - "previewTag": "{0} (Preview)", - "serviceProviderUsersLabel": "Uživatelé poskytovatele služeb" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Metoda vyhledávání země/oblasti", - "gps": "Určení polohy podle souřadnic GPS", - "info": "Když se nakonfiguruje podmínka polohy zásad podmíněného přístupu, uživatelům se zobrazí výzva aplikace Authenticator, aby sdíleli svou polohu GPS. ", - "ip": "Zjistit polohu podle IP adresy (jen protokol IPv4)" - }, - "Header": { - "new": "Nové umístění ({0})", - "update": "Aktualizovat umístění ({0})" - }, - "IP": { - "learn": "Nakonfigurujte rozsahy IPv4 a IPv6 pojmenovaných umístění.\n[Další informace][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Neznámé země/oblasti jsou IP adresy, které nejsou přidružené ke konkrétní zemi nebo oblasti. [Další informace][1]\n\nTo zahrnuje:\n* IPv6 adresy\n* IPv4 adresy bez přímého mapování\n[1]: https://aka.ms/canamedlocations\n", - "label": "Zahrnout neznámé země/oblasti" - }, - "Name": { - "empty": "Název nemůže být prázdný.", - "placeholder": "Název tohoto umístění" - }, - "PrivateLink": { - "learn": "Vytvořte nové pojmenované umístění, které bude obsahovat privátní propojení pro Azure AD.\n[Další informace][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Hledat země", - "names": "Hledat jména", - "privateLinks": "Hledat privátní propojení" - }, - "Trusted": { - "label": "Označit jako důvěryhodné umístění" - }, - "enter": "Zadejte nový rozsah IPv4 nebo IPv6.", - "example": "např.: 40.77.182.32/27 nebo 2a01:111::/32" - }, - "Label": { - "addCountries": "Umístění zemí", - "addIpRange": "Umístění rozsahů IP adres", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Při vytváření nového umístění došlo k chybě ({0}).", - "title": "Vytváření neproběhlo úspěšně" - }, - "InProgress": { - "description": "Vytváří se nové umístění ({0}).", - "title": "Probíhá vytváření" - }, - "Success": { - "description": "Nové umístění se úspěšně vytvořilo ({0}).", - "title": "Vytváření proběhlo úspěšně" - } - }, - "Delete": { - "Failed": { - "description": "Při odstraňování umístění došlo k chybě ({0}).", - "title": "Odstraňování neproběhlo úspěšně" - }, - "InProgress": { - "description": "Odstraňuje se umístění ({0}).", - "title": "Probíhá odstraňování" - }, - "Success": { - "description": "Umístění se úspěšně odstranilo ({0}).", - "title": "Odstranění proběhlo úspěšně" - } - }, - "Update": { - "Failed": { - "description": "Při aktualizaci umístění došlo k chybě ({0}).", - "title": "Aktualizace neproběhla úspěšně" - }, - "InProgress": { - "description": "Aktualizuje se umístění ({0}).", - "title": "Probíhá aktualizace" - }, - "Success": { - "description": "Umístění se úspěšně aktualizovalo ({0}).", - "title": "Aktualizace proběhla úspěšně" - } - } - }, - "PrivateLinks": { - "grid": "Seznam privátních propojení" - }, - "Trusted": { - "title": "Důvěryhodný typ", - "trusted": "Důvěryhodná" - }, - "Type": { - "all": "Všechny typy", - "countries": "Země", - "ipRanges": "Rozsahy IP adres", - "privateLinks": "Privátní propojení", - "title": "Typ umístění" - }, - "iPRangeInvalidError": "Hodnota musí být platný rozsah IPv4 nebo IPv6.", - "iPRangeLinkOrSiteLocalError": "Síť IP se zjistila jako místní adresa propojení nebo lokality.", - "iPRangeOctetError": "Síť IP nesmí začínat na 0 nebo 255.", - "iPRangePrefixError": "Předpona sítě IP musí mít hodnotu od /{0} do /{1}.", - "iPRangePrivateError": "Síť IP se zjistila jako privátní adresa." - }, - "NamedNetwork": { - "List": { - "gridAria": "Seznam pojmenovaných umístění" - } - }, - "NetworkAccess": { - "Included": { - "none": "Nevybraly se žádné cílové prostředky", - "plural": "Vybrané profily síťového provozu: {0}", - "singular": "Vybrané profily síťového provozu: 1" - }, - "internetOptionText": "Veřejný provoz", - "label": "Přístup k síti (Preview)", - "m365OptionText": "Provoz M365", - "privateOptionText": "Soukromý provoz", - "selectTrafficProfilesLabel": "Vyberte profily přenosů, na které se tyto zásady vztahují", - "targetResourcesBalloonContext": "Cílové prostředky", - "targetResourcesSelectorTitle": "Cílové prostředky", - "trafficProfilesLearnMoreTooltip": "Pokud chcete zobrazit další profily provozu, přidejte další licence NaaS.", - "ztnaEnableLearnMore": "Cloud Edge s nulovou důvěrou (Zero Trust) musí být zapnutý, aby bylo možné používat řízení přístupu k síti. " - }, - "Policies": { - "Grid": { - "aria": "Seznam zásad podmíněného přístupu" - }, - "countText": "Našly se {0} z {1} zásad.", - "countTextSingular": "Našla se {0} z 1 zásady.", - "search": "Vyhledat zásady" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Umožňuje nakonfigurovat úrovně rizika instančního objektu potřebné k vynucení zásad ​", - "infoBalloonContent": "Konfigurace rizika instančního objektu pro použití zásad na vybrané úrovně rizika", - "title": "Riziko instančního objektu" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Nakonfigurujte detekce rizik a použijte zásady u vybraných detekcí rizik přihlášení v reálném čase." - }, - "LearnMore": { - "message": "Umožňuje řídit přístup uživatelů a reagovat na konkrétní detekce rizika přihlášení v reálném čase." - }, - "description": "Tento stav se splní, pokud některá ze zahrnutých detekcí rizik detekuje riziko. Toto nastavení nemá vliv na výpočet úrovně rizika přihlášení.", - "header": "Integrované detekce rizik v reálném čase", - "info": "Detekce, které zjišťují rizika během přihlašování.", - "label": "Detekce rizika přihlášení (Preview)", - "title": "Detekce rizika přihlášení" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Kombinace metod, které splňují požadavky silného ověřování, jako je heslo + SMS.", - "displayName": "Vícefaktorové ověřování" - }, - "Passwordless": { - "description": "Bezheslové metody, které splňují požadavky silného ověřování, například Microsoft Authenticator. ", - "displayName": "Vícefaktorové ověřování bez hesla" - }, - "PhishingResistant": { - "description": "Bezheslové metody odolné proti útokům phishing pro nejsilnější úroveň ověřování, jako je například klíč zabezpečení FIDO2.", - "displayName": "Vícefaktorové ověřování odolné proti útokům phishing" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Další informace o vyžadování metod ověřování, které plní zprostředkovatelé federace.", "certificate": "Ověřování certifikátem", @@ -8808,287 +8862,6 @@ "require": "Vyžadovat federovanou metodu ověřování (Preview)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Vypnuté", - "on": "Zapnuté", - "reportOnly": "Pouze sestavy" - }, - "PolicyTemplates": { - "Devices": { - "description": "Vyberte kategorii šablon zásad zařízení, abyste získali přehled o zařízeních přistupujících k síti. Před udělením přístupu zajistěte dodržování předpisů a stav.", - "name": "Zařízení" - }, - "Identities": { - "description": "Vyberte kategorii šablony zásad identit, abyste ověřili a zabezpečili každou identitu pomocí silného ověřování napříč všemi digitálními prostředky.", - "name": "Identity" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Všechny aplikace", - "office365": "Office 365", - "registerSecurityInfo": "Zaregistrovat informace o zabezpečení" - }, - "Conditions": { - "androidAndIOS": "Platforma zařízení: Android a iOS", - "anyDevice": "Libovolné zařízení s výjimkou Androidu, iOS, Windows a Macu", - "anyDeviceStateExceptHybrid": "Libovolný stav zařízení s výjimkou odpovídajícího zařízení a zařízení připojeného službou Hybrid Azure AD Join", - "anyLocation": "Libovolné umístění kromě důvěryhodného", - "browserMobileDesktop": "Klientské aplikace: prohlížeč, mobilní aplikace a desktopoví klienti", - "exchangeActiveSync": "Klientské aplikace: Exchange Active Sync, ostatní klienti", - "windowsAndMac": "Platforma zařízení: Windows a Mac" - }, - "Devices": { - "anyDevice": "Libovolné zařízení" - }, - "Grant": { - "appProtectionPolicy": "Vyžadovat zásady ochrany aplikací", - "approvedClientApp": "Vyžaduje se klientem schválená aplikace.", - "blockAccess": "Blokovat přístup", - "mfa": "Vyžadovat vícefaktorové ověřování", - "passwordChange": "Vyžadovat změnu hesla", - "requireCompliantDevice": "Vyžadovat, aby zařízení bylo označené jako vyhovující", - "requireHybridAzureADDevice": "Vyžadovat zařízení připojené službou Hybrid Azure AD Join" - }, - "Session": { - "appEnforcedRestrictions": "Používat omezení vynucená aplikací", - "signInFrequency": "Frekvence přihlášení a dočasná relace prohlížeče" - }, - "UsersAndGroups": { - "allUsers": "Všichni uživatelé", - "directoryRoles": "Role adresáře s výjimkou aktuálního správce", - "globalAdmin": "Globální správce", - "noGuestAndAdmins": "Všichni uživatelé kromě hostů a externích uživatelů, globálních správců a aktuálního správce" - }, - "azureManagement": "Správa Azure", - "deviceFilters": "Filtry pro zařízení", - "devicePlatforms": "Platformy zařízení" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Zablokujte nebo omezte přístup k obsahu SharePointu, OneDrivu a Exchange z nespravovaných zařízení.", - "name": "CA014: Použít omezení vynucená aplikací pro nespravovaná zařízení", - "title": "Použít omezení vynucená aplikací pro nespravovaná zařízení" - }, - "ApprovedClientApps": { - "description": "Aby se zabránilo ztrátě dat, organizace můžou omezit přístup ke schváleným aplikacím moderního ověřování klientů pomocí služby Intune App Protection.", - "name": "CA012: Vyžadovat schválené klientské aplikace a ochranu aplikací", - "title": "Vyžadovat schválené klientské aplikace a ochranu aplikací" - }, - "BlockAccessOnUnknowns": { - "description": "Uživatelům se zablokuje přístup k prostředkům společnosti, pokud je typ zařízení neznámý nebo nepodporovaný.", - "name": "CA010: Zablokovat přístup neznámé nebo nepodporované platformě zařízení", - "title": "Zablokovat přístup neznámé nebo nepodporované platformě zařízení" - }, - "BlockLegacyAuth": { - "description": "Zablokuje starší verze koncových bodů ověřování, které se dají použít k obejití vícefaktorového ověřování. ", - "name": "CA003: Blokuje starší verzi ověřování.", - "title": "Blokovat starší verzi ověřování" - }, - "NoPersistentBrowserSession": { - "description": "Chraňte přístup uživatelů na nespravovaných zařízeních tím, že zabráníte tomu, aby relace prohlížeče zůstaly přihlášené po zavření prohlížeče, a nastavíte frekvenci přihlašování na 1 hodinu.", - "name": "CA011: Žádná trvalá relace prohlížeče", - "title": "Žádná trvalá relace prohlížeče" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Vyžadujte, aby privilegovaní správci mohli přistupovat k prostředkům jenom při použití zařízení připojeného ke službě Azure AD nebo zařízení připojeného k hybridní službě Azure AD.​", - "name": "CA009: Vyžadovat odpovídající nebo službou Hybrid Azure AD Join připojené zařízení pro správce", - "title": "Vyžadovat odpovídající nebo službou Hybrid Azure AD Join připojené zařízení pro správce." - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Chraňte přístup k firemním prostředkům tím, že budete vyžadovat, aby uživatelé používali spravované zařízení nebo prováděli vícefaktorové ověřování. (pouze macOS nebo Windows)", - "name": "CA013: Vyžadovat odpovídající nebo službou Hybrid Azure AD Join připojené zařízení nebo vícefaktorové ověřování pro všechny uživatele", - "title": "Vyžadovat odpovídající nebo službou Hybrid Azure AD Join připojené zařízení nebo vícefaktorové ověřování pro všechny uživatele" - }, - "RequireMFAAllUsers": { - "description": "Umožňuje vyžadovat vícefaktorové ověřování pro všechny uživatelské účty, aby se snížilo riziko ohrožení zabezpečení.", - "name": "CA004: Vyžadovat vícefaktorové ověřování pro všechny uživatele", - "title": "Vyžadovat vícefaktorové ověřování pro všechny uživatele" - }, - "RequireMFAForAdmins": { - "description": "Umožňuje vyžadovat vícefaktorové ověřování pro privilegované účty pro správu, aby se snížilo riziko ohrožení zabezpečení. Tato zásada bude cílit na stejné role jako výchozí zabezpečení.", - "name": "CA001: Vyžadovat vícefaktorové ověřování pro správce", - "title": "Vyžadovat vícefaktorové ověřování pro správce" - }, - "RequireMFAForAzureManagement": { - "description": "K ochraně privilegovaného přístupu k prostředkům Azure můžete vyžadovat vícefaktorové ověřování.", - "name": "CA006: Vyžadovat vícefaktorové ověřování pro správu Azure", - "title": "Vyžadovat vícefaktorové ověřování pro správu Azure" - }, - "RequireMFAForGuestAccess": { - "description": "Umožňuje vyžadovat, aby uživatelé typu host při přístupu k firemním prostředkům provedli vícefaktorové ověřování.", - "name": "CA005: Vyžadovat vícefaktorové ověřování pro přístup hostů", - "title": "Vyžadovat vícefaktorové ověřování pro přístup hostů" - }, - "RequireMFAForRiskySignIn": { - "description": "Umožňuje vyžadovat vícefaktorové ověřování, pokud se zjistí, že riziko přihlášení je střední nebo vysoké (vyžaduje licenci Azure AD Premium 2).", - "name": "CA007: Vyžadovat vícefaktorové ověřování pro riziková přihlášení", - "title": "Vyžadovat vícefaktorové ověřování pro riziková přihlášení" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Vyžaduje, aby si uživatel změnil heslo, pokud se zjistí vysoké riziko uživatele (vyžaduje licenci Azure AD Premium 2).", - "name": "CA008: Vyžadovat změnu hesla pro uživatele s vysokým rizikem", - "title": "Vyžadovat změnu hesla pro uživatele s vysokým rizikem" - }, - "RequireSecurityInfo": { - "description": "Zabezpečte, kdy a jak se uživatelé zaregistrují k vícefaktorovému ověřování Azure AD a samoobslužnému heslu. ", - "name": "CA002: Zabezpečování registrace bezpečnostních údajů", - "title": "Zabezpečování registrace bezpečnostních údajů" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Povolení této zásady zabrání jakémukoli přístupu z neznámého typu zařízení, pro začátek zvažte použití režimu pouze sestava, dokud si nepotvrdíte, že to nebude mít vliv na vaše uživatele." - }, - "BlockLegacyAuth": { - "description": "Pro začátek zvažte použití režimu pouze sestava, dokud nebudete mít jistotu, že to nebude mít vliv na vaše uživatele.", - "title": "Povolením této zásady se zablokují starší ověřování pro všechny vaše uživatele." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Pro začátek zvažte použití režimu pouze sestava, dokud nebudete mít jistotu, že to nebude mít vliv na vaše privilegované uživatele.", - "reportOnly": "Zásady v režimu pouze sestava, které vyžadují kompatibilní zařízení, mohou uživatele počítačů Mac, iOS a Android vyzvat, aby během vyhodnocování zásad vybrali certifikát zařízení, i když není vynucován soulad zařízení. Tyto výzvy se mohou opakovat, dokud není zařízení v souladu s požadavky." - }, - "Title": { - "on": "Když se tyto zásady povolí, zabráníte veškerému přístupu privilegovaných uživatelů, pokud nepoužívají spravované zařízení, například vyhovující předpisům nebo připojené k hybridní službě Azure AD. Před povolením se ujistěte, že jste nakonfigurovali zásady dodržování předpisů nebo povolili hybridní konfiguraci Azure AD.", - "reportOnly": "Před povolením se ujistěte, že jste nakonfigurovali zásady dodržování předpisů nebo povolili hybridní konfiguraci Azure AD. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Tato zásada bude mít vliv na všechny uživatele kromě aktuálně přihlášeného správce. Zvažte použití režimu jenom pro sestavy, který bude začínat, dokud neověříte, že to nebude mít dopad na vaše uživatele." - }, - "Title": { - "on": "Nezablokujte se! Ujistěte se, že vaše zařízení dodržuje předpisy, že je připojené službou Hybrid Azure AD Join, nebo jste nakonfigurovali vícefaktorové ověřování. ", - "reportOnly": "Zásady v režimu pouze sestava, které vyžadují kompatibilní zařízení, mohou uživatele počítačů Mac, iOS a Android vyzvat, aby během vyhodnocování zásad vybrali certifikát zařízení, i když není vynucován soulad zařízení. Tyto výzvy se mohou opakovat, dokud není zařízení kompatibilní." - } - }, - "RequireMfa": { - "description": "Pokud k synchronizaci místních objektů používáte účty pro nouzový přístup nebo Azure AD Connect, budete možná muset tyto účty z těchto zásad po vytvoření vyloučit." - }, - "RequireMfaAdmins": { - "description": "Vezměte prosím na vědomí, že aktuální účet správce bude automaticky vyloučen, ale všechny ostatní budou při vytváření zásad chráněny. Zvažte pro začátek použití režimu pouze sestava.", - "title": "Nezablokujte si přístup! Tato zásada ovlivňuje portál Microsoft Azure." - }, - "RequireMfaAllUsers": { - "description": "Pro začátek zvažte používání pouze režimu sestav, dokud tuto změnu nenaplánujete a neoznámíte všem uživatelům.", - "title": "Povolením této zásady vynutíte vícefaktorové ověřování pro všechny uživatele." - }, - "RequireSecurityInfo": { - "description": "Dbejte, abyste zkontrolovali konfiguraci ochrany těchto účtů na základě potřeb vaší společnosti.", - "title": "Tyto zásady se nevztahují na následující uživatele a role: Hosté a externí uživatelé, Globální správci, Aktuální správce." - } - }, - "basics": "Základní informace", - "clientApps": "Klientské aplikace", - "cloudApps": "Cloudové aplikace", - "cloudAppsOrActions": "Cloudové aplikace nebo akce ", - "conditions": "Podmínky ", - "createNewPolicy": "Vytvořit nové zásady ze šablon (Preview)", - "createPolicy": "Vytvořit zásady", - "currentUser": "Aktuální uživatel", - "customizeBuild": "Přizpůsobení sestavení", - "customizeTemplate": "Seznamy šablon se přizpůsobují podle typu zásady, kterou vytváříte.", - "excludedDevicePlatform": "Vyloučené platformy zařízení", - "excludedDirectoryRoles": "Vyloučené role adresáře", - "excludedLocation": "Vyloučené role adresáře", - "excludedUsers": "Vyloučení uživatelé", - "grantControl": "Udělit řízení ", - "includeFilteredDevice": "Zahrnout filtrovaná zařízení do zásad", - "includedDevicePlatform": "Zahrnuté platformy zařízení", - "includedDirectoryRoles": "Zahrnuté role adresáře", - "includedLocation": "Zahrnuté umístění", - "includedUsers": "Zahrnout uživatele", - "legacyAuthenticationClients": "Starší ověřovací klienti", - "namePolicy": "Pojmenujte zásadu.", - "needAdPremiumMessage": "Pokud chcete používat tuto funkci, potřebujete předplatné Azure AD Premium.", - "next": "Další", - "policyName": "Název zásady", - "policyState": "Stav zásad", - "policySummary": "Souhrn zásad", - "policyTemplate": "Šablona zásad", - "previous": "Předchozí", - "reviewAndCreate": "Zkontrolovat a vytvořit", - "riskLevels": "Úrovně rizika", - "selectATemplate": "Vyberte šablonu.", - "selectTemplate": "Vybrat šablonu", - "selectTemplateCategory": "Vyberte kategorii šablony.", - "selectTemplateRecommendation": "Na základě vaší odpovědi doporučujeme následující šablony.", - "sessionControl": "Řízení relace ", - "signInFrequency": "Frekvence přihlašování", - "signInRisk": "Riziko přihlášení", - "template": "Šablona ", - "templateCategory": "Kategorie šablony:", - "userRisk": "Riziko uživatele", - "usersAndGroups": "Uživatelé a skupiny ", - "viewPolicySummary": "Zobrazit souhrn zásad " - }, - "SSM": { - "MemberSelector": { - "description": "Uživatelé a skupiny" - }, - "Notification": { - "Migration": { - "error": "Nepovedlo se migrovat nastavení nepřetržitého vyhodnocování přístupu do zásad podmíněného přístupu.", - "inProgress": "Migrují se nastavení nepřetržitého vyhodnocování přístupu.", - "success": "Nastavení nepřetržitého vyhodnocování přístupu se úspěšně migrovalo do zásad podmíněného přístupu.", - "successDescription": "Přejděte prosím k zásadám podmíněného přístupu a zobrazte migrovaná nastavení v nově vytvořených zásadách s názvem „Zásady podmíněného přístupu vytvořené z nastavení CAE“." - }, - "error": "Nepovedlo se aktualizovat nastavení Nepřetržitého vyhodnocování přístupu.", - "inProgress": "Aktualizují se nastavení Nepřetržitého vyhodnocování přístupu.", - "success": "Nastavení Nepřetržitého vyhodnocování přístupu se úspěšně aktualizovala." - }, - "PreviewOptions": { - "disable": "Zakázat verzi Preview", - "enable": "Povolit verzi Preview" - }, - "StrictLocationEnforcement": { - "infoContent1": "Kvůli neshodě rozdělení sítě nebo protokolů IPv4 a IPv6 můžou Azure AD a poskytovatel prostředků na jednom klientském zařízení zjistit různé IP adresy. Přísné vynucování lokality vynutí zásady podmíněného přístupu pro obě IP adresy zjištěné službou Azure AD a poskytovatelem prostředků.", - "infoContent2": "Aby se zajistilo maximální zabezpečení, doporučuje se zahrnout všechny IP adresy, které můžou zjistit služba Azure AD a poskytovatel prostředků v zásadách pojmenovaného umístění, a zapnout režim Přísné vynucování lokality.", - "label": "Přísné vynucování lokality", - "title": "Další režimy vynucování" - }, - "bladeTitle": "Nepřetržité vyhodnocování přístupu", - "description": "Když se odebere přístup uživatele nebo se změní IP adresa klienta, Nepřetržité vyhodnocování přístupu téměř v reálném čase automaticky zablokuje přístup k prostředkům a aplikacím. ", - "migrateLabel": "Migrovat", - "migrationError": "Migrace selhala kvůli následující chybě: {0}", - "migrationInfo": "Nastavení CAE se přesunulo do uživatelského prostředí podmíněný přístup UX. Migrujte prosím pomocí výše uvedeného tlačítka Migrovat a nakonfigurujte jej pomocí zásad podmíněného přístupu. Kliknutím zde získáte další informace.", - "noLicenseMessage": "S Azure AD Premium můžete spravovat nastavení inteligentní správy relací.", - "optionsPickerTitle": "Povolit nebo zakázat Nepřetržité vyhodnocování přístupu", - "upsellInfo": "Nastavení na této stránce už nemůžete změnit a všechna zdejší nastavení by se měla ignorovat. Vaše předchozí nastavení bude respektováno. Nastavení CAE můžete do budoucna nakonfigurovat v části Podmíněný přístup. Další informace získáte kliknutím sem." - }, - "SamlReauth": { - "Filter": { - "warning": "Cílíte na aplikace pomocí dynamického dotazu. Některé aplikace nemusí být podporované pro použití s ovládacím prvkem relace „frekvence přihlašování pokaždé“. {0}Přečtěte si další informace o doporučených scénářích.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Seznam vybraných organizací" - }, - "Upper": { - "gridAria": "Seznam dostupných organizací" - }, - "addTenantLabel": "Přidat tenanta do výběru", - "customOrganizationDescription": "Přidat organizaci s tímto ID tenanta", - "description": "Přidejte organizaci Azure Active Directory tak, že zadáte jeden z jejích názvů domén.", - "notFoundResult": "Nenalezeno", - "searchBoxPlaceholder": "ID tenanta nebo název domény", - "subTitle": "Organizace Azure Active Directory", - "tenantAdded": "Toto ID tenanta už bylo přidáno.", - "tenantIdNotFound": "ID tenanta se nenašlo." - }, - "Selector": { - "AdditionalDetails": { - "aria": "ID organizace: {0}" - }, - "DisplayText": { - "multiple": "Počet vybraných organizací Azure Active Directory: {0}", - "single": "Počet vybraných organizací Azure Active Directory: 1" - }, - "gridAria": "Seznam vybraných organizací" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Upravit životnost relace", "mainOptionHelp": "Nakonfigurujte, jak často se uživatelům bude zobrazovat výzva a jestli se mají zachovávat relace prohlížečů. Aplikace, které nepodporují moderní ověřovací protokoly, možná nebudou tyto zásady dodržovat. V takových případech se prosím obraťte na vývojáře aplikace." }, - "SigninRisk": { - "LearnMore": { - "message": "Umožňuje nastavit přístup uživatelů, aby bylo možné reagovat na konkrétní úrovně rizika uživatelů." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Pokud je vybraná možnost {0}, podmínka {1} nebude konfigurovatelná." - }, - "description": "Úroveň rizika přihlášení se generuje na základě všech detekcí rizik v reálném čase.", - "header": "Vyberte úroveň rizika přihlášení, na kterou se budou tyto zásady vztahovat." - }, "SingleSelectorActive": { "failed": "Tato data se nedaří načíst.", "reattempt": "Načítají se data. Opakovaný pokus {0} z {1}." }, - "TimeCondition": { - "Errors": { - "both": "Neplatný časový rozsah Include nebo Exclude", - "daysOfWeek": "{0} Ujistěte se, že jste zadali alespoň jeden den v týdnu.", - "endBeforeStart": "{0} Počáteční datum a čas musí předcházet koncovému datu a času.", - "exclude": "Neplatný časový rozsah Exclude", - "generic": "{0} Je nutné nastavit dny v týdnu i časové pásmo. Pokud nezaškrtnete Celý den, musíte také nastavit počáteční a koncový čas.", - "include": "Neplatný časový rozsah Include", - "timeMissing": "{0} Ujistěte se, že jste zadali jak počáteční, tak koncový čas.", - "timeZone": "{0} Ujistěte se, že jste zadali časové pásmo.", - "timesAndZone": "{0} Je nutné nastavit počáteční čas, koncový čas a časové pásmo." - } - }, - "UserActions": { - "Included": { - "none": "Nevybraly se žádné cloudové aplikace ani akce.", - "plural": "Počet zahrnutých akcí uživatele: {0}", - "singular": "Počet zahrnutých akcí uživatele: 1" - }, - "accessRequirement1": "Úroveň 1", - "accessRequirement2": "Úroveň 2", - "accessRequirement3": "Úroveň 3", - "accessRequirementsLabel": "Přistupuje se k zabezpečeným datům aplikace.", - "appsActionsAuthTitle": "Cloudové aplikace, akce nebo kontext ověřování", - "appsOrActionsSelectorInfoBallonText": "Aplikace, ke které se přistupuje, nebo akce uživatele", - "appsOrActionsTitle": "Cloudové aplikace nebo akce", - "label": "Akce uživatele", - "mainOptionsLabel": "Vyberte, na co se tyto zásady vztahují.", - "registerOrJoinDevices": "Zaregistrovat nebo připojit zařízení", - "registerSecurityInfo": "Zaregistrovat informace o zabezpečení", - "selectionInfo": "Vyberte akce, na které se tyto zásady budou vztahovat.", - "whatIf": "Zahrnuté akce uživatele" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Zvolit role adresářů" @@ -9197,88 +8925,6 @@ }, "learnMore": "Řízení přístupu na základě toho, na koho se zásady budou vztahovat, jako jsou uživatelé a skupiny, identity úloh, role adresáře nebo externí hosté." }, - "ValidationResult": { - "blockEveryonePolicy": "Konfigurace zásad se nepodporuje. Zkontrolujte vybraná přiřazení a ovládací prvky.", - "invalidApplicationCondition": "Jsou vybrané neplatné cloudové aplikace.", - "invalidClientTypesCondition": "Jsou vybrané neplatné klientské aplikace.", - "invalidConditions": "Přiřazení nejsou vybraná.", - "invalidControls": "Jsou vybrané neplatné ovládací prvky.", - "invalidDevicePlatformsCondition": "Jsou vybrané neplatné platformy zařízení.", - "invalidDevicesCondition": "Neplatná konfigurace zařízení. Pravděpodobně jde o neplatnou konfiguraci{0}.", - "invalidGrantControlPolicy": "Neplatný ovládací prvek udělení", - "invalidLocationsCondition": "Jsou vybraná neplatná umístění.", - "invalidNetworkAccessSecurityPolicyId": "Zásada připojená k řízení síťové relace je neplatná.", - "invalidPolicy": "Přiřazení nejsou vybraná.", - "invalidSessionControlPolicy": "Neplatný ovládací prvek relace", - "invalidSignInRisksCondition": "Jsou vybraná neplatná rizika přihlášení.", - "invalidUserRisksCondition": "Je vybrané neplatné riziko uživatele.", - "invalidUsersCondition": "Jsou vybraní neplatní uživatelé.", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "Zásady MAM se dají použít jen pro platformy klientů Android a iOS.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Zásady relace přístupu k síti fungují správně jenom v případě, že cílí na profil provozu přístupu k síti. Aktualizujte prosím oddíl cílených prostředků.", - "notSupportedCombination": "Konfigurace zásad není podporovaná. Další informace o podporovaných zásadách", - "pending": "Ověřují se zásady", - "requireComplianceEveryonePolicy": "Konfigurace zásad bude vyžadovat dodržování předpisů u zařízení všech uživatelů. Zkontrolujte vybraná přiřazení.", - "success": "Platné zásady" - }, - "VpnCert": { - "Grid": { - "aria": "Seznam všech certifikátů VPN" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Pokud chcete povolit všechny silné stránky ověřování, nakonfigurujte nastavení přístupu mezi tenanty tak, aby pro externí uživatele přijímaly deklarace identity pocházející z tenantů Azure AD. Silné stránky ověřování nakonfigurují pouze druhé faktory ověřování pro externí uživatele.", - "externalUsers": "Pokud chcete povolit všechny integrované silné stránky ověřování, nakonfigurujte nastavení přístupu mezi tenanty tak, aby pro externí uživatele přijímala deklarace identity pocházející z tenantů Azure AD." - }, - "combinedRegistration": "Povolte kombinovanou registraci pro Vyžadovat sílu ověřování, aby vše správně fungovalo. Důrazně to doporučujeme zapnout pro všechny uživatele, ne jenom pro jejich skupinu.", - "compliantDeviceEnabled": "Nezablokujte si přístup! Ujistěte se, že vaše zařízení dodržuje předpisy.", - "domainJoinedDeviceEnabled": "Nezablokujte si přístup! Ujistěte se, že vaše zařízení je připojené službou Hybrid Azure AD Join.", - "notAvailableForSP": "Některé ovládací prvky nejsou k dispozici kvůli výběru {0} v přiřazení zásad.", - "requireAuthOrMfa": "{0} nejde používat s {1}.", - "requireMfa": "Zvažte možnost otestovat novou veřejnou verzi náhledu {0}.", - "requirePasswordChangeEnabled": "Možnost Požadovat změnu hesla se dá použít jen v případě, že se zásady přiřadí ke všem cloudovým aplikacím." - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Zásady v režimu Pouze sestavy, které vyžadují zařízení dodržující předpisy, můžou vyzvat uživatele na systémech macOS, iOS, Android a Linux, aby vybrali certifikát zařízení.", - "excludeDevicePlatforms": "Vylučte platformy zařízení macOS, iOS, Android a Linux z těchto zásad.", - "proceedAnywayDevicePlatforms": "Pokračujte s vybranou konfigurací. Až se bude kontrolovat, jestli zařízení dodržuje předpisy, uživatelům systémů macOS, iOS, Android a Linux se můžou zobrazit výzvy." - }, - "blockCurrentUserPolicy": "Nezablokujte si přístup! Doporučujeme zásady použít nejdříve jen na malou část uživatelů, abyste mohli ověřit, že se zásady chovají, jak mají. Navíc doporučujeme vyloučit z těchto zásad alespoň jednoho správce. Díky tomu budete mít jistotu, že stále budete mít k zásadám přístup a v případě potřeby je budete moct aktualizovat. Zkontrolujte prosím uživatele a aplikace, na které to bude mít vliv.", - "devicePlatformsReportOnlyPolicy": "Zásady v režimu pouze sestav, které vyžadují zařízení dodržující předpisy, můžou vyzvat uživatele na systémech macOS, iOS a Android, aby vybrali certifikát zařízení.", - "excludeCurrentUserSelection": "Vyloučit aktuálního uživatele {0} z těchto zásad", - "excludeDevicePlatforms": "Vylučte platformy zařízení macOS, iOS a Android z těchto zásad.", - "proceedAnywayDevicePlatforms": "Pokračujte s vybranou konfigurací. Až se bude kontrolovat, jestli zařízení dodržuje předpisy, uživatelům systémů macOS, iOS a Android se můžou zobrazit výzvy.", - "proceedAnywaySelection": "Rozumím tomu, že tyto zásady budou mít vliv na můj účet. Přesto chci pokračovat." - }, - "ServicePrincipals": { - "blockExchange": "Když vyberete Office 365 Exchange Online, bude to mít vliv i na aplikace, jako jsou OneDrive a Teams.​", - "blockPortal": "Nezablokujte si přístup! Tyto zásady mají vliv na portál Azure Portal. Než budete pokračovat, ujistěte se, že se vy nebo někdo jiný budete moct dostat zpátky na portál.", - "blockPortalWithSession": "Nezablokujte si přístup! Tyto zásady mají vliv na portál Azure Portal. Než budete pokračovat, ujistěte se, že se na portál budete moct dostat zpět buď vy, nebo alespoň někdo jiný.
Pokud konfigurujete zásady trvalých relací prohlížeče, které fungují správně jen v případě, že je vybraná možnost Všechny cloudové aplikace, můžete toto upozornění ignorovat.", - "blockSharePoint": "Když se vybere SharePoint Online, bude to mít vliv i na aplikace, jako jsou Microsoft Teams, Planner, Delve, MyAnalytics a Newsfeed.", - "blockSkype": "Když vyberete Online Skype pro firmy, bude to mít vliv i na Microsoft Teams.​", - "includeOrExclude": "Můžete nakonfigurovat filtr aplikace pro hodnotu {0} nebo {1}, ale ne obojí.", - "selectAppsNAForSP": "Jednotlivé cloudové aplikace nejde vybrat kvůli výběru {0} v přiřazení zásad.", - "teamsBlocked": "Když se do zásad zahrnou aplikace, jako jsou SharePoint Online a Exchange Online, bude to mít vliv i na Microsoft Teams." - }, - "Users": { - "blockAllUsers": "Nezablokujte si přístup! Tyto zásady budou mít vliv na všechny uživatele. Doporučujeme je nejdříve použít jen na malou část uživatelů, abyste mohli ověřit, že se zásady chovají, jak mají.", - "xtap": " Vaše konfigurace Vyžadovat silné stránky ověřování v řízení udělování oprávnění nemusí být pro externí uživatele platná." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Seznam atributů na zařízení použitých během přihlašování.", - "infoBalloon": "Seznam atributů na zařízení použitých během přihlašování." - } - }, - "noTenantSelected": "Nevybral se žádný tenant", - "selectOrganization": "Vyberte organizaci.", - "tenantIdWithPlaceholder": "ID tenanta: {0}", - "tenantSelectionRequired": "Vyžaduje se tenant" - }, "advancedTabText": "Upřesnit", "allCloudAppsErrorBox": "Když se vybere oprávnění Požadovat změnu hesla, musí se vybrat i možnost Všechny cloudové aplikace.", "allCloudAppsReauth": "Pokud je vybrané řízení relace s Frekvencí přihlašování pokaždé a oprávnění Riziko přihlašování, musíte vybrat možnost Všechny cloudové aplikace.", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 roky", "vpncertDropdownTwoyearOption": "2 roky", "wednesday": "Středa", - "whatIfAppEnforcedControl": "Používat omezení vynucená aplikací", - "whatIfBladeDescription": "Otestujte dopad Podmíněného přístupu na uživatele, když se přihlásí za určitých podmínek.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Tento nástroj nevyhodnocuje klasické zásady.", - "whatIfClientAppInfo": "Klientská aplikace, ze které se uživatel přihlašuje. Příklad: Prohlížeč", "whatIfCountry": "Země/oblast", "whatIfCountryInfo": "Země/oblast, ze které se uživatel přihlašuje.", "whatIfDevicePlatformInfo": "Platforma zařízení, ze které se uživatel přihlašuje", - "whatIfDeviceStateInfo": "Stav zařízení, ze kterého se uživatel přihlašuje", "whatIfEnterIpAddress": "Zadat IP adresu (např.: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Zadaná adresa IP je neplatná.", - "whatIfEvaResultApplication": "Cloudové aplikace", - "whatIfEvaResultClientApps": "Klientská aplikace", - "whatIfEvaResultDevicePlatform": "Platforma zařízení", - "whatIfEvaResultEmptyPolicy": "Prázdné zásady", - "whatIfEvaResultInvalidCondition": "Neplatná podmínka", - "whatIfEvaResultInvalidPolicy": "Neplatné zásady", - "whatIfEvaResultLocation": "Umístění", - "whatIfEvaResultNotEnoughInformation": "Nedostatek informací", - "whatIfEvaResultPolicyNotEnabled": "Zásady se nepovolily.", - "whatIfEvaResultSignInRisk": "Riziko přihlášení", - "whatIfEvaResultUsers": "Uživatelé a skupiny", "whatIfIpAddress": "IP adresa", "whatIfIpAddressInfo": "IP adresa, ze které se uživatel přihlašuje", "whatIfIpCountryInfoBoxText": "Pokud používáte IP adresu nebo zemi/oblast, budou se vyžadovat obě pole, která by si měla vzájemně odpovídat.", - "whatIfPolicyAppliesTab": "Zásady, které se použijí", - "whatIfPolicyAppliesTabWithCount": "Použitelné zásady ({0})", - "whatIfPolicyDoesNotApplyTab": "Zásady, které se nepoužijí", - "whatIfPolicyDoesNotApplyTabWithCount": "Nepoužitelné zásady ({0})", - "whatIfReasons": "Důvody, proč se tyto zásady nepoužijí", - "whatIfSelectClientApp": "Vybrat klientskou aplikaci...", "whatIfSelectCountry": "Vyberte zemi nebo oblast…", "whatIfSelectDevicePlatform": "Vybrat platformu zařízení...", "whatIfSelectPrivateLink": "Vyberte Private Link...", - "whatIfSelectServicePrincipalRisk": "Vyberte riziko pro objekt služby…", "whatIfSelectSignInRisk": "Vyberte riziko přihlášení...", - "whatIfSelectType": "Vybrat typ identity", - "whatIfSelectUserRisk": "Vyberte riziko uživatele...", - "whatIfServicePrincipalRiskInfo": "Úroveň rizika přidružená k objektu služby", "whatIfSignInRisk": "Riziko přihlášení", "whatIfSignInRiskInfo": "Úroveň rizika přidružená k přihlášení", "whatIfUnknownAreas": "Neznámé oblasti", - "whatIfUserPickerLabel": "Vybraný uživatel", - "whatIfUserPickerNoRowsLabel": "Nevybral se žádný uživatel ani objekt služby", - "whatIfUserRiskInfo": "Úroveň rizika přidružená k uživateli", - "whatIfUserSelectorInfo": "Uživatel v adresáři, kterého chcete otestovat", "windows365InfoBox": "Výběr Windows 365 bude mít vliv na připojení k počítačům Cloud PC a hostitelům relací Azure Virtual Desktopu. Další informace získáte, když kliknete sem.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "K úpravám těchto zásad se vyžaduje licence P1 nebo P2 k identitám úloh úrovně Premium.", "workloadIdentity": "Identita úlohy" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filtr", - "assignmentFilterTypeColumnHeader": "Režim filtru", - "assignmentToast": "Oznámení koncovému uživateli", - "assignmentTypeTableHeader": "TYP PŘIŘAZENÍ", - "deadlineTimeColumnLabel": "Konečný termín instalace", - "deliveryOptimizationPriorityHeader": "Priorita optimalizace doručení", - "groupTableHeader": "Skupina", - "installContextLabel": "Kontext instalace", - "isRemovable": "Nainstalovat jako vyměnitelné", - "licenseTypeLabel": "Typ licence", - "modeTableHeader": "Režim skupiny", - "policySet": "Sada zásad", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Zabránit zálohování aplikace iCloud", - "restartGracePeriodHeader": "Období odkladu restartování", - "startTimeColumnLabel": "Dostupnost", - "tracks": "Stopy", - "uninstallOnRemoval": "Při odebrání zařízení odinstalovat", - "updateMode": "Priorita aktualizace", - "vPN": "Síť VPN" - }, - "AppType": { - "aADWebApp": "Webová aplikace AAD", - "androidEnterpriseSystemApp": "Aplikace systému Android Enterprise", - "androidForWorkApp": "Aplikace spravovaného obchodu Google Play", - "androidLobApp": "Obchodní aplikace Android", - "androidStoreApp": "Aplikace z obchodu pro Android", - "builtInAndroid": "Integrovaná aplikace pro Android", - "builtInApp": "Integrovaná aplikace", - "builtInIos": "Integrovaná aplikace pro iOS", - "iosIPadOSWebClip": "Webový klip pro iOS/iPadOS", - "iosLobApp": "Obchodní aplikace iOS", - "iosStoreApp": "Aplikace z obchodu pro iOS", - "iosVppApp": "Aplikace iOS koupená přes Volume Purchase Program", - "lineOfBusinessApp": "Obchodní aplikace", - "macOSDmgApp": "Aplikace pro macOS (.DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Obchodní aplikace pro macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "Sada Office pro macOS", - "macOsVppApp": "Aplikace macOS koupená přes Volume Purchase Program", - "managedAndroidLobApp": "Spravovaná obchodní aplikace Android", - "managedAndroidStoreApp": "Spravovaná aplikace z obchodu pro Android", - "managedGooglePlayApp": "Aplikace spravovaného obchodu Google Play", - "managedGooglePlayPrivateApp": "Privátní aplikace spravovaného obchodu Google Play", - "managedGooglePlayWebApp": "Webový odkaz spravovaného obchodu Google Play", - "managedIosLobApp": "Spravovaná obchodní aplikace iOS", - "managedIosStoreApp": "Spravovaná aplikace z obchodu pro iOS", - "microsoftStoreForBusinessApp": "Aplikace pro Microsoft Store pro firmy", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store pro firmy", - "officeAddIn": "Doplněk pro Office", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 a novější)", - "sharePointApp": "Aplikace SharePoint", - "teamsApp": "Aplikace Teams", - "webApp": "Webový odkaz", - "winGetPublicApp": "Úložiště komunity Správce balíčků systému Windows", - "winGetStoreApp": "Aplikace Microsoft Store (nová verze)", - "windowsAppXLobApp": "Obchodní aplikace Windows AppX", - "windowsClassicApp": "Aplikace pro Windows (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 a novější)", - "windowsMobileMsiLobApp": "Obchodní aplikace Windows MSI", - "windowsPhone81AppXBundleLobApp": "Obchodní aplikace Windows Phone 8.1 AppX", - "windowsPhone81AppXLobApp": "Obchodní aplikace Windows Phone 8.1 AppX", - "windowsPhone81StoreApp": "Aplikace pro Windows Phone 8.1 Store", - "windowsPhoneXapLobApp": "Obchodní aplikace Windows Phone XAP", - "windowsStoreApp": "Aplikace Microsoft Store (starší verze)", - "windowsUniversalAppXLobApp": "Obchodní aplikace Windows Universal AppX", - "windowsUniversalLobApp": "Univerzální obchodní aplikace pro Windows", - "windowsWebApp": "Webový odkaz Windows" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Vyloučené", - "include": "Zahrnuté", - "includeAllDevicesVirtualGroup": "Zahrnuté", - "includeAllUsersVirtualGroup": "Zahrnuté" - }, - "AssignmentToast": { - "hideAll": "Skrýt všechny informační zprávy", - "showAll": "Zobrazit všechny informační zprávy", - "showReboot": "Zobrazit informační zprávy o restartování počítače" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Pozadí", - "displayText": "Stahování obsahu v {0}", - "foreground": "Popředí", - "header": "Priorita optimalizace doručení" - }, - "DeviceRestartBehaviorOptions": { - "allow": "Instalace aplikace může vynutit restartování zařízení", - "basedOnReturnCode": "Určete chování na základě návratových kódů", - "force": "Intune vynutí povinné restartování zařízení", - "suppress": "Žádná konkrétní akce" - }, - "FilterType": { - "exclude": "Vyloučit", - "include": "Zahrnout", - "none": "Žádné" - }, - "InstallIntent": { - "available": "K dispozici zaregistrovaným zařízením", - "availableWithoutEnrollment": "K dispozici s registrací i bez ní", - "notApplicable": "Nelze použít", - "required": "Povinné", - "uninstall": "Odinstalovat" - }, - "SettingType": { - "assignmentType": "Typ přiřazení", - "deviceLicensing": "Typ licence", - "installContext": "Při odebrání zařízení odinstalovat", - "toastSettings": "Oznámení koncovému uživateli", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Výchozí", - "postponed": "Odloženo", - "priority": "Vysoká priorita" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Nakonfigurujte zařízení pro počáteční zřizování a přiřaďte je uživatelům.", - "title": "Příprava zařízení" - }, - "EnrollmentSettings": { - "description": "Nakonfigurujte nastavení registrace, jako jsou blokování registrace a přiřazování k uživatelům.", - "title": "Nastavení registrace" - }, - "coManagementAuthorityDesc": "Konfigurovat nastavení spolusprávy pro integraci Configuration Manageru", - "coManagementAuthorityTitle": "Nastavení spolusprávy ", - "deploymentProfiles": "Profily nasazení Windows AutoPilot", - "description": "Informace o sedmi různých způsobech, jak můžou uživatelé nebo správci registrovat osobní počítač s Windows 10/11 v Intune.", - "descriptionLabel": "Metody registrace systému Windows", - "enrollmentStatusPage": "Stránka stavu registrace" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "Instalace aplikace může vynutit restartování zařízení", - "basedOnReturnCode": "Určete chování na základě návratových kódů", - "force": "Intune vynutí povinné restartování zařízení", - "suppress": "Žádná konkrétní akce" - }, - "RunAsAccountOptions": { - "system": "Systém", - "user": "Uživatel" - }, - "availableUninstall": "Povolit dostupnou odinstalaci", - "availableUninstallTooltip": "Pokud chcete uživatelům z Portálu společnosti poskytnout možnost odinstalace této aplikace, vyberte Ano. Pokud chcete uživatelům zabránit v odinstalaci aplikace z Portálu společnosti, vyberte Ne.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Chování zařízení při restartu", - "deviceRestartBehaviorTooltip": "Vyberte chování restartování zařízení po úspěšné instalaci aplikace. Pokud chcete zařízení restartovat podle nastavení konfigurace návratových kódů, vyberte Určit chování na základě návratových kódů. Pokud chcete restartování zařízení během instalace aplikací založených na Instalační službě MSI potlačit, vyberte Žádná konkrétní akce. Možnost Instalace aplikace může vynutit restartování zařízení zvolte, pokud chcete, aby se instalace aplikace dokončila bez potlačování restartování. Když se vybere možnost Intune vynutí povinné restartování zařízení, zařízení se po úspěšné instalaci aplikace restartuje vždy.", - "header": "Zadejte příkazy, pomocí kterých se tato aplikace nainstaluje a odinstaluje:", - "installCommand": "Příkaz pro instalaci", - "installCommandMaxLengthErrorMessage": "Příkaz Instalovat nesmí překročit maximální povolenou délku 1024 znaků.", - "installCommandTooltip": "Celý instalační příkazový řádek, pomocí kterého se tato aplikace instaluje", - "runAs32Bit": "Na 64bitových klientech spouštět příkazy k instalaci a odinstalaci v 32bitových procesech", - "runAs32BitTooltip": "Pokud chcete na 64bitových klientech instalovat a odinstalovávat aplikaci v 32bitovém procesu, vyberte Ano. Pokud na těchto klientech chcete aplikaci instalovat a odinstalovávat v 64bitovém procesu, vyberte Ne (výchozí). 32bitoví klienti budou vždy používat 32bitový proces.", - "runAsAccount": "Chování při instalaci", - "runAsAccountTooltip": "Pokud chcete v případě, že se to podporuje, tuto aplikaci nainstalovat pro všechny uživatele, vyberte Systém. Pokud ji chcete nainstalovat pro uživatele, který je na zařízení přihlášený, vyberte Uživatel. U aplikací Instalační služby MSI s dvojím využitím změny znemožní úspěšné dokončení aktualizací a odinstalací, dokud se neobnoví hodnota použitá na zařízení při původní instalaci.", - "selectorLabel": "Program", - "uninstallCommand": "Příkaz pro odinstalaci", - "uninstallCommandTooltip": "Celý odinstalační příkazový řádek, pomocí kterého se tato aplikace odinstaluje" - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Pomocí těchto nastavení si udržíte přehled o uživatelích, kteří si instalují aplikace, které nebyly schválené pro použití ve vaší firmě. Vyberte typ seznamu aplikací s omezeným přístupem:

\r\n Zakázané aplikace – seznam aplikací, při jejichž instalaci ze strany uživatelů chcete dostat zprávu
\r\n Schválené aplikace – seznam aplikací, které jsou schválené pro použití ve vaší firmě. Když si uživatelé nainstalují aplikaci, která není v tomto seznamu, dostanete zprávu.
\r\n ", - "androidZebraMxZebraMx": "Nakonfigurujte zařízení Zebra tak, že nahrajete profil MX ve formátu XML.", - "iosDeviceFeaturesAirprint": "Pomocí těchto nastavení nakonfigurujete zařízení s iOS tak, aby se automaticky připojila ke kompatibilním tiskárnám AirPrint ve vaší síti. Budete potřebovat IP adresu a cestu k prostředku těchto tiskáren.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Nakonfigurujte rozšíření aplikace, které povoluje jednotné přihlašování (SSO) pro zařízení s iOS 13.0 nebo novějším.", - "iosDeviceFeaturesHomeScreenLayout": "Nakonfigurujte rozložení dokovací a domovské obrazovky na zařízeních s iOS. Některá zařízení můžou mít omezený počet zobrazených položek.", - "iosDeviceFeaturesIOSWallpaper": "Zobrazí obrázek, který se bude zobrazovat na domovské nebo zamykací obrazovce zařízení s iOS.\r\n Pokud chcete, aby se na každém místě zobrazil jedinečný obrázek, vytvořte jeden profil s obrázkem zamykací obrazovky a jeden s obrázkem domovské obrazovky.\r\n Pak oba profily přiřaďte uživatelům.\r\n
\r\n
    \r\n
  • Maximální velikost souboru: 750 kB
  • \r\n
  • Typ souboru: PNG, JPG nebo JPEG
  • \r\n
\r\n ", - "iosDeviceFeaturesNotifications": "Zadejte nastavení oznámení pro aplikace. Podporuje iOS 9.3 a novější.", - "iosDeviceFeaturesSharedDevice": "Zadejte nepovinný text, který se zobrazí na zamknuté obrazovce. Podporuje se v iOSu 9.3 a novějších. Další informace", - "iosGeneralApplicationRestrictions": "Pomocí těchto nastavení si udržíte přehled o uživatelích, kteří si instalují aplikace, které nebyly schválené pro použití ve vaší firmě. Vyberte typ seznamu aplikací s omezeným přístupem:

\r\n Zakázané aplikace – seznam aplikací, při jejichž instalaci ze strany uživatelů chcete dostat zprávu
\r\n Schválené aplikace – seznam aplikací, které jsou schválené pro použití ve vaší firmě. Když si uživatelé nainstalují aplikaci, která není v tomto seznamu, dostanete zprávu.
\r\n ", - "iosGeneralApplicationVisibility": "Pomocí seznamu zobrazených aplikací určete aplikace pro iOS, které může uživatel zobrazit nebo spustit. Pomocí seznamu skrytých aplikací určete aplikace pro iOS, které uživatel nemůže zobrazit ani spustit.", - "iosGeneralAutonomousSingleAppMode": "Aplikace, které přidáte do tohoto seznamu a přiřadíte k zařízení, můžou zařízení uzamknout tak, aby na něm po spuštění běžela jenom tato aplikace. Zařízení se dá zamknout i v případě, že na něm poběží určitá akce (třeba testování). Jakmile se akce dokončí nebo pokud odeberete toto omezení, zařízení se vrátí do normálního stavu.", - "iosGeneralKiosk": "Celoobrazovkový režim zamyká v zařízení různá nastavení nebo určuje jednu aplikaci, která na zařízení poběží. To může být užitečné v prostředích, jako je třeba obchod, kde chcete, aby na zařízení běžela jenom jedna ukázková aplikace.", - "macDeviceFeaturesAirprint": "Pomocí těchto nastavení můžete nakonfigurovat zařízení s macOSem tak, aby se automaticky připojovala k tiskárnám kompatibilním s AirPrintem ve vaší síti. Vaše tiskárny budou potřebovat IP adresu a cestu k prostředku.", - "macDeviceFeaturesAssociatedDomains": "Nakonfigurujte přidružené domény a můžete sdílet data a přihlašovací údaje mezi aplikacemi a weby organizace. Tento profil se dá použít u zařízení s operačním systémem macOS 10.15 nebo novějším.", - "macDeviceFeaturesExtensibleSingleSignOn": "Nakonfigurujte rozšíření aplikace, které povoluje jednotné přihlašování (SSO) pro zařízení s macOS 10.15 nebo novějším.", - "macDeviceFeaturesLoginItems": "Zvolte, které aplikace, soubory nebo složky se otevřou, když se uživatel přihlásí ke svým zařízením. Pokud nechcete, aby uživatel měnil, jak se vybrané aplikace budou otevírat, můžete aplikaci skrýt z konfigurace uživatele.", - "macDeviceFeaturesLoginWindow": "Nakonfigurujte zobrazování přihlašovací obrazovky macOS a funkcí, které jsou uživatelům k dispozici před a po přihlášení.", - "macExtensionsKernelExtensions": "Pomocí těchto nastavení můžete nakonfigurovat zásady rozšíření jádra na zařízeních s macOSem ve verzi 10.13.2 a novějších.", - "macGeneralDomains": "E-maily, které uživatel posílá nebo přijímá a které neodpovídají doménám zadaným tady, se označí jako nedůvěryhodné.", - "windows10EndpointProtectionApplicationGuard": "Když budete používat Microsoft Edge, Ochrana Application Guard v programu Microsoft Defender ochrání vaše prostředí před weby, které vaše organizace nedefinovala jako důvěryhodné. Když uživatelé navštíví weby, které nejsou uvedené v ohraničení vaší izolované sítě, otevřou se tyto weby ve virtuální relaci procházení v Hyper-V. Důvěryhodné weby se definují prostřednictvím ohraničení sítě, které se dá konfigurovat v Konfiguraci zařízení. Poznámka: Tato funkce je k dispozici jen pro zařízení s 64bitovým systémem Windows 10 nebo novějším.", - "windows10EndpointProtectionCredentialGuard": "Když se ochrana Credential Guard povolí, povolí se i tato povinná nastavení:\r\n
\r\n
    \r\n
  • Povolit zabezpečení na základě virtualizace: Povolí při příštím restartování zabezpečení na základě virtualizace (VBS). Zabezpečení na základě virtualizace nabízí podporu služeb zabezpečení pomocí hypervisoru Windows.
  • \r\n
    \r\n
  • Zabezpečené spouštění s přímým přístupem do paměti (DMA): Zapne VBS se zabezpečeným spouštěním a přímým přístupem do paměti (DMA).
  • \r\n
\r\n ", - "windows10EndpointProtectionDeviceGuard": "Zvolte další aplikace, které je potřeba auditovat pomocí Řízení aplikací v programu Microsoft Defender nebo které tento nástroj může považovat za důvěryhodné, aby bylo možné povolit jejich spuštění. Součásti systému Windows a všechny aplikace z obchodu Windows Store se za důvěryhodné považují automaticky.

\r\n Aplikace se nebudou blokovat, pokud se spustí v režimu Pouze audit. V tomto režimu se protokolují všechny události v protokolech místních klientů.\r\n ", - "windows10GeneralPrivacyPerApp": "Přidejte aplikace, které by měly mít jiné chování ochrany osobních údajů než to, které jste definovali ve výchozích zásadách.", - "windows10NetworkBoundaryNetworkBoundary": "Ohraničení sítě je seznam podnikových prostředků, třeba domén hostovaných v cloudu a rozsahů IP adres pro počítače umístěné v podnikové síti. Pokud chcete chránit data uložená v těchto umístěních pomocí zásad, definujte ohraničení sítě.", - "windowsHealthMonitoring": "Nakonfigurujte zásady monitorování stavu Windows.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone může uživatelům znemožnit instalaci nebo spuštění aplikací uvedených v seznamu zakázaných nebo aplikací, které nejsou uvedené v seznamu schválených. Všechny spravované aplikace musí být přidané do seznamu schválených." - }, - "Inputs": { - "accountDomain": "Doména účtu", - "accountDomainHint": "např. contosodomain", - "accountDomainInfoBalloon": "Zadejte doménu účtu uživatele.", - "accountTypeInfoBalloon": "Zadejte typ účtu, který se konfiguruje, podle modelu ověřování.", - "allowContactSetting": "Povolit uživateli měnit nastavení kontaktů", - "allowContactSyncInfoBalloon": "Určuje, jestli uživatel může měnit nastavení synchronizace kontaktů.", - "allowUserChange": "Povolit uživateli měnit nastavení", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Zadejte prosím název balíčku podobný tomuto: com.microsoft.word", - "androidUrlValidation": "Zadejte platnou adresu URL podobnou této: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Kontext instalace aplikace", - "appUrlLabel": "Adresa URL v obchodu s aplikacemi", - "appleUrlValidation": "Zadejte platnou adresu URL podobnou této: https://www.itunes.apple.com/cz/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Použitelný typ zařízení", - "assignmentActionLabel": "Režim", - "authenticationMethodInfoBalloon": "Určuje metodu ověřování pro daného uživatele.", - "authenticationMetod": "Metoda ověřování", - "authenticationType": "Typ ověřování", - "authenticationTypeInfoBalloon": "Zadat typ ověřování uživatele", - "availableLicenseCount": "Dostupné licence", - "basicAuth": "Základní ověřování", - "biometricsInfoBalloon": "Aby uživatelé mohli přistupovat k aplikaci na svém zařízení, můžou se vyžadovat biometriky, třeba Touch ID nebo Face ID. Když se budou vyžadovat, použijí se jako doplněk metody ověřování vybrané v tomto profilu. Toto nastavení by se nemělo povolit, když jsou nasazené zásady ochrany aplikací Intune, protože zásady ochrany aplikací zahrnují požadavky na přístup, které se musí splnit před přístupem ke spravovaným datům. Když se povolí obě funkce, bude to mít za následek několik výzev pro přístup k Outlook Mobile. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Vypnuto. ", - "bookNameLabel": "Název knihy", - "bundleDescriptionHint": "Zadejte popis, který popisuje obsažené aplikace.", - "calendar": "Kalendář", - "categoryLabel": "Kategorie", - "categoryNameLabel": "Výchozí název", - "certProfileType": "Typ profilu certifikátu", - "certificate": "Certifikát", - "certificates": "Certifikáty", - "commandLineLabel": "Argumenty příkazového řádku", - "commandLineSizeHint": "Maximální délka textu argumentů příkazového řádku je 1024 znaků.", - "configurationSettingsFormatLabel": "Formát nastavení konfigurace", - "configurationSettingsLabel": "Formát nastavení", - "contactSync": "Uložit kontakty", - "contactSyncInfoBalloon": "Ukládání kontaktů do nativního adresáře mobilního zařízení umožňuje, aby se nové hovory a textové zprávy propojily s existujícími outlookovými kontakty uživatele. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Vypnuto.", - "contacts": "Kontakty", - "createdDateTime": "Vytvořeno", - "defaultCategoryHint": "Výchozí kategorie se nedají změnit.", - "deploySMimeCertsFromIntune": "Nasadit certifikáty S/MIME z Intune", - "descriptionGenericLabel": "Popis", - "descriptionHint": "Zadejte popis...", - "descriptionLabel": "Popis", - "descriptionSizeHint": "Popis by neměl být delší než 10 000 znaků.", - "developerLabel": "Vývojář", - "developerSizeHint": "Maximální délka jména vývojáře je 256 znaků.", - "disable": "Vypnout", - "disabled": "Zakázáno", - "displayNameLabel": "Název", - "displayVersionHint": "Zadat verzi aplikace", - "displayVersionLabel": "Verze aplikace", - "displayVersionLengthCheck": "Verze zobrazení by měla být dlouhá maximálně 130 znaků.", - "eBookCategoryNameLabel": "Výchozí název", - "emailAccount": "Název e-mailového účtu", - "emailAccountHint": "třeba podnikový e-mail", - "emailAccountInfoBalloon": "Určuje zobrazovaný název pro e-mailový účet, který se bude zobrazovat uživatelům na zařízeních.", - "emailAddressAttribute": "Atribut e-mailové adresy z AAD", - "emailAddressInfoBalloon": "Určuje e-mailovou adresu, která se použije k odesílání a přijímání pošty.", - "emailServer": "E-mailový server", - "emailServerHint": "např. mail.contoso.com", - "emailServerInfoBalloon": "Určuje název hostitele Exchange Serveru.", - "enable": "Povolit", - "enableSMime": "Povolit S/MIME", - "enabled": "Povoleno", - "encryptAllEmails": "Šifrovat všechny e-maily", - "encryptionCertificates": "Šifrovací certifikáty", - "endUserNotifications": "Oznámení koncovým uživatelům", - "enrollmentTypeLabel": "Typ registrace zařízení", - "externalRecipients": "Tip pro e-mail Externí příjemci", - "externalRecipientsInfoBalloon": "Tip pro e-mail Externí příjemci se zobrazí, když odesílatel přidá příjemce, který je externí, nebo distribuční skupinu, která externí příjemce obsahuje. Tento tip pro e-mail informuje odesílatele, že zpráva, kterou vytvářejí, opustí organizaci. Díky tomu můžou zvolit správné formulace slov, tón a obsah. K dispozici jen pro účty Exchange Online a místní účty, které používají hybridní moderní ověřování. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Zapnuto.", - "focusedInbox": "Prioritní doručená pošta", - "focusedInboxInfoBalloon": "Prioritní doručená pošta rozděluje doručenou poštu do dvou karet – Prioritní a Jiné. Vaše nejdůležitější e-maily se nacházejí na kartě Prioritní, zatímco ty ostatní zůstávají stále snadno přístupné na kartě Jiné, kde nikterak nepřekážejí. Když se tato možnost nastaví jako nenakonfigurovaná, výchozí nastavení aplikace je Zapnuto. ", - "gmailNineAmountOfEmail": "Počet e-mailů k synchronizaci", - "gmailNineAuthenticationMethodInfoBalloon": "Vyberte, jak chcete, aby se uživatelé ověřovali u e-mailového serveru. Nejbezpečnější a bezproblémové prostředí svým koncovým uživatelům poskytnete pomocí certifikátů. Ověřování pomocí certifikátů ještě není k dispozici, protože nejsou k dispozici profily certifikátů SCEP a PKCS pro zařízení vlastníků. ", - "gmailNineCertificateUPNInfoBalloon": "Certifikát musí obsahovat hlavní název uživatele (UPN) jako alternativní název subjektu.", - "gmailNineEmailAddressInfoBalloon": "Atribut, který Intune získá od služby Azure AD pro dynamické generování e-mailové adresy, kterou bude profil používat, například MojeJmeno@contoso.com (UPN). Další informace o atributech AAD pro e-mailové profily", - "gmailNineEmailServerInfoBalloon": "Umístění Exchange (URL) e-mailového serveru, ke kterému se zadaná aplikace připojuje, aby získala e-mail", - "gmailNineEmailSynchronizeInfoBalloon": "Umožňuje řídit, kolik e-mailů klient bude synchronizovat.", - "gmailNineSSLInfoBalloon": "Povolením protokolu SSL zabezpečíte veškerou komunikaci s e-mailovým serverem.", - "gmailNineUsernameInfoBalloon": "Atribut, který Intune získá od služby Azure AD pro dynamické generování e-mailové adresy, kterou bude tento profil používat, například MojeJmeno@contoso.com (UPN) nebo MojeJmeno (uživatelské jméno). Další informace o atributech AAD pro e-mailové profily", - "ignoreVersionDetection": "Ignorovat verzi aplikace", - "informationUrlLabel": "Adresa URL informací", - "informationUrlSizeHint": "Maximální délka adresy URL informací je 1024 znaků.", - "installAsManaged": "Instalovat jako spravované", - "installationSourceLabel": "Typ aplikace", - "installerTypeInfoBalloon": "Typ instalačního programu balíčku aplikace.", - "installerTypeLabel": "Typ instalačního programu", - "isFeatured": "Zobrazit na Portálu společnosti jako vybranou aplikaci", - "isMAMEnabledToggleLabel": "Ano", - "lastModifiedDateTime": "Čas poslední aktualizace", - "ldapUrl": "URL protokolu LDAP", - "licensingType": "Podporuje přiřazení kontextu zařízení.", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimální operační systém", - "modernAuth": "Moderní ověřování", - "nameHint": "Zadejte název", - "nameLabel": "Název", - "nameSizeHint": "Maximální délka názvu je 512 znaků.", - "notConfigured": "Nenakonfigurováno", - "notesLabel": "Poznámky", - "notesSizeHint": "Maximální délka textu poznámek je 1024 znaků.", - "notificationType": "Typ oznámení", - "oneDay": "Jeden den", - "oneMonth": "Jeden měsíc", - "oneWeek": "Jeden týden", - "outlookSMimeSettings": "Nastavení standardu S/MIME v Outlooku", - "ownerLabel": "Vlastník", - "ownerSizeHint": "Maximální délka jména vlastníka je 256 znaků.", - "packageIdLabel": "Identifikátor balíčku", - "packageNameLabel": "Název balíčku", - "pivCredentialNotConfigured": "Nevybrali jste vystavitele odvozených přihlašovacích údajů pro vašeho tenanta. Než budete moct tyto zásady na zařízení úspěšně použít, bude nutné jednoho nakonfigurovat.", - "platformLabel": "Platforma", - "policyDescriptionLabel": "Popis", - "policyNameLabel": "Název", - "primarySMTPAddress": "Primární adresa SMTP", - "privacyUrlLabel": "Adresa URL informací o ochraně osobních údajů", - "publisherHint": "Zadejte název vydavatele", - "publisherLabel": "Vydavatel", - "publisherSizeHint": "Název vydavatele by měl být dlouhý 2 až 1024 znaků (včetně).", - "require": "Vyžadovat", - "requireBiometrics": "Pro přístup k aplikaci vyžadovat biometriku", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "Vyžaduje se alespoň jedna značka oboru.", - "searchAppLabel": "Vybrat aplikaci", - "searchAppLinkText": "Hledat v App Storu", - "searchWinGetPublicRepositoryLinkText": "Hledat v úložišti komunity Správce balíčků systému Windows", - "searchWinGetStoreRepositoryLinkText": "Hledat v aplikaci Microsoft Store (nová verze)", - "selectAAD": "Vybrat atribut AAD", - "selectAppFileLabel": "Vybrat soubor", - "selectAppFileLinkText": "Vybrat soubor balíčku aplikace", - "selectAppFileToUpdateLabel": "Vybrat soubor k aktualizaci", - "selectAuthMethod": "Vyberte metodu ověřování.", - "selectAuthType": "Vybrat typ ověřování", - "selectCertificate": "Vyberte certifikát.", - "signAllEmails": "Podepisovat všechny e-maily", - "signingCertificates": "Podpisové certifikáty", - "ssl": "SSL", - "suiteDescriptionLabel": "Popis sady", - "suiteNameLabel": "Název sady", - "tasks": "Úlohy", - "threeDays": "Tři dny", - "totalLicenseCount": "Celkový počet licencí", - "twoWeeks": "Dva týdny", - "unifiedAssignmentsLabel": "Přiřadit k:", - "unlimited": "Bez omezení", - "urlHint": "Zadejte platnou adresu URL", - "useManagedBrowserHint": "Jenom Android a iOS. Další informace", - "useManagedBrowserLabel": "K otevření tohoto odkazu vyžadovat spravovaný prohlížeč", - "userPrinicipalName": "Hlavní název uživatele", - "username": "Uživatelské jméno", - "usernameAttribute": "Atribut uživatelského jména z AAD", - "usernameAttributreInfoBalloon": "Určuje hlavní název uživatele (UPN) pro e-mailový profil, pomocí kterého se ověří účet.", - "usernamePassword": "Uživatelské jméno a heslo", - "webAppUrlHint": "Zadejte platnou adresu URL, která začíná na http:// nebo https://.", - "webAppUrlLabel": "Adresa URL aplikace", - "webAppUrlSizeHint": "Maximální délka adresy URL aplikace je 1024 znaků", - "windowsUrlValidation": "Zadejte platnou adresu URL podobnou této: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "Zadaná data XML", - "xmlFormatInvalid": "Formát zásad XML je neplatný.", - "xmlTooLarge": "Velikost vstupu musí být menší než 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Nepodporováno", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Vytváření zásad aktualizace pro zvýšení kvality vyžaduje konkrétní licencování.", "warningBoxText": "I když urychlené zpracování aktualizací softwaru můžete zkrátit čas na to, aby se v případě potřeby dosáhlo shody s předpisy, má větší dopad na produktivitu koncového uživatele. Výrazně se zvýší pravděpodobnost, že během pracovní doby dojde k restartování." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
\n
    \n
  • This setting works correctly when \"All cloud apps\" are selected
  • \n
  • This does not affect token lifetimes or the sign-in frequency setting.
  • \n
  • This will override the \"Show option to stay signed in\" policy in Company Branding.
  • \n
  • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
  • \n
  • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
  • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
    Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Nastavení konfigurace Edge", "edgeWindowsDataProtectionSettings": "Nastavení ochrany dat Edge (Windows) – Preview", @@ -10783,7 +11566,10 @@ "Column": { "author": "Autor", "template": "Název šablony" - } + }, + "Row": { + "ariaLabel": "{0} řádek z {1} sloupec {2}" + } }, "SettingsCatalog": { "subtitle": "Začněte od začátku a vyberte požadovaná nastavení z knihovny dostupných nastavení", @@ -11593,6 +12379,7 @@ "gettingStarted": "Začínáme", "messages": "Zprávy", "onlineResources": "Prostředky online", + "policyHealth": "Stav zásad", "releaseManagement": "Release Management", "serviceRequests": "Žádosti o služby", "settings": "Nastavení", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender pro koncový bod", "allApps": "Všechny aplikace", "allDevices": "Všechna zařízení", - "androidFotaDeployments": "Nasazení Android FOTA", + "androidFotaDeployments": "Nasazení Android FOTA (Preview)", "appBundles": "Sady prostředků aplikace", "appCategories": "Kategorie aplikací", "appConfigPolicies": "Zásady konfigurace aplikací", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Přiřazená oprávnění", "assignedRoles": "Přiřazené role", "autopilotDeploymentReport": "Nasazení Autopilot (Preview)", + "autopilotDeploymentReportV2": "Nasazení Autopilota 2.0 (Preview)", "brandingAndCustomization": "Přizpůsobení", "cartProfiles": "Profily košíků", "certificateConnectors": "Konektory certifikátů", "chromeEnterprise": "Chrome Enterprise (Preview)", "cloudAttachedDevices": "Zařízení připojená cloudem (Preview)", + "cloudPcActions": "Akce cloudového počítače Cloud PC (Preview)", + "cloudPcMaintenanceWindows": "Časová období údržby Cloud PC (Preview)", "compliancePolicies": "Zásady dodržování předpisů", "complianceScriptManagement": "Skripty", "complianceScriptManagementPreview": "Skripty (Preview)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Omezení registrace", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Konektory služby Exchange", - "failuresForDriverUpdates": "Selhání aktualizace ovladače Windows (Preview)", + "failuresForDriverUpdates": "Selhání aktualizace ovladače systému Windows", "failuresForFeatureUpdates": "Chyby aktualizace funkcí", "failuresForQualityUpdates": "Selhání urychlené aktualizace systému Windows", "featureFlighting": "Publikování testovacích verzí funkcí", "featureUpdateDeployments": "Aktualizace funkcí pro Windows 10 a novější", "flighting": "Publikování testovacích verzí", - "fotaUpdate": "Aktualizace FOTA", + "fotaUpdate": "Aktualizace Firmware over-the-air (Preview)", "groupPolicy": "Šablony pro správu", "groupPolicyAnalytics": "Analýza zásad skupiny", "helpSupport": "Nápověda a podpora", @@ -11717,12 +12507,12 @@ "user": "Uživatel", "userExecutionStatus": "Stav uživatele", "wdacSupplementalPolicies": "Doplňkové zásady režimu S", - "windows10DriverUpdate": "Aktualizace ovladačů pro systém Windows 10 a novější (Preview)", + "windows10DriverUpdate": "Aktualizace ovladačů pro systém Windows 10 a novější", "windows10QualityUpdate": "Aktualizace kvality pro Windows 10 a novější", "windows10UpdateRings": "Aktualizační okruhy pro Windows 10 a novější", "windows10XPolicyFailures": "Selhání zásad Windows 10X", "windows365Connector": "Konektor Citrix pro Windows 365", - "windows365ConnectorPublicPreview": "Konektor Citrix pro Windows 365 (Preview)", + "windows365PartnerConnector": "Partnerské konektory pro Windows 365", "windowsDiagnosticData": "Data Windows", "windowsEnterpriseCertificate": "Certifikát Windows Enterprise", "windowsManagement": "Powershellové skripty", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Období odkladu restartování zařízení", "summaryTitle": "Činnost koncového uživatele" }, - "EnrollmentType": { - "devicesWithEnrollment": "Spravovaná zařízení", - "devicesWithoutEnrollment": "Spravované aplikace" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Soubor nebo složka jako vybraný požadavek", + "pathToolTip": "Úplná cesta souboru nebo složky, které se mají zjistit", + "property": "Vlastnost", + "valueToolTip": "Vyberte hodnotu požadavku, která odpovídá vybrané metodě zjišťování. Metody zjišťování na základě data a času by se měly zadat v místním formátu." + }, + "GridColumns": { + "pathOrScript": "Cesta/skript", + "type": "Typ" + }, + "Registry": { + "keyPath": "Cesta ke klíči", + "keyPathTooltip": "Úplná cesta položky registru, která obsahuje hodnotu jako požadavek", + "operator": "Operátor", + "operatorTooltip": "Vyberte operátor pro porovnání.", + "registryRequirement": "Požadavek klíče registru", + "registryRequirementTooltip": "Vyberte porovnání požadavků klíčů registrů.", + "valueName": "Název hodnoty", + "valueNameTooltip": "Název požadované hodnoty registru" + }, + "RequirementTypeOptions": { + "fileType": "Soubor", + "registry": "Registr", + "script": "Skript" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Logická hodnota", + "dateTime": "Datum a čas", + "float": "Plovoucí desetinná čárka", + "integer": "Celé číslo", + "string": "Řetězec", + "version": "Verze" + }, + "duplicateName": "Název skriptu {0} se už používá. Zadejte prosím jiný název.", + "enforceSignatureCheck": "Vynutit kontrolu podpisu skriptu", + "enforceSignatureCheckTooltip": "Pokud chcete ověřit, že skript je podepsaný důvěryhodným vydavatelem, který umožní skriptu běžet bez toho, aby se zobrazovaly výzvy nebo upozornění, vyberte Ano. Skript se spustí neblokovaný. Pokud chcete skript spustit s potvrzením koncového uživatele, ale bez ověření podpisu, vyberte Ne (výchozí).", + "loggedOnCredentials": "Spustit tento skript pomocí přihlašovacích údajů přihlášeného uživatele", + "loggedOnCredentialsTooltip": "Spustit skript pomocí přihlašovacích údajů přihlášeného zařízení", + "operatorTooltip": "Vyberte operátor pro porovnání požadavků.", + "requirementMethod": "Vyberte typ výstupních dat.", + "requirementMethodTooltip": "Vyberte datový typ, který se použije při určování požadavku na shodu zjišťování.", + "scriptContent": "Obsah skriptu", + "scriptFile": "Soubor skriptu", + "scriptFileTooltip": "Vyberte powershellový skript, který zjistí přítomnost aplikace v klientovi. Když se aplikace zjistí, proces požadavku poskytne ukončovací kód s hodnotou 0 a zapíše řetězcovou hodnotu na STDOUT.", + "scriptName": "Název skriptu", + "value": "Hodnota", + "valueTooltip": "Vyberte hodnotu požadavku, která odpovídá vybrané metodě zjišťování. Metody zjišťování na základě data a času by se měly zadat v místním formátu." + }, + "bladeTitle": "Přidat pravidlo požadavku", + "createRequirementHeader": "Vytvořit požadavek", + "header": "Nakonfigurovat další pravidla požadavků", + "label": "Pravidla dalších požadavků", + "noRequirementsSelectedPlaceholder": "Nezadaly se žádné požadavky.", + "requirementType": "Typ požadavku", + "requirementTypeTooltip": "Zvolte typ metody zjišťování, pomocí které se určí, jak se požadavek bude ověřovat." + }, + "architectures": "Architektura operačního systému", + "architecturesTooltip": "Zvolte architektury potřebné k nainstalování aplikace", + "bladeTitle": "Požadavky", + "diskSpace": "Požadované místo na disku (MB)", + "diskSpaceTooltip": "Požadované volné místo na systémové jednotce, aby se aplikace mohla nainstalovat", + "header": "Zadejte požadavky, které zařízení musí splnit, než se aplikace nainstaluje:", + "maximumTextFieldValue": "Hodnota musí být maximálně {0}.", + "minimumCpuSpeed": "Minimální požadovaná rychlost CPU (MHz)", + "minimumCpuSpeedTooltip": "Minimální požadovaná rychlost CPU, aby se aplikace mohla nainstalovat", + "minimumLogicalProcessors": "Minimální požadovaný počet logických procesorů", + "minimumLogicalProcessorsTooltip": "Minimální požadovaný počet logických procesorů, aby se aplikace mohla nainstalovat", + "minimumOperatingSystem": "Minimální operační systém", + "minimumOperatingSystemTooltip": "Vyberte minimální operační systém potřebný k instalaci aplikace.", + "minumumTextFieldValue": "Hodnota musí být aspoň {0}.", + "physicalMemory": "Požadovaná fyzická paměť (MB)", + "physicalMemoryTooltip": "Požadovaná fyzická paměť (RAM), aby se aplikace mohla nainstalovat", + "selectorLabel": "Požadavky", + "validNumber": "Zadejte platné číslo." + }, "PolicySet": { "appManagement": "Správa aplikací", "assignments": "Přiřazení", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Profily konfigurace zařízení", "powershellScriptTitle": "Powershellové skripty" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
    For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
    Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Doporučené", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrajn", @@ -11909,7 +12984,7 @@ "countryNameBN": "Brunej", "countryNameBD": "Bangladéš", "countryNameMW": "Malawi", - "countryNameGM": "Gambia", + "countryNameGM": "Gambie", "countryNameGA": "Gabon", "countryNameCA": "Kanada", "countryNameSH": "Svatá Helena", diff --git a/Documentation/Strings-de.json b/Documentation/Strings-de.json index 7144040..e3337a0 100644 --- a/Documentation/Strings-de.json +++ b/Documentation/Strings-de.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Erstes verfügbares Datum" }, + "Windows11SideBySideInstall": { + "disabled": "Deaktiviert", + "enabled": "Aktiviert", + "infoBalloonContent": "Steuern, ob das neueste Windows 10 Featureupdate auf Geräten installiert werden soll, die nicht für Windows 11 berechtigt sind", + "label": "Wenn auf einem Gerät Windows 11 nicht ausgeführt werden kann, installieren Sie das neueste Windows 10 Featureupdate." + }, "bladeTitle": "Funktionsupdatebereitstellungen", "deploymentSettingsTitle": "Bereitstellungseinstellungen", "loadError": "Fehler beim Laden.", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Für diese Funktionalität ist eine bestimmte Lizenzierung erforderlich.", "gradualRolloutLicenseWarningEdit": "Diese Funktionalität kann weiterhin verwendet und konfiguriert werden, bis die Richtlinie gespeichert wird, ohne dass diese Funktionalität ausgewählt ist.", - "licenseLearnMoreText": "Erfahren Sie mehr über Voraussetzungen und Richtlinien für Featureupdates." + "licenseLearnMoreText": "Erfahren Sie mehr über Voraussetzungen und Richtlinien für Featureupdates.", + "specificLicensingRequired": "Einige ausgewählte Funktionen erfordern eine bestimmte Lizenzierung." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Stellen Sie Informationen bereit, damit die Benutzer besser verstehen, worum es sich bei Ihrer App handelt und welche Möglichkeit die App ihnen bietet. Diese Beschreibung wird im Unternehmensportal angezeigt.", "developer": "Der Name des Unternehmens oder der Person, von der die App entwickelt wurde. Diese Informationen sind für Personen sichtbar, die beim Admin Center angemeldet sind.", "displayVersion": "Die Version der App. Diese Informationen sind für Benutzer im Unternehmensportal sichtbar.", + "fullScreenEnabled": "Wenn diese Einstellung auf \"Ja\" festgelegt ist, wird der Webclip als Vollbild-Web-App gestartet.", + "ignoreManifestScope": "Wenn diese Einstellung auf \"Ja\" festgelegt ist, kann ein Vollbildwebclip zu einer externen Website navigieren, ohne die Safari-Benutzeroberfläche anzuzeigen. Andernfalls wird die Safari-Benutzeroberfläche angezeigt, wenn Sie die URL des Webclips verlassen. Dieser Schlüssel hat keine Auswirkungen, wenn FullScreen auf \"false\" festgelegt ist.", "infoUrl": "Stellen Sie einen Link zu einer Website oder Dokumentation bereit, die weitere Informationen zur App enthält. Die Informations-URL ist für Benutzer im Unternehmensportal sichtbar.", "isFeatured": "Ausgewählte Apps werden prominent im Unternehmensportal platziert, sodass Benutzer sie schnell aufrufen können.", "learnMore": "Weitere Informationen", "logo": "Laden Sie ein Logo hoch, das der App zugeordnet ist. Dieses Logo wird im Unternehmensportal neben der App angezeigt.", "macOSDmgAppPackageFile": "Eine Datei, die Ihre App in einem Format enthält, das auf einem Gerät quergeladen werden kann. Gültiger Pakettyp: .dmg. ​", + "macOSPkgAppPackageFile": "Eine Datei, die Ihre App in einem Format enthält, das auf einem Gerät quergeladen werden kann. Gültiger Pakettyp: .pkg.", "minOperatingSystem": "Wählen Sie die früheste Betriebssystemversion aus, unter der die App installiert werden kann. Wenn Sie die App einem Gerät mit einem früheren Betriebssystem zuweisen, wird die App nicht installiert.", "name": "Fügen Sie einen Namen für die App hinzu. Dieser Name wird in der Intune-App-Liste und für Benutzer im Unternehmensportal angezeigt.", "notes": "Fügen Sie zusätzliche Hinweise zur App hinzu. Hinweise sind für Personen sichtbar, die beim Admin Center angemeldet sind.", "owner": "Der Name der Person in Ihrer Organisation, die die Lizenzierung verwaltet oder als Kontakt für diese App fungiert. Dieser Name ist für Personen sichtbar, die beim Admin Center angemeldet sind.", "packageId": "Der App-Paketbezeichner ist der eindeutige Wert, der die App identifiziert.", "packageName": "Wenden Sie sich an den Gerätehersteller, um den Paketnamen der App abzurufen. Beispielpaketname: com.beispiel.app", + "preComposedIconEnabled": "Wenn diese Einstellung auf \"Ja\" festgelegt ist, wird verhindert, dass SpringBoard dem Symbol \"shine\" hinzufügt.", "privacyUrl": "Stellen Sie einen Link für Personen bereit, die mehr über die Datenschutzeinstellungen und -bestimmungen der App erfahren möchten. Die URL zum Datenschutz ist für Benutzer im Unternehmensportal sichtbar.", "publisher": "Der Name des Entwicklers oder Unternehmens, von dem die App verteilt wird. Diese Informationen sind für Benutzer im Unternehmensportal sichtbar.", "selectApp": "Suchen Sie im App Store nach iOS Store-Apps, die Sie mit Intune bereitstellen möchten.", + "targetApplicationBundleIdentifier": "Der Bezeichner für Anwendungspaket, der die Anwendung angibt, die die URL öffnet. Verfügbar in iOS 14 und höher.", "useManagedBrowser": "Wenn ein Benutzer die Web-App öffnet, wird diese bei Bedarf in einem von Intune geschützten Browser wie Microsoft Edge oder Intune Managed Browser geöffnet. Diese Einstellung gilt sowohl für iOS- als auch für Android-Geräte.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Dies ist eine Datei, die Ihre App in einem Format enthält, das auf einem Gerät quergeladen werden kann. Gültige Pakettypen: INTUNEWIN.", @@ -788,6 +800,38 @@ }, "requireAppPin": "

    Wählen Sie Ja aus, um die App-PIN zu deaktivieren, wenn eine Gerätesperre auf einem registrierten Gerät erkannt wurde.

    Hinweis: Intune kann unter iOS/iPadOS keine Geräteregistrierung mit einer Drittanbieter-EMM-Lösung erkennen.

    " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "App-Installation kann einen Geräteneustart erzwingen", + "basedOnReturnCode": "Verhalten auf Grundlage von Rückgabecodes bestimmen", + "force": "Intune erzwingt einen verbindlichen Geräteneustart", + "suppress": "Keine bestimmte Aktion" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Erforderliche Installationszeit (Min.)", + "maxRunTimeInMinutesToolTip": "Die Anzahl von Minuten, die das System auf den Abschluss des Installationsprogramms wartet. Der Standardwert ist 60 Minuten." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "Benutzer" + }, + "availableUninstall": "Verfügbare Deinstallation zulassen", + "availableUninstallTooltip": "Wählen Sie \"Ja\" aus, um die Deinstallationsoption für diese App für Benutzer aus dem Unternehmensportal bereitzustellen. Wählen Sie \"Nein\" aus, um zu verhindern, dass Benutzer die App aus dem Unternehmensportal deinstallieren.", + "bladeTitle": "Programm", + "deviceRestartBehavior": "Verhalten beim Geräteneustart", + "deviceRestartBehaviorTooltip": "Wählen Sie das Verhalten des Geräteneustarts aus, nachdem die App erfolgreich installiert wurde. Wählen Sie \"Verhalten auf Grundlage von Rückgabecodes bestimmen\" aus, um das Gerät basierend auf den Rückgabecode-Konfigurationseinstellungen neu zu starten. Wählen Sie \"Keine bestimmte Aktion\" aus, um Geräteneustarts während der App-Installation für MSI-basierte Apps zu unterdrücken. Wählen Sie \"App-Installation kann einen Geräteneustart erzwingen\" aus, damit die App-Installation abgeschlossen werden kann, ohne dass Neustarts unterdrückt werden. Wählen Sie \"Intune erzwingt einen verbindlichen Geräteneustart\", um das Gerät nach erfolgreicher App-Installation grundsätzlich neu zu starten.", + "header": "Geben Sie die Befehle zum Installieren und Deinstallieren dieser App an:", + "installCommand": "Installationsbefehl", + "installCommandMaxLengthErrorMessage": "Der Installationsbefehl darf die maximal zulässige Länge von 1024 Zeichen nicht überschreiten.", + "installCommandTooltip": "Die Befehlszeile zur vollständigen Installation dieser App.", + "runAs32Bit": "Befehle zur Installation und Deinstallation auf 64-Bit-Clients in einem 32-Bit-Prozess ausführen", + "runAs32BitTooltip": "Wählen Sie \"Ja\", um die App auf 64-Bit-Clients in einem 32-Bit-Prozess zu installieren und zu deinstallieren. Wählen Sie \"Nein\" (Standardeinstellung) aus, um die App auf 64-Bit-Clients in einem 64-Bit-Prozess zu installieren. 32-Bit-Clients verwenden immer einen 32-Bit-Prozess.", + "runAsAccount": "Installationsverhalten", + "runAsAccountTooltip": "Wählen Sie \"System\" aus, um diese App für alle Benutzer zu installieren, sofern dies unterstützt wird. Wählen Sie \"Benutzer\" aus, um diese App für den auf dem Gerät angemeldeten Benutzer zu installieren. Bei MSI-Apps im dualen Modus verhindern Änderungen, dass Updates und Deinstallationen erfolgreich abgeschlossen werden, bis der Wert, der zum Zeitpunkt der ursprünglichen Installation für das Gerät galt, wiederhergestellt wird.", + "selectorLabel": "Programm", + "uninstallCommand": "Deinstallationsbefehl", + "uninstallCommandTooltip": "Die Befehlszeile zur vollständigen Deinstallation dieser App." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Neu erstellen", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS-App (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Branchenspezifische macOS-App", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365-Apps (macOS)", + "macOSPkgApp": "macOS-App (PKG)", + "macOSWebClip": "macOS-Webclip", "macOsVppApp": "macOS-Volume Purchase Program-App", "managedAndroidLobApp": "Verwaltete branchenspezifische Android-App", "managedAndroidStoreApp": "Verwaltete Android Store-App", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Geben Sie die PowerShell-Skriptdatei an. Die Dateigröße muss unter 200 KB liegen.", "uploadLabel": "Skriptspeicherort" }, - "bashScriptObjectName": "Bash-Skript", "createButtonText": "Hinzufügen", "createPowershellScriptFlowSectionName": "PowerShell-Skript hinzufügen", "customAttributeObjectName": "Benutzerdefiniertes Attribut", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Diese Einstellungen funktionieren für Geräte mit Android 9 oder früher und funktionieren auch auf allen Samsung Knox-Geräten, auf denen eine beliebige Android-Betriebssystemversion ausgeführt wird.", "androidPasswordHeader": "Legen Sie ein Kennwort zum Entsperren des Geräts als erforderlich fest. Sofern nicht konfiguriert, ist die Verwendung von Kennwörtern optional, und die Konfiguration liegt im Ermessen des Benutzers.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-On-VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Grundlegende Integrität und zertifizierte Geräte prüfen", - "androidSafetyNetbasicIntegrity": "Grundlegende Integrität prüfen", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Grundlegende Integrität und Geräteintegrität überprüfen", + "androidPlayIntegrityVerdictBasicIntegrity": "Grundlegende Integrität prüfen", "androidTRDeprecation": "Vertrauenswürdige Zertifikate können nicht mehr auf Geräten unter Android 11 oder höher installiert werden. Einzige Ausnahme: Samsung Knox-Geräte. Wenn Sie SCEP-Zertifikatprofile verwenden, müssen Sie weiterhin ein vertrauenswürdiges Zertifikatprofil erstellen, bereitstellen und dem SCEP-Zertifikatprofil zuordnen. Das vertrauenswürdige Stammzertifikat muss jedoch manuell an diese Geräte übermittelt werden.", "androidTenAndAbovePasswordHeader": "Android 10 und höher", "androidTenAndAbovePasswordHeaderDescription": "Diese Einstellungen funktionieren für Geräte mit Android 10 oder höher.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Warnung zu anderer Datenträgerverschlüsselung", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Durch Auswahl von \"Erforderlich\" wird die Speicherkarte des mobilen Geräts verschlüsselt.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Speicherkarte verschlüsseln (nur Mobilgeräte)", - "bitLockerEnabledDescription": "BitLocker muss auf dem Gerät aktiviert sein.", - "bitLockerEnabledName": "BitLocker erforderlich", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Bei Auswahl von \"Blockieren\" wird die BitLocker-Geräteverschlüsselung aktiviert. Je nach Gerätehardware und Windows-Version müssen die Benutzer möglicherweise bestätigen, dass auf ihrem Gerät keine Drittanbieterverschlüsselung verwendet wird. Durch das Aktivieren der Windows-Verschlüsselung wird das Gerät in einen instabilen Zustand versetzt, wenn eine Drittanbieterverschlüsselung verwendet wird.", "bitLockerEncryptDeviceName": "Geräte verschlüsseln", "bitLockerEncryptMethodAesCbc128": "AES-CBC, 128 Bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Touch ID- und Face ID-Entsperrung blockieren", "blockUSBConnectionDescription": "Hiermit wird angegeben, ob die USB-Verbindung auf dem Gerät aktiviert ist. Der Ladevorgang über USB ist von dieser Einstellung nicht betroffen. Diese Einstellung wird auf Windows Desktop-Plattformen nicht unterstützt.", "blockUSBConnectionName": "USB-Verbindung", + "blockUnifiedPasswordForWorkProfileDescription": "Blockieren mit einer Sperre, wenn Sie möchten, dass die Benutzer zwei verschiedene Kennwörter für ihren Sperrbildschirm und ihr Arbeitsprofil verwenden. Die Verwendung einer Bildschirmsperre ist für den Benutzer bequem, macht aber das Arbeitsprofil für jeden zugänglich, der das Gerät entsperren kann. Gilt für Geräte mit Android 9.0 Pie und höher.", + "blockUnifiedPasswordForWorkProfileName": "Eine Sperre für Arbeitsprofil und Gerät", "blockUnmanagedDocumentsInManagedAppsName": "Anzeige nicht unternehmenseigener Dokumente in Unternehmens-Apps blockieren", "blockUntrustedTLSCertificatesDescription": "Hiermit blockieren Sie nicht vertrauenswürdige TLS-Zertifikate (Transport Layer Security).", "blockUntrustedTLSCertificatesName": "Nicht vertrauenswürdige TLS-Zertifikate blockieren", @@ -2825,6 +2871,8 @@ "cellularName": "Mobilfunk", "certificateCredentialConfigurationDisabledDescription": "Hiermit werden Benutzer daran gehindert, Änderungen an Anmeldeinformationen für Zertifikate durchzuführen, die ihnen zugeordnet sind.", "certificateCredentialConfigurationDisabledName": "Der Benutzer kann Anmeldeinformationen konfigurieren (Arbeitsprofilebene)", + "certificateInstallDescription": "Apps, die Sie hier auflisten, können von Intune erstellte Zertifikate ändern und Zertifikate verwalten, die außerhalb von Intune übermittelt werden.", + "certificateInstallTitle": "Anderen Apps das Installieren und Verwalten von Zertifikaten gestatten", "certificateNotFound": "Zertifikatrichtlinie wurde nicht gefunden. Wurde sie gelöscht?", "certificateOption": "Zertifikat", "certificateRevocationCheck": "Überprüfung der Zertifikatsperre", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Druckdienstressourcen-URI", "cloudProtectionDescription": "Hiermit senden Sie die Microsoft Active Protection Service-Telemetriedaten, um die Ermittlung verdächtiger Aktivitäten zuzulassen.", "cloudProtectionName": "Schutz in der Cloud", - "codeIntegrityEnabledDescription": "Hiermit fordern Sie an, dass die Codeintegrität auf dem Gerät aktiviert sein muss.", - "codeIntegrityEnabledName": "Codeintegrität erforderlich", + "codeIntegrityEnabledName": "Codeintegrität", "complianceAntiSpywareRequirementDescription": "Erfordert, dass alle Antispyware-Lösungen, die im Windows-Security Center registriert sind, aktiviert sind und überwachen (z. B. DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Hiermit wird festgelegt, dass die AntiSpyware-Signatur aktuell sein muss.", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Mit dieser Einstellung wird die Anzahl der zuletzt verwendeten Kennwörter angegeben, die nicht wiederverwendet werden können. Empfohlener Wert: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Anzahl vorheriger Kennwörter, deren Wiederverwendung verhindert wird", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Hiermit wählen Sie die neueste Betriebssystem-Buildversion aus, die ein Gerät verwenden kann.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Geben Sie die neueste Betriebssystembuildversion ein, über die ein Gerät verfügen kann. Beispiel: 20E252
    Wenn Sie ein Apple Rapid Security Response-Update als maximalen Betriebssystembuild festlegen möchten, geben Sie die zusätzliche Buildversion ein. Beispiel: 20E772520a.", "complianceOsBuildVersionRestrictionMaximumName": "Höchste Buildversion des Betriebssystems", - "complianceOsBuildVersionRestrictionMinimumDescription": "Hiermit wählen Sie die älteste Betriebssystem-Buildversion aus, die ein Gerät verwenden kann.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Geben Sie die älteste Betriebssystembuildversion ein, über die ein Gerät verfügen kann. Beispiel: 20E252
    Wenn Sie ein Apple Rapid Security Response-Update als Mindestbuild für das Betriebssystem festlegen möchten, geben Sie die zusätzliche Buildversion ein. Beispiel: 20E772520a.", "complianceOsBuildVersionRestrictionMinimumName": "Mindestbuildversion des Betriebssystems", "complianceOsVersionRestrictionHeader": "Betriebssystemversion", "complianceOsVersionRestrictionMaximumAndroidDescription": "Geben Sie die Konformitätsanforderung für die maximale Betriebssystemversion für Geräte an. Für Nougat geben Sie in diesem Feld beispielsweise \"7.1\" an.", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Hiermit erzwingen Sie die automatische Aktualisierung des Geräts mit Sicherheitspatches und Verbesserungen.", "complianceUpdatesRequireAutomaticUpdatesName": "Automatische Updates von Microsoft anfordern", "complianceWin10RequiredPasswordTypeDescription": "Mit dieser Einstellung wird der Typ des erforderlichen Kennworts/der PIN bestimmt.
    \r\nGerätestandard (Kennwort, numerische PIN oder alphanumerische PIN erforderlich)
    \r\nAlphanumerisch (Kennwort oder alphanumerische PIN erforderlich)
    \r\nNumerisch (Kennwort oder numerische PIN erforderlich)
    \r\nEmpfehlungen: erforderlicher Kennworttyp: alphanumerisch, Kennwortkomplexität: Ziffern und Kleinbuchstaben erforderlich", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 oder 11", + "complianceWindows11DeviceHealthAttestationHeader": "Nur Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Mindestversion von Microsoft Defender (z. B. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Mindestversion der Microsoft Defender-Antischadsoftware", - "complianceWindowsDeviceHealthAttestationHeader": "Auswertungsregeln für den Windows-Integritätsnachweisdienst", + "complianceWindowsDeviceHealthAttestationHeader": "Evaluierungsregeln des Microsoft-Nachweisdiensts

    Verwenden Sie diese Regeln, um zu bestätigen, dass für ein Gerät zum Startzeitpunkt Schutzmaßnahmen aktiviert sind. Weitere Informationen zu diesen Regeln", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Wählen Sie die neueste Betriebssystemversion aus, die auf einem mobilen Gerät installiert sein kann. Die Betriebssystemversion ist als \"Hauptversion.Nebenversion.Build.Revision\" definiert.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Wählen Sie die älteste Betriebssystemversion aus, die auf einem mobilen Gerät installiert sein kann. Die Betriebssystemversion ist als \"Hauptversion.Nebenversion.Build.Revision\" definiert.", "complianceWindowsOsVersionRestrictionHeaderDescription": "Die Betriebssystemversion ist als \"Hauptversion.Nebenversion.Build.Revision\" definiert. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Softwareupdates für Nebenversionen des Betriebssystems und für Nicht-Betriebssystem-Software", "delayMinorOSUpdateVisibilityOption": "Softwareupdates für Nebenversionen des Betriebssystems", "delayOSUpdateVisibilityOption": "Betriebssystemupdates", + "delegatedScopeLogsTitle": "Zugriff auf vertrauliche Android-Protokolle", "deliveryOptimizationBandwidthHeader": "Bandbreite", "deliveryOptimizationCachingHeader": "Zwischenspeicherung", "deliveryOptimizationDODescription": "Gibt die Downloadmethode an, die von der Übermittlungsoptimierung zum Verwalten der Netzwerkbandbreitenbelegung für Szenarien mit Inhaltsverteilung verwendet werden kann.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Suche nach Aussteller für abgeleitete Anmeldeinformationen...", "derivedCredentialsTenantLevelNotConfigured": "Sie haben für Ihren Mandanten keinen Aussteller von abgeleiteten Anmeldeinformationen angegeben, damit diese Richtlinie erfolgreich auf Geräte angewendet werden kann. Klicken Sie hier, um den Aussteller anzugeben.", "descriptionName": "Beschreibung", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Konfigurations-Manager (nur Mandantenanfügung)", "desktopOption": "Desktop", "destinationPrefix": "Zielpräfix/Größe (z. B. 192.168.0.1/255)", "developerUnlock": "Entwicklersperre aufheben", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "Und darüber", "eDPPolicyVersionAndBelowName": "Und darunter", "eDPPolicyVersionEqualsName": "Ist gleich", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Hiermit fordern Sie an, dass ein Treiber für Antischadsoftware-Frühstart aktiviert sein muss.", - "earlyLaunchAntiMalwareDriverEnabledName": "Hiermit fordern Sie einen Treiber für Antischadsoftware-Frühstart an.", + "earlyLaunchAntiMalwareDriverEnabledName": "Antischadsoftware-Frühstart", "easAccountSettingsHeader": "Exchange ActiveSync-Kontoeinstellungen", "easAllData": "Alle Daten", "easCalendarContactsOnly": "Nur Kalender und Kontakte", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Beliebige Adresse", "firewallRulesPortOrPortRangeInvalidCharacterError": "Die Portliste darf nur Zahlen, \"-\" oder \",\" enthalten", "firewallRulesPortOrPortRangeInvalidError": "Die Portliste enthält ungültige Ports und/oder Portbereiche.", + "firmwareProtectionEnabledName": "Firmwareschutz", "firmwareUpdatesBehaviorName": "Firmwareupdates", "firstActiveEthernet": "Erstes aktives Ethernet", "firstAvailableOption": "Zuerst verfügbar", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP kombiniert mit Internetpeering (3)", "httpWithPeeringNatOption": "HTTP kombiniert mit Peering hinter derselben NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP kombiniert mit Peering über private Gruppen hinweg (2)", + "hvciEnabledName": "Speicherintegritätsschutz", "hybridSleepBatteryDescription": "Mit dieser Richtlinieneinstellung können Sie den hybriden Standbymodus deaktivieren, wenn das Gerät mit einem Akku betrieben wird.
    Wenn diese Richtlinie deaktiviert ist, lässt das Gerät keinen hybriden Standbymodus oder Ruhezustand zu.
    Wenn diese Richtlinie nicht konfiguriert ist, steuern Benutzer diese Einstellung.", "hybridSleepName": "Hybrider Standbymodus", "hybridSleepPluggedInDescription": "Mit dieser Richtlinieneinstellung können Sie den hybriden Standbymodus deaktivieren, wenn das Gerät an das Stromnetz angeschlossen ist.
    Wenn diese Richtlinie deaktiviert ist, lässt das Gerät keinen hybriden Standbymodus oder Ruhezustand zu.
    Wenn diese Richtlinie nicht konfiguriert ist, steuern Benutzer diese Einstellung.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Mittel bis niedrig", "mediumOption": "Mittel", "meetingInformationDisplayedOnWelcomeScreenName": "Anzeige von Besprechungsinformationen auf dem Willkommensbildschirm", + "memoryAccessProtectionEnabledName": "Speicherzugriffsschutz", "messagingBlockMMSDescription": "Hiermit wird die Funktion zum Senden/Empfangen von MMS auf dem Gerät deaktiviert.", "messagingBlockMMSName": "MMS (nur mobil)", "messagingBlockRCSDescription": "Hiermit wird die Funktion für RCS-Sendevorgänge/Empfangsvorgänge (Rich Communication Services) auf dem Gerät deaktiviert.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Muss niedriger als die Höchstversion des Betriebssystems sein", "mustBeValidAddress": "Hierbei muss es sich um eine gültige Adresse handeln. Beispiel: 4.3.6.0, itgproxy.com, usw.", "mustBeValidAndroidPackageName": "Der Paketname darf nur Buchstaben, Ziffern, Unterstriche und Punkte enthalten und muss mit einem Buchstaben beginnen.", - "mustBeValidBuildVersionFormat": "Hierbei muss ein gültiges Buildversionsformat vorliegen. Beispiel: 18A391, 16G1114 usw.", + "mustBeValidBuildVersionFormat": "Muss ein gültiges Buildversionsformat sein. Beispiel: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Muss ein gültiges DNS-Suffix sein. Beispiel: itgproxy.com", "mustBeValidDateFormat": "Muss einem gültigen Datumsformat entsprechen (JJJJ-MM-TT). Beispiel: 2016-10-01, 2016-10-31 etc.", "mustBeValidDomain": "Muss eine gültige Domäne sein. Beispiel: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Netzwerkerweiterungen", "networkInterface": "Netzwerkschnittstelle", "networkInterfaceDescription": "Zu konfigurierende Netzwerkschnittstelle", + "networkLogsTitle": "Zulassen, dass diese App auf Android-Netzwerkaktivitätsprotokolle zugreift", "networkProxyAutomaticConfigurationUrlDescription": "URL zu dem PAC-Skript, das Sie verwenden möchten.", "networkProxyAutomaticConfigurationUrlName": "Adress-URL für Setupskript", "networkProxyDisableAutoDetectDescription": "Hiermit werden die Einstellungen automatisch erkannt. Ist die Option aktiviert, versucht das System, den Pfad zu einem PAC-Skript zu finden.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Ausblenden", "pinnedFolderOptionShow": "Anzeigen", "pipeInvalidError": "Der Wert darf keinen senkrechten Strich \"|\" enthalten.", + "playIntegrityVerdictOptionsDescription": "Bewertung der Spielintegritätsstufe festlegen", + "playIntegrityVerdictOptionsName": "Bewertung der Spielintegritätsstufe", "pluggedInHeader": "Netzbetrieb", "policyDomainNameService": "DNS", "policyEmailAddress": "E-Mail-Adresse", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Standardrichtlinie. Der Benutzer muss vorhanden sein und eine gültige Lizenz für Intune besitzen.", "requireUserExistanceName": "Registrierter Benutzer vorhanden", "required": "Erforderlich", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Nicht konfiguriert (geht über zur Basisauswertung)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Wählen Sie den Auswertungstyp aus, den Sie zum Berechnen der Antwort des SafetyNet-Gerätenachweises verwenden möchten.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardwaregestützter Schlüssel", - "requiredAndroidSafetyNetEvaluationTypeName": "Erforderlicher SafetyNet-Auswertungstyp", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Nicht konfiguriert", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Wählen Sie den Auswertungstyp aus, den Sie zum Berechnen der Antwort der Bewertung der Spielintegritätsstufe verwenden möchten.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Starke Integrität überprüfen", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Überprüfen Sie die starke Integrität mithilfe von hardwarebasierten Sicherheitsfeatures.", "requiredExtensionsColumnHeader": "Paketfamiliennamen", "requiredExtensionsExamples": "z. B. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Kennwort erforderlich, keine Einschränkungen", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "Beispiel: contoso.com", "safeSearchFilterDescription": "Geben Sie an, wie Cortana nicht jugendfreie Inhalte aus den Suchergebnissen herausfiltern soll.", "safeSearchFilterName": "SafeSearch (nur Mobilgeräte)", - "safetyNetAttestationOptionsDescription": "Hiermit legen Sie die Ebene des SafetyNet-Nachweises fest.", - "safetyNetAttestationOptionsName": "SafetyNet-Gerätenachweis", "sampleSharingEnableOrNotConfiguredDescription": "Hiermit wird die Einstellung für die Microsoft Defender für Endpunkt-Beispielfreigabe zurückgegeben oder festgelegt.", "sampleSharingEnableOrNotConfiguredName": "Beispielfreigabe für alle Dateien", "saturday": "Samstag", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Sekundäre Authentifizierungsmethode", "secondaryAuthenticationMethodTEAPDescription": "Wählen Sie die sekundäre Methode aus, mit der Benutzer sich authentifizieren sollen. Wenn Sie Zertifikate auswählen, wählen Sie eines der Zertifikatprofile (SCEP oder PKCS) aus, das auch auf dem Gerät bereitgestellt wird. Dies ist das Identitätszertifikat, das vom Gerät an den Server übergeben wird.", "secretKey": "Geheimer Schlüssel:", - "secureBootEnabledDescription": "Sicherer Start muss auf dem Gerät aktiviert sein.", - "secureBootEnabledName": "Sicherer Start muss auf dem Gerät aktiviert sein.", + "secureBootEnabledName": "Sicherer Start", "secured": "Geschützt", "securityAssociationIdleTimeDescription": "Hiermit werden Sicherheitszuordnungen gelöscht, nachdem der Netzwerkdatenverkehr für diese Anzahl von Sekunden nicht angezeigt wurde.", "securityAssociationIdleTimeHint": "Leerlaufzeit in Sekunden eingeben (300–3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Common Criteria-Modus ​", "securityDeveloperSettingsEnabledDescription": "Zugriff auf Entwicklereinstellungen zulassen.", "securityDeveloperSettingsEnabledName": "Entwicklereinstellungen", + "securityLogsTitle": "Zulassen, dass diese App auf Android-Sicherheitsprotokolle zugreift", "securityOption": "Diagnosedaten aus", "securityRequireVerifyAppsDescription": "Aktivieren Sie Google Play Protect, um Apps vor und nach ihrer Installation zu überprüfen. Wird eine Bedrohung erkannt, wird der Benutzer möglicherweise in einer Warnmeldung aufgefordert, die App vom Gerät zu entfernen. Standardmäßig erforderlich.", "securityRequireVerifyAppsName": "Bedrohungsüberprüfung für Apps", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Verwaltete Apps auswählen", "selectMicrosoftEdgeApp": "Microsoft Edge-Legacybrowser hinzufügen", "selectMicrosoftTunnelSite": "Standort auswählen", + "selectNetworkApp": "Wählen Sie eine App aus, um auf Android-Netzwerkaktivitätsprotokolle zuzugreifen.", "selectNetworkInterface": "Netzwerkschnittstelle auswählen", "selectNonEapMethod": "Nicht-EAP-Methode auswählen", "selectOneOption": "Eine Option auswählen", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Stammzertifikat zur Servervalidierung", "selectRootCertificatesForServerValidationName": "Stammzertifikate für Serverüberprüfung", "selectSecurity": "Sicherheitstyp auswählen", + "selectSecurityApp": "Wählen Sie eine App aus, um auf Android-Sicherheitsprotokolle zuzugreifen.", "selectService": "Bei welchem Verwaltungstyp können wir Ihnen helfen?", "selectStoreApp": "Store-App hinzufügen", "selectStoreAppEmpty": "Store-App hinzufügen", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "App-Typ", "trafficRuleClaimsName": "Anspruch", - "trafficRuleDirectionDescription": "Geben Sie an, ob die Regel für eingehenden oder ausgehenden Datenverkehr gilt.
    \r\n
    \r\n Eingehend = Die Regel gilt für den gesamten eingehenden Datenverkehr.\r\n
    \r\n
    \r\n Ausgehend = Die Regel gilt für den gesamten ausgehenden Datenverkehr.\r\n ", + "trafficRuleDirectionDescription": "Eingehend lässt Datenverkehr von externen Standorten über VPN zu. Ausgehender Datenverkehr an externe Standorte über VPN. Um beides zuzulassen, erstellen Sie zwei Regeln.", "trafficRuleDirectionName": "Richtung", "trafficRuleRoutingPolicyTypeDescription": "Hiermit wird zwischen dem Teilen und dem Erzwingen des Tunnels ausgewählt.
    \r\n
    \r\n Tunnel teilen = Nur der an die VPN-Schnittstelle gerichtete Datenverkehr (wie durch den Netzwerkstapel bestimmt) wird über die Schnittstelle geleitet. Internetdatenverkehr kann weiterhin über andere Schnittstellen geleitet werden.\r\n
    \r\n
    \r\n Tunnel erzwingen = Sämtlicher IP-Datenverkehr darf ausschließlich über die VPN-Schnittstelle geleitet werden (für diese Datenverkehrsregel).\r\n
    \r\n
    \r\n Dies gilt nur, wenn die Regel einer App zugeordnet ist.\r\n ", "trafficRuleRoutingPolicyTypeName": "Regeltyp", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Benutzer", "vPNPolicyProfileTargetDescription": "Hiermit wird dieses Profil in eine Always-On-VPN-Verbindung umgewandelt, die ohne Benutzereingriff eine Verbindung herstellt und das Computerzertifikat zur Authentifizierung verwendet. Es wird nur ein IKEv2-Verbindungstyp unterstützt. Das VPN-Profil wird vom Gerät entfernt, nachdem die AutoPilot-Funktion für die erste Ausführung abgeschlossen wurde.", "vPNPolicyProfileTargetName": "Dieses VPN-Profil für Windows AutoPilot verwenden", + "vPNPolicyProxyExclListDescription1": "Liste der Hosts, für die die Verwendung des Proxys bei Verbindungen ausgeschlossen werden soll. Für diese Hosts können Platzhalter wie *.example.com verwendet werden.", + "vPNPolicyProxyExclListDescription2": "Eine Liste der Hosts, für die die Verwendung des Proxys bei Verbindungen ausgeschlossen werden soll. Für diese Hosts können Platzhalter wie *.example.com verwendet werden.", + "vPNPolicyProxyExclListExcludedHosts": "Ausgeschlossene Hosts", + "vPNPolicyProxyExclListExclusions": "Ausschlüsse", + "vPNPolicyProxyExclListFileImport": "Datei zum Importieren der Hostliste", + "vPNPolicyProxyExclListHostName": "Hostname", + "vPNPolicyProxyExclListImport": "Proxyausschlüssen importieren", + "vPNPolicyProxyExclListInvalid": "Ungültige Eingabe", + "vPNPolicyProxyExclListList": "Ausschlussliste", + "vPNPolicyProxyExclListManage": "Proxyausschlüssen verwalten", + "vPNPolicyProxyExclListName": "Proxyausschlussliste", "vPNPolicyRememberCredentialsName": "Anmeldeinformationen bei jeder Anmeldung speichern", "vPNPolicyRoutesForThisConnectionDescription": "Optional.", "vPNPolicyRoutesForThisConnectionName": "Tunnelingrouten für diese VPN-Verbindung teilen", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtuelle Startschaltfläche", "virtualHomeButtonNotConfigured": "Nicht konfiguriert", "virtualHomeButtonSwipeUp": "Nach oben wischen", + "virtualizationBasedSecurityEnabledName": "Virtualisierungsbasierte Sicherheit", "virtualizationOfCpuAndIOName": "CPU- und E/A-Virtualisierung", "visibleAppsListOptionsDescription": "Legt fest, ob es sich bei der Liste um eine Liste der ausgeblendeten Apps oder um eine Liste der sichtbaren Apps handelt.", "visibleAppsListOptionsName": "Liste der App-Typen", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Weblinks in allen Apps zulassen", "rootCertificate": "Stammzertifikat", "safetyNetDeviceAttestation": "SafetyNet-Gerätenachweis", + "samsungKnoxAttestationRequired": "Samsung Knox-Gerätenachweis", "saveAppsNotificationText": "Die ausgewählten Apps werden gespeichert.", "saveChangesCommandText": "Speichern", "savePolicySettingsNotificationText": "Die Richtlinieneinstellungen werden gespeichert.", @@ -7885,10 +7953,12 @@ "state": "Status", "status": "Status", "store": "Speichern", + "subjectOnlyOptionText": "Nur Betreff", "success": "Erfolgreich", "successfully": "Erfolgreich", "summary": "Zusammenfassung", "summaryLensTitle": "Zusammenfassung", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Remoteanforderungen", "summarySettingsPartWipeRequestsSelectorText": "Zurücksetzungsanforderungen", "supportId": "Unterstützungs-ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Wert", "valueMustNotContainCharsError": "Der Wert darf nicht die folgenden Zeichen enthalten: {0}", "versionValidationExample": "

    Format: [Hauptversion].[Nebenversion] oder [Hauptversion].[Nebenversion].[Build].[Revision]

    Beispiel: 1.5 oder 1.5.50.101

    ", - "versionValidationWith2To4Segments": "

    Format: [Hauptversion].[Nebenversion] oder [Hauptversion].[Nebenversion].[Build] oder [Hauptversion].[Nebenversion].[Build].[Revision]

    Beispiel: 1.5 oder 1.5.50 oder 1.5.50.101

    ", + "versionValidationWith2To5Segments": "

    Format: [Major].[Minor] oder [Major].[Minor].[Build] oder [Major].[Minor].[Build].[Revision]. Für iOS wird auch [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] unterstützt.

    Hinweis: Apps führen bei RapidSecurityResponse-Verletzungen keine Löschvorgänge durch, es wird nur blockieren oder warnen unterstützt.

    Beispiel: 1.5 oder 1.5.50 oder 1.5.50.101 oder (für iOS) 1.5.50.101.a

    ", "versionValidationWithDateFormat": "Muss einem gültigen Datumsformat entsprechen (JJJJ-MM-TT).", "warn": "Warnung", "warning": "Warnung", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Kabelgebundenes Netzwerk", "workProfile": "Arbeitsprofil \"Persönliches Eigentum\"" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Die Datei oder der Ordner als ausgewählte Anforderung.", - "pathToolTip": "Der vollständige Pfad der Datei oder des Ordners, die bzw. der erkannt werden soll.", - "property": "Eigenschaft", - "valueToolTip": "Wählen Sie einen Anforderungswert aus, der der ausgewählten Erkennungsmethode entspricht. Die Datums- und die Zeitanforderung müssen im lokalen Format eingegeben werden." - }, - "GridColumns": { - "pathOrScript": "Pfad/Skript", - "type": "Typ" - }, - "Registry": { - "keyPath": "Schlüsselpfad", - "keyPathTooltip": "Der vollständige Pfad des Registrierungseintrags mit dem Wert als Anforderung.", - "operator": "Operator", - "operatorTooltip": "Wählen Sie den Operator für den Vergleich aus.", - "registryRequirement": "Registrierungsschlüsselanforderung", - "registryRequirementTooltip": "Wählen Sie den Registrierungsschlüssel-Anforderungsvergleich aus.", - "valueName": "Wertname", - "valueNameTooltip": "Der Name des erforderlichen Registrierungswerts." - }, - "RequirementTypeOptions": { - "fileType": "Datei", - "registry": "Registrierung", - "script": "Skript" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolescher Wert", - "dateTime": "Datum und Uhrzeit", - "float": "Gleitkomma", - "integer": "Ganze Zahl", - "string": "Zeichenfolge", - "version": "Version" - }, - "duplicateName": "Der Skriptname \"{0}\" wird bereits verwendet. Geben Sie einen anderen Namen ein.", - "enforceSignatureCheck": "Skriptsignaturprüfung erzwingen", - "enforceSignatureCheckTooltip": "Wählen Sie \"Ja\" aus, um sicherzustellen, dass das Skript von einem vertrauenswürdigen Herausgeber signiert ist, damit das Skript ohne Warnungen oder Eingabeaufforderungen ausgeführt werden kann. Das Skript wird ohne Blockierung ausgeführt. Wählen Sie \"Nein\" (Standardeinstellung) aus, um das Skript mit Benutzerbestätigung, aber ohne Signaturüberprüfung auszuführen.", - "loggedOnCredentials": "Dieses Skript mit den Anmeldeinformationen des angemeldeten Benutzers ausführen", - "loggedOnCredentialsTooltip": "Führen Sie das Skript mit den Anmeldeinformationen des angemeldeten Geräts aus.", - "operatorTooltip": "Wählen Sie den Operator für den Anforderungsvergleich aus.", - "requirementMethod": "Ausgabedatentyp auswählen", - "requirementMethodTooltip": "Wählen Sie den Datentyp aus, der beim Ermitteln einer Anforderung zur Erkennungsübereinstimmung verwendet wird.", - "scriptContent": "Skriptinhalt", - "scriptFile": "Skriptdatei", - "scriptFileTooltip": "Wählen Sie ein PowerShell-Skript aus, mit dem das Vorhandensein der App auf dem Client erkannt wird. Wenn die App erkannt wird, stellt der Anforderungsprozess einen Exitcode mit dem Wert 0 bereit und schreibt einen Zeichenfolgenwert in STDOUT.", - "scriptName": "Skriptname", - "value": "Wert", - "valueTooltip": "Wählen Sie einen Anforderungswert aus, der der ausgewählten Erkennungsmethode entspricht. Die Datums- und die Zeitanforderung müssen im lokalen Format eingegeben werden." - }, - "bladeTitle": "Anforderungsregel hinzufügen", - "createRequirementHeader": "Erstellen Sie eine Anforderung.", - "header": "Konfigurieren Sie zusätzliche Anforderungsregeln.", - "label": "Zusätzliche Anforderungsregeln", - "noRequirementsSelectedPlaceholder": "Keine Anforderungen angegeben.", - "requirementType": "Anforderungstyp", - "requirementTypeTooltip": "Wählen Sie den Typ der Erkennungsmethode aus, die festlegt, wie eine Anforderung überprüft wird." - }, - "architectures": "Betriebssystemarchitektur", - "architecturesTooltip": "Wählen Sie die Architekturen aus, die zum Installieren der App benötigt werden.", - "bladeTitle": "Anforderungen", - "diskSpace": "Erforderlicher Speicherplatz (MB)", - "diskSpaceTooltip": "Der benötigte freie Speicherplatz auf dem Systemlaufwerk zum Installieren der App.", - "header": "Geben Sie die Anforderungen an, die Geräte vor dem Installieren der App erfüllen müssen:", - "maximumTextFieldValue": "Der Wert darf höchstens {0} betragen.", - "minimumCpuSpeed": "Mindestens erforderliche CPU-Geschwindigkeit (MHz)", - "minimumCpuSpeedTooltip": "Die mindestens erforderliche CPU-Geschwindigkeit zum Installieren der App.", - "minimumLogicalProcessors": "Mindestens erforderliche Anzahl logischer Prozessoren", - "minimumLogicalProcessorsTooltip": "Die mindestens erforderliche Anzahl logischer Prozessoren zum Installieren der App.", - "minimumOperatingSystem": "Mindestens erforderliches Betriebssystem", - "minimumOperatingSystemTooltip": "Wählen Sie das mindestens erforderliche Betriebssystem zum Installieren der App aus.", - "minumumTextFieldValue": "Der Wert muss mindestens {0} sein.", - "physicalMemory": "Erforderlicher physischer Speicher (MB)", - "physicalMemoryTooltip": "Erforderlicher physischer Arbeitsspeicher (RAM) zum Installieren der App.", - "selectorLabel": "Anforderungen", - "validNumber": "Geben Sie eine gültige Zahl ein." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Update schrittweise verfügbar machen", + "immediateStart": "Update so bald wie möglich verfügbar machen", + "startDateOnly": "Update an einem bestimmten Datum verfügbar machen" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Verwaltete Geräte", + "devicesWithoutEnrollment": "Verwaltete Apps" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filtermodus", + "assignmentToast": "Endbenutzerbenachrichtigungen", + "assignmentTypeTableHeader": "ZUWEISUNGSTYP", + "deadlineTimeColumnLabel": "Installationsstichtag", + "deliveryOptimizationPriorityHeader": "Priorität der Übermittlungsoptimierung", + "groupTableHeader": "Gruppe", + "installContextLabel": "Installationskontext", + "isRemovable": "Als entfernbare App installieren", + "licenseTypeLabel": "Lizenztyp", + "modeTableHeader": "Gruppenmodus", + "policySet": "Richtliniensatz", + "preventAutoAppUpdate": "Automatische App-Updates verhindern", + "preventManagedAppBackup": "iCloud-App-Sicherung verhindern", + "restartGracePeriodHeader": "Kulanzzeitraum neu starten", + "startTimeColumnLabel": "Verfügbarkeit", + "tracks": "Nachverfolgungen", + "uninstallOnRemoval": "Bei Entfernung des Geräts deinstallieren", + "updateMode": "Updatepriorität", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD-Web-App", + "androidEnterpriseSystemApp": "Android Enterprise-System-App", + "androidForWorkApp": "Verwaltete Google Play Store-App", + "androidLobApp": "Branchenspezifische Android-App", + "androidStoreApp": "Android Store-App", + "builtInAndroid": "Integrierte Android-App", + "builtInApp": "Integrierte App", + "builtInIos": "Integrierte iOS-App", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "Branchenspezifische iOS-App", + "iosStoreApp": "iOS Store-App", + "iosVppApp": "iOS Volume Purchase Program-App", + "lineOfBusinessApp": "Branchenspezifische App", + "macOSDmgApp": "macOS-App (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Branchenspezifische macOS-App", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office Suite", + "macOSPkgApp": "macOS-App (PKG)", + "macOSWebClip": "macOS-Webclip", + "macOsVppApp": "macOS-Volume Purchase Program-App", + "managedAndroidLobApp": "Verwaltete branchenspezifische Android-App", + "managedAndroidStoreApp": "Verwaltete Android Store-App", + "managedGooglePlayApp": "Verwaltete Google Play Store-App", + "managedGooglePlayPrivateApp": "Private verwaltete Google Play-App", + "managedGooglePlayWebApp": "Weblink für verwaltetes Google Play", + "managedIosLobApp": "Verwaltete branchenspezifische iOS-App", + "managedIosStoreApp": "Verwaltete iOS Store-App", + "microsoftStoreForBusinessApp": "Microsoft Store für Unternehmen-App", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store für Unternehmen", + "officeAddIn": "Office-Add-In", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 und höher)", + "sharePointApp": "SharePoint-App", + "teamsApp": "Teams-App", + "webApp": "Weblink", + "win32CatalogApp": "Windows-Katalog-App (Win32)", + "winGetPublicApp": "Community-Repository des Windows-Paket-Managers", + "winGetStoreApp": "Microsoft Store-App (neu)", + "windowsAppXLobApp": "Branchenspezifische Windows-APPX-App", + "windowsClassicApp": "Windows-App (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 und höher)", + "windowsMobileMsiLobApp": "Branchenspezifische Windows MSI-App", + "windowsPhone81AppXBundleLobApp": "Branchenspezifische Windows Phone 8.1-APPX-App", + "windowsPhone81AppXLobApp": "Branchenspezifische Windows Phone 8.1-APPX-App", + "windowsPhone81StoreApp": "Windows Phone 8.1 Store-App", + "windowsPhoneXapLobApp": "Branchenspezifische Windows Phone-XAP-App", + "windowsStoreApp": "Microsoft Store-App (Legacy)", + "windowsUniversalAppXLobApp": "Branchenspezifische Windows Universal-APPX-App", + "windowsUniversalLobApp": "Branchenspezifische Windows Universal-App", + "windowsWebApp": "Windows-Weblink" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Ausgeschlossen", + "include": "Enthalten", + "includeAllDevicesVirtualGroup": "Enthalten", + "includeAllUsersVirtualGroup": "Enthalten" + }, + "AssignmentToast": { + "hideAll": "Alle Popupbenachrichtigungen ausblenden", + "showAll": "Alle Popupbenachrichtigungen anzeigen", + "showReboot": "Popupbenachrichtigungen für Computerneustarts anzeigen" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Hintergrund", + "displayText": "Inhaltsdownload in {0}", + "foreground": "Vordergrund", + "header": "Priorität der Übermittlungsoptimierung" + }, + "DeviceRestartBehaviorOptions": { + "allow": "App-Installation kann einen Geräteneustart erzwingen", + "basedOnReturnCode": "Verhalten auf Grundlage von Rückgabecodes bestimmen", + "force": "Intune erzwingt einen verbindlichen Geräteneustart", + "suppress": "Keine bestimmte Aktion" + }, + "FilterType": { + "exclude": "Ausschließen", + "include": "Einschließen", + "none": "Keine" + }, + "InstallIntent": { + "available": "Für registrierte Geräte verfügbar", + "availableWithoutEnrollment": "Verfügbar mit oder ohne Registrierung", + "notApplicable": "Nicht zutreffend", + "required": "Erforderlich", + "uninstall": "Deinstallieren" + }, + "SettingType": { + "assignmentType": "Zuweisungstyp", + "deviceLicensing": "Lizenztyp", + "installContext": "Bei Entfernung des Geräts deinstallieren", + "toastSettings": "Endbenutzerbenachrichtigungen", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Standard", + "postponed": "Zurückgestellt", + "priority": "Hohe Priorität" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Konfigurieren Sie Geräte für die anfängliche Bereitstellung, und weisen Sie sie Benutzern zu.", + "title": "Gerätevorbereitung" + }, + "EnrollmentSettings": { + "description": "Konfigurieren Sie Registrierungseinstellungen wie das Blockieren der Registrierung und das Zuweisen zu Benutzern.", + "title": "Registrierungseinstellungen" + }, + "OSConfiguration": { + "menuDescription": "Konfigurieren Sie Einstellungen, mit denen Benutzer Windows von einem startbaren Flashlaufwerk wiederherstellen können.", + "menuTitle": "Betriebssystemkonfiguration" + }, + "coManagementAuthorityDesc": "Hiermit werden Co-Verwaltungseinstellungen für die Configuration Manager-Integration konfiguriert.", + "coManagementAuthorityTitle": "Einstellungen für die Co-Verwaltung", + "deploymentProfiles": "Windows AutoPilot Deployment-Profile", + "description": "Erfahren Sie mehr über die sieben verschiedenen Möglichkeiten, wie ein Windows 10/11-PC von Benutzern oder Administratoren bei Intune registriert werden kann.", + "descriptionLabel": "Windows-Registrierungsmethoden", + "enrollmentStatusPage": "Seite \"Registrierungsstatus\"" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Bedingungen, die eine Geräteregistrierung erfordern, sind mit der Benutzeraktion „Geräte registrieren oder beitreten“ nicht verfügbar.", - "message": "In Richtlinien, die für die Benutzeraktion „Geräte registrieren oder einbinden“ erstellt wurden, kann nur „Multi-Faktor-Authentifizierung erfordern“ festgelegt werden.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Alle empfohlenen Treiberupdates automatisch genehmigen", + "manual": "Manuelles Genehmigen und Bereitstellen von Treiberupdates" + }, + "Details": { + "ApprovalMethod": { + "label": "Genehmigungsmethode:" + }, + "DeploymentDeferralInDays": { + "label": "Updates verfügbar machen nach", + "units": "(Tage)", + "value": "{0} Tage" + }, + "bladeTitle": "Treiberupdates Windows 10 und höher (Vorschau)", + "lastSync": "Letzte Synchronisierung:", + "lastSyncDefaultText": "Erste Inventursammlung ausstehend", + "loadError": "Fehler beim Laden." + }, + "DriverStatus": { + "approved": "Genehmigt", + "declined": "Abgelehnt", + "export": "Empfohlene Treiber werden exportiert", + "needsReview": "Überprüfung erforderlich", + "paused": "Angehalten" }, + "DriversToReview": { + "text": "{0} zum Überprüfen" + }, + "Subtitle": { + "automatic": "Richtlinie für automatische Genehmigungstreiberupdates", + "manual": "Richtlinie für manuelle Genehmigungstreiberupdate" + }, + "SyncNotification": { + "failure": "{0}-Synchronisierung nicht möglich", + "failureDescription": "Es ist ein Fehler aufgetreten, und die angeforderte Synchronisierung konnte nicht abgeschlossen werden. Versuchen Sie es noch mal.", + "pending": "{0}-Synchronisierung wird durchgeführt", + "pendingDescription": "Die neuesten Daten werden abgerufen. Dieser Vorgang kann einige Minuten dauern.", + "success": "{0}-Synchronisierung abgeschlossen", + "successDescription": "Die Synchronisierung mit dem WUfB-Dienst wurde am {0} abgeschlossen." + }, + "SyncSpinner": { + "text": "Eine Synchronisierung wird ausgeführt. Dies kann einige Minuten dauern. Suchen Sie nach einer Warnung, oder schauen Sie in ein paar Minuten noch einmal nach." + }, + "TabName": { + "basics": "Grundlagen", + "driverUpdateSettings": "Einstellungen", + "otherDrivers": "Andere Treiber", + "properties": "Eigenschaften", + "recommendedDrivers": "Empfohlene Treiber" + }, + "driverAddFilter": "Filter hinzufügen", + "driverApplicableDevices": "Anwendbare Geräte", + "driverApprovalStatus": "Status", + "driverBulkActions": "Massenvorgänge", + "driverClass": "Treiberklasse", + "driverCount": "Es werden die Datensätze {0} bis {1} von {2} Datensätzen angezeigt.", + "driverFilterNoneSelected": "Nichts ausgewählt", + "driverManufacturer": "Hersteller", + "driverName": "Treibername", + "driverNameLower": "Windows-Treiberupdatebereitstellung", + "driverNameUpper": "Bereitstellung von Windows-Treiberupdates", + "driverRefresh": "Aktualisieren", + "driverReleaseDate": "Releasedatum", + "driverSearch": "Suchen", + "driverSearchKeyword": "Suchschlüsselwort eingeben", + "driverVersion": "Version", + "firstDeploymentDate": "Erste Bereitstellung", + "infoBoxText": "Es kann bis zu 24 Stunden dauern, bis der Bestand aufgefüllt wird, nachdem eine Richtlinie zugewiesen und erstellt wurde.", + "textBlockText": "Wählen Sie Ihre Richtliniengenehmigungs- und Bereitstellungseinstellungen aus. Wählen Sie aus, ob Sie eine Richtlinie einrichten möchten, um Updates automatisch oder manuell zu genehmigen und bereitzustellen. Die Genehmigungsmethode kann nicht geändert werden, nachdem eine Richtlinie erstellt wurde. Änderungen an einzelnen Treibergenehmigungen und Bereitstellungsdetails sind jedoch möglich, sobald ein Inventar für zugewiesene Geräte erstellt wurde." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Mit dieser Einstellung bleiben Sie darüber informiert, welche Benutzer Apps installieren, die nicht für die Verwendung in Ihrem Unternehmen genehmigt sind. Wählen Sie die Art der Liste für eingeschränkte Apps aus:

    \r\n Verbotene Apps: Eine Liste der Apps, bei denen Sie informiert werden möchten, wenn Benutzer sie installieren.
    \r\n Genehmigte Apps: Eine Liste der Apps, die zur Verwendung in Ihrem Unternehmen genehmigt sind. Wenn Benutzer eine App installieren, die nicht in dieser Liste aufgeführt ist, werden Sie informiert.
    \r\n ", + "androidZebraMxZebraMx": "Hiermit werden Zebra-Geräte durch das Hochladen eines MX-Profils im XML-Format konfiguriert.", + "iosDeviceFeaturesAirprint": "Mit diesen Einstellungen konfigurieren Sie iOS-Geräte für das automatische Herstellen einer Verbindung mit AirPrint-kompatiblen Druckern in Ihrem Netzwerk. Sie benötigen die IP-Adresse und den Ressourcenpfad Ihrer Drucker.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Konfigurieren Sie eine App-Erweiterung, die einmaliges Anmelden (Single Sign-On, SSO) für Geräte mit iOS 13.0 oder höher aktiviert.", + "iosDeviceFeaturesHomeScreenLayout": "Konfigurieren Sie das Layout für den Dock- und den Startbildschirm auf iOS-Geräten. Für bestimmte Geräte gelten möglicherweise Limits für die Anzahl von Elementen, die angezeigt werden können.", + "iosDeviceFeaturesIOSWallpaper": "Hiermit wird ein Bild zur Anzeige auf dem Startbildschirm und/oder dem Sperrbildschirm von iOS-Geräten angegeben.\r\n Um unterschiedliche Bilder für Start- und Sperrbildschirm zu verwenden, erstellen Sie ein Profil mit dem Bild für den Sperrbildschirm und ein Profil mit dem Bild für den Startbildschirm.\r\n Weisen Sie Ihren Benutzern anschließend beide Profile zu.\r\n
    \r\n
      \r\n
    • Max. Dateigröße: 750 KB
    • \r\n
    • Dateityp: PNG, JPG oder JPEG
    • \r\n
    \r\n ", + "iosDeviceFeaturesNotifications": "Geben Sie Benachrichtigungseinstellungen für Apps an. Unterstützt iOS 9.3 und höher.", + "iosDeviceFeaturesSharedDevice": "Hiermit wird optionaler Text zur Anzeige auf dem Sperrbildschirm angegeben. Diese Funktion wird unter iOS 9.3 und höher unterstützt. Weitere Informationen", + "iosGeneralApplicationRestrictions": "Mit dieser Einstellung bleiben Sie darüber informiert, welche Benutzer Apps installieren, die nicht für die Verwendung in Ihrem Unternehmen genehmigt sind. Wählen Sie die Art der Liste für eingeschränkte Apps aus:

    \r\n Verbotene Apps: Eine Liste der Apps, bei denen Sie informiert werden möchten, wenn Benutzer sie installieren.
    \r\n Genehmigte Apps: Eine Liste der Apps, die zur Verwendung in Ihrem Unternehmen genehmigt sind. Wenn Benutzer eine App installieren, die nicht in dieser Liste aufgeführt ist, werden Sie informiert.
    \r\n ", + "iosGeneralApplicationVisibility": "Verwenden Sie die Liste \"Apps anzeigen\" um festzulegen, welche iOS-Apps der Benutzer anzeigen oder starten kann. Verwenden Sie die Liste \"Ausgeblendete Apps\", um festzulegen, welche iOS-Apps der Benutzer nicht anzeigen oder starten kann.", + "iosGeneralAutonomousSingleAppMode": "Apps, die Sie dieser Liste hinzufügen und einem Gerät zuweisen, können das Gerät so sperren, dass nur diese App nach ihrem Start ausgeführt werden kann, oder sie können das Gerät während der Ausführung einer bestimmten Aktion sperren (beispielsweise bei einer Prüfung). Sobald die Aktion abgeschlossen ist oder Sie die Einschränkung entfernen, kehrt das Gerät zu seinem Normalzustand zurück.", + "iosGeneralKiosk": "Der Kioskmodus sperrt verschiedene Einstellungen in einem Gerät oder gibt eine einzige App an, die auf einem Gerät ausgeführt werden kann. Dies kann in Umgebungen wie beispielsweise einem Ladengeschäft hilfreich sein, in dem auf einem Gerät nur eine einzige Demo-App ausgeführt werden soll.", + "macDeviceFeaturesAirprint": "Verwenden Sie diese Einstellungen, um macOS-Geräte für die automatische Verbindungsherstellung mit AirPrint-kompatiblen Druckern im Netzwerk zu konfigurieren. Sie benötigen die IP-Adresse und den Ressourcenpfad Ihrer Drucker.", + "macDeviceFeaturesAssociatedDomains": "Konfigurieren Sie zugeordnete Domänen, um Daten und Anmeldeinformationen zwischen den Apps und Websites Ihrer Organisation freizugeben. Dieses Profil kann auf Geräte mit macOS 10.15 oder höher angewendet werden.", + "macDeviceFeaturesExtensibleSingleSignOn": "Konfigurieren Sie eine App-Erweiterung, die einmaliges Anmelden (Single Sign-On, SSO) für Geräte mit macOS 10.15 oder höher aktiviert.", + "macDeviceFeaturesLoginItems": "Wählen Sie aus, welche Apps, Dateien und Ordner geöffnet werden sollen, wenn sich Benutzer bei ihren Geräten anmelden. Wenn Sie nicht möchten, dass Benutzer das Verhalten der Apps beim Öffnen ändern, können Sie die App aus der Benutzerkonfiguration ausblenden.", + "macDeviceFeaturesLoginWindow": "Hiermit konfigurieren Sie die Darstellung des macOS-Anmeldebildschirms und die Funktionen, die den Benutzern vor und nach der Anmeldung zur Verfügung stehen.", + "macExtensionsKernelExtensions": "Verwenden Sie diese Einstellungen zum Konfigurieren der Kernelerweiterungsrichtlinie auf macOS-Geräten unter 10.13.2 oder höher.", + "macGeneralDomains": "Vom Benutzer gesendete oder empfangene E-Mails, die nicht den hier angegebenen Domänen entsprechen, werden als nicht vertrauenswürdig markiert.", + "windows10EndpointProtectionApplicationGuard": "Bei der Verwendung von Microsoft Edge schützt Microsoft Defender Application Guard Ihre Umgebung vor Websites, die von Ihrer Organisation nicht als vertrauenswürdig definiert wurden. Wenn Benutzer Websites besuchen, die nicht in Ihrer isolierten Netzwerkgrenze aufgeführt sind, werden die Websites in einer virtuellen Browsersitzung in Hyper-V geöffnet. Vertrauenswürdige Sites werden durch eine Netzwerkgrenze definiert, die in der Gerätekonfiguration konfiguriert werden kann. Beachten Sie, dass dieses Feature nur für Geräte mit 64-Bit-Windows 10 oder höher verfügbar ist.", + "windows10EndpointProtectionCredentialGuard": "Durch das Aktivieren von Credential Guard werden folgende erforderliche Einstellungen aktiviert:\r\n
    \r\n
      \r\n
    • Virtualisierungsbasierte Sicherheit aktivieren: Aktiviert die virtualisierungsbasierte Sicherheit (VBS) beim nächsten Neustart. Die virtualisierungsbasierte Sicherheit verwendet Windows Hypervisor, um Unterstützung für Sicherheitsdienste bereitzustellen.
    • \r\n
      \r\n
    • Sicherer Start mit direktem Speicherzugriff: Aktiviert VBS mit sicherem Start und direktem Speicherzugriff (DMA).
    • \r\n
    \r\n ", + "windows10EndpointProtectionDeviceGuard": "Wählen Sie zusätzliche Apps, die durch die Microsoft Defender-Anwendungssteuerung entweder überwacht werden müssen oder als vertrauenswürdig eingestuft und ausgeführt werden können. Windows-Komponenten und alle Apps aus dem Windows Store werden automatisch als zur Ausführung vertrauenswürdig eingestuft.

    \r\n Anwendungen werden nicht blockiert, wenn sie im Modus \"Nur überwachen\" ausgeführt werden. Im Modus \"Nur überwachen\" werden alle Ereignisse in lokalen Clientprotokollen erfasst.\r\n ", + "windows10GeneralPrivacyPerApp": "Fügen Sie Apps hinzu, die ein anderes Datenschutzverhalten aufweisen sollen als das von Ihnen unter \"Standarddatenschutz\" definierte.", + "windows10NetworkBoundaryNetworkBoundary": "Die Netzwerkgrenze ist die Liste der Unternehmensressourcen, z. B. eine in der Cloud gehostete Domäne und IP-Adressbereiche für Computer, die sich im Unternehmensnetzwerk befinden. Definieren Sie Netzwerkgrenzen, um Richtlinien zum Schutz von Daten anzuwenden, die an diesen Standorten vorliegen.", + "windowsHealthMonitoring": "Hiermit wird die Richtlinie für die Windows-Integritätsüberwachung konfiguriert.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone kann Benutzer daran hindern, die in der Liste unzulässiger Apps enthaltenen Apps bzw. Apps, die nicht in der Liste genehmigter Apps aufgeführt sind, zu installieren oder zu starten. Alle verwalteten Apps müssen der Liste genehmigter Apps hinzugefügt werden." + }, + "Inputs": { + "accountDomain": "Kontodomäne", + "accountDomainHint": "z. B. contosodomain", + "accountDomainInfoBalloon": "Geben Sie die Kontodomäne des Benutzers an.", + "accountTypeInfoBalloon": "Geben Sie den Kontotyp an, der basierend auf dem Authentifizierungsmodell konfiguriert wird.", + "allowContactSetting": "Benutzer das Ändern der Kontakteinstellung erlauben", + "allowContactSyncInfoBalloon": "Geben Sie an, ob der Benutzer die Kontaktsynchronisierungseinstellung ändern darf.", + "allowUserChange": "Benutzer das Ändern der Einstellung erlauben", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Geben Sie einen Paketnamen wie z. B. \"com.microsoft.word\" ein.", + "androidUrlValidation": "Geben Sie eine URL ähnlich der folgenden ein: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=de", + "appInstallContext": "App-Installationskontext", + "appUrlLabel": "Appstore-URL", + "appleUrlValidation": "Geben Sie eine gültige URL im Format https://www.itunes.apple.com/de/app/microsoft-excel/id586683407?mt=8 ein.", + "applicableDeviceType": "Anwendbarer Gerätetyp", + "assignmentActionLabel": "Modus", + "authenticationMethodInfoBalloon": "Geben Sie die Authentifizierungsmethode für den Benutzer an.", + "authenticationMetod": "Authentifizierungsmethode", + "authenticationType": "Authentifizierungstyp", + "authenticationTypeInfoBalloon": "Geben Sie den Authentifizierungstyp für den Benutzer an.", + "availableLicenseCount": "Verfügbare Lizenzen", + "basicAuth": "Standardauthentifizierung", + "biometricsInfoBalloon": "Möglicherweise werden biometrische Daten wie z. B. TouchID oder FaceID benötigt, damit Benutzer auf die App auf ihrem Gerät zugreifen können. Sofern erforderlich, werden neben dem in diesem Profil gewählten Authentifizierungsverfahren auch biometrische Daten verwendet. Diese Einstellung sollte bei der Bereitstellung von Intune-App-Schutzrichtlinien nicht aktiviert werden, weil die App-Schutzrichtlinie Zugriffsanforderungen umfasst, die vor dem Zugriff auf verwaltete Daten erfüllt werden müssen. Wenn Sie beide Optionen aktivieren, werden mehrere Aufforderungen für den Zugriff auf Outlook Mobile angezeigt. Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die App-Standardeinstellung \"Aus\".", + "bookNameLabel": "E-Book-Name", + "bundleDescriptionHint": "Geben Sie eine Beschreibung für die enthaltenen Apps ein.", + "calendar": "Kalender", + "categoryLabel": "Kategorie", + "categoryNameLabel": "Standardname", + "certProfileType": "Zertifikatprofiltyp", + "certificate": "Zertifikat", + "certificates": "Zertifikate", + "commandLineLabel": "Befehlszeilenargumente", + "commandLineSizeHint": "Der Text der Befehlszeilenargumente darf maximal 1024 Zeichen lang sein.", + "configurationSettingsFormatLabel": "Format der Konfigurationseinstellungen", + "configurationSettingsLabel": "Einstellungsformat", + "contactSync": "Kontakte speichern", + "contactSyncInfoBalloon": "Durch das Speichern von Kontakten im nativen Adressbuch des mobilen Geräts können neue Anrufe und Textnachrichten mit den vorhandenen Outlook-Kontakten des Benutzers verknüpft werden. Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die App-Standardeinstellung \"Aus\".", + "contacts": "Kontakte", + "createdDateTime": "Erstellt", + "defaultCategoryHint": "Standardkategorien können nicht geändert werden.", + "deploySMimeCertsFromIntune": "S/MIME-Zertifikate aus Intune bereitstellen", + "descriptionGenericLabel": "Beschreibung", + "descriptionHint": "Beschreibung eingeben...", + "descriptionLabel": "Beschreibung", + "descriptionSizeHint": "Die Länge der Beschreibung darf 10.000 Zeichen nicht überschreiten.", + "developerLabel": "Entwickler", + "developerSizeHint": "Der Entwicklername darf maximal 256 Zeichen lang sein.", + "disable": "Deaktivieren", + "disabled": "Deaktiviert", + "displayNameLabel": "Name", + "displayVersionHint": "App-Version eingeben", + "displayVersionLabel": "App-Version", + "displayVersionLengthCheck": "Die Anzeigeversion darf maximal 130 Zeichen lang sein.", + "eBookCategoryNameLabel": "Standardname", + "emailAccount": "E-Mail-Kontoname", + "emailAccountHint": "z. B. Unternehmens-E-Mail-Adresse", + "emailAccountInfoBalloon": "Geben Sie den Anzeigenamen für das E-Mail-Konto an, wie er den Benutzern auf ihren Geräten angezeigt wird.", + "emailAddressAttribute": "E-Mail-Adressattribut aus AAD", + "emailAddressInfoBalloon": "Geben Sie die E-Mail-Adresse an, die zum Senden und Empfangen von E-Mail verwendet werden soll.", + "emailServer": "E-Mail-Server", + "emailServerHint": "Beispiel: mail.contoso.com", + "emailServerInfoBalloon": "Geben Sie den Hostnamen Ihres Exchange-Servers an.", + "enable": "Aktivieren", + "enableSMime": "S/MIME aktivieren", + "enabled": "Aktiviert", + "encryptAllEmails": "Alle E-Mails verschlüsseln", + "encryptionCertificates": "Verschlüsselungszertifikate", + "endUserNotifications": "Benutzerbenachrichtigungen", + "enrollmentTypeLabel": "Geräteregistrierungstyp", + "externalRecipients": "E-Mail-Info zu externen Empfängern", + "externalRecipientsInfoBalloon": "Die E-Mail-Info zu externen Empfängern wird angezeigt, wenn der Absender einen externen Empfänger oder eine Verteilergruppe hinzufügt, die externe Empfänger enthält. Diese E-Mail-Info informiert die Absender darüber, wenn eine verfasste Nachricht die Organisation verlässt und unterstützt sie dabei, die richtigen Entscheidungen über Wortlaut, Ton und Inhalt zu treffen. Diese Einstellung ist nur für Exchange Online-Konten und lokale Konten verfügbar, die eine hybride moderne Authentifizierung nutzen. Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die Standardeinstellung für die App \"Ein\".", + "focusedInbox": "Posteingang mit Relevanz", + "focusedInboxInfoBalloon": "Der Posteingang mit Relevanz unterteilt Ihren Posteingang in zwei Registerkarten: \"Relevant\" und \"Sonstige\". Ihre wichtigsten E-Mails befinden sich auf der Registerkarte \"Relevant\", während die übrigen Nachrichten weiterhin leicht zugänglich, aber nicht im Weg sind: auf der Registerkarte \"Sonstige\". Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die App-Standardeinstellung \"Ein\".", + "fullScreenEnabledLabel": "Vollbild", + "gmailNineAmountOfEmail": "Menge an E-Mails für die Synchronisierung", + "gmailNineAuthenticationMethodInfoBalloon": "Wählen Sie aus, wie Benutzer sich beim E-Mail-Server authentifizieren sollen. Verwenden Sie Zertifikate, um den Endbenutzern die sicherste und komfortabelste Benutzeroberfläche zu bieten. Die zertifikatbasierte Authentifizierung ist noch nicht verfügbar, weil SCEP- und PKCS-Zertifikatprofile für Geräte von Gerätebesitzern nicht verfügbar sind. ", + "gmailNineCertificateUPNInfoBalloon": "Das Zertifikat muss den Benutzerprinzipalnamen (UPN) als alternativen Antragstellernamen enthalten.", + "gmailNineEmailAddressInfoBalloon": "Das Attribut, das Intune aus Azure AD abruft, um die von diesem Profil verwendete E-Mail-Adresse dynamisch zu generieren, z. B. MeinName@contoso.com (UPN). Erfahren Sie mehr über AAD-Attribute für E-Mail-Profile.", + "gmailNineEmailServerInfoBalloon": "Die Exchange-Adresse (URL) des E-Mail-Servers, mit der die von Ihnen angegebene App eine Verbindung herstellt, um E-Mails abzurufen.", + "gmailNineEmailSynchronizeInfoBalloon": "Hiermit wird die Menge an E-Mails gesteuert, die vom Client synchronisiert werden.", + "gmailNineSSLInfoBalloon": "Aktivieren Sie SSL, um die gesamte Kommunikation mit dem E-Mail-Server abzusichern.", + "gmailNineUsernameInfoBalloon": "Das Attribut, das Intune aus Azure AD abruft, um den von diesem Profil verwendeten Benutzernamen dynamisch zu generieren, z. B. MeinName@contoso.com (UPN) oder MeinName (Benutzername). Erfahren Sie mehr über AAD-Attribute für E-Mail-Profile.", + "ignoreManifestScope": "Manifestbereich ignorieren", + "ignoreVersionDetection": "App-Version ignorieren", + "informationUrlLabel": "Informations-URL", + "informationUrlSizeHint": "Die maximale Länge der Informations-URL beträgt 1024 Zeichen.", + "installAsManaged": "Als verwaltet installieren", + "installationSourceLabel": "App-Typ", + "installerTypeInfoBalloon": "Der Installertyp des Anwendungspakets.", + "installerTypeLabel": "Installertyp", + "isFeatured": "Diese App als ausgewählte App im Unternehmensportal anzeigen", + "isMAMEnabledToggleLabel": "Ja", + "lastModifiedDateTime": "Uhrzeit der letzten Aktualisierung", + "ldapUrl": "LDAP-URL", + "licensingType": "Unterstützt die Gerätekontextzuweisung", + "microsoft": "Microsoft", + "minimumOperationSystem": "Mindestens erforderliches Betriebssystem", + "modernAuth": "Moderne Authentifizierung", + "nameHint": "Geben Sie einen Namen ein", + "nameLabel": "Name", + "nameSizeHint": "Der Name darf maximal 512 Zeichen lang sein.", + "notConfigured": "Nicht konfiguriert", + "notesLabel": "Hinweise", + "notesSizeHint": "Der Hinweistext darf maximal 1024 Zeichen lang sein.", + "notificationType": "Benachrichtigungstyp", + "oneDay": "Ein Tag", + "oneMonth": "Ein Monat", + "oneWeek": "Eine Woche", + "outlookSMimeSettings": "Outlook-S/MIME-Einstellungen", + "ownerLabel": "Besitzer", + "ownerSizeHint": "Der Besitzername darf maximal 256 Zeichen lang sein.", + "packageIdLabel": "Paketbezeichner", + "packageNameLabel": "Paketname", + "pivCredentialNotConfigured": "Sie haben keinen Aussteller für abgeleitete Anmeldeinformationen für Ihren Mandanten ausgewählt. Sie müssen einen Aussteller konfigurieren, um diese Richtlinie erfolgreich auf Geräte anwenden zu können.", + "platformLabel": "Plattform", + "policyDescriptionLabel": "Beschreibung", + "policyNameLabel": "Name", + "preComposedIconEnabled": "Vorverfasst", + "primarySMTPAddress": "Primäre SMTP-Adresse", + "privacyUrlLabel": "URL zu den Datenschutzbestimmungen", + "publisherHint": "Geben Sie einen Herausgebernamen ein.", + "publisherLabel": "Herausgeber", + "publisherSizeHint": "Der Herausgebernamen muss zwischen 2 und 1024 Zeichen (einschließlich) lang sein.", + "require": "Anfordern", + "requireBiometrics": "Biometrische Daten für App-Zugriff erforderlich", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "Mindestens ein Geltungsbereichstag ist erforderlich.", + "searchAppLabel": "App auswählen", + "searchAppLinkText": "App Store durchsuchen", + "searchWinGetPublicRepositoryLinkText": "Durchsuchen Sie das Community-Repository des Windows-Paket-Managers", + "searchWinGetStoreRepositoryLinkText": "Microsoft Store-App (neu) durchsuchen", + "selectAAD": "AAD-Attribut auswählen", + "selectAppFileLabel": "Datei auswählen", + "selectAppFileLinkText": "App-Paketdatei auswählen", + "selectAppFileToUpdateLabel": "Zu aktualisierende Datei auswählen", + "selectAuthMethod": "Authentifizierungsmethode auswählen", + "selectAuthType": "Authentifizierungstyp auswählen", + "selectCatalogAppLabel": "App auswählen", + "selectCatalogAppLinkText": "Durchsuchen des Windows-App-Katalogs (Win32)", + "selectCertificate": "Zertifikat auswählen", + "signAllEmails": "Alle E-Mails signieren", + "signingCertificates": "Signaturzertifikate", + "ssl": "SSL", + "suiteDescriptionLabel": "Beschreibung der Suite", + "suiteNameLabel": "Name der Suite", + "targetApplicationBundleIdentifier": "Bezeichner für Zielanwendungspaket", + "targetedPlatformsLabel": "Zielplattform", + "tasks": "Tasks", + "threeDays": "Drei Tage", + "totalLicenseCount": "Lizenzen insgesamt", + "twoWeeks": "Zwei Wochen", + "unifiedAssignmentsLabel": "Zuweisen zu:", + "unlimited": "Unbegrenzt", + "urlHint": "Geben Sie eine gültige URL ein.", + "useManagedBrowserHint": "Nur Android und iOS. Erfahren Sie mehr.", + "useManagedBrowserLabel": "Managed Browser zum Öffnen dieses Links anfordern", + "userPrinicipalName": "Benutzerprinzipalname", + "username": "Benutzername", + "usernameAttribute": "Benutzernamensattribut aus AAD", + "usernameAttributreInfoBalloon": "Geben Sie den Benutzerprinzipalnamen für das E-Mail-Profil an, das zum Authentifizieren des Kontos verwendet wird.", + "usernamePassword": "Benutzername und Kennwort", + "webAppUrlHint": "Geben Sie eine gültige URL ein, die mit http:// oder https:// beginnt.", + "webAppUrlLabel": "App-URL", + "webAppUrlSizeHint": "Die maximale Länge der App-URL beträgt 1024 Zeichen", + "windowsUrlValidation": "Geben Sie eine gültige URL ähnlich diese https://www.microsoft.com/store/p/lync/9wzdncrfhvhm ein.", + "xMLDataEntered": "Eingegebenen XML-Daten", + "xmlFormatInvalid": "Das XML-Richtlinienformat ist ungültig.", + "xmlTooLarge": "Die Eingabegröße muss unter 1 MB liegen." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Fehler beim Löschen von {0}", @@ -8432,374 +8847,13 @@ "modifying": "{0} wird gelöscht.", "success": "{0} erfolgreich gelöscht" }, - "Included": { - "none": "Keine Cloud-Apps, Aktionen oder Authentifizierungskontexte ausgewählt.", - "plural": "{0} Authentifizierungskontexte eingeschlossen", - "singular": "1 Authentifizierungskontext eingeschlossen" - }, - "InfoBlade": { - "createTitle": "Authentifizierungskontext hinzufügen", - "deleteDisallowed": "Sie können diesen Authentifizierungskontext nicht löschen, während ihre Richtlinien für bedingten Zugriff darauf verweisen.", - "descPlaceholder": "Fügen Sie eine Beschreibung für den Authentifizierungskontext hinzu.", - "modifyTitle": "Authentifizierungskontext ändern", - "namePlaceholder": "Beispiele: vertrauenswürdiger Speicherort, vertrauenswürdiges Gerät, starke Autorisierung", - "publishDesc": "Durch \"In Apps veröffentlichen\" wird der Authentifizierungskontext für Apps zur Verfügung gestellt und kann verwendet werden. Veröffentlichen Sie ihn, wenn Sie die Konfiguration der Richtlinie für bedingten Zugriff für das Tag abgeschlossen haben. [Weitere Informationen][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "In Apps veröffentlichen", - "titleDesc": "Konfigurieren Sie einen Authentifizierungskontext, der zum Schutz von Anwendungsdaten und Aktionen verwendet wird. Verwenden Sie Namen und Beschreibungen, die für Anwendungsadministratoren verständlich sind. [Weitere Informationen][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Das Aufheben der Veröffentlichung dieses Authentifizierungskontexts kann dazu führen, dass der Zugriff auf die Ressource verloren geht, die durch den Authentifizierungskontext gesichert wird." - }, "Notify": { "failure": "Fehler beim Aktualisieren von \"{0}\".", "modifying": "\"{0}\" wird geändert", "success": "\"{0}\" erfolgreich aktualisiert" }, - "WhatIf": { - "selected": "Authentifizierungskontext eingeschlossen" - }, - "addNewStepUp": "Neuer Authentifizierungskontext", - "bannerText": "Erstellen Ihrer eigenen Authentifizierungskontextwerte und Richtlinien für bedingten Zugriff mit Azure AD Premium", - "checkBoxInfo": "Wählen Sie die Authentifizierungskontexte aus, für die diese Richtlinie gelten soll.", - "configure": "Authentifizierungskontexte konfigurieren", - "createCA": "Richtlinien für bedingten Zugriff dem Authentifizierungskontext zuweisen", - "dataGrid": "Liste der Authentifizierungskontexte", - "deleteFailedByReference": "Sie können diesen Authentifizierungskontext nicht löschen, da er von ZS-Richtlinien referenziert wird.", - "description": "Beschreibung", - "documentation": "Dokumentation", - "getStarted": "Erste Schritte", - "label": "Authentifizierungskontext", - "menuLabel": "Authentifizierungskontext", - "name": "Name", - "noAuthContextConfigured": "Es wurden keine Authentifizierungskontexte konfiguriert.", - "noAuthContextSet": "Es sind keine Authentifizierungskontexte vorhanden", - "noData": "Keine Authentifizierungskontexte zur Anzeige vorhanden.", - "selectionInfo": "Ein Authentifizierungskontext wird verwendet, um Anwendungsdaten und Aktionen in Apps wie SharePoint und Microsoft Cloud App Security zu schützen.", - "step": "Schritt", - "tabDescription": "Verwalten Sie den Authentifizierungskontext, um Daten und Aktionen in Ihren Apps zu schützen. Authentifizierungskontexte können nicht gelöscht werden, wenn von Richtlinien für bedingten Zugriff auf sie verwiesen wird. [Weitere Informationen][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Ressourcen mit einem Authentifizierungskontext markieren" + "menuLabel": "Authentifizierungskontext" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Anmeldung per Telefon)", - "email": "Einmal-Passcode per E-Mail", - "federatedMultiFactor": "Multi-Faktor-Verbund", - "federatedSingleFactor": "Föderierter 1-Faktor", - "fido2": "FIDO2-Sicherheitsschlüssel", - "hardwareOath": "Hardware-OATH-Token", - "hardwareOathEmail": "Hardware-OATH-Token und Einmal-Passcode per E-Mail", - "hardwareOathFederatedSingleFactor": "Föderierter Einfach-Faktor und Hardware-OATH-Token", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Pushbenachrichtigung)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (Pushbenachrichtigung) und Einmal-Passcode per E-Mail", - "microsoftAuthenticatorPushFederatedSingleFactor": "Föderierter 1-Faktor + Microsoft Authenticator (Pushbenachrichtigung)", - "none": "Keine", - "password": "Kennwort", - "passwordHardwareOath": "Kennwort und Hardware-OATH-Token", - "passwordMicrosoftAuthenticatorPush": "Kennwort + Microsoft Authenticator (Pushbenachrichtigung)", - "passwordSms": "Kennwort + SMS", - "passwordSoftwareOath": "Kennwort und Software-OATH-Token", - "passwordVoice": "Kennwort + Stimme", - "passwordX509CertificateMultiFactor": "Kennwort- und zertifikatbasierte Authentifizierung (Mehrstufige Authentifizierung)", - "passwordX509CertificateSingleFactor": "Kennwort- und zertifikatbasierte Authentifizierung (Einstufige Authentifizierung)", - "sms": "SMS", - "smsEmail": "SMS und Einmal-Passcode per E-Mail", - "smsFederatedSingleFactor": "Föderierter 1-Faktor + SMS", - "softwareOath": "Software-OATH-Token", - "softwareOathEmail": "Software-OATH-Token und Einmal-Passcode per E-Mail", - "softwareOathFederatedSingleFactor": "Föderierter Einfach-Faktor und Software-OATH-Token", - "temporaryAccessPassMultiUse": "Befristeter Zugriffspass (mehrfache Verwendung)", - "temporaryAccessPassOneTime": "Befristeter Zugriffspass (einmalige Verwendung)", - "voice": "Stimme", - "voiceEmail": "Voice und Einmal-Passcode per E-Mail", - "voiceFederatedSingleFactor": "Föderierter 1-Faktor + Voice", - "windowsHelloForBusiness": "Windows Hello for Business", - "x509CertificateMultiFactor": "Zertifikatbasierte Authentifizierung (Multi-Faktor)", - "x509CertificateSingleFactor": "Zertifikatbasierte Authentifizierung (Einzelfaktor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Downloads blockieren (Vorschau)", - "monitorOnly": "Nur überwachen (Vorschau)", - "protectDownloads": "Downloads schützen (Vorschau)", - "useCustomControls": "Benutzerdefinierte Richtlinie verwenden..." - }, - "ariaLabel": "Wählen Sie die Art der anzuwendenden App-Steuerung für bedingten Zugriff aus." - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App-ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "Liste ausgewählter Cloud-Apps" - }, - "UpperGrid": { - "ariaLabel": "Liste der Cloud-Apps, die dem Suchbegriff entsprechen" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Bei \"Ausgewählte Standorte\" müssen Sie mindestens einen Standort auswählen.", - "selector": "Wählen Sie mindestens einen Standort aus." - }, - "privateLinksInfo": "Private Link für Azure AD eignet sich am besten für Azure-Dienste. Stellen Sie sicher, dass die Prinzipale, auf die diese Richtlinie angewendet wird, keine Anforderung haben, öffentlichen Dienste wie M365 erreichen zu müssen." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Sie müssen mindestens einen der folgenden Clients auswählen." - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Diese Richtlinie gilt nur für Browser und Apps mit moderner Authentifizierung. Um die Richtlinie auf alle Client-Apps anzuwenden, aktivieren Sie die Client-App-Bedingung, und wählen Sie alle Client-Apps aus.", - "classicExperience": "Die Standardkonfiguration für Client-Apps wurde seit der Erstellung dieser Richtlinie aktualisiert.", - "legacyAuth": "Sofern nicht konfiguriert, gelten Richtlinien ab sofort für alle Client-Apps – moderne Authentifizierung und Legacyauthentifizierung eingeschlossen." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribut", - "placeholder": "Attribut auswählen" - }, - "Configure": { - "infoBalloon": "Konfigurieren Sie App-Filter, die für die Richtlinie gelten sollen." - }, - "NoPermissions": { - "learnMoreAria": "Weitere Informationen zu Berechtigungen für benutzerdefinierte Sicherheitsattribute.", - "message": "Sie verfügen nicht über die erforderlichen Berechtigungen, um benutzerdefinierte Sicherheitsattribute zu verwenden." - }, - "gridHeader": "Mit benutzerdefinierten Sicherheitsattributen können Sie den Regel-Generator oder das Regelsyntax-Textfeld verwenden, um die Filterregeln zu erstellen oder zu bearbeiten. In der Vorschauversion werden nur Attribute vom Typ „Zeichenfolge“ unterstützt. Attribute vom Typ „Integer“ oder „Boolesch“ werden nicht angezeigt.", - "learnMoreAria": "Weitere Informationen zur Verwendung des Regelgenerators und des Syntax-Textfelds.", - "noAttributes": "Es sind keine benutzerdefinierten Attribute verfügbar, nach denen gefiltert werden kann. Sie müssen einige Attribute konfigurieren, um diesen Filter einzusetzen.", - "title": "Filter bearbeiten (Vorschau)" - }, - "CloudAppsUserActions": { - "any": "Beliebige Cloud-App oder Aktion", - "infoBalloon": "Cloud-App oder Benutzeraktion, die Sie testen möchten. Beispiel: SharePoint Online", - "learnMore": "Steuern Sie den Zugriff basierend auf allen oder bestimmten Cloud-Apps oder -Aktionen.", - "learnMoreB2C": "Steuern Sie den Zugriff basierend auf allen oder bestimmten Cloud-Apps.", - "learnMoreNetworkAccess": "Steuern Sie den Zugriff basierend auf dem gesamten oder bestimmtem Netzwerkzugriffsdatenverkehr, Cloud-Apps oder Aktionen.", - "title": "Cloud-Apps oder -aktionen" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Liste ausgeschlossener Cloud-Apps" - }, - "Filter": { - "configured": "Konfiguriert", - "label": "Filter bearbeiten (Vorschau)", - "with": "{0} mit {1}" - }, - "Included": { - "gridAria": "Liste eingeschlossener Cloud-Apps" - }, - "Validation": { - "authContext": "Für \"Authentifizierungskontext\" muss mindestens ein untergeordnetes Element konfiguriert werden.", - "networkAccess": "Mit „Netzwerkzugriff“ müssen Sie mindestens ein Datenverkehrsprofil konfigurieren.", - "selectApps": "„{0}“ muss konfiguriert werden", - "selector": "Wählen Sie mindestens eine App aus.", - "userActions": "Bei \"Benutzeraktionen\" muss mindestens ein untergeordnetes Element konfiguriert werden." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Steuern Sie den Benutzerzugriff, wenn das Gerät, von dem sich der Benutzer anmeldet, nicht „Hybrid, in Azure AD eingebunden“ oder „als kompatibel markiert“ ist.\n Dies ist veraltet. Verwenden Sie stattdessen „{1}“." - } - }, - "Errors": { - "notFound": "Die Richtlinie wurde nicht gefunden oder wurde gelöscht.", - "notFoundDetailed": "Die Richtlinie \"{0}\" ist nicht mehr vorhanden. Möglicherweise wurde sie gelöscht." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Alle", - "b2bCollaborationGuestLabel": "B2B Collaboration-Gastbenutzer", - "b2bCollaborationMemberLabel": "B2B Collaboration-Mitgliederbenutzer", - "b2bDirectConnectUserLabel": "B2B Direct Connect-Benutzer", - "enumeratedExternalTenantsError": "Wählen Sie bitte mindestens einen externen Mandanten aus.", - "enumeratedExternalTenantsLabel": "Auswählen", - "externalTenantsLabel": "Angeben externer Azure AD-Organisationen", - "externalUserDropdownLabel": "Auswählen von Gast- oder externen Benutzertypen", - "externalUsersError": "Wählen Sie mindestens einen externen Gast- oder Benutzertyp aus.", - "guestOrExternalUsersInfoContent": "Umfasst B2B Collaboration-Benutzer, Benutzer mit direkter B2B-Verbindung und andere Arten von externen Benutzern.", - "guestOrExternalUsersLabel": "Gastbenutzer oder externe Benutzer", - "internalGuestLabel": "Lokale Gastbenutzer", - "otherExternalUserLabel": "Andere externe Benutzer", - "previewTag": "{0} (Vorschau)", - "serviceProviderUsersLabel": "Dienstanbieterbenutzer" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Lookup-Methode für Land/Region", - "gps": "Standort anhand von GPS-Koordinaten bestimmen", - "info": "Wenn die Standortbedingung einer Richtlinie für bedingten Zugriff konfiguriert ist, werden Benutzer von der Authenticator-App aufgefordert, ihren GPS-Standort freizugeben. ", - "ip": "Standort anhand der IP-Adresse bestimmen (nur IPv4)" - }, - "Header": { - "new": "Neuer Standort ({0})", - "update": "Standort aktualisieren ({0})" - }, - "IP": { - "learn": "Konfigurieren Sie IPv4- und IPv6-Bereiche für benannte Standorte.\n[Weitere Informationen][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Unbekannte Länder/Regionen sind IP-Adressen, die keinem bestimmten Land bzw. keiner bestimmten Region zugeordnet sind. [Weitere Informationen][1]\n\nHierzu gehören:\n* IPv6-Adressen\n* IPv4-Adressen ohne direkte Zuordnung\n[1]: https://aka.ms/canamedlocations\n", - "label": "Unbekannte Länder/Regionen einbeziehen" - }, - "Name": { - "empty": "Der Name darf nicht leer sein.", - "placeholder": "Diesen Standort benennen" - }, - "PrivateLink": { - "learn": "Erstellen Sie einen neuen benannten Standort mit Private Link-Instanzen für Azure AD. \n[Weitere Informationen][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Länder suchen", - "names": "Namen suchen", - "privateLinks": "Private Link-Instanzen suchen" - }, - "Trusted": { - "label": "Als vertrauenswürdigen Standort markieren" - }, - "enter": "Neuen IPv4- oder IPv6-Bereich eingeben", - "example": "Beispiel: 40.77.182.32/27 oder 2a01:111::/32" - }, - "Label": { - "addCountries": "Länder (Standort)", - "addIpRange": "IP-Adressbereiche (Standort)", - "addPrivateLink": "Azure Private Link-Instanzen" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Fehler beim Erstellen eines neuen Standorts ({0}).", - "title": "Fehler bei der Erstellung" - }, - "InProgress": { - "description": "Neuer Speicherort wird erstellt ({0}).", - "title": "Erstellung wird durchgeführt" - }, - "Success": { - "description": "Erfolg beim Erstellen eines neuen Standorts ({0})", - "title": "Erstellung erfolgreich" - } - }, - "Delete": { - "Failed": { - "description": "Fehler beim Löschen des Standorts ({0}).", - "title": "Fehler beim Löschen" - }, - "InProgress": { - "description": "Der Standort wird gelöscht ({0}).", - "title": "Löschvorgang wird ausgeführt." - }, - "Success": { - "description": "Der Standort wurde erfolgreich gelöscht ({0}).", - "title": "Löschen erfolgreich" - } - }, - "Update": { - "Failed": { - "description": "Fehler beim Aktualisieren des Standorts ({0}).", - "title": "Fehler beim Aktualisieren" - }, - "InProgress": { - "description": "Der Standort wird aktualisiert ({0}).", - "title": "Aktualisierung wird durchgeführt" - }, - "Success": { - "description": "Der Standort wurde erfolgreich aktualisiert ({0}).", - "title": "Aktualisierung erfolgreich" - } - } - }, - "PrivateLinks": { - "grid": "Liste der Private Link-Instanzen" - }, - "Trusted": { - "title": "Vertrauenswürdiger Typ", - "trusted": "Vertrauenswürdig" - }, - "Type": { - "all": "Alle Typen", - "countries": "Länder", - "ipRanges": "IP-Bereiche", - "privateLinks": "Private Link-Instanzen", - "title": "Standorttyp" - }, - "iPRangeInvalidError": "Der Wert muss ein gültiger IPv4- oder IPv6-Adressbereich sein.", - "iPRangeLinkOrSiteLocalError": "Das IP-Netzwerk wurde als lokaler Link oder lokale Standortadresse erkannt.", - "iPRangeOctetError": "Das IP-Netzwerk darf nicht mit 0 oder 255 beginnen.", - "iPRangePrefixError": "Das IP-Netzwerkpräfix muss zwischen /{0} und /{1} liegen.", - "iPRangePrivateError": "Das IP-Netzwerk wurde als private Adresse erkannt." - }, - "NamedNetwork": { - "List": { - "gridAria": "Liste der benannten Standorte" - } - }, - "NetworkAccess": { - "Included": { - "none": "Keine Zielressourcen ausgewählt", - "plural": "{0} Netzwerkdatenverkehrsprofile ausgewählt", - "singular": "1 Netzwerkdatenverkehrsprofil ausgewählt" - }, - "internetOptionText": "Öffentlicher Datenverkehr", - "label": "Netzwerkzugriff (Vorschau)", - "m365OptionText": "M365-Datenverkehr", - "privateOptionText": "Privater Datenverkehr", - "selectTrafficProfilesLabel": "Wählen Sie die Datenverkehrsprofile aus, für die diese Richtlinie gilt.", - "targetResourcesBalloonContext": "Zielressourcen", - "targetResourcesSelectorTitle": "Zielressourcen", - "trafficProfilesLearnMoreTooltip": "Um zusätzliche Datenverkehrsprofile anzuzeigen, fügen Sie weitere NaaS-Lizenzen hinzu.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge muss aktiviert sein, um Netzwerkzugriffssteuerungen zu verwenden. " - }, - "Policies": { - "Grid": { - "aria": "Liste mit Richtlinien für den bedingten Zugriff" - }, - "countText": "{0} von {1} Richtlinien gefunden", - "countTextSingular": "{0} von 1 Richtlinie gefunden", - "search": "Richtlinien suchen" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Konfigurieren der für die Erzwingung der Richtlinie erforderlichen Risikostufen des Dienstprinzipals​", - "infoBalloonContent": "Konfigurieren des Dienstprinzipalrisikos zum Anwenden der Richtlinie auf die ausgewählte(n) Risikostufe(n)", - "title": "Dienstprinzipalrisiko" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Konfigurieren Sie Risikoerkennungen, um die Richtlinie auf ausgewählte Echtzeiterkennungen von Anmelderisiken anzuwenden." - }, - "LearnMore": { - "message": "Steuern Sie den Benutzerzugriff, um auf bestimmte Echtzeiterkennungen von Anmelderisiken zu reagieren." - }, - "description": "Diese Bedingung ist erfüllt, wenn eine der enthaltenen Risikoerkennungen ein Risiko erkennt. Dies wirkt sich nicht auf die Berechnung der Anmelderisikostufe aus.", - "header": "Integrierte Risikoerkennungen in Echtzeit", - "info": "Erkennungen, die Risiken bei Anmeldungen erkennen.", - "label": "Erkennung von Anmelderisiken (Vorschau)", - "title": "Erkennungen von Anmelderisiken" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Kombinationen von Methoden, die eine starke Authentifizierung erfüllen, z. B. Kennwort + SMS", - "displayName": "Multi-Faktor-Authentifizierung" - }, - "Passwordless": { - "description": "Kennwortlose Methoden, die eine starke Authentifizierung erfüllen, z. B. Microsoft Authenticator ", - "displayName": "Kennwortlose Multi-Faktor-Authentifizierung" - }, - "PhishingResistant": { - "description": "Phishing-sichere kennwortlose Methoden für die stärkste Authentifizierung, z. B. FIDO2-Sicherheitsschlüssel", - "displayName": "Phishingsichere Multi-Faktor-Authentifizierung" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Erfahren Sie mehr über die Anforderung von Authentifizierungsmethoden, die von Verbundanbietern erfüllt werden.", "certificate": "Zertifikatauthentifizierung", @@ -8808,287 +8862,6 @@ "require": "Verbundauthentifizierungsmethode erforderlich (Vorschau)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Aus", - "on": "Ein", - "reportOnly": "Nur Bericht" - }, - "PolicyTemplates": { - "Devices": { - "description": "Wählen Sie die Kategorie „Geräterichtlinienvorlage“ aus, um Einblick in Geräte zu erlangen, die auf das Netzwerk zugreifen. Stellen Sie die Compliance und den Integritätsstatus sicher, bevor Sie Zugriff gewähren.", - "name": "Geräte" - }, - "Identities": { - "description": "Wählen Sie die Kategorie „Identitätsrichtlinienvorlage“ aus, um jede Identität mit starker Authentifizierung für Ihre gesamten digitalen Ressourcen zu überprüfen und zu schützen.", - "name": "Identitäten" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Alle Apps", - "office365": "Office 365", - "registerSecurityInfo": "Sicherheitsinformationen registrieren" - }, - "Conditions": { - "androidAndIOS": "Geräteplattform: Android und iOS", - "anyDevice": "Alle Geräte außer Android, iOS, Windows und Mac", - "anyDeviceStateExceptHybrid": "Alle Gerätezustände außer „konform“ und „hybrid, in Azure AD eingebunden“", - "anyLocation": "Beliebiger Speicherort, mit Ausnahme von „vertrauenswürdig“", - "browserMobileDesktop": "Client-Apps: Browser, mobile Apps und Desktopclients", - "exchangeActiveSync": "Client-Apps: Exchange Active Sync, andere Clients", - "windowsAndMac": "Geräteplattform: Windows und Mac" - }, - "Devices": { - "anyDevice": "Jedes Gerät" - }, - "Grant": { - "appProtectionPolicy": "Appschutz-Richtlinie erforderlich", - "approvedClientApp": "Genehmigte Client-App erforderlich", - "blockAccess": "Zugriff blockieren", - "mfa": "Multi-Faktor-Authentifizierung erfordern", - "passwordChange": "Kennwortänderung erforderlich", - "requireCompliantDevice": "Markieren des Geräts als kompatibel erforderlich", - "requireHybridAzureADDevice": "In Azure AD eingebundenes Hybridgerät erforderlich" - }, - "Session": { - "appEnforcedRestrictions": "Von der App erzwungene Einschränkungen verwenden", - "signInFrequency": "Anmeldehäufigkeit und nie persistente Browsersitzung" - }, - "UsersAndGroups": { - "allUsers": "Alle Benutzer", - "directoryRoles": "Verzeichnisrollen außer dem aktuellen Administrator", - "globalAdmin": "Globaler Administrator", - "noGuestAndAdmins": "Alle Benutzer außer Gast und Externe, globale Administratoren, aktueller Administrator" - }, - "azureManagement": "Azure-Verwaltung", - "deviceFilters": "Nach Geräten filtern", - "devicePlatforms": "Geräteplattformen" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Blockieren oder beschränken Sie den Zugriff auf SharePoint-, OneDrive- und Exchange-Inhalte von nicht verwalteten Geräten.", - "name": "CA014: Von der Anwendung erzwungene Einschränkungen für nicht verwaltete Geräte verwenden", - "title": "Von der Anwendung erzwungene Einschränkungen für nicht verwaltete Geräte verwenden" - }, - "ApprovedClientApps": { - "description": "Um Datenverluste zu verhindern, können Organisationen den Zugriff auf genehmigte moderne Client-Apps zur Authentifizierung mit InTune-App-Schutz einschränken.", - "name": "CA012: Genehmigte Client-Apps und App-Schutz verlangen", - "title": "Genehmigte Client-Apps und App-Schutz erforderlich" - }, - "BlockAccessOnUnknowns": { - "description": "Benutzer werden am Zugriff auf Unternehmensressourcen gehindert, wenn der Gerätetyp unbekannt oder nicht unterstützt wird.", - "name": "CA010: Zugriff für unbekannte oder nicht unterstützte Geräteplattform blockieren", - "title": "Zugriff für unbekannte oder nicht unterstützte Geräteplattform blockieren" - }, - "BlockLegacyAuth": { - "description": "Hiermit blockieren Sie Legacy-Authentifizierungsendpunkte, die zur Umgehung der Multi-Faktor-Authentifizierung verwendet werden können. ", - "name": "CA003: Legacyauthentifizierung blockieren", - "title": "Legacy-Authentifizierung blockieren" - }, - "NoPersistentBrowserSession": { - "description": "Schützen Sie den Benutzerzugriff auf nicht verwalteten Geräten, indem Sie verhindern, dass Browsersitzungen nach dem Schließen des Browsers angemeldet bleiben und die Anmeldehäufigkeit auf 1 Stunde festgelegt wird.", - "name": "CA011: Keine persistente Browsersitzung", - "title": "Keine persistente Browsersitzung" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Erfordern Sie, dass privilegierte Administratoren nur auf Ressourcen zuzugreifen, wenn sie ein kompatibles oder hybrides, in Azure AD eingebundenes Gerät verwenden.​", - "name": "CA009: Konformes oder hybrid, in Azure AD eingebundenes Gerät für Administratoren erforderlich.", - "title": "Konformes oder hybrid, in Azure AD eingebundenes Gerät für Administratoren erforderlich." - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Schützen Sie den Zugriff auf Unternehmensressourcen, indem Sie verlangen, dass Benutzer ein verwaltetes Gerät verwenden oder eine Multi-Faktor-Authentifizierung durchführen müssen. (nur macOS oder Windows)", - "name": "CA013: Konformes oder hybrid, in Azure AD eingebundenes Gerät oder Multi-Faktor-Authentifizierung für alle Benutzer erfordern", - "title": "Konformes oder hybrid, in Azure AD eingebundenes Gerät oder Multi-Faktor-Authentifizierung für alle Benutzer erfordern" - }, - "RequireMFAAllUsers": { - "description": "Erfordern Sie die Multi-Faktor-Authentifizierung für alle Benutzerkonten, um das Risiko einer Kompromittierung zu verringern.", - "name": "CA004: Multi-Faktor-Authentifizierung für alle Benutzer erfordern", - "title": "Multi-Faktor-Authentifizierung für alle Benutzer erfordern" - }, - "RequireMFAForAdmins": { - "description": "Erfordern Sie die Multi-Faktor-Authentifizierung für privilegierte Administratorkonten, um das Risiko einer Kompromittierung zu verringern. Diese Richtlinie ist auf die gleichen Rollen wie die Sicherheitsstandards ausgerichtet.", - "name": "CA001: Multi-Faktor-Authentifizierung für Administratoren erfordern", - "title": "Multi-Faktor-Authentifizierung für Administratoren erfordern" - }, - "RequireMFAForAzureManagement": { - "description": "Erfordern Sie die Multi-Faktor-Authentifizierung, um den privilegierten Zugriff auf Azure-Ressourcen zu schützen.", - "name": "CA006: Multi-Faktor-Authentifizierung für die Azure-Verwaltung erfordern", - "title": "Multi-Faktor-Authentifizierung für die Azure-Verwaltung erfordern" - }, - "RequireMFAForGuestAccess": { - "description": "Erfordern Sie, dass Gastbenutzer beim Zugriff auf Ihre Unternehmensressourcen eine Multi-Faktor-Authentifizierung durchführen.", - "name": "CA005: Multi-Faktor-Authentifizierung für Gastzugriff erfordern", - "title": "Multi-Faktor-Authentifizierung für Gastzugriff erfordern" - }, - "RequireMFAForRiskySignIn": { - "description": "Erfordern Sie die Multi-Faktor-Authentifizierung, wenn das Anmelderisiko als „mittel“ oder „hoch“ erkannt wird. (Erfordert eine Azure AD Premium 2-Lizenz)", - "name": "CA007: Multi-Faktor-Authentifizierung für riskante Anmeldung erfordern", - "title": "Multi-Faktor-Authentifizierung für riskante Anmeldungen erfordern" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Erfordern Sie, dass der Benutzer sein Kennwort ändern muss, wenn das Benutzerrisiko als „hoch“ erkannt wird. (Erfordert eine Azure AD Premium 2-Lizenz)", - "name": "CA008: Kennwortänderung für Benutzer mit hohem Risiko verlangen", - "title": "Kennwortänderung für Benutzer mit hohem Risiko verlangen" - }, - "RequireSecurityInfo": { - "description": "Sichern Sie, wann und wie sich Benutzer für die Azure AD Multifactor Authentication und die Self-Service-Kennwortzurücksetzung registrieren. ", - "name": "CA002: Registrierung von Sicherheitsinformationen wird gesichert", - "title": "Registrierung von Sicherheitsinformationen wird gesichert" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Durch das Aktivieren dieser Richtlinie wird der Zugriff von einem unbekannten Gerätetyp verhindert. Sie sollten zunächst den reinen Berichtsmodus verwenden, bis sichergestellt ist, dass Ihre Benutzer hierdurch nicht beeinträchtigt werden." - }, - "BlockLegacyAuth": { - "description": "Sie sollten zunächst den reinen Berichtsmodus verwenden, bis sichergestellt ist, dass Ihre Benutzer hierdurch nicht beeinträchtigt werden.", - "title": "Durch Aktivieren dieser Richtlinie wird die Legacyauthentifizierung für alle Benutzer blockiert." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Erwägen Sie, zunächst den Modus „Nur Bericht“ zu verwenden, bis Sie bestätigt haben, dass sich dies nicht auf Ihre privilegierten Benutzer auswirkt.", - "reportOnly": "Richtlinien im reinen Berichtsmodus, für die konforme Geräte erforderlich sind, können Benutzer auf Mac-, iOS- und Android-Geräten während der Richtlinienauswertung zur Auswahl eines Gerätezertifikats auffordern, selbst wenn keine Gerätekonformität erzwungen wird. Diese Eingabeaufforderungen können sich wiederholen, bis die Konformität des Geräts hergestellt ist." - }, - "Title": { - "on": "Durch das Aktivieren dieser Richtlinie wird jeglicher Zugriff für privilegierte Benutzer verhindert, es sei denn, sie verwenden ein verwaltetes Gerät, z. B. konforme oder hybride, in Azure AD eingebundene Geräte. Stellen Sie sicher, dass Sie Ihre Konformitätsrichtlinien konfiguriert oder die Azure AD Hybridkonfiguration aktiviert haben, bevor Sie sie aktivieren.", - "reportOnly": "Stellen Sie sicher, dass Sie Ihre Konformitätsrichtlinien konfiguriert oder die Azure AD Hybridkonfiguration aktiviert haben, bevor Sie sie aktivieren. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Diese Richtlinie wirkt sich auf alle Benutzer mit Ausnahme des aktuell angemeldeten Administrators aus. Erwägen Sie, zunächst den Modus „Nur Bericht“ zu verwenden, bis Sie bestätigt haben, dass sich dies nicht auf Ihre Benutzer auswirkt." - }, - "Title": { - "on": "Sperren Sie sich nicht selber aus! Stellen Sie sicher, dass Ihr Gerät kompatibel oder hybrid, in Azure AD eingebunden ist oder Sie die Multi-Faktor-Authentifizierung konfiguriert haben. ", - "reportOnly": "Richtlinien im reinen Berichtsmodus, für die konforme Geräte erforderlich sind, können Benutzer auf Mac-, iOS- und Android-Geräten während der Richtlinienauswertung zur Auswahl eines Gerätezertifikats auffordern, selbst wenn keine Gerätekonformität erzwungen wird. Diese Eingabeaufforderungen können sich wiederholen, bis die Konformität des Geräts hergestellt ist." - } - }, - "RequireMfa": { - "description": "Wenn Sie Not-Crawlkonten oder Azure AD Connect verwenden, um Ihre lokalen Objekte zu synchronisieren, müssen Sie diese Konten nach der Erstellung möglicherweise von dieser Richtlinie ausschließen." - }, - "RequireMfaAdmins": { - "description": "Beachten Sie, dass das aktuelle Administratorkonto automatisch ausgeschlossen wird. Alle anderen werden jedoch bei der Richtlinienerstellung geschützt. Erwägen Sie zunächst die Verwendung des reinen Berichtsmodus.", - "title": "Sperren Sie sich nicht aus. Diese Richtlinie wirkt sich auf das Azure-Portal aus." - }, - "RequireMfaAllUsers": { - "description": "Sie sollten zunächst den reinen Berichtsmodus verwenden, bis Sie diese Änderung geplant und allen Benutzern mitgeteilt haben.", - "title": "Wenn Sie diese Richtlinie aktivieren, wird die Multi-Faktor-Authentifizierung für alle Ihre Benutzer erzwungen." - }, - "RequireSecurityInfo": { - "description": "Überprüfen Sie unbedingt Ihre Konfiguration, um diese Konten basierend auf Ihren Unternehmensanforderungen zu schützen.", - "title": "Die folgenden Benutzer und Rollen werden von dieser Richtlinie ausgeschlossen: Gäste und externe Benutzer, globale Administratoren, aktueller Administrator" - } - }, - "basics": "Allgemeine Informationen", - "clientApps": "Client-Apps", - "cloudApps": "Cloud-Apps", - "cloudAppsOrActions": "Cloudanwendungen oder -aktionen ", - "conditions": "Bedingungen ", - "createNewPolicy": "Erstellen einer neuen Richtlinie aus Vorlagen (Vorschau)", - "createPolicy": "Richtlinie erstellen", - "currentUser": "Aktueller Benutzer", - "customizeBuild": "Ihr Build anpassen", - "customizeTemplate": "Die Vorlagenlisten werden basierend auf dem Richtlinientyp, den Sie erstellen möchten, angepasst.", - "excludedDevicePlatform": "Ausgeschlossene Geräteplattformen", - "excludedDirectoryRoles": "Ausgeschlossene Verzeichnisrollen", - "excludedLocation": "Ausgeschlossene Verzeichnisrollen", - "excludedUsers": "Ausgeschlossene Benutzer", - "grantControl": "Gewährungssteuerelement ", - "includeFilteredDevice": "Gefilterte Geräte in Richtlinie einbeziehen", - "includedDevicePlatform": "Eingeschlossene Geräteplattformen", - "includedDirectoryRoles": "Eingeschlossene Verzeichnisrollen", - "includedLocation": "Eingeschlossener Speicherort", - "includedUsers": "Eingeschlossene Benutzer", - "legacyAuthenticationClients": "Legacy-Authentifizierungsclients", - "namePolicy": "Ihre Richtlinie benennen", - "needAdPremiumMessage": "Sie benötigen ein Azure AD Premium-Abonnement, um dieses Feature zu verwenden.", - "next": "Weiter", - "policyName": "Richtlinienname", - "policyState": "Richtlinienstatus", - "policySummary": "Zusammenfassung der Richtlinie", - "policyTemplate": "Richtlinienvorlage", - "previous": "Zurück", - "reviewAndCreate": "Überprüfen und erstellen", - "riskLevels": "Risikostufen", - "selectATemplate": "Vorlage auswählen", - "selectTemplate": "Vorlage auswählen", - "selectTemplateCategory": "Auswählen einer Vorlagenkategorie", - "selectTemplateRecommendation": "Wir empfehlen die folgenden Vorlagen basierend auf Ihrer Antwort.", - "sessionControl": "Sitzungssteuerung ", - "signInFrequency": "Anmeldehäufigkeit", - "signInRisk": "Anmelderisiko", - "template": "Vorlage ", - "templateCategory": "Vorlagenkategorie", - "userRisk": "Benutzerrisiko", - "usersAndGroups": "Benutzer und Gruppen ", - "viewPolicySummary": "Richtlinienzusammenfassung anzeigen " - }, - "SSM": { - "MemberSelector": { - "description": "Benutzer und Gruppen" - }, - "Notification": { - "Migration": { - "error": "Fehler beim Migrieren der Einstellungen für die fortlaufende Zugriffsevaluierung zu den Richtlinien für den bedingten Zugriff.", - "inProgress": "Migrieren von Einstellungen für die fortlaufende Zugriffsevaluierung", - "success": "Die Einstellungen für die fortlaufende Zugriffsevaluierung wurden erfolgreich zu den Richtlinien für den bedingten Zugriff migriert.", - "successDescription": "Fahren Sie mit den Richtlinien für den bedingten Zugriff fort, um die migrierten Einstellungen in der neu erstellten Richtlinie mit dem Namen „Aus den Einstellungen der fortlaufenden Zugriffsevaluierung erstellte Richtlinie für den bedingten Zugriff\" anzuzeigen." - }, - "error": "Fehler beim Aktualisieren der Einstellungen für die fortlaufende Zugriffsevaluierung.", - "inProgress": "Die Einstellungen für die fortlaufende Zugriffsevaluierung werden aktualisiert.", - "success": "Die Einstellungen für die fortlaufende Zugriffsevaluierung wurden erfolgreich aktualisiert." - }, - "PreviewOptions": { - "disable": "Vorschau deaktivieren", - "enable": "Vorschau aktivieren" - }, - "StrictLocationEnforcement": { - "infoContent1": "Aufgrund eines Netzwerkpartitions- oder IPv4/IPv6-Konflikts können Azure AD und der Ressourcenanbieter vom selben Clientgerät aus unterschiedliche IP-Adressen feststellen. Durch die strikte Standorterzwingung wird die Richtlinie für bedingten Zugriff basierend auf den beiden von Azure AD und dem Ressourcenanbieter ermittelten IP-Adressen erzwungen.", - "infoContent2": "Um maximale Sicherheit zu gewährleisten, sollten Sie in Ihrer Richtlinie \"Benannter Standort\" alle IP-Adressen berücksichtigen, die sowohl von Azure AD als auch von einem Ressourcenanbieter erkannt werden. Aktivieren Sie außerdem den Modus \"Strikte Standorterzwingung\".", - "label": "Strikte Standorterzwingung", - "title": "Zusätzliche Erzwingungsmodi" - }, - "bladeTitle": "Fortlaufende Zugriffsevaluierung (Continuous Access Evaluation, CAE)", - "description": "Wenn der Zugriff eines Benutzers entfernt oder eine Client-IP-Adresse geändert wird, blockiert die fortlaufende Zugriffsevaluierung den Zugriff auf Ressourcen und Anwendungen automatisch und nahezu in Echtzeit. ", - "migrateLabel": "Migrieren", - "migrationError": "Die Migration ist aufgrund des folgenden Fehlers fehlgeschlagen: {0}", - "migrationInfo": "Die CAE-Einstellung wurde zur Benutzererfahrung „Bedingter Zugriff“ verschoben. Bitte migrieren Sie diese mit der obigen Schaltfläche „Migrieren“, und konfigurieren Sie diese zukünftig mit der Richtlinie für bedingten Zugriff. Klicken Sie hier, um weitere Informationen zu erhalten.", - "noLicenseMessage": "Einstellungen für die intelligente Sitzungsverwaltung mit Azure AD Premium verwalten", - "optionsPickerTitle": "Fortlaufende Zugriffsevaluierung aktivieren/deaktivieren", - "upsellInfo": "Sie können Ihre Einstellungen auf der Seite nicht mehr ändern, und alle Einstellungen hier sollten ignoriert werden. Ihre bisherige Einstellung wird beibehalten. Sie können Ihre CAE-Einstellungen in Zukunft unter „Bedingter Zugriff“ konfigurieren. Klicken Sie hier, um weitere Informationen zu erhalten." - }, - "SamlReauth": { - "Filter": { - "warning": "Sie verwenden eine dynamische Abfrage, um Anwendungen als Ziel zu verwenden. Einige Anwendungen werden möglicherweise nicht für die Verwendung mit dem Sitzungssteuerelement „Anmeldehäufigkeit jedes Mal“ unterstützt. {0}Weitere Informationen zu den empfohlenen Szenarien.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Liste der ausgewählten Organisationen" - }, - "Upper": { - "gridAria": "Liste der verfügbaren Organisationen" - }, - "addTenantLabel": "Mandanten hinzufügen zu ausgewähltem", - "customOrganizationDescription": "Hinzufügen einer Organisation mit dieser Mandanten-ID", - "description": "Fügen Sie eine Azure AD-Organisation hinzu, indem Sie einen der zugehörigen Domänennamen eingeben.", - "notFoundResult": "Nicht gefunden", - "searchBoxPlaceholder": "Mandanten-ID oder Domänenname", - "subTitle": "Azure AD-Organisation", - "tenantAdded": "Diese Mandanten-ID wurde bereits hinzugefügt.", - "tenantIdNotFound": "Mandanten-ID nicht gefunden" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organisations-ID: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD-Organisationen ausgewählt", - "single": "1 Azure AD-Organisation ausgewählt" - }, - "gridAria": "Liste der ausgewählten Organisationen" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Sitzungsdauer ändern", "mainOptionHelp": "Konfigurieren Sie, wie oft Benutzer zur Eingabe aufgefordert werden, und gibt an, ob Browsersitzungen dauerhaft gespeichert werden. Von Anwendungen, die moderne Authentifizierungsprotokolle nicht unterstützen, werden diese Richtlinien möglicherweise nicht berücksichtigt. Wenden Sie sich in diesem Fall an den Anwendungsentwickler." }, - "SigninRisk": { - "LearnMore": { - "message": "Steuern Sie den Benutzerzugriff, um auf bestimmte Anmelderisikostufen zu reagieren." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Wenn „{0}“ ausgewählt ist, kann Bedingung „{1}“ nicht konfiguriert werden." - }, - "description": "Die Risikostufe der Anmeldung wird basierend auf allen Echtzeitrisikoerkennungen generiert.", - "header": "Hiermit wählen Sie die Anmelderisikostufe aus, auf die diese Richtlinie angewendet werden soll." - }, "SingleSelectorActive": { "failed": "Diese Daten konnten nicht geladen werden.", "reattempt": "Daten werden geladen. {0} von {1} erneuten Versuchen." }, - "TimeCondition": { - "Errors": { - "both": "Ungültiger Zeitbereich für \"Einschließen\" oder \"Ausschließen\".", - "daysOfWeek": "{0} Sie müssen mindestens einen Wochentag angeben.", - "endBeforeStart": "{0} Stellen Sie sicher, dass Datum und Uhrzeit für den Start vor dem Datum und der Uhrzeit des Endzeitpunkts liegen.", - "exclude": "Ungültiger Zeitbereich für \"Ausschließen\".", - "generic": "{0} Stellen Sie sicher, dass sowohl die Wochentage als auch die Zeitzone festgelegt sind. Wenn \"Ganztägig\" nicht aktiviert ist, müssen Sie außerdem einen Start- und einen Endzeitpunkt festlegen.", - "include": "Ungültiger Zeitbereich für \"Einschließen\".", - "timeMissing": "{0} Sie müssen sowohl eine Start- als auch eine Endzeit angeben.", - "timeZone": "{0} Sie müssen eine Zeitzone angeben.", - "timesAndZone": "{0} Stellen Sie sicher, dass Sie den Start- und Endzeitpunkt sowie die Zeitzone festlegen." - } - }, - "UserActions": { - "Included": { - "none": "Keine Cloud-Apps oder -aktionen ausgewählt.", - "plural": "{0} Benutzeraktionen eingeschlossen", - "singular": "1 Benutzeraktion eingeschlossen" - }, - "accessRequirement1": "Ebene 1", - "accessRequirement2": "Ebene 2", - "accessRequirement3": "Ebene 3", - "accessRequirementsLabel": "Es wird auf gesicherte App-Daten zugegriffen.", - "appsActionsAuthTitle": "Cloud-Apps, Aktionen oder Authentifizierungskontext", - "appsOrActionsSelectorInfoBallonText": "Anwendungen, auf die zugegriffen wird, oder Benutzeraktionen", - "appsOrActionsTitle": "Cloud-Apps oder -aktionen", - "label": "Benutzeraktionen", - "mainOptionsLabel": "Wählen Sie aus, worauf diese Richtlinie angewendet werden soll.", - "registerOrJoinDevices": "Geräte registrieren oder einbinden", - "registerSecurityInfo": "Sicherheitsinformationen registrieren", - "selectionInfo": "Hiermit wird die Aktion ausgewählt, auf die diese Richtlinie angewendet wird.", - "whatIf": "Benutzeraktion eingeschlossen" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Verzeichnisrollen auswählen" @@ -9197,88 +8925,6 @@ }, "learnMore": "Steuern Sie den Zugriff basierend darauf, für wen die Richtlinie gelten wird, z. B. Benutzer und Gruppen, Workloadidentitäten, Verzeichnisrollen oder externe Gäste." }, - "ValidationResult": { - "blockEveryonePolicy": "Die Richtlinienkonfiguration wird nicht unterstützt. Überprüfen Sie alle Zuweisungen und Steuerelemente.", - "invalidApplicationCondition": "Ungültige Cloudanwendungen ausgewählt", - "invalidClientTypesCondition": "Ungültige Clients ausgewählt", - "invalidConditions": "Zuweisungen nicht ausgewählt", - "invalidControls": "Ungültige Steuerelemente ausgewählt", - "invalidDevicePlatformsCondition": "Ungültige Geräteplattformen ausgewählt", - "invalidDevicesCondition": "Ungültige Gerätekonfiguration. Möglicherweise liegt eine ungültige Konfiguration von \"{0}\" vor.", - "invalidGrantControlPolicy": "Ungültiges Gewährungssteuerelement", - "invalidLocationsCondition": "Ungültige Standorte ausgewählt", - "invalidNetworkAccessSecurityPolicyId": "Die an die Sitzungsnetzwerksteuerung angefügte Richtlinie ist ungültig.", - "invalidPolicy": "Zuweisungen nicht ausgewählt", - "invalidSessionControlPolicy": "Ungültiges Sitzungssteuerelement", - "invalidSignInRisksCondition": "Ungültiges Anmelderisiko ausgewählt", - "invalidUserRisksCondition": "Ungültiges Benutzerrisiko ausgewählt", - "invalidUsersCondition": "Ungültige Benutzer ausgewählt", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "Die MAM-Richtlinie kann nur auf Android- oder iOS-Clientplattformen angewendet werden.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Die Sitzungsrichtlinie für Netzwerkzugriff funktioniert nur ordnungsgemäß, wenn ein Datenverkehrsprofil für Netzwerkzugriff als Ziel ausgewählt ist. Bitte aktualisieren Sie den Abschnitt „ausgewählte Ressourcen“.", - "notSupportedCombination": "Die Richtlinienkonfiguration wird nicht unterstützt. Erfahren Sie mehr über unterstützte Richtlinien.", - "pending": "Die Richtlinie wird überprüft.", - "requireComplianceEveryonePolicy": "Die Richtlinienkonfiguration erfordert Gerätekompatibilität für alle Benutzer. Überprüfen Sie die ausgewählten Zuweisungen.", - "success": "Gültige Richtlinie" - }, - "VpnCert": { - "Grid": { - "aria": "Liste der VPN-Zertifikate" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Um alle Authentifizierungsstärken zu aktivieren, konfigurieren Sie mandantenübergreifende Zugriffseinstellungen, um Ansprüche von Azure AD-Mandanten für externe Benutzer zu akzeptieren. Authentifizierungsstärken konfigurieren nur die zweistufige Authentifizierung für externe Benutzer.", - "externalUsers": "Um alle integrierten Authentifizierungsstärken zu aktivieren, konfigurieren Sie mandantenübergreifende Zugriffseinstellungen, um Ansprüche von Azure AD Mandanten für externe Benutzer zu akzeptieren." - }, - "combinedRegistration": "Aktivieren Sie die kombinierte Registrierung, damit „Authentifizierungsstärke erforderlich“ ordnungsgemäß funktioniert. Wir empfehlen dringend, es für alle Benutzer und nicht nur für eine Gruppe von Benutzern zu aktivieren.", - "compliantDeviceEnabled": "Sperren Sie sich nicht aus! Stellen Sie sicher, dass Ihr Gerät konform ist.", - "domainJoinedDeviceEnabled": "Sperren Sie sich nicht aus! Stellen Sie sicher, dass Ihr Gerät als Hybridgerät in Azure AD eingebunden ist.", - "notAvailableForSP": "Einige Steuerelemente sind aufgrund der Auswahl von „{0}“ in der Richtlinienzuweisung nicht verfügbar.", - "requireAuthOrMfa": "„{0}“ kann nicht zusammen mit „{1}“ verwendet werden.", - "requireMfa": "Erwägen Sie, die neue Public Preview „{0}“ zu testen.", - "requirePasswordChangeEnabled": "\"Kennwortänderung anfordern\" kann nur verwendet werden, wenn die Richtlinie allen Cloud-Apps zugewiesen ist." - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Bei Richtlinien im Modus „nur melden“, für die konforme Geräte erforderlich sind, werden Benutzer unter macOS, iOS, Android und Linux möglicherweise zur Auswahl eines Gerätezertifikats aufgefordert.", - "excludeDevicePlatforms": "Schließen Sie die Geräteplattformen macOS, iOS, Android und Linux aus dieser Richtlinie aus.", - "proceedAnywayDevicePlatforms": "Fahren Sie mit der ausgewählten Konfiguration fort. Benutzer unter macOS, iOS, Android und Linux erhalten möglicherweise Eingabeaufforderungen, wenn das Gerät auf Konformität geprüft wird." - }, - "blockCurrentUserPolicy": "Sperren Sie sich nicht aus! Wir empfehlen, eine Richtlinie zunächst auf eine kleine Gruppe von Benutzern anzuwenden, um sicherzustellen, dass sie sich wie erwartet verhält. Es wird außerdem empfohlen, mindestens einen Administrator von dieser Richtlinie auszuschließen. Dadurch wird sichergestellt, dass Sie weiterhin Zugriff haben und eine Richtlinie aktualisiert werden kann, falls eine Änderung erforderlich ist. Überprüfen Sie die betroffenen Benutzer und Apps.", - "devicePlatformsReportOnlyPolicy": "Bei Richtlinien im reinen Berichtsmodus, für die konforme Geräte erforderlich sind, werden Benutzer unter macOS, iOS und Android möglicherweise zur Auswahl eines Gerätezertifikats aufgefordert.", - "excludeCurrentUserSelection": "Hiermit wird der aktuelle Benutzer ({0}) von dieser Richtlinie ausgeschlossen.", - "excludeDevicePlatforms": "Schließen Sie die Geräteplattformen macOS, iOS und Android aus dieser Richtlinie aus.", - "proceedAnywayDevicePlatforms": "Fahren Sie mit der ausgewählten Konfiguration fort. Benutzer unter macOS, iOS und Android erhalten möglicherweise Eingabeaufforderungen, wenn das Gerät auf Konformität geprüft wird.", - "proceedAnywaySelection": "Ich habe verstanden, dass mein Konto von dieser Richtlinie betroffen ist. Ich möchte dennoch fortfahren." - }, - "ServicePrincipals": { - "blockExchange": "Die Auswahl von Office 365 Exchange Online wirkt sich auch auf Apps wie OneDrive und Teams aus.", - "blockPortal": "Sperren Sie sich nicht aus! Diese Richtlinie wirkt sich auf das Azure-Portal aus. Bevor Sie den Vorgang fortsetzen, müssen Sie sicherstellen, dass ein anderer Benutzer weiterhin Zugriff auf das Portal hat.", - "blockPortalWithSession": "Sperren Sie sich nicht aus! Diese Richtlinie besitzt Auswirkungen auf das Azure-Portal. Stellen Sie vor dem Fortfahren sicher, dass Sie oder eine andere Person wieder in das Portal gelangen kann.
    Ignorieren Sie diese Warnung, wenn Sie eine Richtlinie für beständige Browsersitzungen konfigurieren, die nur korrekt funktioniert, wenn \"Alle Cloud-Apps\" ausgewählt ist.", - "blockSharePoint": "Die Auswahl von SharePoint Online wirkt sich auch auf Apps wie Microsoft Teams, Planner, Delve, MyAnalytics und Newsfeed usw. aus.", - "blockSkype": "Die Auswahl von Skype for Business Online wirkt sich auch auf Microsoft Teams aus.", - "includeOrExclude": "Sie können den App-Filter für „{0}“ oder für „{1}“ konfigurieren, aber nicht für beide.", - "selectAppsNAForSP": "Einzelne Cloud-Apps können aufgrund der Auswahl „{0}“ in der Richtlinienzuweisung nicht ausgewählt werden.", - "teamsBlocked": "Microsoft Teams sind ebenfalls betroffen, wenn Apps wie SharePoint Online und Exchange Online in der Richtlinie enthalten sind." - }, - "Users": { - "blockAllUsers": "Sperren Sie sich nicht aus! Diese Richtlinie wirkt sich auf alle Benutzer aus. Wir empfehlen, eine Richtlinie zunächst auf eine kleine Gruppe von Benutzern anzuwenden, um sicherzustellen, dass sie sich wie erwartet verhält.", - "xtap": " Ihre Konfiguration \"Authentifizierungsstärken anfordern\" in der Gewährungssteuerung ist möglicherweise für externe Benutzer ungültig." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Liste der Attribute auf dem Gerät, die bei der Anmeldung verwendet werden.", - "infoBalloon": "Liste der Attribute auf dem Gerät, die bei der Anmeldung verwendet werden." - } - }, - "noTenantSelected": "Kein Mandant ausgewählt", - "selectOrganization": "Organisation auswählen", - "tenantIdWithPlaceholder": "Mandanten-ID: {0}", - "tenantSelectionRequired": "Mandant erforderlich" - }, "advancedTabText": "Erweitert", "allCloudAppsErrorBox": "\"Alle Cloud-Apps\" muss ausgewählt werden, wenn die Zuweisung \"Kennwortänderung anfordern\" ausgewählt ist.", "allCloudAppsReauth": "„Alle Cloud-Apps“ muss ausgewählt werden, wenn die Sitzungssteuerung „Anmeldehäufigkeit jedes Mal“ und die Bedingung „Anmelderisiko“ ausgewählt sind.", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 Jahre", "vpncertDropdownTwoyearOption": "2 Jahre", "wednesday": "Mittwoch", - "whatIfAppEnforcedControl": "Von der App erzwungene Einschränkungen verwenden", - "whatIfBladeDescription": "Testen Sie die Auswirkungen des bedingten Zugriffs für einen Benutzer, wenn die Anmeldung unter bestimmten Bedingungen erfolgt.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Klassische Richtlinien werden von diesem Tool nicht ausgewertet.", - "whatIfClientAppInfo": "Die Client-App, über die sich der Benutzer anmeldet. Beispiel: \"Browser\".", "whatIfCountry": "Land/Region", "whatIfCountryInfo": "Das Land/die Region, von dem/der aus der Benutzer sich anmeldet.", "whatIfDevicePlatformInfo": "Die Geräteplattform, von der aus der Benutzer sich anmeldet.", - "whatIfDeviceStateInfo": "Der Status des Geräts, von dem aus der Benutzer sich anmeldet.", "whatIfEnterIpAddress": "IP-Adresse eingeben (Beispiel: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Es wurde eine ungültige IP-Adresse angegeben.", - "whatIfEvaResultApplication": "Cloud-Apps", - "whatIfEvaResultClientApps": "Client-App", - "whatIfEvaResultDevicePlatform": "Geräteplattform", - "whatIfEvaResultEmptyPolicy": "Leere Richtlinie", - "whatIfEvaResultInvalidCondition": "Ungültige Bedingung", - "whatIfEvaResultInvalidPolicy": "Ungültige Richtlinie", - "whatIfEvaResultLocation": "Standort", - "whatIfEvaResultNotEnoughInformation": "Nicht genügend Informationen", - "whatIfEvaResultPolicyNotEnabled": "Nicht aktivierte Richtlinie", - "whatIfEvaResultSignInRisk": "Anmelderisiko", - "whatIfEvaResultUsers": "Benutzer und Gruppen", "whatIfIpAddress": "IP-Adresse", "whatIfIpAddressInfo": "Die IP-Adresse, von der aus der Benutzer sich anmeldet.", "whatIfIpCountryInfoBoxText": "Wenn Sie eine IP-Adresse oder ein Land/eine Region verwenden, sind beide Felder erforderlich und müssen ordnungsgemäß zugeordnet werden.", - "whatIfPolicyAppliesTab": "Anzuwendende Richtlinien", - "whatIfPolicyAppliesTabWithCount": "Anwendbare Richtlinien ({0})", - "whatIfPolicyDoesNotApplyTab": "Nicht anzuwendende Richtlinien", - "whatIfPolicyDoesNotApplyTabWithCount": "Nicht anwendbare Richtlinien ({0})", - "whatIfReasons": "Gründe für Nichtanwendung dieser Richtlinie", - "whatIfSelectClientApp": "Client-App auswählen...", "whatIfSelectCountry": "Land/Region auswählen...", "whatIfSelectDevicePlatform": "Geräteplattform auswählen...", "whatIfSelectPrivateLink": "Private Link auswählen...", - "whatIfSelectServicePrincipalRisk": "Dienstprinzipalrisiko auswählen", "whatIfSelectSignInRisk": "Anmelderisiko auswählen...", - "whatIfSelectType": "Identitätstyp auswählen", - "whatIfSelectUserRisk": "Benutzerrisiko auswählen...", - "whatIfServicePrincipalRiskInfo": "Die dem Dienstprinzipal zugeordnete Risikostufe", "whatIfSignInRisk": "Anmelderisiko", "whatIfSignInRiskInfo": "Die der Anmeldung zugeordnete Risikostufe", "whatIfUnknownAreas": "Unbekannte Bereiche", - "whatIfUserPickerLabel": "Ausgewählter Benutzer", - "whatIfUserPickerNoRowsLabel": "Kein Benutzer oder Dienstprinzipal ausgewählt", - "whatIfUserRiskInfo": "Die dem Benutzer zugeordnete Risikostufe", - "whatIfUserSelectorInfo": "Benutzer im Verzeichnis, das getestet werden soll", "windows365InfoBox": "Die Auswahl von Windows 365 wirkt sich auf Verbindungen mit Cloud-PCs und Azure Virtual Desktop-Sitzungshosts aus. Klicken Sie hier, um weitere Informationen zu erhalten.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Wenn Sie diese Richtlinie bearbeiten möchten, benötigen Sie eine Premium-P1- oder P2-Lizenz für Workloadidentitäten.", "workloadIdentity": "Workload-Identität" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filtermodus", - "assignmentToast": "Endbenutzerbenachrichtigungen", - "assignmentTypeTableHeader": "ZUWEISUNGSTYP", - "deadlineTimeColumnLabel": "Installationsstichtag", - "deliveryOptimizationPriorityHeader": "Priorität der Übermittlungsoptimierung", - "groupTableHeader": "Gruppe", - "installContextLabel": "Installationskontext", - "isRemovable": "Als entfernbare App installieren", - "licenseTypeLabel": "Lizenztyp", - "modeTableHeader": "Gruppenmodus", - "policySet": "Richtliniensatz", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "iCloud-App-Sicherung verhindern", - "restartGracePeriodHeader": "Kulanzzeitraum neu starten", - "startTimeColumnLabel": "Verfügbarkeit", - "tracks": "Nachverfolgungen", - "uninstallOnRemoval": "Bei Entfernung des Geräts deinstallieren", - "updateMode": "Updatepriorität", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD-Web-App", - "androidEnterpriseSystemApp": "Android Enterprise-System-App", - "androidForWorkApp": "Verwaltete Google Play Store-App", - "androidLobApp": "Branchenspezifische Android-App", - "androidStoreApp": "Android Store-App", - "builtInAndroid": "Integrierte Android-App", - "builtInApp": "Integrierte App", - "builtInIos": "Integrierte iOS-App", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "Branchenspezifische iOS-App", - "iosStoreApp": "iOS Store-App", - "iosVppApp": "iOS Volume Purchase Program-App", - "lineOfBusinessApp": "Branchenspezifische App", - "macOSDmgApp": "macOS-App (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Branchenspezifische macOS-App", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office Suite", - "macOsVppApp": "macOS-Volume Purchase Program-App", - "managedAndroidLobApp": "Verwaltete branchenspezifische Android-App", - "managedAndroidStoreApp": "Verwaltete Android Store-App", - "managedGooglePlayApp": "Verwaltete Google Play Store-App", - "managedGooglePlayPrivateApp": "Private verwaltete Google Play-App", - "managedGooglePlayWebApp": "Weblink für verwaltetes Google Play", - "managedIosLobApp": "Verwaltete branchenspezifische iOS-App", - "managedIosStoreApp": "Verwaltete iOS Store-App", - "microsoftStoreForBusinessApp": "Microsoft Store für Unternehmen-App", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store für Unternehmen", - "officeAddIn": "Office-Add-In", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 und höher)", - "sharePointApp": "SharePoint-App", - "teamsApp": "Teams-App", - "webApp": "Weblink", - "winGetPublicApp": "Community-Repository des Windows-Paket-Managers", - "winGetStoreApp": "Microsoft Store-App (neu)", - "windowsAppXLobApp": "Branchenspezifische Windows-APPX-App", - "windowsClassicApp": "Windows-App (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 und höher)", - "windowsMobileMsiLobApp": "Branchenspezifische Windows MSI-App", - "windowsPhone81AppXBundleLobApp": "Branchenspezifische Windows Phone 8.1-APPX-App", - "windowsPhone81AppXLobApp": "Branchenspezifische Windows Phone 8.1-APPX-App", - "windowsPhone81StoreApp": "Windows Phone 8.1 Store-App", - "windowsPhoneXapLobApp": "Branchenspezifische Windows Phone-XAP-App", - "windowsStoreApp": "Microsoft Store-App (Legacy)", - "windowsUniversalAppXLobApp": "Branchenspezifische Windows Universal-APPX-App", - "windowsUniversalLobApp": "Branchenspezifische Windows Universal-App", - "windowsWebApp": "Windows-Weblink" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Ausgeschlossen", - "include": "Enthalten", - "includeAllDevicesVirtualGroup": "Enthalten", - "includeAllUsersVirtualGroup": "Enthalten" - }, - "AssignmentToast": { - "hideAll": "Alle Popupbenachrichtigungen ausblenden", - "showAll": "Alle Popupbenachrichtigungen anzeigen", - "showReboot": "Popupbenachrichtigungen für Computerneustarts anzeigen" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Hintergrund", - "displayText": "Inhaltsdownload in {0}", - "foreground": "Vordergrund", - "header": "Priorität der Übermittlungsoptimierung" - }, - "DeviceRestartBehaviorOptions": { - "allow": "App-Installation kann einen Geräteneustart erzwingen", - "basedOnReturnCode": "Verhalten auf Grundlage von Rückgabecodes bestimmen", - "force": "Intune erzwingt einen verbindlichen Geräteneustart", - "suppress": "Keine bestimmte Aktion" - }, - "FilterType": { - "exclude": "Ausschließen", - "include": "Einschließen", - "none": "Keine" - }, - "InstallIntent": { - "available": "Für registrierte Geräte verfügbar", - "availableWithoutEnrollment": "Verfügbar mit oder ohne Registrierung", - "notApplicable": "Nicht zutreffend", - "required": "Erforderlich", - "uninstall": "Deinstallieren" - }, - "SettingType": { - "assignmentType": "Zuweisungstyp", - "deviceLicensing": "Lizenztyp", - "installContext": "Bei Entfernung des Geräts deinstallieren", - "toastSettings": "Endbenutzerbenachrichtigungen", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Standard", - "postponed": "Zurückgestellt", - "priority": "Hohe Priorität" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Konfigurieren Sie Geräte für die anfängliche Bereitstellung, und weisen Sie sie Benutzern zu.", - "title": "Gerätevorbereitung" - }, - "EnrollmentSettings": { - "description": "Konfigurieren Sie Registrierungseinstellungen wie das Blockieren der Registrierung und das Zuweisen zu Benutzern.", - "title": "Registrierungseinstellungen" - }, - "coManagementAuthorityDesc": "Hiermit werden Co-Verwaltungseinstellungen für die Configuration Manager-Integration konfiguriert.", - "coManagementAuthorityTitle": "Einstellungen für die Co-Verwaltung", - "deploymentProfiles": "Windows AutoPilot Deployment-Profile", - "description": "Erfahren Sie mehr über die sieben verschiedenen Möglichkeiten, wie ein Windows 10/11-PC von Benutzern oder Administratoren bei Intune registriert werden kann.", - "descriptionLabel": "Windows-Registrierungsmethoden", - "enrollmentStatusPage": "Seite \"Registrierungsstatus\"" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "App-Installation kann einen Geräteneustart erzwingen", - "basedOnReturnCode": "Verhalten auf Grundlage von Rückgabecodes bestimmen", - "force": "Intune erzwingt einen verbindlichen Geräteneustart", - "suppress": "Keine bestimmte Aktion" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "Benutzer" - }, - "availableUninstall": "Verfügbare Deinstallation zulassen", - "availableUninstallTooltip": "Wählen Sie \"Ja\" aus, um die Deinstallationsoption für diese App für Benutzer aus dem Unternehmensportal bereitzustellen. Wählen Sie \"Nein\" aus, um zu verhindern, dass Benutzer die App aus dem Unternehmensportal deinstallieren.", - "bladeTitle": "Programm", - "deviceRestartBehavior": "Verhalten beim Geräteneustart", - "deviceRestartBehaviorTooltip": "Wählen Sie das Verhalten des Geräteneustarts aus, nachdem die App erfolgreich installiert wurde. Wählen Sie \"Verhalten auf Grundlage von Rückgabecodes bestimmen\" aus, um das Gerät basierend auf den Rückgabecode-Konfigurationseinstellungen neu zu starten. Wählen Sie \"Keine bestimmte Aktion\" aus, um Geräteneustarts während der App-Installation für MSI-basierte Apps zu unterdrücken. Wählen Sie \"App-Installation kann einen Geräteneustart erzwingen\" aus, damit die App-Installation abgeschlossen werden kann, ohne dass Neustarts unterdrückt werden. Wählen Sie \"Intune erzwingt einen verbindlichen Geräteneustart\", um das Gerät nach erfolgreicher App-Installation grundsätzlich neu zu starten.", - "header": "Geben Sie die Befehle zum Installieren und Deinstallieren dieser App an:", - "installCommand": "Installationsbefehl", - "installCommandMaxLengthErrorMessage": "Der Installationsbefehl darf die maximal zulässige Länge von 1024 Zeichen nicht überschreiten.", - "installCommandTooltip": "Die Befehlszeile zur vollständigen Installation dieser App.", - "runAs32Bit": "Befehle zur Installation und Deinstallation auf 64-Bit-Clients in einem 32-Bit-Prozess ausführen", - "runAs32BitTooltip": "Wählen Sie \"Ja\", um die App auf 64-Bit-Clients in einem 32-Bit-Prozess zu installieren und zu deinstallieren. Wählen Sie \"Nein\" (Standardeinstellung) aus, um die App auf 64-Bit-Clients in einem 64-Bit-Prozess zu installieren. 32-Bit-Clients verwenden immer einen 32-Bit-Prozess.", - "runAsAccount": "Installationsverhalten", - "runAsAccountTooltip": "Wählen Sie \"System\" aus, um diese App für alle Benutzer zu installieren, sofern dies unterstützt wird. Wählen Sie \"Benutzer\" aus, um diese App für den auf dem Gerät angemeldeten Benutzer zu installieren. Bei MSI-Apps im dualen Modus verhindern Änderungen, dass Updates und Deinstallationen erfolgreich abgeschlossen werden, bis der Wert, der zum Zeitpunkt der ursprünglichen Installation für das Gerät galt, wiederhergestellt wird.", - "selectorLabel": "Programm", - "uninstallCommand": "Deinstallationsbefehl", - "uninstallCommandTooltip": "Die Befehlszeile zur vollständigen Deinstallation dieser App." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Mit dieser Einstellung bleiben Sie darüber informiert, welche Benutzer Apps installieren, die nicht für die Verwendung in Ihrem Unternehmen genehmigt sind. Wählen Sie die Art der Liste für eingeschränkte Apps aus:

    \r\n Verbotene Apps: Eine Liste der Apps, bei denen Sie informiert werden möchten, wenn Benutzer sie installieren.
    \r\n Genehmigte Apps: Eine Liste der Apps, die zur Verwendung in Ihrem Unternehmen genehmigt sind. Wenn Benutzer eine App installieren, die nicht in dieser Liste aufgeführt ist, werden Sie informiert.
    \r\n ", - "androidZebraMxZebraMx": "Hiermit werden Zebra-Geräte durch das Hochladen eines MX-Profils im XML-Format konfiguriert.", - "iosDeviceFeaturesAirprint": "Mit diesen Einstellungen konfigurieren Sie iOS-Geräte für das automatische Herstellen einer Verbindung mit AirPrint-kompatiblen Druckern in Ihrem Netzwerk. Sie benötigen die IP-Adresse und den Ressourcenpfad Ihrer Drucker.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Konfigurieren Sie eine App-Erweiterung, die einmaliges Anmelden (Single Sign-On, SSO) für Geräte mit iOS 13.0 oder höher aktiviert.", - "iosDeviceFeaturesHomeScreenLayout": "Konfigurieren Sie das Layout für den Dock- und den Startbildschirm auf iOS-Geräten. Für bestimmte Geräte gelten möglicherweise Limits für die Anzahl von Elementen, die angezeigt werden können.", - "iosDeviceFeaturesIOSWallpaper": "Hiermit wird ein Bild zur Anzeige auf dem Startbildschirm und/oder dem Sperrbildschirm von iOS-Geräten angegeben.\r\n Um unterschiedliche Bilder für Start- und Sperrbildschirm zu verwenden, erstellen Sie ein Profil mit dem Bild für den Sperrbildschirm und ein Profil mit dem Bild für den Startbildschirm.\r\n Weisen Sie Ihren Benutzern anschließend beide Profile zu.\r\n
    \r\n
      \r\n
    • Max. Dateigröße: 750 KB
    • \r\n
    • Dateityp: PNG, JPG oder JPEG
    • \r\n
    \r\n ", - "iosDeviceFeaturesNotifications": "Geben Sie Benachrichtigungseinstellungen für Apps an. Unterstützt iOS 9.3 und höher.", - "iosDeviceFeaturesSharedDevice": "Hiermit wird optionaler Text zur Anzeige auf dem Sperrbildschirm angegeben. Diese Funktion wird unter iOS 9.3 und höher unterstützt. Weitere Informationen", - "iosGeneralApplicationRestrictions": "Mit dieser Einstellung bleiben Sie darüber informiert, welche Benutzer Apps installieren, die nicht für die Verwendung in Ihrem Unternehmen genehmigt sind. Wählen Sie die Art der Liste für eingeschränkte Apps aus:

    \r\n Verbotene Apps: Eine Liste der Apps, bei denen Sie informiert werden möchten, wenn Benutzer sie installieren.
    \r\n Genehmigte Apps: Eine Liste der Apps, die zur Verwendung in Ihrem Unternehmen genehmigt sind. Wenn Benutzer eine App installieren, die nicht in dieser Liste aufgeführt ist, werden Sie informiert.
    \r\n ", - "iosGeneralApplicationVisibility": "Verwenden Sie die Liste \"Apps anzeigen\" um festzulegen, welche iOS-Apps der Benutzer anzeigen oder starten kann. Verwenden Sie die Liste \"Ausgeblendete Apps\", um festzulegen, welche iOS-Apps der Benutzer nicht anzeigen oder starten kann.", - "iosGeneralAutonomousSingleAppMode": "Apps, die Sie dieser Liste hinzufügen und einem Gerät zuweisen, können das Gerät so sperren, dass nur diese App nach ihrem Start ausgeführt werden kann, oder sie können das Gerät während der Ausführung einer bestimmten Aktion sperren (beispielsweise bei einer Prüfung). Sobald die Aktion abgeschlossen ist oder Sie die Einschränkung entfernen, kehrt das Gerät zu seinem Normalzustand zurück.", - "iosGeneralKiosk": "Der Kioskmodus sperrt verschiedene Einstellungen in einem Gerät oder gibt eine einzige App an, die auf einem Gerät ausgeführt werden kann. Dies kann in Umgebungen wie beispielsweise einem Ladengeschäft hilfreich sein, in dem auf einem Gerät nur eine einzige Demo-App ausgeführt werden soll.", - "macDeviceFeaturesAirprint": "Verwenden Sie diese Einstellungen, um macOS-Geräte für die automatische Verbindungsherstellung mit AirPrint-kompatiblen Druckern im Netzwerk zu konfigurieren. Sie benötigen die IP-Adresse und den Ressourcenpfad Ihrer Drucker.", - "macDeviceFeaturesAssociatedDomains": "Konfigurieren Sie zugeordnete Domänen, um Daten und Anmeldeinformationen zwischen den Apps und Websites Ihrer Organisation freizugeben. Dieses Profil kann auf Geräte mit macOS 10.15 oder höher angewendet werden.", - "macDeviceFeaturesExtensibleSingleSignOn": "Konfigurieren Sie eine App-Erweiterung, die einmaliges Anmelden (Single Sign-On, SSO) für Geräte mit macOS 10.15 oder höher aktiviert.", - "macDeviceFeaturesLoginItems": "Wählen Sie aus, welche Apps, Dateien und Ordner geöffnet werden sollen, wenn sich Benutzer bei ihren Geräten anmelden. Wenn Sie nicht möchten, dass Benutzer das Verhalten der Apps beim Öffnen ändern, können Sie die App aus der Benutzerkonfiguration ausblenden.", - "macDeviceFeaturesLoginWindow": "Hiermit konfigurieren Sie die Darstellung des macOS-Anmeldebildschirms und die Funktionen, die den Benutzern vor und nach der Anmeldung zur Verfügung stehen.", - "macExtensionsKernelExtensions": "Verwenden Sie diese Einstellungen zum Konfigurieren der Kernelerweiterungsrichtlinie auf macOS-Geräten unter 10.13.2 oder höher.", - "macGeneralDomains": "Vom Benutzer gesendete oder empfangene E-Mails, die nicht den hier angegebenen Domänen entsprechen, werden als nicht vertrauenswürdig markiert.", - "windows10EndpointProtectionApplicationGuard": "Bei der Verwendung von Microsoft Edge schützt Microsoft Defender Application Guard Ihre Umgebung vor Websites, die von Ihrer Organisation nicht als vertrauenswürdig definiert wurden. Wenn Benutzer Websites besuchen, die nicht in Ihrer isolierten Netzwerkgrenze aufgeführt sind, werden die Websites in einer virtuellen Browsersitzung in Hyper-V geöffnet. Vertrauenswürdige Sites werden durch eine Netzwerkgrenze definiert, die in der Gerätekonfiguration konfiguriert werden kann. Beachten Sie, dass dieses Feature nur für Geräte mit 64-Bit-Windows 10 oder höher verfügbar ist.", - "windows10EndpointProtectionCredentialGuard": "Durch das Aktivieren von Credential Guard werden folgende erforderliche Einstellungen aktiviert:\r\n
    \r\n
      \r\n
    • Virtualisierungsbasierte Sicherheit aktivieren: Aktiviert die virtualisierungsbasierte Sicherheit (VBS) beim nächsten Neustart. Die virtualisierungsbasierte Sicherheit verwendet Windows Hypervisor, um Unterstützung für Sicherheitsdienste bereitzustellen.
    • \r\n
      \r\n
    • Sicherer Start mit direktem Speicherzugriff: Aktiviert VBS mit sicherem Start und direktem Speicherzugriff (DMA).
    • \r\n
    \r\n ", - "windows10EndpointProtectionDeviceGuard": "Wählen Sie zusätzliche Apps, die durch die Microsoft Defender-Anwendungssteuerung entweder überwacht werden müssen oder als vertrauenswürdig eingestuft und ausgeführt werden können. Windows-Komponenten und alle Apps aus dem Windows Store werden automatisch als zur Ausführung vertrauenswürdig eingestuft.

    \r\n Anwendungen werden nicht blockiert, wenn sie im Modus \"Nur überwachen\" ausgeführt werden. Im Modus \"Nur überwachen\" werden alle Ereignisse in lokalen Clientprotokollen erfasst.\r\n ", - "windows10GeneralPrivacyPerApp": "Fügen Sie Apps hinzu, die ein anderes Datenschutzverhalten aufweisen sollen als das von Ihnen unter \"Standarddatenschutz\" definierte.", - "windows10NetworkBoundaryNetworkBoundary": "Die Netzwerkgrenze ist die Liste der Unternehmensressourcen, z. B. eine in der Cloud gehostete Domäne und IP-Adressbereiche für Computer, die sich im Unternehmensnetzwerk befinden. Definieren Sie Netzwerkgrenzen, um Richtlinien zum Schutz von Daten anzuwenden, die an diesen Standorten vorliegen.", - "windowsHealthMonitoring": "Hiermit wird die Richtlinie für die Windows-Integritätsüberwachung konfiguriert.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone kann Benutzer daran hindern, die in der Liste unzulässiger Apps enthaltenen Apps bzw. Apps, die nicht in der Liste genehmigter Apps aufgeführt sind, zu installieren oder zu starten. Alle verwalteten Apps müssen der Liste genehmigter Apps hinzugefügt werden." - }, - "Inputs": { - "accountDomain": "Kontodomäne", - "accountDomainHint": "z. B. contosodomain", - "accountDomainInfoBalloon": "Geben Sie die Kontodomäne des Benutzers an.", - "accountTypeInfoBalloon": "Geben Sie den Kontotyp an, der basierend auf dem Authentifizierungsmodell konfiguriert wird.", - "allowContactSetting": "Benutzer das Ändern der Kontakteinstellung erlauben", - "allowContactSyncInfoBalloon": "Geben Sie an, ob der Benutzer die Kontaktsynchronisierungseinstellung ändern darf.", - "allowUserChange": "Benutzer das Ändern der Einstellung erlauben", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Geben Sie einen Paketnamen wie z. B. \"com.microsoft.word\" ein.", - "androidUrlValidation": "Geben Sie eine URL ähnlich der folgenden ein: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=de", - "appInstallContext": "App-Installationskontext", - "appUrlLabel": "Appstore-URL", - "appleUrlValidation": "Geben Sie eine gültige URL im Format https://www.itunes.apple.com/de/app/microsoft-excel/id586683407?mt=8 ein.", - "applicableDeviceType": "Anwendbarer Gerätetyp", - "assignmentActionLabel": "Modus", - "authenticationMethodInfoBalloon": "Geben Sie die Authentifizierungsmethode für den Benutzer an.", - "authenticationMetod": "Authentifizierungsmethode", - "authenticationType": "Authentifizierungstyp", - "authenticationTypeInfoBalloon": "Geben Sie den Authentifizierungstyp für den Benutzer an.", - "availableLicenseCount": "Verfügbare Lizenzen", - "basicAuth": "Standardauthentifizierung", - "biometricsInfoBalloon": "Möglicherweise werden biometrische Daten wie z. B. TouchID oder FaceID benötigt, damit Benutzer auf die App auf ihrem Gerät zugreifen können. Sofern erforderlich, werden neben dem in diesem Profil gewählten Authentifizierungsverfahren auch biometrische Daten verwendet. Diese Einstellung sollte bei der Bereitstellung von Intune-App-Schutzrichtlinien nicht aktiviert werden, weil die App-Schutzrichtlinie Zugriffsanforderungen umfasst, die vor dem Zugriff auf verwaltete Daten erfüllt werden müssen. Wenn Sie beide Optionen aktivieren, werden mehrere Aufforderungen für den Zugriff auf Outlook Mobile angezeigt. Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die App-Standardeinstellung \"Aus\".", - "bookNameLabel": "E-Book-Name", - "bundleDescriptionHint": "Geben Sie eine Beschreibung für die enthaltenen Apps ein.", - "calendar": "Kalender", - "categoryLabel": "Kategorie", - "categoryNameLabel": "Standardname", - "certProfileType": "Zertifikatprofiltyp", - "certificate": "Zertifikat", - "certificates": "Zertifikate", - "commandLineLabel": "Befehlszeilenargumente", - "commandLineSizeHint": "Der Text der Befehlszeilenargumente darf maximal 1024 Zeichen lang sein.", - "configurationSettingsFormatLabel": "Format der Konfigurationseinstellungen", - "configurationSettingsLabel": "Einstellungsformat", - "contactSync": "Kontakte speichern", - "contactSyncInfoBalloon": "Durch das Speichern von Kontakten im nativen Adressbuch des mobilen Geräts können neue Anrufe und Textnachrichten mit den vorhandenen Outlook-Kontakten des Benutzers verknüpft werden. Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die App-Standardeinstellung \"Aus\".", - "contacts": "Kontakte", - "createdDateTime": "Erstellt", - "defaultCategoryHint": "Standardkategorien können nicht geändert werden.", - "deploySMimeCertsFromIntune": "S/MIME-Zertifikate aus Intune bereitstellen", - "descriptionGenericLabel": "Beschreibung", - "descriptionHint": "Beschreibung eingeben...", - "descriptionLabel": "Beschreibung", - "descriptionSizeHint": "Die Länge der Beschreibung darf 10.000 Zeichen nicht überschreiten.", - "developerLabel": "Entwickler", - "developerSizeHint": "Der Entwicklername darf maximal 256 Zeichen lang sein.", - "disable": "Deaktivieren", - "disabled": "Deaktiviert", - "displayNameLabel": "Name", - "displayVersionHint": "App-Version eingeben", - "displayVersionLabel": "App-Version", - "displayVersionLengthCheck": "Die Anzeigeversion darf maximal 130 Zeichen lang sein.", - "eBookCategoryNameLabel": "Standardname", - "emailAccount": "E-Mail-Kontoname", - "emailAccountHint": "z. B. Unternehmens-E-Mail-Adresse", - "emailAccountInfoBalloon": "Geben Sie den Anzeigenamen für das E-Mail-Konto an, wie er den Benutzern auf ihren Geräten angezeigt wird.", - "emailAddressAttribute": "E-Mail-Adressattribut aus AAD", - "emailAddressInfoBalloon": "Geben Sie die E-Mail-Adresse an, die zum Senden und Empfangen von E-Mail verwendet werden soll.", - "emailServer": "E-Mail-Server", - "emailServerHint": "Beispiel: mail.contoso.com", - "emailServerInfoBalloon": "Geben Sie den Hostnamen Ihres Exchange-Servers an.", - "enable": "Aktivieren", - "enableSMime": "S/MIME aktivieren", - "enabled": "Aktiviert", - "encryptAllEmails": "Alle E-Mails verschlüsseln", - "encryptionCertificates": "Verschlüsselungszertifikate", - "endUserNotifications": "Benutzerbenachrichtigungen", - "enrollmentTypeLabel": "Geräteregistrierungstyp", - "externalRecipients": "E-Mail-Info zu externen Empfängern", - "externalRecipientsInfoBalloon": "Die E-Mail-Info zu externen Empfängern wird angezeigt, wenn der Absender einen externen Empfänger oder eine Verteilergruppe hinzufügt, die externe Empfänger enthält. Diese E-Mail-Info informiert die Absender darüber, wenn eine verfasste Nachricht die Organisation verlässt und unterstützt sie dabei, die richtigen Entscheidungen über Wortlaut, Ton und Inhalt zu treffen. Diese Einstellung ist nur für Exchange Online-Konten und lokale Konten verfügbar, die eine hybride moderne Authentifizierung nutzen. Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die Standardeinstellung für die App \"Ein\".", - "focusedInbox": "Posteingang mit Relevanz", - "focusedInboxInfoBalloon": "Der Posteingang mit Relevanz unterteilt Ihren Posteingang in zwei Registerkarten: \"Relevant\" und \"Sonstige\". Ihre wichtigsten E-Mails befinden sich auf der Registerkarte \"Relevant\", während die übrigen Nachrichten weiterhin leicht zugänglich, aber nicht im Weg sind: auf der Registerkarte \"Sonstige\". Wird diese Einstellung als nicht konfiguriert festgelegt, lautet die App-Standardeinstellung \"Ein\".", - "gmailNineAmountOfEmail": "Menge an E-Mails für die Synchronisierung", - "gmailNineAuthenticationMethodInfoBalloon": "Wählen Sie aus, wie Benutzer sich beim E-Mail-Server authentifizieren sollen. Verwenden Sie Zertifikate, um den Endbenutzern die sicherste und komfortabelste Benutzeroberfläche zu bieten. Die zertifikatbasierte Authentifizierung ist noch nicht verfügbar, weil SCEP- und PKCS-Zertifikatprofile für Geräte von Gerätebesitzern nicht verfügbar sind. ", - "gmailNineCertificateUPNInfoBalloon": "Das Zertifikat muss den Benutzerprinzipalnamen (UPN) als alternativen Antragstellernamen enthalten.", - "gmailNineEmailAddressInfoBalloon": "Das Attribut, das Intune aus Azure AD abruft, um die von diesem Profil verwendete E-Mail-Adresse dynamisch zu generieren, z. B. MeinName@contoso.com (UPN). Erfahren Sie mehr über AAD-Attribute für E-Mail-Profile.", - "gmailNineEmailServerInfoBalloon": "Die Exchange-Adresse (URL) des E-Mail-Servers, mit der die von Ihnen angegebene App eine Verbindung herstellt, um E-Mails abzurufen.", - "gmailNineEmailSynchronizeInfoBalloon": "Hiermit wird die Menge an E-Mails gesteuert, die vom Client synchronisiert werden.", - "gmailNineSSLInfoBalloon": "Aktivieren Sie SSL, um die gesamte Kommunikation mit dem E-Mail-Server abzusichern.", - "gmailNineUsernameInfoBalloon": "Das Attribut, das Intune aus Azure AD abruft, um den von diesem Profil verwendeten Benutzernamen dynamisch zu generieren, z. B. MeinName@contoso.com (UPN) oder MeinName (Benutzername). Erfahren Sie mehr über AAD-Attribute für E-Mail-Profile.", - "ignoreVersionDetection": "App-Version ignorieren", - "informationUrlLabel": "Informations-URL", - "informationUrlSizeHint": "Die maximale Länge der Informations-URL beträgt 1024 Zeichen.", - "installAsManaged": "Als verwaltet installieren", - "installationSourceLabel": "App-Typ", - "installerTypeInfoBalloon": "Der Installertyp des Anwendungspakets.", - "installerTypeLabel": "Installertyp", - "isFeatured": "Diese App als ausgewählte App im Unternehmensportal anzeigen", - "isMAMEnabledToggleLabel": "Ja", - "lastModifiedDateTime": "Uhrzeit der letzten Aktualisierung", - "ldapUrl": "LDAP-URL", - "licensingType": "Unterstützt die Gerätekontextzuweisung", - "microsoft": "Microsoft", - "minimumOperationSystem": "Mindestens erforderliches Betriebssystem", - "modernAuth": "Moderne Authentifizierung", - "nameHint": "Geben Sie einen Namen ein", - "nameLabel": "Name", - "nameSizeHint": "Der Name darf maximal 512 Zeichen lang sein.", - "notConfigured": "Nicht konfiguriert", - "notesLabel": "Hinweise", - "notesSizeHint": "Der Hinweistext darf maximal 1024 Zeichen lang sein.", - "notificationType": "Benachrichtigungstyp", - "oneDay": "Ein Tag", - "oneMonth": "Ein Monat", - "oneWeek": "Eine Woche", - "outlookSMimeSettings": "Outlook-S/MIME-Einstellungen", - "ownerLabel": "Besitzer", - "ownerSizeHint": "Der Besitzername darf maximal 256 Zeichen lang sein.", - "packageIdLabel": "Paketbezeichner", - "packageNameLabel": "Paketname", - "pivCredentialNotConfigured": "Sie haben keinen Aussteller für abgeleitete Anmeldeinformationen für Ihren Mandanten ausgewählt. Sie müssen einen Aussteller konfigurieren, um diese Richtlinie erfolgreich auf Geräte anwenden zu können.", - "platformLabel": "Plattform", - "policyDescriptionLabel": "Beschreibung", - "policyNameLabel": "Name", - "primarySMTPAddress": "Primäre SMTP-Adresse", - "privacyUrlLabel": "URL zu den Datenschutzbestimmungen", - "publisherHint": "Geben Sie einen Herausgebernamen ein.", - "publisherLabel": "Herausgeber", - "publisherSizeHint": "Der Herausgebernamen muss zwischen 2 und 1024 Zeichen (einschließlich) lang sein.", - "require": "Anfordern", - "requireBiometrics": "Biometrische Daten für App-Zugriff erforderlich", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "Mindestens ein Geltungsbereichstag ist erforderlich.", - "searchAppLabel": "App auswählen", - "searchAppLinkText": "App Store durchsuchen", - "searchWinGetPublicRepositoryLinkText": "Durchsuchen Sie das Community-Repository des Windows-Paket-Managers", - "searchWinGetStoreRepositoryLinkText": "Microsoft Store-App (neu) durchsuchen", - "selectAAD": "AAD-Attribut auswählen", - "selectAppFileLabel": "Datei auswählen", - "selectAppFileLinkText": "App-Paketdatei auswählen", - "selectAppFileToUpdateLabel": "Zu aktualisierende Datei auswählen", - "selectAuthMethod": "Authentifizierungsmethode auswählen", - "selectAuthType": "Authentifizierungstyp auswählen", - "selectCertificate": "Zertifikat auswählen", - "signAllEmails": "Alle E-Mails signieren", - "signingCertificates": "Signaturzertifikate", - "ssl": "SSL", - "suiteDescriptionLabel": "Beschreibung der Suite", - "suiteNameLabel": "Name der Suite", - "tasks": "Tasks", - "threeDays": "Drei Tage", - "totalLicenseCount": "Lizenzen insgesamt", - "twoWeeks": "Zwei Wochen", - "unifiedAssignmentsLabel": "Zuweisen zu:", - "unlimited": "Unbegrenzt", - "urlHint": "Geben Sie eine gültige URL ein.", - "useManagedBrowserHint": "Nur Android und iOS. Erfahren Sie mehr.", - "useManagedBrowserLabel": "Managed Browser zum Öffnen dieses Links anfordern", - "userPrinicipalName": "Benutzerprinzipalname", - "username": "Benutzername", - "usernameAttribute": "Benutzernamensattribut aus AAD", - "usernameAttributreInfoBalloon": "Geben Sie den Benutzerprinzipalnamen für das E-Mail-Profil an, das zum Authentifizieren des Kontos verwendet wird.", - "usernamePassword": "Benutzername und Kennwort", - "webAppUrlHint": "Geben Sie eine gültige URL ein, die mit http:// oder https:// beginnt.", - "webAppUrlLabel": "App-URL", - "webAppUrlSizeHint": "Die maximale Länge der App-URL beträgt 1024 Zeichen", - "windowsUrlValidation": "Geben Sie eine gültige URL ähnlich diese https://www.microsoft.com/store/p/lync/9wzdncrfhvhm ein.", - "xMLDataEntered": "Eingegebenen XML-Daten", - "xmlFormatInvalid": "Das XML-Richtlinienformat ist ungültig.", - "xmlTooLarge": "Die Eingabegröße muss unter 1 MB liegen." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Nicht unterstützt.", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Zum Erstellen von Richtlinien für Qualitätsupdates ist eine bestimmte Lizenzierung erforderlich.", "warningBoxText": "Die Beschleunigung von Softwareupdates kann zwar dazu beitragen, bei Bedarf eine schnellere Konformität zu erzielen, sie hat aber einen größeren Einfluss auf die Produktivität der Endbenutzer. Die Wahrscheinlichkeit, dass ein Neustart während der Geschäftszeiten erfolgt, ist deutlich erhöht." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
    For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
    Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
    \n
      \n
    • This setting works correctly when \"All cloud apps\" are selected
    • \n
    • This does not affect token lifetimes or the sign-in frequency setting.
    • \n
    • This will override the \"Show option to stay signed in\" policy in Company Branding.
    • \n
    • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
    • \n
    • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
    • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
      Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge-Konfigurationseinstellungen", "edgeWindowsDataProtectionSettings": "Microsoft Edge-Datenschutzeinstellungen (Windows) – Vorschau", @@ -10783,7 +11566,10 @@ "Column": { "author": "Autor", "template": "Name der Vorlage" - } + }, + "Row": { + "ariaLabel": "Zeile {0} von{1} Spalte {2}" + } }, "SettingsCatalog": { "subtitle": "Starten Sie ganz neu, und wählen Sie die gewünschten Einstellungen aus der Bibliothek der verfügbaren Einstellungen aus.", @@ -11593,6 +12379,7 @@ "gettingStarted": "Erste Schritte", "messages": "Meldungen", "onlineResources": "Onlineressourcen", + "policyHealth": "Richtlinienintegrität", "releaseManagement": "Release Management", "serviceRequests": "Service Requests", "settings": "Einstellungen", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender für Endpunkt", "allApps": "Alle Apps", "allDevices": "Alle Geräte", - "androidFotaDeployments": "Android FOTA-Bereitstellungen", + "androidFotaDeployments": "Android FOTA-Bereitstellungen (Vorschau)", "appBundles": "App-Bundles", "appCategories": "App-Kategorien", "appConfigPolicies": "App-Konfigurationsrichtlinien", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Zugewiesene Berechtigungen", "assignedRoles": "Zugewiesene Rollen", "autopilotDeploymentReport": "Autopilot-Bereitstellungen (Vorschau)", + "autopilotDeploymentReportV2": "Autopilot-Bereitstellungen 2.0 (Vorschau)", "brandingAndCustomization": "Anpassung", "cartProfiles": "Warenkorbprofile", "certificateConnectors": "Zertifikatconnectors", "chromeEnterprise": "Chrome Enterprise (Vorschau)", "cloudAttachedDevices": "Geräte mit Cloudanbindung (Vorschau)", + "cloudPcActions": "Cloud-PC-Aktionen (Vorschau)", + "cloudPcMaintenanceWindows": "Wartungsfenster für Cloud-PCs (Vorschau)", "compliancePolicies": "Konformitätsrichtlinien", "complianceScriptManagement": "Skripts", "complianceScriptManagementPreview": "Skripts (Vorschau)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Registrierungsbeschränkungen", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange-Dienstconnectors", - "failuresForDriverUpdates": "Windows-Treiberupdatefehler (Vorschau)", + "failuresForDriverUpdates": "Windows-Treiberupdatefehler", "failuresForFeatureUpdates": "Fehler bei Featureupdate", "failuresForQualityUpdates": "Fehler bei beschleunigten Windows-Updates", "featureFlighting": "Feature-Flighting", "featureUpdateDeployments": "Featureupdates für Windows 10 und höher", "flighting": "Test-Flighting", - "fotaUpdate": "Firmware-Over-the-Air-Update", + "fotaUpdate": "Firmware-Over-the-Air-Update (Vorschau)", "groupPolicy": "Administrative Vorlagen", "groupPolicyAnalytics": "Analyse von Gruppenrichtlinien", "helpSupport": "Hilfe und Support", @@ -11717,12 +12507,12 @@ "user": "Benutzer", "userExecutionStatus": "Benutzerstatus", "wdacSupplementalPolicies": "Zusätzliche S Modus-Richtlinien", - "windows10DriverUpdate": "Treiberupdates für Windows 10 und höher (Vorschau)", + "windows10DriverUpdate": "Treiberupdates für Windows 10 und höher", "windows10QualityUpdate": "Qualitätsupdates für Windows 10 und höher", "windows10UpdateRings": "Updateringe für Windows 10 und höher", "windows10XPolicyFailures": "Windows 10X-Richtlinienfehler", "windows365Connector": "Windows 365 Citrix-Connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix-Connector (Vorschau)", + "windows365PartnerConnector": "Windows 365-Partnerconnectors", "windowsDiagnosticData": "Windows-Daten", "windowsEnterpriseCertificate": "Windows Enterprise-Zertifikat", "windowsManagement": "PowerShell-Skripts", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Kulanzzeitraum für Geräteneustart", "summaryTitle": "Funktionalität für Endbenutzer" }, - "EnrollmentType": { - "devicesWithEnrollment": "Verwaltete Geräte", - "devicesWithoutEnrollment": "Verwaltete Apps" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Die Datei oder der Ordner als ausgewählte Anforderung.", + "pathToolTip": "Der vollständige Pfad der Datei oder des Ordners, die bzw. der erkannt werden soll.", + "property": "Eigenschaft", + "valueToolTip": "Wählen Sie einen Anforderungswert aus, der der ausgewählten Erkennungsmethode entspricht. Die Datums- und die Zeitanforderung müssen im lokalen Format eingegeben werden." + }, + "GridColumns": { + "pathOrScript": "Pfad/Skript", + "type": "Typ" + }, + "Registry": { + "keyPath": "Schlüsselpfad", + "keyPathTooltip": "Der vollständige Pfad des Registrierungseintrags mit dem Wert als Anforderung.", + "operator": "Operator", + "operatorTooltip": "Wählen Sie den Operator für den Vergleich aus.", + "registryRequirement": "Registrierungsschlüsselanforderung", + "registryRequirementTooltip": "Wählen Sie den Registrierungsschlüssel-Anforderungsvergleich aus.", + "valueName": "Wertname", + "valueNameTooltip": "Der Name des erforderlichen Registrierungswerts." + }, + "RequirementTypeOptions": { + "fileType": "Datei", + "registry": "Registrierung", + "script": "Skript" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolescher Wert", + "dateTime": "Datum und Uhrzeit", + "float": "Gleitkomma", + "integer": "Ganze Zahl", + "string": "Zeichenfolge", + "version": "Version" + }, + "duplicateName": "Der Skriptname \"{0}\" wird bereits verwendet. Geben Sie einen anderen Namen ein.", + "enforceSignatureCheck": "Skriptsignaturprüfung erzwingen", + "enforceSignatureCheckTooltip": "Wählen Sie \"Ja\" aus, um sicherzustellen, dass das Skript von einem vertrauenswürdigen Herausgeber signiert ist, damit das Skript ohne Warnungen oder Eingabeaufforderungen ausgeführt werden kann. Das Skript wird ohne Blockierung ausgeführt. Wählen Sie \"Nein\" (Standardeinstellung) aus, um das Skript mit Benutzerbestätigung, aber ohne Signaturüberprüfung auszuführen.", + "loggedOnCredentials": "Dieses Skript mit den Anmeldeinformationen des angemeldeten Benutzers ausführen", + "loggedOnCredentialsTooltip": "Führen Sie das Skript mit den Anmeldeinformationen des angemeldeten Geräts aus.", + "operatorTooltip": "Wählen Sie den Operator für den Anforderungsvergleich aus.", + "requirementMethod": "Ausgabedatentyp auswählen", + "requirementMethodTooltip": "Wählen Sie den Datentyp aus, der beim Ermitteln einer Anforderung zur Erkennungsübereinstimmung verwendet wird.", + "scriptContent": "Skriptinhalt", + "scriptFile": "Skriptdatei", + "scriptFileTooltip": "Wählen Sie ein PowerShell-Skript aus, mit dem das Vorhandensein der App auf dem Client erkannt wird. Wenn die App erkannt wird, stellt der Anforderungsprozess einen Exitcode mit dem Wert 0 bereit und schreibt einen Zeichenfolgenwert in STDOUT.", + "scriptName": "Skriptname", + "value": "Wert", + "valueTooltip": "Wählen Sie einen Anforderungswert aus, der der ausgewählten Erkennungsmethode entspricht. Die Datums- und die Zeitanforderung müssen im lokalen Format eingegeben werden." + }, + "bladeTitle": "Anforderungsregel hinzufügen", + "createRequirementHeader": "Erstellen Sie eine Anforderung.", + "header": "Konfigurieren Sie zusätzliche Anforderungsregeln.", + "label": "Zusätzliche Anforderungsregeln", + "noRequirementsSelectedPlaceholder": "Keine Anforderungen angegeben.", + "requirementType": "Anforderungstyp", + "requirementTypeTooltip": "Wählen Sie den Typ der Erkennungsmethode aus, die festlegt, wie eine Anforderung überprüft wird." + }, + "architectures": "Betriebssystemarchitektur", + "architecturesTooltip": "Wählen Sie die Architekturen aus, die zum Installieren der App benötigt werden.", + "bladeTitle": "Anforderungen", + "diskSpace": "Erforderlicher Speicherplatz (MB)", + "diskSpaceTooltip": "Der benötigte freie Speicherplatz auf dem Systemlaufwerk zum Installieren der App.", + "header": "Geben Sie die Anforderungen an, die Geräte vor dem Installieren der App erfüllen müssen:", + "maximumTextFieldValue": "Der Wert darf höchstens {0} betragen.", + "minimumCpuSpeed": "Mindestens erforderliche CPU-Geschwindigkeit (MHz)", + "minimumCpuSpeedTooltip": "Die mindestens erforderliche CPU-Geschwindigkeit zum Installieren der App.", + "minimumLogicalProcessors": "Mindestens erforderliche Anzahl logischer Prozessoren", + "minimumLogicalProcessorsTooltip": "Die mindestens erforderliche Anzahl logischer Prozessoren zum Installieren der App.", + "minimumOperatingSystem": "Mindestens erforderliches Betriebssystem", + "minimumOperatingSystemTooltip": "Wählen Sie das mindestens erforderliche Betriebssystem zum Installieren der App aus.", + "minumumTextFieldValue": "Der Wert muss mindestens {0} sein.", + "physicalMemory": "Erforderlicher physischer Speicher (MB)", + "physicalMemoryTooltip": "Erforderlicher physischer Arbeitsspeicher (RAM) zum Installieren der App.", + "selectorLabel": "Anforderungen", + "validNumber": "Geben Sie eine gültige Zahl ein." + }, "PolicySet": { "appManagement": "Anwendungsverwaltung", "assignments": "Zuweisungen", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Profile für die Gerätekonfiguration", "powershellScriptTitle": "PowerShell-Skripts" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
      For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
      Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Empfohlen", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrain", diff --git a/Documentation/Strings-en.json b/Documentation/Strings-en.json index e6e2c0a..bd721fa 100644 --- a/Documentation/Strings-en.json +++ b/Documentation/Strings-en.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "First available date" }, + "Windows11SideBySideInstall": { + "disabled": "Disabled", + "enabled": "Enabled", + "infoBalloonContent": "Control whether to install the latest Windows 10 feature update to devices not eligible for Windows 11", + "label": "When a device isn't capable of running Windows 11, install the latest Windows 10 feature update" + }, "bladeTitle": "Feature update deployments", "deploymentSettingsTitle": "Deployment settings", "loadError": "Loading failed!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "This capability requires specific licensing.", "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", - "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies.", + "specificLicensingRequired": "Some selected capabilities require specific licensing." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Help your device users understand what the app is and/or what they can do in the app. This description will be visible to them in Company Portal.", "developer": "The name of the company or Individual that developed the app. This information will be visible to people signed into the admin center.", "displayVersion": "The version of the app. This information will be visible to users in the Company Portal.", + "fullScreenEnabled": "If configured to yes, launches the web clip as a full-screen web app.", + "ignoreManifestScope": "If configured to yes, a full screen web clip can navigate to an external web site without showing Safari UI. Otherwise, Safari UI appears when navigating away from the web clip’s URL. This key has no effect when Full screen is false.", "infoUrl": "Link people to a website or documentation that has more information about the app. The information URL will be visible to users in Company Portal.", "isFeatured": "Featured apps are prominently placed in Company Portal so that users can quickly get to them.", "learnMore": "Learn more", "logo": "Upload a logo that's associated with the app. This logo will appear next to the app throughout Company Portal.​", "macOSDmgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .dmg.​", + "macOSPkgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .pkg.​", "minOperatingSystem": "Select the earliest operating system version on which the app can be installed. If you assign the app to a device with an earlier operating system, it will not be installed.​", "name": "Add a name for the app. This name will be visible in the Intune apps list and to users in the Company Portal.​", "notes": "Add additional notes about the app. Notes will be visible to people signed in to the admin center.", "owner": "The name of the person in your organization who manages licensing or is the point-of-contact for this app. This name will be visible to people signed in to the admin center.​", "packageId": "The app Package Identifier is the unique value that identifies the app.", "packageName": "Contact the device manufacturer to get the app's package name. Example package name: com.example.app​​", + "preComposedIconEnabled": "If configured to yes, prevents SpringBoard from adding \"shine\" to the icon.", "privacyUrl": "Provide a link for people who want to learn more about the app's privacy settings and terms. The privacy URL will be visible to users in Company Portal.", "publisher": "The name of the developer or company that distributes the app. This information will be visible to users in Company Portal.", "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", + "targetApplicationBundleIdentifier": "The application bundle identifier that specifies the application which opens the URL. Available in iOS 14 and later.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

      Select Yes to disable the app PIN when a device lock is detected on an enrolled device.

      Note: Intune cannot detect device enrollment with a third-party EMM solution on iOS/iPadOS.

      " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Installation time required (mins)", + "maxRunTimeInMinutesToolTip": "The number of minutes the system will wait for install program to finish. Default value is 60 minutes." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "User" + }, + "availableUninstall": "Allow available uninstall", + "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Device restart behavior", + "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", + "header": "Specify the commands to install and uninstall this app:", + "installCommand": "Install command", + "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", + "installCommandTooltip": "The complete installation command line used to install this app.", + "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", + "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", + "runAsAccount": "Install behavior", + "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", + "selectorLabel": "Program", + "uninstallCommand": "Uninstall command", + "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Create new", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 Apps (macOS)", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", "macOsVppApp": "macOS volume purchase program app", "managedAndroidLobApp": "Managed Android line-of-business app", "managedAndroidStoreApp": "Managed Android store app", @@ -1785,12 +1831,11 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, - "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", "editPowershellScriptFlowSectionName": "Edit PowerShell script", - "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. By default, no warning or prompt displays and the script runs unblocked.", + "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. This is the default.", "enforceSignatureCheckLabel": "Enforce script signature check", "executionFrequencyLabel": "Execution Frequency", "failedToSavePolicy": "Failed to save {0}", @@ -1801,7 +1846,7 @@ "reviewButtonText": "Review + add ", "runAs64BitInfoBalloonContent": "The script will run in a 64-bit PowerShell Host for a 64-bit client architecture. By default, the script will run in a 32-bit PowerShell Host.", "runAs64BitLabel": "Run script in 64 bit PowerShell Host", - "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in system context.", + "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in user context.", "scriptContextLabel": "Run this script using the logged on credentials", "scriptsettingsTabHeader": "Script settings", "settingsHeader": "Select a script to configure", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version.", "androidPasswordHeader": "Require a password to unlock the device. If not configured, the use of passwords is optional, and left up to the user to configure.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-on VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Check basic integrity & certified devices", - "androidSafetyNetbasicIntegrity": "Check basic integrity", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Check basic integrity & device integrity", + "androidPlayIntegrityVerdictBasicIntegrity": "Check basic integrity", "androidTRDeprecation": "Trusted certificates can no longer install on devices that run Android 11 or later, except for Samsung Knox devices. If you use SCEP certificate profiles, you must continue to create and deploy a trusted certificate profile and associate it with the SCEP certificate profile, but you must manually deliver the trusted root certificate to those devices.", "androidTenAndAbovePasswordHeader": "Android 10 and later", "androidTenAndAbovePasswordHeaderDescription": "These settings work for devices running Android 10 or later.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Warning for other disk encryption", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Selecting \"Require\" will encrypt the storage card of the mobile device.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Encrypt storage card (mobile only)", - "bitLockerEnabledDescription": "Require BitLocker to be enabled on the device", - "bitLockerEnabledName": "Require BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Selecting \"Require\" will enable BitLocker device encryption. Depending on device hardware and Windows version, end users may be asked to confirm there is no third party encryption on their device. Turning on Windows encryption while third party encryption is in use will render the device unstable.", "bitLockerEncryptDeviceName": "Encrypt devices", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Block Touch ID and Face ID unlock", "blockUSBConnectionDescription": "Specifies whether the USB connection on the device is enabled. USB charging will not be affected by this setting. This setting isn't supported on Windows desktop platforms.", "blockUSBConnectionName": "USB connection", + "blockUnifiedPasswordForWorkProfileDescription": "Block using one lock if you want users to use two different passwords for their lock screen and work profile. Using one screen lock is convenient to the user, but makes the work profile accessible to anyone who can unlock the device. Applies to devices running Android 9.0 Pie and later.", + "blockUnifiedPasswordForWorkProfileName": "One lock for work profile and device", "blockUnmanagedDocumentsInManagedAppsName": "Block viewing non-corporate documents in corporate apps", "blockUntrustedTLSCertificatesDescription": "Block untrusted Transport Layer Security (TLS) certificates.", "blockUntrustedTLSCertificatesName": "Block untrusted TLS certificates", @@ -2825,6 +2871,8 @@ "cellularName": "Cellular", "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.", "certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)", + "certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.", + "certificateInstallTitle": "Allow other apps to install and manage certificates", "certificateNotFound": "Certificate policy not found. Was it deleted?", "certificateOption": "Certificate", "certificateRevocationCheck": "Certificate revocation check", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Print service resource URI", "cloudProtectionDescription": "Send the Microsoft Active Protection Service telemetry to allow detection of suspicious activity.", "cloudProtectionName": "Cloud-delivered protection", - "codeIntegrityEnabledDescription": "Require code integrity to be enabled on the device", - "codeIntegrityEnabledName": "Require code integrity", + "codeIntegrityEnabledName": "Code integrity", "complianceAntiSpywareRequirementDescription": "Require any AntiSpyware solution registered with Windows Security Center to be on and monitoring (e.g DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Require AntiSpyware signature to be up-to-date", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "This setting specifies the number of recent passwords that cannot be reused. Recommended value: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Number of previous passwords to prevent reuse", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Select the newest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Enter the newest OS build version a device can have. For example: 20E252
      If you want to set an Apple Rapid Security Response update as the maximum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Maximum OS build version", - "complianceOsBuildVersionRestrictionMinimumDescription": "Select the oldest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Enter the oldest OS build version a device can have. For example: 20E252
      If you want to set an Apple Rapid Security Response update as the minimum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Minimum OS build version", "complianceOsVersionRestrictionHeader": "Operating System Version", "complianceOsVersionRestrictionMaximumAndroidDescription": "Specify the max OS version compliance requirement for devices. E.g. specify “7.1” in this field for Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Force the device to automatically update for security patches and improvements.", "complianceUpdatesRequireAutomaticUpdatesName": "Require automatic updates from Microsoft", "complianceWin10RequiredPasswordTypeDescription": "This setting determines the type of Password/PIN required.
      \nDevice Default (Password, Numeric PIN, or Alphanumeric PIN required)
      \nAlphanumeric (Password or Alphanumberic PIN required)
      \nNumeric (Password or Numeric PIN required)
      \nRecommendations: Required password type: Alphanumeric, Password complexity: Require digits and lowercase letters", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 or 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11 only", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimum version of Microsoft Defender (e.g. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender Antimalware minimum version", - "complianceWindowsDeviceHealthAttestationHeader": "Windows Health Attestation Service evaluation rules", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft Attestation Service evaluation rules

      Use these rules to confirm that a device has protective measures enabled at boot time. Learn more about these rules", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Select the newest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Select the oldest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "The operating system version is defined as major.minor.build.revision. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Minor OS and non-OS software updates", "delayMinorOSUpdateVisibilityOption": "Minor OS software updates", "delayOSUpdateVisibilityOption": "Operating system updates", + "delegatedScopeLogsTitle": "Access to Sensitive Android Logs", "deliveryOptimizationBandwidthHeader": "Bandwidth​", "deliveryOptimizationCachingHeader": "Caching​", "deliveryOptimizationDODescription": "Specifies the download method that Delivery Optimization can use to manage network bandwidth consumption for content distribution scenarios.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Searching for derived credential issuer...", "derivedCredentialsTenantLevelNotConfigured": "You have not specified a derived credential issuer for your tenant so that this policy can successfully apply to devices. Click here to specify the issuer.", "descriptionName": "Description", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (Tenant attach only)", "desktopOption": "Desktop", "destinationPrefix": "Destination Prefix/Size (e.g. 192.168.0.1/255)", "developerUnlock": "Developer unlock", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "And Above", "eDPPolicyVersionAndBelowName": "And Below", "eDPPolicyVersionEqualsName": "Equals", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Require early launch anti malware driver to be enabled", - "earlyLaunchAntiMalwareDriverEnabledName": "Require early launch anti malware driver", + "earlyLaunchAntiMalwareDriverEnabledName": "Early Launch AntiMalware", "easAccountSettingsHeader": "Exchange ActiveSync account settings", "easAllData": "All data", "easCalendarContactsOnly": "Calendar and Contacts only", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Any address", "firewallRulesPortOrPortRangeInvalidCharacterError": "Port list can only contain numbers, '-', or ','.", "firewallRulesPortOrPortRangeInvalidError": "Port list contains invalid ports and/or port ranges.", + "firmwareProtectionEnabledName": "Firmware Protection", "firmwareUpdatesBehaviorName": "Firmware updates", "firstActiveEthernet": "First active Ethernet", "firstAvailableOption": "First available", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP blended with internet peering (3)", "httpWithPeeringNatOption": "HTTP blended with peering behind same NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP blended with peering across private group (2)", + "hvciEnabledName": "Memory Integrity Protection", "hybridSleepBatteryDescription": "This policy setting allows you to turn off hybrid sleep when the device is powered by a battery.​
      If this policy is disabled, the device will not allow hybrid sleep or hibernate.
      If this policy is not configured, users control this setting.", "hybridSleepName": "Hybrid sleep", "hybridSleepPluggedInDescription": "This policy setting allows you to turn off hybrid sleep when the device is plugged in.​
      If this policy is disabled, the device will not allow hybrid sleep or hibernate.
      If this policy is not configured, users control this setting.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medium-low", "mediumOption": "Medium", "meetingInformationDisplayedOnWelcomeScreenName": "Meeting information displayed on welcome screen", + "memoryAccessProtectionEnabledName": "Memory Access Protection", "messagingBlockMMSDescription": "Disable the MMS send/receive functionality on the device.", "messagingBlockMMSName": "MMS (mobile only)", "messagingBlockRCSDescription": "Disable the Rich Communication Services send/receive functionality on the device.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Must be smaller than the maximum OS version", "mustBeValidAddress": "Must be a valid address. Example: 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "Package name must only contain letters, numbers, underscores, and periods. Must start with a letter.", - "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A391, 16G1114, etc.", + "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Must be a valid DNS suffix. Example: itgproxy.com", "mustBeValidDateFormat": "Must be a valid date format (YYYY-MM-DD). Example: 2016-10-01, 2016-10-31 etc.", "mustBeValidDomain": "Must be a valid domain. Example: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Network extensions", "networkInterface": "Network Interface", "networkInterfaceDescription": "Network interface to configure", + "networkLogsTitle": "Allow this app to access Android network activity logs", "networkProxyAutomaticConfigurationUrlDescription": "URL to the PAC script you want to use.", "networkProxyAutomaticConfigurationUrlName": "Setup script address URL", "networkProxyDisableAutoDetectDescription": "Automatically detect settings. If enabled, the system tries to find the path to a PAC script.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Hide", "pinnedFolderOptionShow": "Show", "pipeInvalidError": "The value must not contain '|'.", + "playIntegrityVerdictOptionsDescription": "Set the level of Play Integrity Verdict", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "Plugged In​", "policyDomainNameService": "DNS", "policyEmailAddress": "Email address", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Default policy. The user must exist and have a valid Intune license.", "requireUserExistanceName": "Enrolled user exists", "required": "Required", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Not configured (defaults to basic evaluation)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Select the evaluation type you want to use to compute the SafetyNet device attestation response.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardware-backed key", - "requiredAndroidSafetyNetEvaluationTypeName": "Required SafetyNet evaluation type", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Not configured", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Select the evaluation type you want to use to compute the Play Integrity Verdict device attestation response.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Check strong integrity", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Check strong integrity using hardware-backed security features", "requiredExtensionsColumnHeader": "Package family names", "requiredExtensionsExamples": "e.g. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Password required, no restrictions", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "e.g. contoso.com", "safeSearchFilterDescription": "Specify how Cortana filters adult content from search results.", "safeSearchFilterName": "Safe Search (mobile only)", - "safetyNetAttestationOptionsDescription": "Set the level of SafetyNet attestation", - "safetyNetAttestationOptionsName": "SafetyNet device attestation", "sampleSharingEnableOrNotConfiguredDescription": "Returns or sets the Microsoft Defender for Endpoint Sample Sharing configuration parameter.", "sampleSharingEnableOrNotConfiguredName": "Sample sharing for all files", "saturday": "Saturday", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Secondary authentication method", "secondaryAuthenticationMethodTEAPDescription": "Choose the secondary way you want users to authenticate. When you select Certificates, select one of the certificate profiles (SCEP or PKCS) that is also deployed to the device. This is the identity certificate that is presented by the device to the server.", "secretKey": "Secret Key:", - "secureBootEnabledDescription": "Require Secure Boot to be enabled on the device", - "secureBootEnabledName": "Require Secure Boot to be enabled on the device", + "secureBootEnabledName": "Secure Boot", "secured": "Secured", "securityAssociationIdleTimeDescription": "Security associations are deleted after network traffic is not seen for this number of seconds.", "securityAssociationIdleTimeHint": "Enter idle time in seconds (300 - 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Common Criteria mode​", "securityDeveloperSettingsEnabledDescription": "Allow access to developer settings.", "securityDeveloperSettingsEnabledName": "Developer settings", + "securityLogsTitle": "Allow this app to access Android security logs", "securityOption": "Diagnostic data off", "securityRequireVerifyAppsDescription": "Enable Google Play Protect to scan apps before and after they’re installed. If it detects a threat, it might warn the user to remove the app from the device. Required by default.", "securityRequireVerifyAppsName": "Threat scan on apps​", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Select managed apps", "selectMicrosoftEdgeApp": "Add Microsoft Edge Legacy browser", "selectMicrosoftTunnelSite": "Select a site", + "selectNetworkApp": "Select an app to access Android network activity logs", "selectNetworkInterface": "Select network interface", "selectNonEapMethod": "Select non-EAP method", "selectOneOption": "Select one", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Root certificate for server validation", "selectRootCertificatesForServerValidationName": "Root certificates for server validation", "selectSecurity": "Select security type", + "selectSecurityApp": "Select an app to access Android security logs", "selectService": "Which management type can we help you with?", "selectStoreApp": "Add Store app", "selectStoreAppEmpty": "Add a store app", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "App type", "trafficRuleClaimsName": "Claim", - "trafficRuleDirectionDescription": "Specify whether the rule applies to inbound traffic or outbound traffic.
      \n
      \n Inbound = The rule applies to all inbound traffic.\n
      \n
      \n Outbound = The rule applies to all outbound traffic.\n ", + "trafficRuleDirectionDescription": "Inbound allows traffic from external sites over VPN. Outbound allows traffic to external sites over VPN. To allow both, create two rules.", "trafficRuleDirectionName": "Direction", "trafficRuleRoutingPolicyTypeDescription": "Choose between split tunnel and force tunnel.
      \n
      \n Split tunnel = only the traffic meant for the VPN interface (as determined by the networking stack) goes over the interface. Internet traffic can continue to go over other interfaces.\n
      \n
      \n Force tunnel = all IP traffic must go through the VPN interface only (for this traffic rule).\n
      \n
      \n Applicable only when this rule is associated with an app.\n ", "trafficRuleRoutingPolicyTypeName": "Rule type", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "User", "vPNPolicyProfileTargetDescription": "Turns this profile into an always-on VPN connection that connects without user interaction and uses machine certificates for authentication. Only supports an IKEv2 connection type. VPN profile is removed from the device after the AutoPilot out-of-box experience completes.", "vPNPolicyProfileTargetName": "Use this VPN profile for Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com.", + "vPNPolicyProxyExclListDescription2": "A list of host names for which the proxy is bypassed. The host names may contain wildcards such as *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Excluded hosts", + "vPNPolicyProxyExclListExclusions": "exclusions", + "vPNPolicyProxyExclListFileImport": "File to import host list", + "vPNPolicyProxyExclListHostName": "Host name", + "vPNPolicyProxyExclListImport": "Import proxy exclusions", + "vPNPolicyProxyExclListInvalid": "Invalid input", + "vPNPolicyProxyExclListList": "Exclusion list", + "vPNPolicyProxyExclListManage": "Manage proxy exclusions", + "vPNPolicyProxyExclListName": "Proxy exclusion list", "vPNPolicyRememberCredentialsName": "Remember credentials at each logon", "vPNPolicyRoutesForThisConnectionDescription": "Optional.", "vPNPolicyRoutesForThisConnectionName": "Split tunneling routes for this VPN connection", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtual home button", "virtualHomeButtonNotConfigured": "Not configured", "virtualHomeButtonSwipeUp": "Swipe-up", + "virtualizationBasedSecurityEnabledName": "Virtualization-based Security", "virtualizationOfCpuAndIOName": "CPU and IO virtualization", "visibleAppsListOptionsDescription": "Set whether the list is a list of apps to hide or a list of apps to make visible.", "visibleAppsListOptionsName": "Type of apps list", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Allow web links in any app", "rootCertificate": "Root Certificate", "safetyNetDeviceAttestation": "SafetyNet device attestation", + "samsungKnoxAttestationRequired": "Samsung Knox device attestation", "saveAppsNotificationText": "Saving selected apps", "saveChangesCommandText": "Save", "savePolicySettingsNotificationText": "Saving policy settings", @@ -7885,10 +7953,12 @@ "state": "State", "status": "Status", "store": "Store", + "subjectOnlyOptionText": "Subject only", "success": "Success", "successfully": "Successfully", "summary": "Summary", "summaryLensTitle": "Summary", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Remote requests", "summarySettingsPartWipeRequestsSelectorText": "Wipe requests", "supportId": "Support ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Value", "valueMustNotContainCharsError": "Value must not contain the following characters: {0}", "versionValidationExample": "

      Format: [Major].[Minor] or [Major].[Minor].[Build].[Revision]

      Example: 1.5 or 1.5.50.101

      ", - "versionValidationWith2To4Segments": "

      Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]

      Example: 1.5 or 1.5.50 or 1.5.50.101

      ", + "versionValidationWith2To5Segments": "

      Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]. For iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] is also supported.

      Note: Apps will not perform wipes for RapidSecurityResponse violations, only block or warn is supported.

      Example: 1.5 or 1.5.50 or 1.5.50.101 or (for iOS) 1.5.50.101.a

      ", "versionValidationWithDateFormat": "Must be a valid date format (YYYY-MM-DD).", "warn": "Warn", "warning": "Warning", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Wired network", "workProfile": "Personally-owned work profile" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "The file or folder as the selected requirement.", - "pathToolTip": "The complete path of the file or folder to detect.", - "property": "Property", - "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "GridColumns": { - "pathOrScript": "Path/Script", - "type": "Type" - }, - "Registry": { - "keyPath": "Key path", - "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", - "operator": "Operator", - "operatorTooltip": "Select the operator for the comparison.", - "registryRequirement": "Registry key requirement", - "registryRequirementTooltip": "Select the registry key requirement comparison.", - "valueName": "Value name", - "valueNameTooltip": "The name of the required registry value." - }, - "RequirementTypeOptions": { - "fileType": "File", - "registry": "Registry", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolean", - "dateTime": "Date and Time", - "float": "Floating Point", - "integer": "Integer", - "string": "String", - "version": "Version" - }, - "duplicateName": "Script name {0} has already been used. Please enter a different name.", - "enforceSignatureCheck": "Enforce script signature check", - "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", - "loggedOnCredentials": "Run this script using the logged on credentials", - "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", - "operatorTooltip": "Select the operator for the requirement comparison.", - "requirementMethod": "Select output data type", - "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", - "scriptContent": "Script content", - "scriptFile": "Script file", - "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", - "scriptName": "Script name", - "value": "Value", - "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "bladeTitle": "Add a Requirement rule", - "createRequirementHeader": "Create a requirement.", - "header": "Configure additional requirement rules", - "label": "Additional requirement rules", - "noRequirementsSelectedPlaceholder": "No requirements are specified.", - "requirementType": "Requirement type", - "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." - }, - "architectures": "Operating system architecture", - "architecturesTooltip": "Choose the architectures needed to install the app.", - "bladeTitle": "Requirements", - "diskSpace": "Disk space required (MB)", - "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", - "header": "Specify the requirements that devices must meet before the app is installed:", - "maximumTextFieldValue": "The value must be at most {0}.", - "minimumCpuSpeed": "Minimum CPU speed required (MHz)", - "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", - "minimumLogicalProcessors": "Minimum number of logical processors required", - "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", - "minimumOperatingSystem": "Minimum operating system", - "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", - "minumumTextFieldValue": "The value must be at least {0}.", - "physicalMemory": "Physical memory required (MB)", - "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", - "selectorLabel": "Requirements", - "validNumber": "Please enter a valid number." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Make update available gradually", + "immediateStart": "Make update available as soon as possible", + "startDateOnly": "Make update available on a specific date" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Managed devices", + "devicesWithoutEnrollment": "Managed apps" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filter mode", + "assignmentToast": "End user notifications", + "assignmentTypeTableHeader": "ASSIGNMENT TYPE", + "deadlineTimeColumnLabel": "Installation deadline", + "deliveryOptimizationPriorityHeader": "Delivery optimization priority", + "groupTableHeader": "Group", + "installContextLabel": "Install Context", + "isRemovable": "Install as removable", + "licenseTypeLabel": "License type", + "modeTableHeader": "Group mode", + "policySet": "Policy Set", + "preventAutoAppUpdate": "Prevent automatic app updates", + "preventManagedAppBackup": "Prevent iCloud app backup", + "restartGracePeriodHeader": "Restart grace period", + "startTimeColumnLabel": "Availability", + "tracks": "Tracks", + "uninstallOnRemoval": "Uninstall on device removal", + "updateMode": "Update Priority", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD web app", + "androidEnterpriseSystemApp": "Android Enterprise system app", + "androidForWorkApp": "Managed Google Play store app", + "androidLobApp": "Android line-of-business app", + "androidStoreApp": "Android store app", + "builtInAndroid": "Built-In Android app", + "builtInApp": "Built-In app", + "builtInIos": "Built-In iOS app", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "iOS line-of-business app", + "iosStoreApp": "iOS store app", + "iosVppApp": "iOS volume purchase program app", + "lineOfBusinessApp": "Line-of-business app", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS line-of-business app", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office Suite", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", + "macOsVppApp": "macOS volume purchase program app", + "managedAndroidLobApp": "Managed Android line-of-business app", + "managedAndroidStoreApp": "Managed Android store app", + "managedGooglePlayApp": "Managed Google Play store app", + "managedGooglePlayPrivateApp": "Managed Google Play private app", + "managedGooglePlayWebApp": "Managed Google Play web link", + "managedIosLobApp": "Managed iOS line-of-business app", + "managedIosStoreApp": "Managed iOS store app", + "microsoftStoreForBusinessApp": "Microsoft Store for Business app", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", + "officeAddIn": "Office add-in", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", + "sharePointApp": "SharePoint app", + "teamsApp": "Teams app", + "webApp": "Web link", + "win32CatalogApp": "Windows catalog app (Win32)", + "winGetPublicApp": "Windows Package Manager Community Repository", + "winGetStoreApp": "Microsoft Store app (new)", + "windowsAppXLobApp": "Windows AppX line-of-business app", + "windowsClassicApp": "Windows app (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", + "windowsMobileMsiLobApp": "Windows MSI line-of-business app", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81StoreApp": "Windows Phone 8.1 store app", + "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", + "windowsStoreApp": "Microsoft Store app (legacy)", + "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", + "windowsUniversalLobApp": "Windows Universal line-of-business app", + "windowsWebApp": "Windows web link" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Excluded", + "include": "Included", + "includeAllDevicesVirtualGroup": "Included", + "includeAllUsersVirtualGroup": "Included" + }, + "AssignmentToast": { + "hideAll": "Hide all toast notifications", + "showAll": "Show all toast notifications", + "showReboot": "Show toast notifications for computer restarts" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Background", + "displayText": "Content download in {0}", + "foreground": "Foreground", + "header": "Delivery optimization priority" + }, + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "FilterType": { + "exclude": "Exclude", + "include": "Include", + "none": "None" + }, + "InstallIntent": { + "available": "Available for enrolled devices", + "availableWithoutEnrollment": "Available with or without enrollment", + "notApplicable": "Not applicable", + "required": "Required", + "uninstall": "Uninstall" + }, + "SettingType": { + "assignmentType": "Assignment type", + "deviceLicensing": "License type", + "installContext": "Uninstall on device removal", + "toastSettings": "End user notifications", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Default", + "postponed": "Postponed", + "priority": "High Priority" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, + "OSConfiguration": { + "menuDescription": "Configure settings that users can use to recover Windows from a bootable flash drive.", + "menuTitle": "Operating system configuration" + }, + "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", + "coManagementAuthorityTitle": "Co-management Settings ", + "deploymentProfiles": "Windows Autopilot deployment profiles", + "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", + "descriptionLabel": "Windows enrollment methods", + "enrollmentStatusPage": "Enrollment Status Page" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", - "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Automatically approve all recommended driver updates", + "manual": "Manually approve and deploy driver updates" + }, + "Details": { + "ApprovalMethod": { + "label": "Approval method:" + }, + "DeploymentDeferralInDays": { + "label": "Make updates available after", + "units": "(days)", + "value": "{0} days" + }, + "bladeTitle": "Driver updates Windows 10 and later (preview)", + "lastSync": "Last sync:", + "lastSyncDefaultText": "Pending initial inventory collection", + "loadError": "Loading failed!" + }, + "DriverStatus": { + "approved": "Approved", + "declined": "Declined", + "export": "Exporting recommended drivers", + "needsReview": "Needs review", + "paused": "Paused" }, + "DriversToReview": { + "text": "{0} to review" + }, + "Subtitle": { + "automatic": "Automatic approval driver update policy", + "manual": "Manual approval driver update policy" + }, + "SyncNotification": { + "failure": "Unable to sync {0}", + "failureDescription": "We encountered an error and were unable to complete the requested sync. Please try again.", + "pending": "{0} sync in progress", + "pendingDescription": "We are retrieving the most recent data. This process may take several minutes.", + "success": "{0} sync complete", + "successDescription": "Sync with WUfB service completed at {0}" + }, + "SyncSpinner": { + "text": "A sync is in progress. This could take several minutes. Look for an alert or check back in a few minutes." + }, + "TabName": { + "basics": "Basics", + "driverUpdateSettings": "Settings", + "otherDrivers": "Other drivers", + "properties": "Properties", + "recommendedDrivers": "Recommended drivers" + }, + "driverAddFilter": "Add filter", + "driverApplicableDevices": "Applicable devices", + "driverApprovalStatus": "Status", + "driverBulkActions": "Bulk actions", + "driverClass": "Driver class", + "driverCount": "Showing {0} to {1} of {2} records", + "driverFilterNoneSelected": "None selected", + "driverManufacturer": "Manufacturer", + "driverName": "Driver name", + "driverNameLower": "windows driver update deployment", + "driverNameUpper": "Windows driver update deployment", + "driverRefresh": "Refresh", + "driverReleaseDate": "Release date", + "driverSearch": "Search", + "driverSearchKeyword": "Enter search keyword", + "driverVersion": "Version", + "firstDeploymentDate": "First Deployment", + "infoBoxText": "Inventory can take up to 24 hours to populate after a policy is assigned and created.", + "textBlockText": "Select your policy approval and deployment settings. Choose to set up a policy to approve and deploy updates automatically or manually. The approval method cannot be changed once a policy is created, but changes to individual driver approvals and deployment details will be possible once an inventory is built for assigned devices." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

      \n Prohibited apps - A list of apps that you want to be informed about when users install them.
      \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
      \n ", + "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", + "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", + "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", + "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
      \n
        \n
      • Max file size: 750 KB
      • \n
      • File type: PNG, JPG or JPEG
      • \n
      \n ", + "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", + "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", + "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

      \n Prohibited apps - A list of apps that you want to be informed about when users install them.
      \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
      \n ", + "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", + "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", + "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", + "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", + "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", + "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", + "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", + "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", + "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", + "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", + "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
      \n
        \n
      • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
      • \n
        \n
      • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
      • \n
      \n ", + "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

      \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", + "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", + "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", + "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." + }, + "Inputs": { + "accountDomain": "Account domain", + "accountDomainHint": "e.g. contosodomain", + "accountDomainInfoBalloon": "Specify the user’s account domain.", + "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", + "allowContactSetting": "Allow user to change contact setting", + "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", + "allowUserChange": "Allow user to change setting", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", + "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "App install context", + "appUrlLabel": "Appstore URL", + "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Applicable device type", + "assignmentActionLabel": "Mode", + "authenticationMethodInfoBalloon": "Specify the authentication method for the user", + "authenticationMetod": "Authentication method", + "authenticationType": "Authentication type", + "authenticationTypeInfoBalloon": "Specify the authentication type for the user", + "availableLicenseCount": "Available licenses", + "basicAuth": "Basic authentication", + "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", + "bookNameLabel": "Book name", + "bundleDescriptionHint": "Enter a description that describes the apps included.", + "calendar": "Calendar", + "categoryLabel": "Category", + "categoryNameLabel": "Default name", + "certProfileType": "Certificate profile type", + "certificate": "Certificate", + "certificates": "Certificates", + "commandLineLabel": "Command-line arguments", + "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", + "configurationSettingsFormatLabel": "Configuration settings format", + "configurationSettingsLabel": "Settings format", + "contactSync": "Save Contacts", + "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", + "contacts": "Contacts", + "createdDateTime": "Created", + "defaultCategoryHint": "Default categories cannot be changed", + "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", + "descriptionGenericLabel": "Description", + "descriptionHint": "Enter a description...", + "descriptionLabel": "Description", + "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", + "developerLabel": "Developer", + "developerSizeHint": "The maximum length of the developer name is 256 characters.", + "disable": "Disable", + "disabled": "Disabled", + "displayNameLabel": "Name", + "displayVersionHint": "Enter the app version", + "displayVersionLabel": "App Version", + "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", + "eBookCategoryNameLabel": "Default name", + "emailAccount": "Email account name", + "emailAccountHint": "e.g. Corporate Email", + "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", + "emailAddressAttribute": "Email address attribute from AAD", + "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", + "emailServer": "Email Server", + "emailServerHint": "e.g. mail.contoso.com", + "emailServerInfoBalloon": "Specify the host name of your Exchange Server", + "enable": "Enable", + "enableSMime": "Enable S/MIME", + "enabled": "Enabled", + "encryptAllEmails": "Encrypt all emails", + "encryptionCertificates": "Encryption certificates", + "endUserNotifications": "End-user notifications", + "enrollmentTypeLabel": "Device enrollment type", + "externalRecipients": "External recipients MailTip", + "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", + "focusedInbox": "Focused Inbox", + "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", + "fullScreenEnabledLabel": "Full screen", + "gmailNineAmountOfEmail": "Amount of email to synchronize", + "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", + "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", + "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", + "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", + "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", + "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", + "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", + "ignoreManifestScope": "Ignore manifest scope", + "ignoreVersionDetection": "Ignore app version", + "informationUrlLabel": "Information URL", + "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", + "installAsManaged": "Install as managed", + "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", + "isFeatured": "Show this as a featured app in the Company Portal", + "isMAMEnabledToggleLabel": "Yes", + "lastModifiedDateTime": "Last updated Time", + "ldapUrl": "LDAP URL", + "licensingType": "Supports device context assignment", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimum operating system", + "modernAuth": "Modern authentication", + "nameHint": "Enter a name", + "nameLabel": "Name", + "nameSizeHint": "The maximum length of the name is 512 characters.", + "notConfigured": "Not configured", + "notesLabel": "Notes", + "notesSizeHint": "The maximum length of the notes text is 1024 characters.", + "notificationType": "Notification type", + "oneDay": "One Day", + "oneMonth": "One Month", + "oneWeek": "One Week", + "outlookSMimeSettings": "Outlook S/MIME settings", + "ownerLabel": "Owner", + "ownerSizeHint": "The maximum length of the owner name is 256 characters.", + "packageIdLabel": "Package Identifier", + "packageNameLabel": "Package name", + "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Description", + "policyNameLabel": "Name", + "preComposedIconEnabled": "Precomposed", + "primarySMTPAddress": "Primary SMTP Address", + "privacyUrlLabel": "Privacy URL", + "publisherHint": "Enter a publisher name", + "publisherLabel": "Publisher", + "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", + "require": "Require", + "requireBiometrics": "Require Biometrics to access app", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "At least one scope tag is required", + "searchAppLabel": "Select app", + "searchAppLinkText": "Search the App Store", + "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", + "selectAAD": "Select an AAD attribute", + "selectAppFileLabel": "Select file", + "selectAppFileLinkText": "Select app package file", + "selectAppFileToUpdateLabel": "Select file to update", + "selectAuthMethod": "Select an authentication method", + "selectAuthType": "Select an authentication type", + "selectCatalogAppLabel": "Select app", + "selectCatalogAppLinkText": "Search the Windows app (Win32) catalog", + "selectCertificate": "Select a certificate", + "signAllEmails": "Sign all emails", + "signingCertificates": "Signing certificates", + "ssl": "SSL", + "suiteDescriptionLabel": "Suite Description", + "suiteNameLabel": "Suite Name", + "targetApplicationBundleIdentifier": "Target application bundle identifier", + "targetedPlatformsLabel": "Targeted platform", + "tasks": "Tasks", + "threeDays": "Three Days", + "totalLicenseCount": "Total licenses", + "twoWeeks": "Two Weeks", + "unifiedAssignmentsLabel": "Assign to:", + "unlimited": "Unlimited", + "urlHint": "Enter a valid url", + "useManagedBrowserHint": "Android and iOS only. Learn more", + "useManagedBrowserLabel": "Require a managed browser to open this link", + "userPrinicipalName": "User Principal Name", + "username": "Username", + "usernameAttribute": "Username attribute from AAD", + "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", + "usernamePassword": "Username and password", + "webAppUrlHint": "Enter a valid url beginning with http:// or https://", + "webAppUrlLabel": "App URL", + "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", + "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "XML Data Entered", + "xmlFormatInvalid": "XML policy format is invalid.", + "xmlTooLarge": "Input size must be less than 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Failed to delete {0}", @@ -8432,374 +8847,13 @@ "modifying": "Deleting {0}", "success": "Successfully deleted {0}" }, - "Included": { - "none": "No cloud apps, actions, or authentication contexts selected", - "plural": "{0} authentication contexts included", - "singular": "1 authentication context included" - }, - "InfoBlade": { - "createTitle": "Add authentication context", - "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", - "descPlaceholder": "Add description for the authentication context", - "modifyTitle": "Modify authentication context", - "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", - "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publish to apps", - "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." - }, "Notify": { "failure": "Failed to update {0}", "modifying": "Modifying {0}", "success": "Successfully updated {0}" }, - "WhatIf": { - "selected": "Authentication context included" - }, - "addNewStepUp": "New authentication context", - "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", - "checkBoxInfo": "Select the authentication contexts this policy will apply to", - "configure": "Configure authentication contexts", - "createCA": "Assign Conditional Access policies to the authentication context", - "dataGrid": "List of authentication contexts", - "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", - "description": "Description", - "documentation": "Documentation", - "getStarted": "Get started", - "label": "Authentication context", - "menuLabel": "Authentication context", - "name": "Name", - "noAuthContextConfigured": "No authentication contexts have been configured.", - "noAuthContextSet": "There are no authentication contexts", - "noData": "No authentication contexts to display", - "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", - "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Tag resources with an authentication context" + "menuLabel": "Authentication context" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", - "email": "Email One-Time Passcode", - "federatedMultiFactor": "Federated Multi-Factor", - "federatedSingleFactor": "Federated Single-Factor", - "fido2": "FIDO2 Security Key", - "hardwareOath": "Hardware OATH tokens", - "hardwareOathEmail": "Hardware OATH token + Email one-time passcode", - "hardwareOathFederatedSingleFactor": "Federated Single-Factor + Hardware OATH token", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (Push Notification) + Email one-time passcode", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federated Single-Factor + Microsoft Authenticator (Push Notification)", - "none": "None", - "password": "Password", - "passwordHardwareOath": "Password + Hardware OATH token", - "passwordMicrosoftAuthenticatorPush": "Password + Microsoft Authenticator (Push Notification)", - "passwordSms": "Password + SMS", - "passwordSoftwareOath": "Password + Software OATH token", - "passwordVoice": "Password + Voice", - "passwordX509CertificateMultiFactor": "Password + Certificate Based Authentication (Multi-Factor)", - "passwordX509CertificateSingleFactor": "Password + Certificate Based Authentication (Single-Factor)", - "sms": "SMS", - "smsEmail": "SMS + Email one-time passcode", - "smsFederatedSingleFactor": "Federated Single-Factor + SMS", - "softwareOath": "Software OATH tokens", - "softwareOathEmail": "Software OATH token + Email one-time passcode", - "softwareOathFederatedSingleFactor": "Federated Single-Factor + Software OATH token", - "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", - "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", - "voice": "Voice", - "voiceEmail": "Voice + Email one-time passcode", - "voiceFederatedSingleFactor": "Federated Single-Factor + Voice", - "windowsHelloForBusiness": "Windows Hello For Business", - "x509CertificateMultiFactor": "Certificate Based Authentication (Multi-Factor)", - "x509CertificateSingleFactor": "Certificate Based Authentication (Single Factor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Block downloads (Preview)", - "monitorOnly": "Monitor only (Preview)", - "protectDownloads": "Protect downloads (Preview)", - "useCustomControls": "Use custom policy..." - }, - "ariaLabel": "Choose the kind of Conditional Access App Control to apply" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "List of selected cloud apps" - }, - "UpperGrid": { - "ariaLabel": "List of cloud apps which match the search term" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "With \"Selected locations\" you must choose at least one location.", - "selector": "Choose at least one location" - }, - "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "You must select at least one of the following clients" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", - "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", - "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribute", - "placeholder": "Choose an attribute" - }, - "Configure": { - "infoBalloon": "Configure app filters you want to policy to apply to." - }, - "NoPermissions": { - "learnMoreAria": "More about custom security attribute permissions.", - "message": "You do not have the permissions needed to use custom security attributes." - }, - "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", - "learnMoreAria": "More information about using the rule builder and syntax text box.", - "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", - "title": "Edit filter (Preview)" - }, - "CloudAppsUserActions": { - "any": "Any cloud app or action", - "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", - "learnMore": "Control access based on all or specific cloud apps or actions.", - "learnMoreB2C": "Control access based on all or specific cloud apps.", - "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", - "title": "Cloud apps or actions" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "List of excluded cloud apps" - }, - "Filter": { - "configured": "Configured", - "label": "Edit filter (Preview)", - "with": "{0} with {1}" - }, - "Included": { - "gridAria": "List of included cloud apps" - }, - "Validation": { - "authContext": "With \"authentication context\" you must configure at least one sub-item.", - "networkAccess": "With \"Network Access\" you must configure at least one traffic profile.", - "selectApps": "\"{0}\" must be configured", - "selector": "Select at least one app.", - "userActions": "With \"User actions\" you must configure at least one sub-item." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." - } - }, - "Errors": { - "notFound": "The policy was not found or has been deleted.", - "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "All", - "b2bCollaborationGuestLabel": "B2B collaboration guest users", - "b2bCollaborationMemberLabel": "B2B collaboration member users", - "b2bDirectConnectUserLabel": "B2B direct connect users", - "enumeratedExternalTenantsError": "Please select at least one external tenant", - "enumeratedExternalTenantsLabel": "Select", - "externalTenantsLabel": "Specify external Azure AD organizations", - "externalUserDropdownLabel": "Choose guest or external user types", - "externalUsersError": "Select at least one external guest or user type", - "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", - "guestOrExternalUsersLabel": "Guest or external users", - "internalGuestLabel": "Local guest users", - "otherExternalUserLabel": "Other external users", - "previewTag": "{0} (preview)", - "serviceProviderUsersLabel": "Service provider users" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Country/Region lookup method", - "gps": "Determine location by GPS coordinates", - "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", - "ip": "Determine location by IP address (IPv4 only)" - }, - "Header": { - "new": "New location ({0})", - "update": "Update location ({0})" - }, - "IP": { - "learn": "Configure named location IPv4 and IPv6 ranges.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region. [Learn more][1]\n\nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n[1]: https://aka.ms/canamedlocations\n", - "label": "Include unknown countries/regions" - }, - "Name": { - "empty": "Name cannot be empty", - "placeholder": "Name this location" - }, - "PrivateLink": { - "learn": "Create a new named location containing Private Links for Azure AD.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Search countries", - "names": "Search names", - "privateLinks": "Search Private Links" - }, - "Trusted": { - "label": "Mark as trusted location" - }, - "enter": "Enter a new IPv4 or IPv6 range", - "example": "ex: 40.77.182.32/27 or 2a01:111::/32" - }, - "Label": { - "addCountries": "Countries location", - "addIpRange": "IP ranges location", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Failure in creating new location ({0})", - "title": "Creation has failed" - }, - "InProgress": { - "description": "Creating new location ({0})", - "title": "Creation in progress" - }, - "Success": { - "description": "Success in creating new location ({0})", - "title": "Creation has succeeded" - } - }, - "Delete": { - "Failed": { - "description": "Failure in deleting location ({0})", - "title": "Deletion has failed" - }, - "InProgress": { - "description": "Deleting location ({0})", - "title": "Deletion in progress" - }, - "Success": { - "description": "Success in deleting location ({0})", - "title": "Deletion has succeeded" - } - }, - "Update": { - "Failed": { - "description": "Failure in updating location ({0})", - "title": "Updating has failed" - }, - "InProgress": { - "description": "Updating location ({0})", - "title": "Updating in progress" - }, - "Success": { - "description": "Success in updating location ({0})", - "title": "Updating has succeeded" - } - } - }, - "PrivateLinks": { - "grid": "List of Private Links" - }, - "Trusted": { - "title": "Trusted type", - "trusted": "Trusted" - }, - "Type": { - "all": "All types", - "countries": "Countries", - "ipRanges": "IP ranges", - "privateLinks": "Private Links", - "title": "Location type" - }, - "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", - "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", - "iPRangeOctetError": "IP network must not start with 0 or 255.", - "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", - "iPRangePrivateError": "IP network detected as a private address." - }, - "NamedNetwork": { - "List": { - "gridAria": "List of named locations" - } - }, - "NetworkAccess": { - "Included": { - "none": "No target resources selected", - "plural": "{0} network traffic profiles selected", - "singular": "1 network traffic profile selected" - }, - "internetOptionText": "Public traffic", - "label": "Network Access (Preview)", - "m365OptionText": "M365 traffic", - "privateOptionText": "Private traffic", - "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", - "targetResourcesBalloonContext": "Target Resources", - "targetResourcesSelectorTitle": "Target Resources", - "trafficProfilesLearnMoreTooltip": "To see aditional traffic profiles, add more NaaS licenses.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " - }, - "Policies": { - "Grid": { - "aria": "List of Conditional Access policies" - }, - "countText": "{0} out of {1} policies found", - "countTextSingular": "{0} out of 1 policy found", - "search": "Search policies" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Configure service principal risk levels needed for policy to be enforced​", - "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." - }, - "LearnMore": { - "message": "Control user access to respond to specific real-time sign-in risk detections." - }, - "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", - "header": "Real-time built-in risk detections", - "info": "Detections that detect risks during sign-ins.", - "label": "Sign-in risk detections (Preview)", - "title": "Sign-in risk detections" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", - "displayName": "Multifactor authentication" - }, - "Passwordless": { - "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", - "displayName": "Passwordless multifactor authentication" - }, - "PhishingResistant": { - "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", - "displayName": "Phishing-resistant multifactor authentication" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", "certificate": "Certificate authentication", @@ -8808,287 +8862,6 @@ "require": "Require federated authentication method (Preview)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Off", - "on": "On", - "reportOnly": "Report-only" - }, - "PolicyTemplates": { - "Devices": { - "description": "Select Devices policy template category to gain visibility into devices accessing the network. Ensure compliance and health status before granting access.", - "name": "Devices" - }, - "Identities": { - "description": "Select Identities policy template category to verify and secure each identity with strong authentication across your entire digital estate.", - "name": "Identities" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "All apps", - "office365": "Office 365", - "registerSecurityInfo": "Register security information" - }, - "Conditions": { - "androidAndIOS": "Device Platform: Android and IOS", - "anyDevice": "Any device except Android, IOS, Windows and Mac", - "anyDeviceStateExceptHybrid": "Any device state except compliant and hybrid Azure AD joined", - "anyLocation": "Any location except trusted", - "browserMobileDesktop": "Client apps: Browser, Mobile apps and desktop clients", - "exchangeActiveSync": "Client Apps: Exchange Active Sync, Other Clients", - "windowsAndMac": "Device Platform: Windows and Mac" - }, - "Devices": { - "anyDevice": "Any Device" - }, - "Grant": { - "appProtectionPolicy": "Require app protection policy", - "approvedClientApp": "Require approved client app", - "blockAccess": "Block access", - "mfa": "Require multifactor authentication", - "passwordChange": "Require password change", - "requireCompliantDevice": "Require device to be marked as compliant", - "requireHybridAzureADDevice": "Require hybrid Azure AD joined device" - }, - "Session": { - "appEnforcedRestrictions": "Use app enforced restrictions", - "signInFrequency": "Sign-in Frequency and never persistent browser session" - }, - "UsersAndGroups": { - "allUsers": "All Users", - "directoryRoles": "Directory roles except current administrator", - "globalAdmin": "Global Administrator", - "noGuestAndAdmins": "All Users except Guest and External, Global administrators, Current administrator" - }, - "azureManagement": "Azure Management", - "deviceFilters": "Filters for devices", - "devicePlatforms": "Device Platforms" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Block or limit access to SharePoint, OneDrive, and Exchange content from unmanaged devices.", - "name": "CA014: Use application enforced restrictions for unmanaged devices", - "title": "Use application enforced restrictions for unmanaged devices" - }, - "ApprovedClientApps": { - "description": "To prevent data loss, organizations can restrict access to approved modern auth client apps with Intune app protection.", - "name": "CA012: Require approved client apps and app protection", - "title": "Require approved client apps and app protection" - }, - "BlockAccessOnUnknowns": { - "description": "Users will be blocked from accessing company resources when the device type is unknown or unsupported.", - "name": "CA010: Block access for unknown or unsupported device platform", - "title": "Block access for unknown or unsupported device platform" - }, - "BlockLegacyAuth": { - "description": "Block legacy authentication endpoints that can be used to bypass multifactor authentication. ", - "name": "CA003: Block legacy authentication", - "title": "Block legacy authentication" - }, - "NoPersistentBrowserSession": { - "description": "Protect user access on unmanaged devices by preventing browser sessions from remaining signed in after the browser is closed and setting a sign-in frequency to 1 hour.", - "name": "CA011: No persistent browser session", - "title": "No persistent browser session" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Require privileged administrators to only access resources when using a compliant or hybrid Azure AD joined device.​", - "name": "CA009: Require compliant or hybrid Azure AD joined device for admins", - "title": "Require compliant or hybrid Azure AD joined device for admins" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Protect access to company resources by requiring users to use a managed device or perform multifactor authentication. (macOS or Windows only)", - "name": "CA013: Require compliant or hybrid Azure AD joined device or multifactor authentication for all users", - "title": "Require compliant or hybrid Azure AD joined device or multifactor authentication for all users" - }, - "RequireMFAAllUsers": { - "description": "Require multifactor authentication for all user accounts to reduce risk of compromise.", - "name": "CA004: Require multifactor authentication for all users", - "title": "Require multifactor authentication for all users" - }, - "RequireMFAForAdmins": { - "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", - "name": "CA001: Require multifactor authentication for admins", - "title": "Require multifactor authentication for admins" - }, - "RequireMFAForAzureManagement": { - "description": "Require multifactor authentication to protect privileged access to Azure resources.", - "name": "CA006: Require multifactor authentication for Azure management", - "title": "Require multifactor authentication for Azure management" - }, - "RequireMFAForGuestAccess": { - "description": "Require guest users perform multifactor authentication when accessing your company resources.", - "name": "CA005: Require multifactor authentication for guest access", - "title": "Require multifactor authentication for guest access" - }, - "RequireMFAForRiskySignIn": { - "description": "Require multifactor authentication if the sign-in risk is detected to be medium or high. (Requires an Azure AD Premium 2 License)", - "name": "CA007: Require multifactor authentication for risky sign-ins", - "title": "Require multifactor authentication for risky sign-ins" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Require the user to change their password if the user risk is detected to be high. (Requires an Azure AD Premium 2 License)", - "name": "CA008: Require password change for high-risk users", - "title": "Require password change for high-risk users" - }, - "RequireSecurityInfo": { - "description": "Secure when and how users register for Azure AD multifactor authentication and self-service password. ", - "name": "CA002: Securing security info registration", - "title": "Securing security info registration" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Enabling this policy will prevent any access from unknown device type, consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "BlockLegacyAuth": { - "description": "Consider using report only mode to begin with until you have confirmed this will not impact your users.", - "title": "Enabling this policy will block legacy authentication for all your users." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Consider using report only mode to begin with until you have confirmed this will not impact your privileged users.", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat until the device is made compliant." - }, - "Title": { - "on": "Enabling this policy will prevent any access for privileged users unless using a managed device such as compliant or hybrid Azure AD joined. Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling.", - "reportOnly": "Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "This policy will affect all users except the current logged in Administrator. Consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "Title": { - "on": "Don't lock yourself out! Make sure that your device is compliant, or hybrid Azure AD Joined or you have configured multifactor authentication. ", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat untli the device is made compliant." - } - }, - "RequireMfa": { - "description": "If you use emergency access accounts or Azure AD connect to synchronize your on-premises objects, you may need to exclude these accounts from this policy after creation." - }, - "RequireMfaAdmins": { - "description": "Please note the current administrator account will automatically be excluded but all others will be protected on policy creation. Consider using report only mode to begin with.", - "title": "Don't lock yourself out! This policy impacts the Azure portal." - }, - "RequireMfaAllUsers": { - "description": "Consider using report only mode to begin with until you have planned and communicated this change to all your users.", - "title": "Enabling this policy will enforce multifactor authentication for all your users." - }, - "RequireSecurityInfo": { - "description": "Please ensure you review your configuration to protect these accounts based on your company needs.", - "title": "The following users and roles are excluded from this policy, Guests and External Users, Global Administrators, Current Administrator" - } - }, - "basics": "Basics", - "clientApps": "Client apps", - "cloudApps": "Cloud apps", - "cloudAppsOrActions": "Cloud apps or actions ", - "conditions": "Conditions ", - "createNewPolicy": "Create new policy from templates (Preview)", - "createPolicy": "Create Policy", - "currentUser": "Current user", - "customizeBuild": "Customize your build", - "customizeTemplate": "Template lists are customized based on the type of policy you're looking to create", - "excludedDevicePlatform": "Excluded device platforms", - "excludedDirectoryRoles": "Excluded directory roles", - "excludedLocation": "Excluded directory roles", - "excludedUsers": "Excluded users", - "grantControl": "Grant control ", - "includeFilteredDevice": "Include filtered devices in policy", - "includedDevicePlatform": "Included device platforms", - "includedDirectoryRoles": "Included directory roles", - "includedLocation": "Included location", - "includedUsers": "Included users", - "legacyAuthenticationClients": "Legacy authentication clients", - "namePolicy": "Name your policy", - "needAdPremiumMessage": "You need an Azure AD Premium subscription to use this feature.", - "next": "Next", - "policyName": "Policy Name", - "policyState": "Policy state", - "policySummary": "Policy summary", - "policyTemplate": "Policy template", - "previous": "Previous", - "reviewAndCreate": "Review + create", - "riskLevels": "Risk levels", - "selectATemplate": "Select a Template", - "selectTemplate": "Select template", - "selectTemplateCategory": "Select a template category", - "selectTemplateRecommendation": "We recommend the following templates based on your response", - "sessionControl": "Session control ", - "signInFrequency": "Sign-in frequency", - "signInRisk": "Sign-in risk", - "template": "Template ", - "templateCategory": "Template category", - "userRisk": "User risk", - "usersAndGroups": "Users and groups ", - "viewPolicySummary": "View policy summary " - }, - "SSM": { - "MemberSelector": { - "description": "Users and groups" - }, - "Notification": { - "Migration": { - "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", - "inProgress": "Migrating Continuous access evaluation settings", - "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", - "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." - }, - "error": "Failed to update Continuous access evaluation settings", - "inProgress": "Updating Continuous access evaluation settings", - "success": "Successfully updated Continuous access evaluation settings" - }, - "PreviewOptions": { - "disable": "Disable preview", - "enable": "Enable preview" - }, - "StrictLocationEnforcement": { - "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", - "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", - "label": "Strict Location Enforcement", - "title": "Additional enforcement modes" - }, - "bladeTitle": "Continuous access evaluation", - "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", - "migrateLabel": "Migrate", - "migrationError": "Migration failed due to the following error: {0}", - "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the “Migrate” button above and configure it with Conditional Access policy going forward. Click here to learn more.", - "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", - "optionsPickerTitle": "Enable/Disable Continuous access evaluation", - "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." - }, - "SamlReauth": { - "Filter": { - "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "List of selected organizations" - }, - "Upper": { - "gridAria": "List of available organizations" - }, - "addTenantLabel": "Add tenant to selected", - "customOrganizationDescription": "Add an organization with this tenant ID", - "description": "Add an Azure AD organization by typing one of its domain names.", - "notFoundResult": "Not found", - "searchBoxPlaceholder": "Tenant ID or domain name", - "subTitle": "Azure AD organization", - "tenantAdded": "This tenant ID has already been added.", - "tenantIdNotFound": "Tenant ID not found" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organization ID: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD organizations selected", - "single": "1 Azure AD organization selected" - }, - "gridAria": "List of selected organizations" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modify session lifetime", "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." }, - "SigninRisk": { - "LearnMore": { - "message": "Control user access to respond to specific sign-in risk levels." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." - }, - "description": "Sign-in risk level is generated based on all real-time risk detections.", - "header": "Select the sign-in risk level this policy will apply to" - }, "SingleSelectorActive": { "failed": "Unable to load this data.", "reattempt": "Loading data. Reattempt {0} of {1}." }, - "TimeCondition": { - "Errors": { - "both": "Invalid \"Include\" or \"Exclude\" time range.", - "daysOfWeek": "{0} Make sure to specify at least one day of the week.", - "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", - "exclude": "Invalid \"Exclude\" time range.", - "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", - "include": "Invalid \"Include\" time range.", - "timeMissing": "{0} Make sure to specify both a start and end time.", - "timeZone": "{0} Make sure to specify a time zone.", - "timesAndZone": "{0} Make sure you set start time, end time and time zone." - } - }, - "UserActions": { - "Included": { - "none": "No cloud apps or actions selected", - "plural": "{0} user actions included", - "singular": "1 user action included" - }, - "accessRequirement1": "Level 1", - "accessRequirement2": "Level 2", - "accessRequirement3": "Level 3", - "accessRequirementsLabel": "Accessing secured app data", - "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", - "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", - "appsOrActionsTitle": "Cloud apps or actions", - "label": "User actions", - "mainOptionsLabel": "Select what this policy applies to", - "registerOrJoinDevices": "Register or join devices", - "registerSecurityInfo": "Register security information", - "selectionInfo": "Select the action this policy will apply to", - "whatIf": "User action included" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Choose directory roles" @@ -9197,88 +8925,6 @@ }, "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests." }, - "ValidationResult": { - "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", - "invalidApplicationCondition": "Invalid cloud applications selected", - "invalidClientTypesCondition": "Invalid client apps selected", - "invalidConditions": "Assignments are not selected", - "invalidControls": "Invalid controls selected", - "invalidDevicePlatformsCondition": "Invalid device platforms selected", - "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", - "invalidGrantControlPolicy": "Invalid grant control", - "invalidLocationsCondition": "Invalid locations selected", - "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", - "invalidPolicy": "Assignments are not selected", - "invalidSessionControlPolicy": "Invalid session control", - "invalidSignInRisksCondition": "Invalid sign-in risk selected", - "invalidUserRisksCondition": "Invalid user risk selected", - "invalidUsersCondition": "Invalid users selected", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", - "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", - "pending": "Validating policy", - "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", - "success": "Valid policy" - }, - "VpnCert": { - "Grid": { - "aria": "List of VPN Certificates" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", - "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." - }, - "combinedRegistration": "Enable combined registration for \"Require authentication strength\" to work correctly. We strongly recommend turning it on for all users rather than just a group of them.", - "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", - "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", - "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", - "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\"", - "requireMfa": "Consider testing the new \"{0}\" public preview", - "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." - }, - "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", - "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", - "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." - }, - "ServicePrincipals": { - "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.​", - "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", - "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
      Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", - "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", - "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.​", - "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", - "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", - "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." - }, - "Users": { - "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", - "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "List of attributes on the device employed during sign-in.", - "infoBalloon": "List of attributes on the device employed during sign-in." - } - }, - "noTenantSelected": "No tenant selected", - "selectOrganization": "Select organization", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" - }, "advancedTabText": "Advanced", "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 years", "vpncertDropdownTwoyearOption": "2 years", "wednesday": "Wednesday", - "whatIfAppEnforcedControl": "Use app enforced restrictions", - "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", - "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", "whatIfCountry": "Country/Region", "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", - "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", - "whatIfEvaResultApplication": "Cloud apps", - "whatIfEvaResultClientApps": "Client app", - "whatIfEvaResultDevicePlatform": "Device platform", - "whatIfEvaResultEmptyPolicy": "Empty policy", - "whatIfEvaResultInvalidCondition": "Invalid condition", - "whatIfEvaResultInvalidPolicy": "Invalid policy", - "whatIfEvaResultLocation": "Location", - "whatIfEvaResultNotEnoughInformation": "Not enough information", - "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", - "whatIfEvaResultSignInRisk": "Sign-in risk", - "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", - "whatIfPolicyAppliesTab": "Policies that will apply", - "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", - "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", - "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", - "whatIfReasons": "Reasons why this policy will not apply", - "whatIfSelectClientApp": "Select a client app...", "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", - "whatIfSelectServicePrincipalRisk": "Select service principal risk...", "whatIfSelectSignInRisk": "Select sign-in risk...", - "whatIfSelectType": "Select identity type", - "whatIfSelectUserRisk": "Select user risk...", - "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", "whatIfSignInRisk": "Sign-in risk", "whatIfSignInRiskInfo": "The risk level associated with the sign-in", "whatIfUnknownAreas": "Unknown Areas", - "whatIfUserPickerLabel": "Selected user", - "whatIfUserPickerNoRowsLabel": "No user or service principal selected", - "whatIfUserRiskInfo": "The risk level associated with the user", - "whatIfUserSelectorInfo": "User in the directory that you want to test", "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts. Click here to learn more.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filter mode", - "assignmentToast": "End user notifications", - "assignmentTypeTableHeader": "ASSIGNMENT TYPE", - "deadlineTimeColumnLabel": "Installation deadline", - "deliveryOptimizationPriorityHeader": "Delivery optimization priority", - "groupTableHeader": "Group", - "installContextLabel": "Install Context", - "isRemovable": "Install as removable", - "licenseTypeLabel": "License type", - "modeTableHeader": "Group mode", - "policySet": "Policy Set", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Prevent iCloud app backup", - "restartGracePeriodHeader": "Restart grace period", - "startTimeColumnLabel": "Availability", - "tracks": "Tracks", - "uninstallOnRemoval": "Uninstall on device removal", - "updateMode": "Update Priority", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD web app", - "androidEnterpriseSystemApp": "Android Enterprise system app", - "androidForWorkApp": "Managed Google Play store app", - "androidLobApp": "Android line-of-business app", - "androidStoreApp": "Android store app", - "builtInAndroid": "Built-In Android app", - "builtInApp": "Built-In app", - "builtInIos": "Built-In iOS app", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "iOS line-of-business app", - "iosStoreApp": "iOS store app", - "iosVppApp": "iOS volume purchase program app", - "lineOfBusinessApp": "Line-of-business app", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office Suite", - "macOsVppApp": "macOS volume purchase program app", - "managedAndroidLobApp": "Managed Android line-of-business app", - "managedAndroidStoreApp": "Managed Android store app", - "managedGooglePlayApp": "Managed Google Play store app", - "managedGooglePlayPrivateApp": "Managed Google Play private app", - "managedGooglePlayWebApp": "Managed Google Play web link", - "managedIosLobApp": "Managed iOS line-of-business app", - "managedIosStoreApp": "Managed iOS store app", - "microsoftStoreForBusinessApp": "Microsoft Store for Business app", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", - "officeAddIn": "Office add-in", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", - "sharePointApp": "SharePoint app", - "teamsApp": "Teams app", - "webApp": "Web link", - "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store app (new)", - "windowsAppXLobApp": "Windows AppX line-of-business app", - "windowsClassicApp": "Windows app (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", - "windowsMobileMsiLobApp": "Windows MSI line-of-business app", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81StoreApp": "Windows Phone 8.1 store app", - "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app (legacy)", - "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", - "windowsUniversalLobApp": "Windows Universal line-of-business app", - "windowsWebApp": "Windows web link" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Excluded", - "include": "Included", - "includeAllDevicesVirtualGroup": "Included", - "includeAllUsersVirtualGroup": "Included" - }, - "AssignmentToast": { - "hideAll": "Hide all toast notifications", - "showAll": "Show all toast notifications", - "showReboot": "Show toast notifications for computer restarts" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Background", - "displayText": "Content download in {0}", - "foreground": "Foreground", - "header": "Delivery optimization priority" - }, - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "FilterType": { - "exclude": "Exclude", - "include": "Include", - "none": "None" - }, - "InstallIntent": { - "available": "Available for enrolled devices", - "availableWithoutEnrollment": "Available with or without enrollment", - "notApplicable": "Not applicable", - "required": "Required", - "uninstall": "Uninstall" - }, - "SettingType": { - "assignmentType": "Assignment type", - "deviceLicensing": "License type", - "installContext": "Uninstall on device removal", - "toastSettings": "End user notifications", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Default", - "postponed": "Postponed", - "priority": "High Priority" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configure devices for initial provisioning and assign to users.", - "title": "Device preparation" - }, - "EnrollmentSettings": { - "description": "Configure enrollment settings such as blocking enrollment and assign to users.", - "title": "Enrollment settings" - }, - "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", - "coManagementAuthorityTitle": "Co-management Settings ", - "deploymentProfiles": "Windows Autopilot deployment profiles", - "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", - "descriptionLabel": "Windows enrollment methods", - "enrollmentStatusPage": "Enrollment Status Page" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "User" - }, - "availableUninstall": "Allow available uninstall", - "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Device restart behavior", - "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", - "header": "Specify the commands to install and uninstall this app:", - "installCommand": "Install command", - "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", - "installCommandTooltip": "The complete installation command line used to install this app.", - "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", - "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", - "runAsAccount": "Install behavior", - "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", - "selectorLabel": "Program", - "uninstallCommand": "Uninstall command", - "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

      \n Prohibited apps - A list of apps that you want to be informed about when users install them.
      \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
      \n ", - "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", - "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", - "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", - "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
      \n
        \n
      • Max file size: 750 KB
      • \n
      • File type: PNG, JPG or JPEG
      • \n
      \n ", - "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", - "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", - "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

      \n Prohibited apps - A list of apps that you want to be informed about when users install them.
      \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
      \n ", - "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", - "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", - "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", - "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", - "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", - "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", - "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", - "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", - "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", - "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", - "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
      \n
        \n
      • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
      • \n
        \n
      • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
      • \n
      \n ", - "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

      \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", - "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", - "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", - "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." - }, - "Inputs": { - "accountDomain": "Account domain", - "accountDomainHint": "e.g. contosodomain", - "accountDomainInfoBalloon": "Specify the user’s account domain.", - "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", - "allowContactSetting": "Allow user to change contact setting", - "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", - "allowUserChange": "Allow user to change setting", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", - "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "App install context", - "appUrlLabel": "Appstore URL", - "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Applicable device type", - "assignmentActionLabel": "Mode", - "authenticationMethodInfoBalloon": "Specify the authentication method for the user", - "authenticationMetod": "Authentication method", - "authenticationType": "Authentication type", - "authenticationTypeInfoBalloon": "Specify the authentication type for the user", - "availableLicenseCount": "Available licenses", - "basicAuth": "Basic authentication", - "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", - "bookNameLabel": "Book name", - "bundleDescriptionHint": "Enter a description that describes the apps included.", - "calendar": "Calendar", - "categoryLabel": "Category", - "categoryNameLabel": "Default name", - "certProfileType": "Certificate profile type", - "certificate": "Certificate", - "certificates": "Certificates", - "commandLineLabel": "Command-line arguments", - "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", - "configurationSettingsFormatLabel": "Configuration settings format", - "configurationSettingsLabel": "Settings format", - "contactSync": "Save Contacts", - "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", - "contacts": "Contacts", - "createdDateTime": "Created", - "defaultCategoryHint": "Default categories cannot be changed", - "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", - "descriptionGenericLabel": "Description", - "descriptionHint": "Enter a description...", - "descriptionLabel": "Description", - "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", - "developerLabel": "Developer", - "developerSizeHint": "The maximum length of the developer name is 256 characters.", - "disable": "Disable", - "disabled": "Disabled", - "displayNameLabel": "Name", - "displayVersionHint": "Enter the app version", - "displayVersionLabel": "App Version", - "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", - "eBookCategoryNameLabel": "Default name", - "emailAccount": "Email account name", - "emailAccountHint": "e.g. Corporate Email", - "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", - "emailAddressAttribute": "Email address attribute from AAD", - "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", - "emailServer": "Email Server", - "emailServerHint": "e.g. mail.contoso.com", - "emailServerInfoBalloon": "Specify the host name of your Exchange Server", - "enable": "Enable", - "enableSMime": "Enable S/MIME", - "enabled": "Enabled", - "encryptAllEmails": "Encrypt all emails", - "encryptionCertificates": "Encryption certificates", - "endUserNotifications": "End-user notifications", - "enrollmentTypeLabel": "Device enrollment type", - "externalRecipients": "External recipients MailTip", - "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", - "focusedInbox": "Focused Inbox", - "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", - "gmailNineAmountOfEmail": "Amount of email to synchronize", - "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", - "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", - "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", - "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", - "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", - "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", - "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", - "ignoreVersionDetection": "Ignore app version", - "informationUrlLabel": "Information URL", - "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", - "installAsManaged": "Install as managed", - "installationSourceLabel": "App type", - "installerTypeInfoBalloon": "The installer type of the application package.", - "installerTypeLabel": "Installer Type", - "isFeatured": "Show this as a featured app in the Company Portal", - "isMAMEnabledToggleLabel": "Yes", - "lastModifiedDateTime": "Last updated Time", - "ldapUrl": "LDAP URL", - "licensingType": "Supports device context assignment", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimum operating system", - "modernAuth": "Modern authentication", - "nameHint": "Enter a name", - "nameLabel": "Name", - "nameSizeHint": "The maximum length of the name is 512 characters.", - "notConfigured": "Not configured", - "notesLabel": "Notes", - "notesSizeHint": "The maximum length of the notes text is 1024 characters.", - "notificationType": "Notification type", - "oneDay": "One Day", - "oneMonth": "One Month", - "oneWeek": "One Week", - "outlookSMimeSettings": "Outlook S/MIME settings", - "ownerLabel": "Owner", - "ownerSizeHint": "The maximum length of the owner name is 256 characters.", - "packageIdLabel": "Package Identifier", - "packageNameLabel": "Package name", - "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Description", - "policyNameLabel": "Name", - "primarySMTPAddress": "Primary SMTP Address", - "privacyUrlLabel": "Privacy URL", - "publisherHint": "Enter a publisher name", - "publisherLabel": "Publisher", - "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", - "require": "Require", - "requireBiometrics": "Require Biometrics to access app", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "At least one scope tag is required", - "searchAppLabel": "Select app", - "searchAppLinkText": "Search the App Store", - "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", - "selectAAD": "Select an AAD attribute", - "selectAppFileLabel": "Select file", - "selectAppFileLinkText": "Select app package file", - "selectAppFileToUpdateLabel": "Select file to update", - "selectAuthMethod": "Select an authentication method", - "selectAuthType": "Select an authentication type", - "selectCertificate": "Select a certificate", - "signAllEmails": "Sign all emails", - "signingCertificates": "Signing certificates", - "ssl": "SSL", - "suiteDescriptionLabel": "Suite Description", - "suiteNameLabel": "Suite Name", - "tasks": "Tasks", - "threeDays": "Three Days", - "totalLicenseCount": "Total licenses", - "twoWeeks": "Two Weeks", - "unifiedAssignmentsLabel": "Assign to:", - "unlimited": "Unlimited", - "urlHint": "Enter a valid url", - "useManagedBrowserHint": "Android and iOS only. Learn more", - "useManagedBrowserLabel": "Require a managed browser to open this link", - "userPrinicipalName": "User Principal Name", - "username": "Username", - "usernameAttribute": "Username attribute from AAD", - "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", - "usernamePassword": "Username and password", - "webAppUrlHint": "Enter a valid url beginning with http:// or https://", - "webAppUrlLabel": "App URL", - "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", - "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "XML Data Entered", - "xmlFormatInvalid": "XML policy format is invalid.", - "xmlTooLarge": "Input size must be less than 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Not supported", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
      For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
      Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
      \n
        \n
      • This setting works correctly when \"All cloud apps\" are selected
      • \n
      • This does not affect token lifetimes or the sign-in frequency setting.
      • \n
      • This will override the \"Show option to stay signed in\" policy in Company Branding.
      • \n
      • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
      • \n
      • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
      • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
        Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge configuration settings", "edgeWindowsDataProtectionSettings": "Edge (Windows) data protection settings - Preview", @@ -10783,7 +11566,10 @@ "Column": { "author": "Author", "template": "Template name" - } + }, + "Row": { + "ariaLabel": "row {0} of {1} column {2}" + } }, "SettingsCatalog": { "subtitle": "Start from scratch and select settings you want from the library of available settings", @@ -11593,6 +12379,7 @@ "gettingStarted": "Getting started", "messages": "Messages", "onlineResources": "Online resources", + "policyHealth": "Policy health", "releaseManagement": "Release management", "serviceRequests": "Service requests", "settings": "Settings", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "All apps", "allDevices": "All devices", - "androidFotaDeployments": "Android FOTA deployments", + "androidFotaDeployments": "Android FOTA deployments (preview)", "appBundles": "App Bundles", "appCategories": "App categories", "appConfigPolicies": "App configuration policies", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Assigned permissions", "assignedRoles": "Assigned roles", "autopilotDeploymentReport": "Autopilot deployments (preview)", + "autopilotDeploymentReportV2": "Autopilot deployments 2.0 (preview)", "brandingAndCustomization": "Customization", "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", "cloudAttachedDevices": "Cloud attached devices (preview)", + "cloudPcActions": "Cloud PC actions (preview)", + "cloudPcMaintenanceWindows": "Cloud PC maintenance windows (Preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Enrollment restrictions", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange service connectors", - "failuresForDriverUpdates": "Windows Driver update failures (preview)", + "failuresForDriverUpdates": "Windows Driver update failures", "failuresForFeatureUpdates": "Feature update failures", "failuresForQualityUpdates": "Windows Expedited update failures", "featureFlighting": "Feature flighting", "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", - "fotaUpdate": "Firmware over-the-air update", + "fotaUpdate": "Firmware over-the-air update (preview)", "groupPolicy": "Administrative Templates", "groupPolicyAnalytics": "Group policy analytics", "helpSupport": "Help and support", @@ -11717,15 +12507,15 @@ "user": "User", "userExecutionStatus": "User status", "wdacSupplementalPolicies": "S mode supplemental policies", - "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", + "windows10DriverUpdate": "Driver updates for Windows 10 and later", "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365PartnerConnector": "Windows 365 partner connectors", "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", - "windowsManagement": "PowerShell scripts", + "windowsManagement": "Scripts", "windowsSideLoadingKeys": "Windows side loading keys", "windowsSymantecCertificate": "Windows DigiCert certificate", "windowsThreatReport": "Threat agent status" @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Device restart grace period", "summaryTitle": "End user experience" }, - "EnrollmentType": { - "devicesWithEnrollment": "Managed devices", - "devicesWithoutEnrollment": "Managed apps" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "The file or folder as the selected requirement.", + "pathToolTip": "The complete path of the file or folder to detect.", + "property": "Property", + "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "GridColumns": { + "pathOrScript": "Path/Script", + "type": "Type" + }, + "Registry": { + "keyPath": "Key path", + "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", + "operator": "Operator", + "operatorTooltip": "Select the operator for the comparison.", + "registryRequirement": "Registry key requirement", + "registryRequirementTooltip": "Select the registry key requirement comparison.", + "valueName": "Value name", + "valueNameTooltip": "The name of the required registry value." + }, + "RequirementTypeOptions": { + "fileType": "File", + "registry": "Registry", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolean", + "dateTime": "Date and Time", + "float": "Floating Point", + "integer": "Integer", + "string": "String", + "version": "Version" + }, + "duplicateName": "Script name {0} has already been used. Please enter a different name.", + "enforceSignatureCheck": "Enforce script signature check", + "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", + "loggedOnCredentials": "Run this script using the logged on credentials", + "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", + "operatorTooltip": "Select the operator for the requirement comparison.", + "requirementMethod": "Select output data type", + "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", + "scriptFile": "Script file", + "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", + "scriptName": "Script name", + "value": "Value", + "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "bladeTitle": "Add a Requirement rule", + "createRequirementHeader": "Create a requirement.", + "header": "Configure additional requirement rules", + "label": "Additional requirement rules", + "noRequirementsSelectedPlaceholder": "No requirements are specified.", + "requirementType": "Requirement type", + "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." + }, + "architectures": "Operating system architecture", + "architecturesTooltip": "Choose the architectures needed to install the app.", + "bladeTitle": "Requirements", + "diskSpace": "Disk space required (MB)", + "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", + "header": "Specify the requirements that devices must meet before the app is installed:", + "maximumTextFieldValue": "The value must be at most {0}.", + "minimumCpuSpeed": "Minimum CPU speed required (MHz)", + "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", + "minimumLogicalProcessors": "Minimum number of logical processors required", + "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", + "minimumOperatingSystem": "Minimum operating system", + "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", + "minumumTextFieldValue": "The value must be at least {0}.", + "physicalMemory": "Physical memory required (MB)", + "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", + "selectorLabel": "Requirements", + "validNumber": "Please enter a valid number." + }, "PolicySet": { "appManagement": "Application management", "assignments": "Assignments", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Device configuration profiles", "powershellScriptTitle": "Powershell scripts" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
        For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
        Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Recommended", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrain", @@ -11923,7 +12998,7 @@ "countryNameCY": "Cyprus", "countryNameCD": "Democratic Republic of Congo", "countryNameTN": "Tunisia", - "countryNameTR": "Turkey", + "countryNameTR": "Türkiye", "countryNameWS": "Samoa", "countryNameSE": "Sweden", "countryNameXK": "Kosovo", diff --git a/Documentation/Strings-es.json b/Documentation/Strings-es.json index fa48dd2..fd01888 100644 --- a/Documentation/Strings-es.json +++ b/Documentation/Strings-es.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Primera fecha disponible" }, + "Windows11SideBySideInstall": { + "disabled": "Deshabilitado", + "enabled": "Habilitado", + "infoBalloonContent": "Controlar si se debe instalar la actualización de características de Windows 10 más reciente en los dispositivos que no cumplan los requisitos para Windows 11", + "label": "Cuando un dispositivo no pueda ejecutar Windows 11, instale la actualización de características de Windows 10 más reciente" + }, "bladeTitle": "Implementaciones de actualización de características", "deploymentSettingsTitle": "Configuración de la implementación", "loadError": "Error al cargar.", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Esta funcionalidad requiere licencias específicas.", "gradualRolloutLicenseWarningEdit": "Esta funcionalidad se puede seguir usando y configurando hasta que se guarde la directiva sin seleccionar esta funcionalidad.", - "licenseLearnMoreText": "Obtener más información sobre los requisitos previos y las directivas de actualización de características." + "licenseLearnMoreText": "Obtener más información sobre los requisitos previos y las directivas de actualización de características.", + "specificLicensingRequired": "Algunas funcionalidades seleccionadas requieren licencias específicas." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Ayuda a los usuarios del dispositivo a comprender qué es la aplicación o qué pueden hacer en ella. Esta descripción se puede ver en el Portal de empresa.", "developer": "Nombre de la empresa o individuo que desarrolló la aplicación. Esta información estará visible para las personas que hayan iniciado sesión en el centro de administración.", "displayVersion": "Versión de la aplicación. Los usuarios pueden ver esta información en el Portal de empresa.", + "fullScreenEnabled": "Si se configura como Sí, inicia el clip web como una aplicación web de pantalla completa.", + "ignoreManifestScope": "Si se configura como Sí, un clip web de pantalla completa puede navegar a un sitio web externo sin mostrar la interfaz de usuario de Safari. De lo contrario, la interfaz de usuario de Safari aparece al salir de la dirección URL del clip web. Esta clave no tiene ningún efecto cuando el valor de pantalla completa es false.", "infoUrl": "Vincula las personas a un sitio web o documentación que tiene más información sobre la aplicación. La dirección URL de información estará visible para los usuarios del Portal de empresa.", "isFeatured": "Las aplicaciones destacadas se colocan de forma visible en el Portal de empresa para que los usuarios puedan acceder rápidamente a ellas.", "learnMore": "Más información", "logo": "Cargue un logotipo asociado a la aplicación. Este logotipo aparecerá junto a la aplicación en el Portal de empresa.", "macOSDmgAppPackageFile": "Un archivo que contiene la aplicación en un formato que se puede transferir localmente en un dispositivo. Tipo de paquete válido: .dmg.​", + "macOSPkgAppPackageFile": "Un archivo que contiene la aplicación en un formato que se puede transferir localmente en un dispositivo. Tipo de paquete válido: .pkg.​", "minOperatingSystem": "Seleccione la versión del sistema operativo más temprana en la que se puede instalar la aplicación. Si asigna la aplicación a un dispositivo con un sistema operativo anterior, no se instalará.", "name": "Agregue un nombre para la aplicación. Este nombre estará visible en la lista de aplicaciones de Intune y para los usuarios del Portal de empresa.", "notes": "Agregue notas adicionales sobre la aplicación, que serán visibles para las personas que hayan iniciado sesión en el centro de administración.", "owner": "El nombre de la persona de su organización que administra licencias o es el punto de contacto de esta aplicación. Este nombre estará visible para las personas que hayan iniciado sesión en el centro de administración.", "packageId": "El identificador del paquete de la aplicación es el valor único que identifica la aplicación.", "packageName": "Póngase en contacto con el fabricante del dispositivo para obtener el nombre del paquete de la aplicación. Nombre de paquete de ejemplo: com.example.app", + "preComposedIconEnabled": "Si se configura como Sí, impide que SpringBoard agregue \"brillo\" al icono.", "privacyUrl": "Proporciona un vínculo para las personas que quieran informarse mejor sobre la configuración y los términos de privacidad de la aplicación. La dirección URL de privacidad estará visible para los usuarios del Portal de empresa.", "publisher": "Nombre del desarrollador o de la empresa que distribuye la aplicación. Los usuarios pueden ver esta información en el Portal de empresa.", "selectApp": "Busque en la tienda App Store para iOS las aplicaciones que quiera implementar con Intune.", + "targetApplicationBundleIdentifier": "Identificador del lote de aplicaciones que especifica la aplicación que abre la dirección URL. Disponible en iOS 14 y versiones posteriores.", "useManagedBrowser": "Si es necesario, cuando un usuario abra la aplicación web, se abrirá en un explorador protegido por Intune, como Microsoft Edge o Intune Managed Browser. Esta configuración se aplica a los dispositivos iOS y Android.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Archivo que contiene la aplicación en un formato que puede transferirse localmente en un dispositivo. Tipo de paquete válido: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

        Seleccione la opción para deshabilitar el PIN de aplicación cuando se detecte un bloqueo de dispositivo en un dispositivo inscrito.

        Nota: Intune no puede detectar la inscripción de dispositivos con una solución EMM de terceros en iOS/iPadOS.

        " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "La instalación de la aplicación puede forzar el reinicio del dispositivo", + "basedOnReturnCode": "Determinar comportamiento en función de códigos de retorno", + "force": "Intune forzará un reinicio obligatorio del dispositivo", + "suppress": "Ninguna acción específica" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Tiempo de instalación necesario (minutos)", + "maxRunTimeInMinutesToolTip": "Número de minutos que el sistema esperará a que finalice el programa de instalación. El valor predeterminado es 60 minutos." + }, + "RunAsAccountOptions": { + "system": "Sistema", + "user": "Usuario" + }, + "availableUninstall": "Permitir que la desinstalación esté disponible", + "availableUninstallTooltip": "Seleccione \"Sí\" para ofrecer la opción de desinstalación de esta aplicación a los usuarios desde el Portal de empresa. Seleccione \"No\" para impedir que los usuarios desinstalen la aplicación desde el Portal de empresa.", + "bladeTitle": "Programa", + "deviceRestartBehavior": "Comportamiento de reinicio de dispositivo", + "deviceRestartBehaviorTooltip": "Seleccione el comportamiento de reinicio del dispositivo después de que la aplicación se haya instalado correctamente. Seleccione \"Determinar comportamiento en función de códigos de retorno\" para reiniciar el dispositivo según los valores de configuración de los códigos de retorno. Seleccione \"Ninguna acción específica\" para suprimir los reinicios del dispositivo durante la instalación de aplicaciones basadas en MSI. Seleccione \"La instalación de la aplicación puede forzar el reinicio del dispositivo\" para permitir que se complete la instalación de la aplicación sin suprimir los reinicios. Seleccione \"Intune forzará un reinicio obligatorio del dispositivo\" para reiniciar siempre el dispositivo después de que la instalación de la aplicación se haya realizado correctamente.", + "header": "Especifique los comandos para instalar y desinstalar la aplicación:", + "installCommand": "Comando de instalación", + "installCommandMaxLengthErrorMessage": "El comando de instalación no puede superar la longitud máxima permitida de 1024 caracteres.", + "installCommandTooltip": "La línea de comandos de instalación completa que se usa para instalar la aplicación.", + "runAs32Bit": "Ejecutar comandos de instalación y desinstalación en un proceso de 32 bits en clientes de 64 bits", + "runAs32BitTooltip": "Seleccione \"Sí\" para instalar y desinstalar la aplicación en un proceso de 32 bits en clientes de 64 bits. Seleccione \"No\" (predeterminado) para instalarla y desinstalarla en un proceso de 64 bits en clientes de 64 bits. Los clientes de 32 bits siempre usan un proceso de 32 bits.", + "runAsAccount": "Comportamiento de instalación", + "runAsAccountTooltip": "Seleccione \"Sistema\" para instalar esta aplicación para todos los usuarios si se admite. Seleccione \"Usuario\" para instalar esta aplicación para el usuario que ha iniciado sesión en el dispositivo. En las aplicaciones MSI de doble propósito, los cambios evitarán que las actualizaciones y desinstalaciones finalicen correctamente hasta que se restaure el valor aplicado al dispositivo en el momento de la instalación original.", + "selectorLabel": "Programa", + "uninstallCommand": "Comando de desinstalación", + "uninstallCommandTooltip": "La línea de comandos de desinstalación completa que se usa para desinstalar la aplicación." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Crear nuevo", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "Aplicación macOS (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Aplicación de línea de negocio de macOS", - "macOSMdatpApp": "ATP de Microsoft Defender (macOS)", + "macOSMicrosoftDefenderApp": "ATP de Microsoft Defender (macOS)", "macOSOfficeSuiteApp": "Aplicaciones de Microsoft 365 (macOS)", + "macOSPkgApp": "Aplicación macOS (PKG)", + "macOSWebClip": "Clip web de macOS", "macOsVppApp": "Aplicación del Programa de Compras por Volumen de macOS", "managedAndroidLobApp": "Aplicación de línea de negocio Android administrada", "managedAndroidStoreApp": "Aplicación de la tienda Android administrada", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Especifique el archivo de script de PowerShell. El archivo debe ser inferior a 200 KB.", "uploadLabel": "Ubicación del script" }, - "bashScriptObjectName": "Script de Bash", "createButtonText": "Agregar", "createPowershellScriptFlowSectionName": "Agregar script de PowerShell", "customAttributeObjectName": "Atributo personalizado", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Esta configuración funciona con los dispositivos que ejecutan Android 9 o versiones anteriores, además de todos los dispositivos Samsung Knox que ejecutan cualquier versión del sistema operativo Android.", "androidPasswordHeader": "Se requiere una contraseña para desbloquear el dispositivo. Si no está configurada, el uso de contraseñas es opcional y su configuración depende del usuario.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "VPN siempre activa", - "androidSafetyNetBasicIntegrityAndCertified": "Comprobar integridad básica y dispositivos certificados", - "androidSafetyNetbasicIntegrity": "Comprobar integridad básica", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Comprobación de la integridad básica y del dispositivo", + "androidPlayIntegrityVerdictBasicIntegrity": "Comprobar integridad básica", "androidTRDeprecation": "Ya no se pueden instalar certificados de confianza en los dispositivos que ejecuten Android 11 o posterior, a excepción de los dispositivos Samsung KNOX. Si usa perfiles de certificado SCEP, debe continuar con la creación e implementación de un perfil de certificado de confianza y asociarlo al perfil de certificado SCEP, pero debe entregar manualmente el certificado raíz de confianza a estos dispositivos.", "androidTenAndAbovePasswordHeader": "Android 10 y versiones posteriores", "androidTenAndAbovePasswordHeaderDescription": "Esta configuración funciona con los dispositivos que ejecutan Android 10 o versiones posteriores.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Advertencia para otro cifrado de disco", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Al seleccionar \"Requerir\", se cifrará la tarjeta de almacenamiento del dispositivo móvil.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Cifrar la tarjeta de almacenamiento (solo móvil)", - "bitLockerEnabledDescription": "Debe estar habilitado BitLocker en el dispositivo", - "bitLockerEnabledName": "Requerir BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Al seleccionar \"Requerir\", se habilitará el cifrado del dispositivo de BitLocker. En función del hardware del dispositivo y de la versión de Windows, puede que se les pida a los usuarios finales que confirmen que no hay cifrado de terceros en su dispositivo. La activación del cifrado de Windows mientras se usa el cifrado de terceros presentará el dispositivo inestable.", "bitLockerEncryptDeviceName": "Cifrar dispositivos", "bitLockerEncryptMethodAesCbc128": "AES-CBC, 128 bits", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Bloquear el desbloqueo de Touch ID y Face ID", "blockUSBConnectionDescription": "Especifica si la conexión USB del dispositivo está habilitada. La carga USB no se verá afectada por este valor de configuración. Este valor de configuración no se admite en plataformas de escritorio de Windows.", "blockUSBConnectionName": "Conexión USB", + "blockUnifiedPasswordForWorkProfileDescription": "Bloquee el uso de un solo bloqueo si desea que los usuarios utilicen dos contraseñas diferentes para su pantalla de bloqueo y su perfil de trabajo. Utilizar un solo bloqueo de pantalla es cómodo para el usuario, pero hace que el perfil de trabajo sea accesible para cualquiera que pueda desbloquear el dispositivo. Se aplica a dispositivos con Android 9.0 Pie y versiones posteriores.", + "blockUnifiedPasswordForWorkProfileName": "Un bloqueo para el perfil de trabajo y el dispositivo", "blockUnmanagedDocumentsInManagedAppsName": "Bloquear la visualización de documentos no corporativos en aplicaciones corporativas", "blockUntrustedTLSCertificatesDescription": "Bloquea los certificados de Seguridad de la capa de transporte (TLS) que no son de confianza.", "blockUntrustedTLSCertificatesName": "Bloquear certificados TLS que no son de confianza", @@ -2825,6 +2871,8 @@ "cellularName": "Red de telefonía móvil", "certificateCredentialConfigurationDisabledDescription": "Impide que los usuarios realicen cambios en las credenciales asociadas a los certificados que tienen asignados.", "certificateCredentialConfigurationDisabledName": "El usuario puede configurar credenciales (nivel de perfil de trabajo).", + "certificateInstallDescription": "Las aplicaciones que se enumeran aquí pueden alterar los certificados creados por Intune y pueden administrar certificados entregados fuera de Intune.", + "certificateInstallTitle": "Permitir que otras aplicaciones instalen y administren certificados", "certificateNotFound": "La directiva de certificados no se encontró. ¿Se ha eliminado?", "certificateOption": "Certificado", "certificateRevocationCheck": "Comprobación de revocación de certificados", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "URI de recurso de servicio de impresión", "cloudProtectionDescription": "Envía la telemetría de Microsoft Active Protection Service para permitir la detección de actividades sospechosas.", "cloudProtectionName": "Protección que proporciona la nube", - "codeIntegrityEnabledDescription": "Requiere que la integridad de código esté habilitada en el dispositivo", - "codeIntegrityEnabledName": "Requiere integridad de código", + "codeIntegrityEnabledName": "Integridad de código", "complianceAntiSpywareRequirementDescription": "Requerir que cualquier solución AntiSpyware registrada con Seguridad de Windows Center esté activada y supervisada (por ejemplo, DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antiespía", "complianceAntiSpywareSignatureUpToDateDescription": "Requiere que la firma de antispyware esté actualizada.", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Este valor especifica el número de contraseñas recientes que no se pueden volver a usar. Valor recomendado: 5.", "complianceNumberOfPreviousPasswordsToBlockName": "Número de contraseñas anteriores que no se pueden reutilizar", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Seleccione la última versión de compilación del sistema operativo que un dispositivo puede tener.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Escriba la versión de compilación del sistema operativo más reciente que puede tener un dispositivo. Por ejemplo: 20E252
        Si desea establecer una actualización de respuesta de seguridad rápida de Apple como la compilación máxima del sistema operativo, escriba la versión de compilación complementaria. Por ejemplo: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Versión de compilación máxima del sistema operativo", - "complianceOsBuildVersionRestrictionMinimumDescription": "Seleccione la versión de compilación más antigua del sistema operativo que un dispositivo puede tener.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Introduzca la versión de compilación del sistema operativo más antigua que pueda tener un dispositivo. Por ejemplo: 20E252
        Si desea configurar una actualización de Apple Rapid Security Response como la compilación mínima del sistema operativo, introduzca la versión de compilación complementaria. Por ejemplo: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Versión de compilación mínima del sistema operativo", "complianceOsVersionRestrictionHeader": "Versión del sistema operativo", "complianceOsVersionRestrictionMaximumAndroidDescription": "Especifica el requisito de cumplimiento de versión máxima del sistema operativo para los dispositivos. Por ejemplo, especifique \"7.1\" en este campo para Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Exige al dispositivo actualizar automáticamente las mejoras y las revisiones de seguridad.", "complianceUpdatesRequireAutomaticUpdatesName": "Requerir actualizaciones automáticas de Microsoft", "complianceWin10RequiredPasswordTypeDescription": "Esta configuración determina el tipo de contraseña o PIN requeridos.
        \r\nValor predeterminado del dispositivo (se requiere una contraseña, un PIN numérico o un PIN alfanumérico).
        \r\nAlfanumérico (se requiere una contraseña o un PIN alfanumérico).
        \r\nNumérico (se requiere una contraseña o un PIN numérico).
        \r\nRecomendaciones: tipo de contraseña requerido: Alfanumérico. Complejidad de la contraseña: Requerir el uso de dígitos y letras minúsculas", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 o 11", + "complianceWindows11DeviceHealthAttestationHeader": "Solo Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Versión mínima de Microsoft Defender (p. ej. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Versión mínima de Antimalware de Microsoft Defender", - "complianceWindowsDeviceHealthAttestationHeader": "Reglas de evaluación del servicio Atestación de estado de Windows", + "complianceWindowsDeviceHealthAttestationHeader": "Las reglas de evaluación del servicio de atestación de Microsoft

        Use estas reglas para confirmar que un dispositivo tiene medidas de protección habilitadas durante el arranque. Obtener más información sobre estas reglas", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Seleccione la versión más reciente del sistema operativo que puede tener un dispositivo móvil. La versión del sistema operativo se define como principal.secundaria.compilación.revisión.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Seleccione la versión más antigua del sistema operativo que puede tener un dispositivo móvil. La versión del sistema operativo se define como principal.secundaria.compilación.revisión.", "complianceWindowsOsVersionRestrictionHeaderDescription": "La versión del sistema operativo se define como principal.secundaria.compilación.revisión. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Actualizaciones secundarias de software del SO y que no son del SO", "delayMinorOSUpdateVisibilityOption": "Actualizaciones de software del SO secundarias", "delayOSUpdateVisibilityOption": "Actualizaciones del sistema operativo", + "delegatedScopeLogsTitle": "Acceso a registros confidenciales de Android", "deliveryOptimizationBandwidthHeader": "Ancho de banda", "deliveryOptimizationCachingHeader": "Almacenamiento en caché", "deliveryOptimizationDODescription": "Especifica el método de descarga que Optimización de distribución puede usar para administrar el consumo de ancho de banda de red en escenarios de distribución de contenido.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Buscando el emisor de credenciales derivadas...", "derivedCredentialsTenantLevelNotConfigured": "No ha especificado ningún emisor de credenciales derivadas para su inquilino para que esta directiva pueda aplicarse correctamente a los dispositivos. Haga clic aquí para especificar el emisor.", "descriptionName": "Descripción", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Administrador de configuración (solo asociación de inquilinos)", "desktopOption": "Escritorio", "destinationPrefix": "Prefijo o tamaño de destino (p. ej., 192.168.0.1/255)", "developerUnlock": "Desbloqueo de desarrollador", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "Y posteriores", "eDPPolicyVersionAndBelowName": "Y anteriores", "eDPPolicyVersionEqualsName": "Igual a", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Requiere que el controlador antimalware de inicio temprano esté habilitado", - "earlyLaunchAntiMalwareDriverEnabledName": "Requiere controlador antimalware de inicio temprano", + "earlyLaunchAntiMalwareDriverEnabledName": "Antimalware de inicio temprano", "easAccountSettingsHeader": "Configuración de la cuenta de Exchange ActiveSync", "easAllData": "Todos los datos", "easCalendarContactsOnly": "Solo Calendario y Contactos", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Cualquier dirección", "firewallRulesPortOrPortRangeInvalidCharacterError": "La lista de puertos solo puede contener números, '-' o ','.", "firewallRulesPortOrPortRangeInvalidError": "La lista de puertos contiene puertos o intervalos de puertos no válidos.", + "firmwareProtectionEnabledName": "Protección de firmware", "firmwareUpdatesBehaviorName": "Actualizaciones de firmware", "firstActiveEthernet": "Primera Ethernet activa", "firstAvailableOption": "Primera disponible", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP combinado con el emparejamiento de Internet (3)", "httpWithPeeringNatOption": "HTTP combinado con el emparejamiento que se encuentra en la misma NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP combinado con el emparejamiento de un grupo privado (2)", + "hvciEnabledName": "Protección de integridad de memoria", "hybridSleepBatteryDescription": "Esta configuración de directiva le permite desactivar la suspensión híbrida cuando el dispositivo funciona con batería.​
        Si la directiva está deshabilitada, el dispositivo no permitirá la hibernación ni la suspensión híbrida.
        Si la directiva no está configurada, los usuarios controlan esta configuración.", "hybridSleepName": "Suspensión híbrida", "hybridSleepPluggedInDescription": "Esta configuración de directiva le permite desactivar la suspensión híbrida cuando el dispositivo está conectado.​
        Si la directiva está deshabilitada, el dispositivo no permitirá la hibernación ni la suspensión híbrida.
        Si la directiva no está configurada, los usuarios controlan esta configuración.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medio-bajo", "mediumOption": "Medio", "meetingInformationDisplayedOnWelcomeScreenName": "Información sobre la reunión en la pantalla de inicio de sesión", + "memoryAccessProtectionEnabledName": "Protección de acceso a memoria", "messagingBlockMMSDescription": "Deshabilita la funcionalidad de envío o recepción de MMS en el dispositivo.", "messagingBlockMMSName": "MMS (solo móvil)", "messagingBlockRCSDescription": "Deshabilita la funcionalidad de envío o recepción de Rich Communication Services en el dispositivo.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Debe ser inferior a la versión máxima del sistema operativo", "mustBeValidAddress": "Debe ser una dirección válida. Ejemplo: 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "El nombre del paquete solo debe contener letras, números, caracteres de subrayado y puntos. Debe comenzar con una letra.", - "mustBeValidBuildVersionFormat": "Debe ser un formato de versión de compilación válido. Ejemplo: 18A391, 16G1114, etc.", + "mustBeValidBuildVersionFormat": "Debe ser una versión de formato de compilación válido. Ejemplo: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Debe ser un sufijo DNS válido. Ejemplo: itgproxy.com", "mustBeValidDateFormat": "Debe ser un formato de fecha válido (AAAA-MM-DD). Ejemplo: 2016-10-01, 2016-10-31, etc.", "mustBeValidDomain": "Debe ser un dominio válido. Ejemplo: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Extensiones de red", "networkInterface": "Interfaz de red", "networkInterfaceDescription": "Interfaz de red que se va a configurar", + "networkLogsTitle": "Permitir que esta aplicación acceda a los registros de actividad de red de Android", "networkProxyAutomaticConfigurationUrlDescription": "URL del script de autoconfiguración de proxy que quiere usar.", "networkProxyAutomaticConfigurationUrlName": "URL del script de configuración", "networkProxyDisableAutoDetectDescription": "Detecta la configuración automáticamente. Si esta opción está habilitada, el sistema intenta buscar un script de configuración automática de proxy.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Ocultar", "pinnedFolderOptionShow": "Mostrar", "pipeInvalidError": "El valor no debe contener \"|\".", + "playIntegrityVerdictOptionsDescription": "Establecer el nivel de Play Integrity para un veredicto de integridad", + "playIntegrityVerdictOptionsName": "Play Integrity para un veredicto de integridad", "pluggedInHeader": "Con corriente alterna", "policyDomainNameService": "DNS", "policyEmailAddress": "Dirección de correo electrónico", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Directiva predeterminada. El usuario debe existir y tener una licencia de Intune válida.", "requireUserExistanceName": "Existe un usuario inscrito", "required": "Requerido", - "requiredAndroidSafetyNetEvaluationTypeBasic": "No configurado (tiene como valor predeterminado la evaluación básica)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Seleccione el tipo de evaluación que desea usar para calcular la respuesta de atestación del dispositivo de SafetyNet.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Clave respaldada por hardware", - "requiredAndroidSafetyNetEvaluationTypeName": "Tipo de evaluación de SafetyNet que se requiere", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Sin configurar", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Seleccione el tipo de evaluación que desea utilizar para calcular la respuesta de atestación del dispositivo Play Integrity para un veredicto de integridad.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Comprobar la integridad fuerte", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Comprobación de la integridad mediante funciones de seguridad respaldadas por hardware", "requiredExtensionsColumnHeader": "Nombres de familia de paquete", "requiredExtensionsExamples": "por ejemplo, Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Contraseña necesaria, sin restricciones", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "Por ejemplo, contoso.com", "safeSearchFilterDescription": "Especifica el modo en el que Cortana filtra contenido para adultos en los resultados de la búsqueda.", "safeSearchFilterName": "Búsqueda segura (solo móvil)", - "safetyNetAttestationOptionsDescription": "Establecer el nivel de atestación de SafetyNet", - "safetyNetAttestationOptionsName": "Atestación de dispositivo SafetyNet", "sampleSharingEnableOrNotConfiguredDescription": "Devuelve o establece el parámetro de configuración de uso compartido de muestras de Microsoft Defender para punto de conexión.", "sampleSharingEnableOrNotConfiguredName": "Uso compartido de muestras para todos los archivos", "saturday": "Sábado", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Método de autenticación secundario", "secondaryAuthenticationMethodTEAPDescription": "Elija la forma secundaria en la que desea que los usuarios se autentiquen. Al seleccionar Certificados, seleccione uno de los perfiles de certificado (SCEP o PKCS) que también se implementa en el dispositivo. Este es el certificado de identidad que presenta el dispositivo al servidor.", "secretKey": "Clave secreta:", - "secureBootEnabledDescription": "Debe estar habilitado el arranque seguro en el dispositivo", - "secureBootEnabledName": "Debe estar habilitado el arranque seguro en el dispositivo", + "secureBootEnabledName": "Arranque seguro", "secured": "Protegido", "securityAssociationIdleTimeDescription": "Las asociaciones de seguridad se eliminan si el tráfico de red no se ve transcurridos los segundos indicados.", "securityAssociationIdleTimeHint": "Escribir tiempo de inactividad en segundos (de 300 a 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Modo de criterios común​", "securityDeveloperSettingsEnabledDescription": "Permite el acceso a la configuración del desarrollador.", "securityDeveloperSettingsEnabledName": "Configuración de desarrollador", + "securityLogsTitle": "Permitir que esta aplicación acceda a los registros de seguridad de Android", "securityOption": "Datos de diagnóstico desactivados", "securityRequireVerifyAppsDescription": "Permitir a Google Play Protect analizar las aplicaciones antes y después de su instalación. Si detecta una amenaza, puede avisar al usuario para que quite la aplicación del dispositivo. Se requiere de forma predeterminada.", "securityRequireVerifyAppsName": "Examen de amenazas en las aplicaciones", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Seleccionar aplicaciones administradas", "selectMicrosoftEdgeApp": "Agregar explorador Microsoft Edge (versión anterior)", "selectMicrosoftTunnelSite": "Seleccionar un sitio", + "selectNetworkApp": "Seleccione una aplicación para acceder a los registros de actividad de red de Android", "selectNetworkInterface": "Seleccionar interfaz de red", "selectNonEapMethod": "Seleccione un método que no sea EAP", "selectOneOption": "Seleccionar una", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Certificado raíz para validación del servidor", "selectRootCertificatesForServerValidationName": "Certificados raíz para la validación del servidor", "selectSecurity": "Seleccionar tipo de seguridad", + "selectSecurityApp": "Seleccione una aplicación para acceder a los registros de seguridad de Android", "selectService": "¿Con qué tipo de administración podemos ayudarle?", "selectStoreApp": "Agregar aplicación de Store", "selectStoreAppEmpty": "Agregar una aplicación de la tienda", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "Aplicación", "trafficRuleAppTypeName": "Tipo de aplicación", "trafficRuleClaimsName": "Notificación", - "trafficRuleDirectionDescription": "Especifique si la regla se aplica al tráfico entrante o al saliente.
        \r\n
        \r\n Entrante = La regla se aplica a todo el tráfico entrante.\r\n
        \r\n
        \r\n Saliente = La regla se aplica a todo el tráfico de salida.\r\n ", + "trafficRuleDirectionDescription": "La entrada permite el tráfico desde sitios externos a través de VPN. Saliente permite el tráfico a sitios externos a través de VPN. Para permitir ambos, cree dos reglas.", "trafficRuleDirectionName": "Dirección", "trafficRuleRoutingPolicyTypeDescription": "Elija entre dividir el túnel y forzar el túnel.
        \r\n
        \r\n Dividir túnel = solo el tráfico destinado a la interfaz de VPN (según se determina mediante la pila de red) pasa por la interfaz. El tráfico de Internet sigue pasando por otras interfaces.\r\n
        \r\n
        \r\n Forzar túnel = todo el tráfico IP debe pasar únicamente por la interfaz de VPN (en esta regla de tráfico).\r\n
        \r\n
        \r\n Solo es aplicable cuando esta regla está asociada a una aplicación.\r\n ", "trafficRuleRoutingPolicyTypeName": "Tipo de regla", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Usuario", "vPNPolicyProfileTargetDescription": "Convierte este perfil en una conexión VPN siempre activa que se conecta sin interacción del usuario y utiliza certificados de máquina para la autenticación. Solo admite el tipo de conexión IKEv2. El perfil de VPN se quita del dispositivo después de completarse la configuración rápida de AutoPilot.", "vPNPolicyProfileTargetName": "Usar este perfil de VPN para Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Lista de hosts para los que se excluirá el uso del proxy en las conexiones. Estos hosts pueden usar comodines como *.example.com.", + "vPNPolicyProxyExclListDescription2": "Una lista de nombres de host para los que se omite el proxy. Los nombres de host pueden contener comodines como *.ejemplo.com.", + "vPNPolicyProxyExclListExcludedHosts": "Hosts excluidos ", + "vPNPolicyProxyExclListExclusions": "exclusiones", + "vPNPolicyProxyExclListFileImport": "Archivo para importar la lista de hosts", + "vPNPolicyProxyExclListHostName": "Nombre de host", + "vPNPolicyProxyExclListImport": "Importar exclusiones de proxy", + "vPNPolicyProxyExclListInvalid": "Entrada no válida", + "vPNPolicyProxyExclListList": "Lista de exclusión", + "vPNPolicyProxyExclListManage": "Administrar exclusiones de proxy", + "vPNPolicyProxyExclListName": "Lista de exclusión de Proxy", "vPNPolicyRememberCredentialsName": "Recordar credenciales en cada inicio de sesión", "vPNPolicyRoutesForThisConnectionDescription": "Opcional", "vPNPolicyRoutesForThisConnectionName": "Rutas de tunelización dividida para esta conexión VPN", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Botón de inicio virtual", "virtualHomeButtonNotConfigured": "Sin configurar", "virtualHomeButtonSwipeUp": "Deslizar rápidamente hacia arriba", + "virtualizationBasedSecurityEnabledName": "Seguridad basada en virtualización", "virtualizationOfCpuAndIOName": "Virtualización de E/S y CPU", "visibleAppsListOptionsDescription": "Establece si la lista es una lista de aplicaciones visibles u ocultas.", "visibleAppsListOptionsName": "Tipo de lista de aplicaciones", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Permitir vínculos web en cualquier aplicación", "rootCertificate": "Certificado raíz", "safetyNetDeviceAttestation": "Atestación de dispositivo SafetyNet", + "samsungKnoxAttestationRequired": "Certificación de dispositivos Samsung Knox", "saveAppsNotificationText": "Guardando las aplicaciones seleccionadas", "saveChangesCommandText": "Guardar", "savePolicySettingsNotificationText": "Guardando la configuración de directiva", @@ -7885,10 +7953,12 @@ "state": "Estado", "status": "Estado", "store": "Almacenar", + "subjectOnlyOptionText": "Solo el asunto", "success": "Correcto", "successfully": "Correcto", "summary": "Resumen", "summaryLensTitle": "Resumen", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Solicitudes remotas", "summarySettingsPartWipeRequestsSelectorText": "Solicitudes de borrado", "supportId": "Id. de soporte: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Valor", "valueMustNotContainCharsError": "El valor no debe contener los siguientes caracteres: {0}", "versionValidationExample": "

        Formato: [Principal].[Secundaria] o [Principal].[Secundaria].[Compilación].[Revisión]

        Ejemplo: 1.5 o 1.5.50.101

        ", - "versionValidationWith2To4Segments": "

        Formato: [Mayor].[Menor], [Mayor].[Menor].[Compilación] o [Mayor].[Menor].[Compilación].[Revisión]

        Ejemplo: 1.5, 1.5.50 o 1.5.50.101

        ", + "versionValidationWith2To5Segments": "

        Formato: [Principal]. [Secundaria] o [Principal]. [Secundaria]. [Compilación] o [Principal]. [Secundaria]. [Compilación]. [Revisión]. Para iOS, [Principal]. [Secundaria]. [Compilación]. [Revisión]. [RapidSecurityResponse] también se admite.

        Nota: Las aplicaciones no realizarán borrados de infracciones de RapidSecurityResponse, solo se admite bloquear o advertir.

        Ejemplo: 1.5, 1.5.50 o 1.5.50.101 o (para iOS) 1.5.50.101.a

        ", "versionValidationWithDateFormat": "Debe ser un formato de fecha válido (AAAA-MM-DD).", "warn": "Advertir", "warning": "Advertencia", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Red cableada", "workProfile": "Perfil de trabajo de propiedad personal" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "El archivo o la carpeta como requisito seleccionado.", - "pathToolTip": "La ruta de acceso completa del archivo o la carpeta que se detectará.", - "property": "Propiedad", - "valueToolTip": "Seleccione un valor de requisito que coincida con el método de detección seleccionado. Se debe especificar el requisito de fecha y hora en el formato local." - }, - "GridColumns": { - "pathOrScript": "Ruta de acceso o script", - "type": "Tipo" - }, - "Registry": { - "keyPath": "Ruta de acceso de la clave", - "keyPathTooltip": "La ruta de acceso completa de la entrada del Registro que contiene el valor como un requisito.", - "operator": "Operator", - "operatorTooltip": "Seleccione el operador para la comparación.", - "registryRequirement": "Requisito de clave de registro", - "registryRequirementTooltip": "Seleccione la comparación de requisitos de clave del Registro.", - "valueName": "Nombre de valor", - "valueNameTooltip": "El nombre del valor de Registro necesario." - }, - "RequirementTypeOptions": { - "fileType": "Archivo", - "registry": "Registro", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Booleano", - "dateTime": "Fecha y hora", - "float": "Punto flotante", - "integer": "Entero", - "string": "Cadena", - "version": "Versión" - }, - "duplicateName": "El nombre de script {0} ya se ha usado. Especifique otro nombre.", - "enforceSignatureCheck": "Exigir comprobación de firma del script", - "enforceSignatureCheckTooltip": "Seleccione \"Sí\" para comprobar que el script está firmado por un editor de confianza, lo que permite ejecutarlo sin advertencias ni avisos. El script se ejecutará desbloqueado. Seleccione \"No\" (predeterminado) para ejecutarlo con la confirmación del usuario final, pero sin comprobación de firma.", - "loggedOnCredentials": "Ejecutar este script con las credenciales de inicio de sesión", - "loggedOnCredentialsTooltip": "Ejecutar script mediante las credenciales del dispositivo que ha iniciado sesión.", - "operatorTooltip": "Seleccione el operador para la comparación de requisitos.", - "requirementMethod": "Seleccionar el tipo de datos de salida", - "requirementMethodTooltip": "Seleccione el tipo de datos usado al determinar un requisito de coincidencia de detección.", - "scriptContent": "Contenido del script", - "scriptFile": "Archivo de script", - "scriptFileTooltip": "Seleccione un script de PowerShell que detecte la presencia de la aplicación en el cliente. Si se detecta la aplicación, el proceso de requisitos proporcionará un código de salida con un valor de 0 y escribirá un valor de cadena en STDOUT.", - "scriptName": "Nombre del script", - "value": "Valor", - "valueTooltip": "Seleccione un valor de requisito que coincida con el método de detección seleccionado. Se debe especificar el requisito de fecha y hora en el formato local." - }, - "bladeTitle": "Agregar una regla de requisitos", - "createRequirementHeader": "Cree un requisito.", - "header": "Configurar reglas de requisitos adicionales", - "label": "Reglas de requisitos adicionales", - "noRequirementsSelectedPlaceholder": "No se ha especificado ningún requisito.", - "requirementType": "Tipo de requisito", - "requirementTypeTooltip": "Elija el tipo de método de detección utilizado para determinar cómo se valida un requisito." - }, - "architectures": "Arquitectura del sistema operativo", - "architecturesTooltip": "Elija las arquitecturas necesarias para instalar la aplicación.", - "bladeTitle": "Requisitos", - "diskSpace": "Espacio en disco necesario (MB)", - "diskSpaceTooltip": "Espacio en disco libre necesario en la unidad del sistema para instalar la aplicación.", - "header": "Especifique los requisitos que deben cumplir los dispositivos antes de instalar la aplicación:", - "maximumTextFieldValue": "El valor debe ser como máximo de {0}.", - "minimumCpuSpeed": "Velocidad de CPU mínima requerida (MHz)", - "minimumCpuSpeedTooltip": "La velocidad de CPU mínima necesaria para instalar la aplicación.", - "minimumLogicalProcessors": "Número mínimo de procesadores lógicos necesarios", - "minimumLogicalProcessorsTooltip": "El número mínimo de procesadores lógicos necesarios para instalar la aplicación.", - "minimumOperatingSystem": "Versión mínima del sistema operativo", - "minimumOperatingSystemTooltip": "Seleccione la versión mínima del sistema operativo necesaria para instalar la aplicación.", - "minumumTextFieldValue": "El valor debe ser como mínimo de {0}.", - "physicalMemory": "Memoria física requerida (MB)", - "physicalMemoryTooltip": "Memoria física (RAM) necesaria para instalar la aplicación.", - "selectorLabel": "Requisitos", - "validNumber": "Especifique un número válido." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Hacer que la actualización esté disponible gradualmente", + "immediateStart": "Hacer que la actualización esté disponible lo antes posible", + "startDateOnly": "Hacer que la actualización esté disponible en una fecha específica" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Dispositivos administrados", + "devicesWithoutEnrollment": "Aplicaciones administradas" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filtro", + "assignmentFilterTypeColumnHeader": "Modo de filtro", + "assignmentToast": "Notificaciones del usuario final", + "assignmentTypeTableHeader": "TIPO DE ASIGNACIÓN", + "deadlineTimeColumnLabel": "Fecha límite de instalación", + "deliveryOptimizationPriorityHeader": "Prioridad de optimización de distribución", + "groupTableHeader": "Grupo", + "installContextLabel": "Contexto de instalación", + "isRemovable": "Instalar como extraíble", + "licenseTypeLabel": "Tipo de licencia", + "modeTableHeader": "Modo de grupo", + "policySet": "Conjunto de directivas", + "preventAutoAppUpdate": "Impedir actualizaciones automáticas de aplicaciones", + "preventManagedAppBackup": "Impedir la copia de seguridad de aplicaciones de iCloud", + "restartGracePeriodHeader": "Período de gracia de reinicio", + "startTimeColumnLabel": "Disponibilidad", + "tracks": "Seguimientos", + "uninstallOnRemoval": "Desinstalar al eliminar el dispositivo", + "updateMode": "Prioridad de actualización", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "Aplicación web de AAD", + "androidEnterpriseSystemApp": "Aplicación del sistema Android Enterprise", + "androidForWorkApp": "Aplicación de Google Play Store administrado", + "androidLobApp": "Aplicación de línea de negocio Android", + "androidStoreApp": "Aplicación de la tienda Android", + "builtInAndroid": "Aplicación Android integrada", + "builtInApp": "Aplicación integrada", + "builtInIos": "Aplicación iOS integrada", + "iosIPadOSWebClip": "Clip web de iOS/iPadOS", + "iosLobApp": "Aplicación de línea de negocio iOS", + "iosStoreApp": "Aplicación de la tienda iOS", + "iosVppApp": "Aplicación del Programa de Compras por Volumen iOS", + "lineOfBusinessApp": "Aplicación de línea de negocio", + "macOSDmgApp": "Aplicación macOS (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Aplicación de línea de negocio de macOS", + "macOSMicrosoftDefenderApp": "ATP de Microsoft Defender (macOS)", + "macOSOfficeSuiteApp": "Conjunto de programas Office para macOS", + "macOSPkgApp": "Aplicación macOS (PKG)", + "macOSWebClip": "Clip web de macOS", + "macOsVppApp": "Aplicación del Programa de Compras por Volumen de macOS", + "managedAndroidLobApp": "Aplicación de línea de negocio Android administrada", + "managedAndroidStoreApp": "Aplicación de la tienda Android administrada", + "managedGooglePlayApp": "Aplicación de Google Play Store administrado", + "managedGooglePlayPrivateApp": "Aplicación privada de Google Play administrado", + "managedGooglePlayWebApp": "Vínculo web de Google Play administrado", + "managedIosLobApp": "Aplicación de línea de negocio iOS administrada", + "managedIosStoreApp": "Aplicación de la tienda iOS administrada", + "microsoftStoreForBusinessApp": "Aplicación de la Tienda Microsoft para Empresas", + "microsoftStoreForBusinessReleaseManagedApp": "Tienda Microsoft para Empresas", + "officeAddIn": "Complemento de Office", + "officeSuiteApp": "Aplicaciones de Microsoft 365 (Windows 10 y versiones posteriores)", + "sharePointApp": "Aplicación de SharePoint", + "teamsApp": "Aplicación Teams", + "webApp": "Vínculo web", + "win32CatalogApp": "Aplicación de catálogo de Windows (Win32)", + "winGetPublicApp": "Repositorio de la comunidad de Administrador de paquetes de Windows", + "winGetStoreApp": "Aplicación Microsoft Store (nuevo)", + "windowsAppXLobApp": "Aplicación de línea de negocio de AppX para Windows", + "windowsClassicApp": "Aplicación de Windows (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 y versiones posteriores)", + "windowsMobileMsiLobApp": "Aplicación de línea de negocio de MSI para Windows", + "windowsPhone81AppXBundleLobApp": "Aplicación de línea de negocio AppX para Windows Phone 8.1", + "windowsPhone81AppXLobApp": "Aplicación de línea de negocio AppX para Windows Phone 8.1", + "windowsPhone81StoreApp": "Aplicación de la Tienda Windows Phone 8.1", + "windowsPhoneXapLobApp": "Aplicación de línea de negocio de XAP para Windows Phone", + "windowsStoreApp": "Aplicación de Microsoft Store (heredada)", + "windowsUniversalAppXLobApp": "Aplicación de línea de negocio de AppX para Windows Universal", + "windowsUniversalLobApp": "Aplicación de línea de negocio Windows universal", + "windowsWebApp": "Vínculo web de Windows" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Excluida", + "include": "Incluido", + "includeAllDevicesVirtualGroup": "Incluido", + "includeAllUsersVirtualGroup": "Incluido" + }, + "AssignmentToast": { + "hideAll": "Ocultar todas las notificaciones del sistema", + "showAll": "Mostrar todas las notificaciones del sistema", + "showReboot": "Mostrar notificaciones del sistema para reinicios de equipo" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Segundo plano", + "displayText": "Descarga de contenido en {0}", + "foreground": "Primer plano", + "header": "Prioridad de optimización de distribución" + }, + "DeviceRestartBehaviorOptions": { + "allow": "La instalación de la aplicación puede forzar el reinicio del dispositivo", + "basedOnReturnCode": "Determinar comportamiento en función de códigos de retorno", + "force": "Intune forzará un reinicio obligatorio del dispositivo", + "suppress": "Ninguna acción específica" + }, + "FilterType": { + "exclude": "Excluir", + "include": "Incluir", + "none": "Ninguno" + }, + "InstallIntent": { + "available": "Disponible para dispositivos inscritos", + "availableWithoutEnrollment": "Disponible con o sin inscripción", + "notApplicable": "No aplicable", + "required": "Requerido", + "uninstall": "Desinstalar" + }, + "SettingType": { + "assignmentType": "Tipo de asignación", + "deviceLicensing": "Tipo de licencia", + "installContext": "Desinstalar al eliminar el dispositivo", + "toastSettings": "Notificaciones del usuario final", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Predeterminado", + "postponed": "Pospuesto", + "priority": "Prioridad alta" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure dispositivos para el aprovisionamiento inicial y asígnelos a los usuarios.", + "title": "Preparación del dispositivo" + }, + "EnrollmentSettings": { + "description": "Configure las opciones de inscripción, como bloquear la inscripción y asignarlas a los usuarios.", + "title": "Configuración de la inscripción" + }, + "OSConfiguration": { + "menuDescription": "Configure las opciones que los usuarios pueden usar para recuperar Windows desde una unidad flash de arranque.", + "menuTitle": "Configuración del sistema operativo" + }, + "coManagementAuthorityDesc": "Establezca la configuración de administración conjunta para la integración de Configuration Manager.", + "coManagementAuthorityTitle": "Configuración de administración conjunta ", + "deploymentProfiles": "Perfiles de Windows AutoPilot Deployment", + "description": "Obtenga información sobre las siete formas diferentes en que los usuarios o administradores pueden inscribir una PC con Windows 10/11 en Intune.", + "descriptionLabel": "Métodos de inscripción de Windows", + "enrollmentStatusPage": "Página de estado de inscripción" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Las condiciones que requieren el registro de dispositivos no están disponibles con la acción de usuario \"Registrar o unir dispositivos\".", - "message": "En las directivas creadas para la acción de usuario “Registrar o unir dispositivos”, solo se puede usar “Requerir autenticación multifactor”.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Aprobar automáticamente todas las actualizaciones de controladores recomendadas", + "manual": "Aprobar e implementar manualmente actualizaciones de controladores" + }, + "Details": { + "ApprovalMethod": { + "label": "Método de aprobación:" + }, + "DeploymentDeferralInDays": { + "label": "Hacer que las actualizaciones estén disponibles después de", + "units": "(días)", + "value": "{0} días" + }, + "bladeTitle": "Actualizaciones de controladores para Windows 10 y versiones posteriores (versión preliminar)", + "lastSync": "Última sincronización:", + "lastSyncDefaultText": "Recopilación de inventario inicial pendiente", + "loadError": "Error al cargar." + }, + "DriverStatus": { + "approved": "Aprobado", + "declined": "Rechazado", + "export": "Exportando los controladores recomendados", + "needsReview": "Necesita revisión", + "paused": "En pausa" }, + "DriversToReview": { + "text": "{0} para revisar" + }, + "Subtitle": { + "automatic": "Directiva de actualización del controlador de aprobación automática", + "manual": "Directiva de actualización del controlador de aprobación manual" + }, + "SyncNotification": { + "failure": "No se puede sincronizar {0}", + "failureDescription": "Se ha detectado un error y no se puede completar la sincronización solicitada. Vuelve a intentarlo.", + "pending": "{0} sincronización en curso", + "pendingDescription": "Se están recuperando los datos más recientes. Este proceso puede tardar varios minutos.", + "success": "{0} sincronización completada", + "successDescription": "La sincronización con el servicio WUfB se completó en {0}" + }, + "SyncSpinner": { + "text": "Hay una sincronización en curso. Esto puede tardar varios minutos. Busque una alerta o vuelva a comprobarla en unos minutos." + }, + "TabName": { + "basics": "Datos básicos", + "driverUpdateSettings": "Configuración", + "otherDrivers": "Otros controladores", + "properties": "Propiedades", + "recommendedDrivers": "Controladores recomendados" + }, + "driverAddFilter": "Agregar filtro", + "driverApplicableDevices": "Dispositivos aplicables", + "driverApprovalStatus": "Estado", + "driverBulkActions": "Acciones en masa", + "driverClass": "Clase de controlador", + "driverCount": "Mostrando de {0} a {1} de {2} registros", + "driverFilterNoneSelected": "No se ha seleccionado ninguno", + "driverManufacturer": "Fabricante", + "driverName": "Nombre de controlador", + "driverNameLower": "implementación de actualización de controladores de windows", + "driverNameUpper": "implementación de actualización de controladores de Windows", + "driverRefresh": "Actualizar", + "driverReleaseDate": "Fecha de lanzamiento", + "driverSearch": "Buscar", + "driverSearchKeyword": "Escribir palabra clave de búsqueda", + "driverVersion": "Versión", + "firstDeploymentDate": "Primera implementación", + "infoBoxText": "El inventario puede tardar hasta 24 horas en rellenarse después de asignar y crear una directiva.", + "textBlockText": "Seleccione la configuración de implementación y aprobación de directivas. Elija configurar una directiva para aprobar e implementar actualizaciones de forma automática o manual. El método de aprobación no se puede cambiar una vez creada una directiva, pero los cambios en las aprobaciones de controladores individuales y los detalles de implementación serán posibles una vez que se compile un inventario para los dispositivos asignados." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Use estos valores para mantenerse informado acerca de qué usuarios instalan aplicaciones que no están aprobadas para su uso en la empresa. Seleccione el tipo de lista de aplicaciones restringidas:

        \r\n Aplicaciones prohibidas: es una lista de las aplicaciones sobre las que desea que se le informe cuando los usuarios las instalan.
        \r\n Aplicaciones aprobadas: es una lista de las aplicaciones que están aprobadas para su uso en la empresa. Cuando los usuarios instalan una aplicación que no está en esta lista, se le notifica.
        \r\n ", + "androidZebraMxZebraMx": "Cargue un perfil de MX en formato XML para configurar los dispositivos Zebra.", + "iosDeviceFeaturesAirprint": "Use estos valores para configurar los dispositivos iOS a fin de conectarse automáticamente a las impresoras compatibles con AirPrint de la red. Necesita la dirección IP y la ruta de acceso de recurso de las impresoras.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Configure una extensión de la aplicación que habilite el inicio de sesión único (SSO) para los dispositivos que ejecutan iOS 13.0 o versiones posteriores.", + "iosDeviceFeaturesHomeScreenLayout": "Configure la distribución de las pantallas de inicio y del Dock en los dispositivos iOS. Algunos dispositivos pueden tener límites en cuanto al número de elementos que se pueden mostrar.", + "iosDeviceFeaturesIOSWallpaper": "Muestra una imagen que aparecerá en la pantalla de inicio o la pantalla de bloqueo de los dispositivos iOS.\r\n Para mostrar una imagen única en cada ubicación, cree un perfil con la imagen de la pantalla de bloqueo y otro con la de la pantalla de inicio.\r\n A continuación, asigne ambos perfiles a sus usuarios.\r\n
        \r\n
          \r\n
        • Tamaño máximo de archivo: 750 KB
        • \r\n
        • Tipo de archivo: PNG, JPG o JPEG
        • \r\n
        \r\n ", + "iosDeviceFeaturesNotifications": "Especificar la configuración de notificación de las aplicaciones. Compatible con iOS 9.3 y versiones posteriores.", + "iosDeviceFeaturesSharedDevice": "Especifica el texto opcional que se muestra en la pantalla bloqueada. Se admite en iOS 9.3 y versiones posteriores. Más información", + "iosGeneralApplicationRestrictions": "Use estos valores para mantenerse informado acerca de qué usuarios instalan aplicaciones que no están aprobadas para su uso en la empresa. Seleccione el tipo de lista de aplicaciones restringidas:

        \r\n Aplicaciones prohibidas: es una lista de las aplicaciones sobre las que desea que se le informe cuando los usuarios las instalan.
        \r\n Aplicaciones aprobadas: es una lista de las aplicaciones que están aprobadas para su uso en la empresa. Cuando los usuarios instalan una aplicación que no está en esta lista, se le notifica.
        \r\n ", + "iosGeneralApplicationVisibility": "Use la lista Aplicaciones visibles para especificar las aplicaciones de iOS que el usuario puede ver o iniciar. Use la lista Aplicaciones ocultas para especificar las aplicaciones de iOS que el usuario no puede ver ni iniciar.", + "iosGeneralAutonomousSingleAppMode": "Las aplicaciones que se agregan a esta lista y se asignan a un dispositivo pueden bloquearlo de forma que solo ejecute esa aplicación una vez que se ha iniciado, o bien bloquear el dispositivo mientras se ejecuta una acción determinada (por ejemplo, hacer un examen). Una vez completada la acción, o si se quita la restricción, el dispositivo vuelve a su estado normal.", + "iosGeneralKiosk": "El modo de pantalla completa bloquea varias configuraciones en un dispositivo o especifica la aplicación que puede ejecutarse en este. Puede ser útil, por ejemplo, en una tienda o entornos similares, en los que un dispositivo debe ejecutar una única aplicación de demostración.", + "macDeviceFeaturesAirprint": "Use estas opciones para configurar los dispositivos macOS de forma que se conecten automáticamente a impresoras compatibles con AirPrint de su red. Necesitará la dirección IP y la ruta de acceso a los recursos de sus impresoras.", + "macDeviceFeaturesAssociatedDomains": "Configure los dominios asociados para compartir datos y credenciales de inicio de sesión entre las aplicaciones y los sitios web de su organización. Este perfil se puede aplicar a los dispositivos que ejecutan macOS 10.15 o versiones posteriores.", + "macDeviceFeaturesExtensibleSingleSignOn": "Configure una extensión de la aplicación que habilite el inicio de sesión único (SSO) para los dispositivos que ejecutan macOS 10.15 o versiones posteriores.", + "macDeviceFeaturesLoginItems": "Elija qué aplicaciones, archivos y carpetas se abren cuando los usuarios inician sesión en los dispositivos. Si no quiere que los usuarios cambien la forma en que se abren las aplicaciones seleccionadas, puede ocultar la aplicación en la configuración del usuario.", + "macDeviceFeaturesLoginWindow": "Configure la apariencia de la pantalla de inicio de sesión de macOS y las funciones disponibles para los usuarios antes y después de iniciar sesión.", + "macExtensionsKernelExtensions": "Use estas opciones para configurar la directiva de extensión de kernel en dispositivos Mac OS que ejecutan 10.13.2 o posterior.", + "macGeneralDomains": "Los correos electrónicos que el usuario envía o recibe y no coinciden con los dominios que especifique aquí se marcarán como de no confianza.", + "windows10EndpointProtectionApplicationGuard": "Al utilizar Microsoft Edge, la Protección de aplicaciones de Microsoft Defender protege su entorno de sitios que su organización no ha definido todavía como de confianza. Cuando los usuarios visitan sitios que no figuran en el límite de red aislada, los sitios se abren en una sesión de exploración virtual en Hyper-V. Los sitios de confianza se definen mediante un límite de red, que puede establecerse en Configuración del dispositivo. Tenga en cuenta que esta característica solo está disponible para dispositivos que ejecutan Windows 10 de 64 bits o versiones posteriores.", + "windows10EndpointProtectionCredentialGuard": "Al habilitar Credential Guard, se habilitan los valores obligatorios siguientes:\r\n
        \r\n
          \r\n
        • Enable virtualization-based security: activa la seguridad basada en la virtualización (VBS) la próxima vez que se reinicie. Este tipo de seguridad usa el hipervisor de Windows para proporcionar compatibilidad con los servicios de seguridad.
        • \r\n
          \r\n
        • Secure Boot with Direct Memory Access: activa VBS con arranque seguro y acceso directo a memoria (DMA).
        • \r\n
        \r\n ", + "windows10EndpointProtectionDeviceGuard": "Elija aplicaciones adicionales que deban auditarse o con confianza para ejecutarse mediante el Control de aplicaciones de Microsoft Defender. Se confía automáticamente en la ejecución de los componentes de Windows y de todas las aplicaciones de Microsoft Store.

        \r\n Las aplicaciones no se bloquearán al ejecutarse en modo “Solo auditoría”. Este modo registra todos los eventos en los registros de cliente locales.\r\n ", + "windows10GeneralPrivacyPerApp": "Agregue las aplicaciones que deben tener un comportamiento de privacidad diferente al establecido en “Privacidad predeterminada”.", + "windows10NetworkBoundaryNetworkBoundary": "El límite de red es una lista de los recursos de empresa, como los intervalos de direcciones IP y dominios hospedados en la nube de los equipos que se incluyen en la red empresarial. Defina límites de red a fin de aplicar directivas para proteger los datos que residen en estas ubicaciones.", + "windowsHealthMonitoring": "Configure la directiva de seguimiento de estado de Windows.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone puede bloquear la instalación o el inicio de aplicaciones incluidas en la lista de aplicaciones prohibidas o no especificadas en la lista de aplicaciones aprobadas a los usuarios. Todas las aplicaciones administradas deben agregarse a la lista aprobada." + }, + "Inputs": { + "accountDomain": "Dominio de cuenta", + "accountDomainHint": "por ejemplo, contosodomain", + "accountDomainInfoBalloon": "Especifique el dominio de la cuenta del usuario.", + "accountTypeInfoBalloon": "Especifique el tipo de cuenta que se configura según el modelo de autenticación", + "allowContactSetting": "Permitir que el usuario cambie la configuración de contacto", + "allowContactSyncInfoBalloon": "Especifique si el usuario tiene permiso para cambiar la configuración de sincronización de contactos", + "allowUserChange": "Permitir que el usuario cambie la configuración", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Escriba un nombre de paquete similar a com.microsoft.word", + "androidUrlValidation": "Especifique una dirección URL válida, similar a https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Contexto de instalación de la aplicación", + "appUrlLabel": "Dirección URL de AppStore", + "appleUrlValidation": "Especifique una dirección URL válida, similar a https://www.itunes.apple.com/es/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Tipo de dispositivo aplicable", + "assignmentActionLabel": "Modo", + "authenticationMethodInfoBalloon": "Especifique el método de autenticación para el usuario", + "authenticationMetod": "Método de autenticación", + "authenticationType": "Tipo de autenticación", + "authenticationTypeInfoBalloon": "Especifique el tipo de autenticación para el usuario", + "availableLicenseCount": "Licencias disponibles", + "basicAuth": "Autenticación básica", + "biometricsInfoBalloon": "Puede que se requiera información biométrica (como TouchID o FaceID) para el acceso de los usuarios a la aplicación en su dispositivo. En caso de requerirse, dicha información se usa junto con el método de autenticación seleccionado en el perfil. Esta configuración no debe habilitarse si se han implementado directivas de protección de aplicaciones de Intune, ya que estas incluyen requisitos para el acceso a los datos administrados. Si se habilitan ambas opciones, se producirán múltiples solicitudes de acceso para Outlook Mobile. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como desactivada. ", + "bookNameLabel": "Nombre del libro", + "bundleDescriptionHint": "Escriba una descripción que defina las aplicaciones incluidas.", + "calendar": "Calendario", + "categoryLabel": "Categoría", + "categoryNameLabel": "Nombre predeterminado", + "certProfileType": "Tipo de perfil del certificado", + "certificate": "Certificado", + "certificates": "Certificados", + "commandLineLabel": "Argumentos de línea de comandos", + "commandLineSizeHint": "El texto de los argumentos de la línea de comandos tiene una longitud máxima de 1024 caracteres.", + "configurationSettingsFormatLabel": "Formato de opciones de configuración", + "configurationSettingsLabel": "Formato de configuración", + "contactSync": "Guardar contactos", + "contactSyncInfoBalloon": "Al guardar contactos en la libreta de direcciones nativa del dispositivo móvil, se pueden vincular las llamadas y mensajes de texto nuevos a los contactos de Outlook existentes del usuario. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como desactivada.", + "contacts": "Contactos", + "createdDateTime": "Creada", + "defaultCategoryHint": "Las categorías predeterminadas no se pueden cambiar", + "deploySMimeCertsFromIntune": "Implementar certificados S/MIME desde Intune", + "descriptionGenericLabel": "Descripción", + "descriptionHint": "Escribir una descripción...", + "descriptionLabel": "Descripción", + "descriptionSizeHint": "La descripción no debe tener más de 10,000 caracteres.", + "developerLabel": "Desarrollador", + "developerSizeHint": "El nombre del desarrollador tiene una longitud máxima de 256 caracteres.", + "disable": "Deshabilitar", + "disabled": "Deshabilitada", + "displayNameLabel": "Nombre", + "displayVersionHint": "Escribir la versión de la aplicación", + "displayVersionLabel": "Versión de la aplicación", + "displayVersionLengthCheck": "La longitud de la versión de visualización debe ser de 130 caracteres como máximo.", + "eBookCategoryNameLabel": "Nombre predeterminado", + "emailAccount": "Nombre de la cuenta de correo electrónico", + "emailAccountHint": "Por ejemplo, Correo electrónico corporativo.", + "emailAccountInfoBalloon": "Especifique el nombre para mostrar de la cuenta de correo electrónico tal y como aparecerá para los usuarios en sus dispositivos", + "emailAddressAttribute": "Atributo de dirección de correo electrónico de AAD", + "emailAddressInfoBalloon": "Especifique la dirección de correo electrónico que se usará para enviar y recibir correo electrónico", + "emailServer": "Servidor de correo electrónico", + "emailServerHint": "Por ejemplo, mail.contoso.com", + "emailServerInfoBalloon": "Especifique el nombre de host del servidor de Exchange", + "enable": "Habilitar", + "enableSMime": "Habilitar S/MIME", + "enabled": "Habilitada", + "encryptAllEmails": "Cifrar todos los correos electrónicos", + "encryptionCertificates": "Certificados de cifrado", + "endUserNotifications": "Notificaciones al usuario final", + "enrollmentTypeLabel": "Tipo de inscripción del dispositivo", + "externalRecipients": "Información sobre correo de destinatarios externos", + "externalRecipientsInfoBalloon": "La opción Información sobre correo de destinatarios externos aparece si el remitente agrega un destinatario externo o un grupo de distribución que contiene destinatarios externos. Esta información de correo electrónico indica a los remitentes si el mensaje que redactan va a salir de la organización, lo que les ayuda a tomar las decisiones correctas respecto al lenguaje, tono y contenido. Disponible solo para las cuentas de Exchange Online y las cuentas locales que usan la autenticación moderna híbrida. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como activada.", + "focusedInbox": "Bandeja de entrada Prioritarios", + "focusedInboxInfoBalloon": "La Bandeja de entrada Prioritarios separa la bandeja de entrada en dos pestañas: Prioritarios y Otros. Los correos electrónicos más importantes están en la pestaña Prioritarios y el resto en la pestaña Otros, con acceso fácil pero por separado. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como activada. ", + "fullScreenEnabledLabel": "Pantalla completa", + "gmailNineAmountOfEmail": "Cantidad de correo electrónico para sincronizar", + "gmailNineAuthenticationMethodInfoBalloon": "Seleccione cómo quiere que se autentiquen los usuarios en el servidor de correo electrónico. Use los certificados para ofrecer una experiencia totalmente segura y sin problemas a los usuarios finales. La autenticación basada en certificados no está disponible aún porque los perfiles de certificados SCEP y PKCS para los dispositivos del propietario no están disponibles. ", + "gmailNineCertificateUPNInfoBalloon": "El certificado debe incluir el nombre principal de usuario (UPN) como nombre alternativo del firmante.", + "gmailNineEmailAddressInfoBalloon": "Atributo que Intune toma de Azure AD para generar de forma dinámica la dirección de correo electrónico que el perfil usará, por ejemplo, MiNombre@contoso.com (UPN). Obtenga más información sobre los atributos de AAD para los perfiles de correo electrónico.", + "gmailNineEmailServerInfoBalloon": "Ubicación de Exchange (dirección URL) del servidor de correo electrónico a la que se conecta la aplicación que especifica para recibir correo electrónico.", + "gmailNineEmailSynchronizeInfoBalloon": "Controla la cantidad de correo electrónico que el cliente va a sincronizar.", + "gmailNineSSLInfoBalloon": "Habilita SSL para proteger todas las comunicaciones con el servidor de correo electrónico.", + "gmailNineUsernameInfoBalloon": "Atributo que Intune toma de Azure AD para generar de forma dinámica el nombre de usuario que el perfil usará, por ejemplo, MiNombre@contoso.com (UPN) o MiNombre (nombreUsuario). Obtenga más información sobre los atributos de AAD para los perfiles de correo electrónico.", + "ignoreManifestScope": "Ignorar ámbito de manifiesto", + "ignoreVersionDetection": "Omitir la versión de la aplicación", + "informationUrlLabel": "Dirección URL de información", + "informationUrlSizeHint": "La longitud máxima de la dirección URL de información es de 1024 caracteres", + "installAsManaged": "Instalar como administrado", + "installationSourceLabel": "Tipo de aplicación", + "installerTypeInfoBalloon": "El tipo de instalador del paquete de aplicación.", + "installerTypeLabel": "Tipo de instalador", + "isFeatured": "Mostrar como aplicación destacada en el Portal de empresa", + "isMAMEnabledToggleLabel": "Sí", + "lastModifiedDateTime": "Hora de la última actualización", + "ldapUrl": "DIRECCIÓN URL DE LDAP", + "licensingType": "Admite la asignación de contexto de dispositivo", + "microsoft": "Microsoft", + "minimumOperationSystem": "Versión mínima del sistema operativo", + "modernAuth": "Autenticación moderna", + "nameHint": "Escribir un nombre", + "nameLabel": "Nombre", + "nameSizeHint": "La longitud máxima del nombre es de 512 caracteres.", + "notConfigured": "Sin configurar", + "notesLabel": "Notas", + "notesSizeHint": "El texto de notas tiene una longitud máxima de 1024 caracteres.", + "notificationType": "Tipo de notificación", + "oneDay": "Un día", + "oneMonth": "Un mes", + "oneWeek": "Una semana", + "outlookSMimeSettings": "Configuración de S/MIME de Outlook", + "ownerLabel": "Propietario", + "ownerSizeHint": "El nombre del propietario tiene una longitud máxima de 256 caracteres.", + "packageIdLabel": "Identificador del paquete", + "packageNameLabel": "Nombre del paquete", + "pivCredentialNotConfigured": "No ha seleccionado ningún emisor de credenciales derivadas para el inquilino, lo cual es necesario para poder aplicar esta directiva a los dispositivos correctamente.", + "platformLabel": "Plataforma", + "policyDescriptionLabel": "Descripción", + "policyNameLabel": "Nombre", + "preComposedIconEnabled": "Precompuesto", + "primarySMTPAddress": "Dirección SMTP principal", + "privacyUrlLabel": "Dirección URL de privacidad", + "publisherHint": "Escribir un nombre de publicador", + "publisherLabel": "Publicador", + "publisherSizeHint": "El nombre del publicador debe tener entre 2 y 1024 caracteres (ambos valores incluidos).", + "require": "Requerir", + "requireBiometrics": "Requerir información biométrica para acceder a la aplicación", + "sAMAccountName": "SamAccountName", + "scopeTagsRequired": "Se necesita al menos una etiqueta de ámbito", + "searchAppLabel": "Seleccionar aplicación", + "searchAppLinkText": "Buscar en App Store", + "searchWinGetPublicRepositoryLinkText": "Buscar en el repositorio de la comunidad de Administrador de paquetes de Windows", + "searchWinGetStoreRepositoryLinkText": "Buscar en la aplicación Microsoft Store (nuevo)", + "selectAAD": "Seleccionar un atributo de AAD", + "selectAppFileLabel": "Seleccionar archivo", + "selectAppFileLinkText": "Seleccionar un archivo del paquete de aplicaciones", + "selectAppFileToUpdateLabel": "Seleccionar un archivo para actualizar", + "selectAuthMethod": "Seleccione un método de autenticación", + "selectAuthType": "Seleccionar un tipo de autenticación", + "selectCatalogAppLabel": "Seleccionar aplicación", + "selectCatalogAppLinkText": "Buscar en el catálogo de aplicaciones de Windows (Win32)", + "selectCertificate": "Seleccionar un certificado", + "signAllEmails": "Firmar todos los correos electrónicos", + "signingCertificates": "Certificados de firma", + "ssl": "SSL", + "suiteDescriptionLabel": "Descripción del conjunto de aplicaciones", + "suiteNameLabel": "Nombre del conjunto de aplicaciones", + "targetApplicationBundleIdentifier": "Identificador del lote de aplicaciones de destino", + "targetedPlatformsLabel": "Plataforma de destino", + "tasks": "Tareas", + "threeDays": "Tres días", + "totalLicenseCount": "Total de licencias", + "twoWeeks": "Dos semanas", + "unifiedAssignmentsLabel": "Asignar a:", + "unlimited": "Sin límites", + "urlHint": "Escribir una dirección URL válida", + "useManagedBrowserHint": "Solo iOS y Android. Más información", + "useManagedBrowserLabel": "Se necesita Managed Browser para abrir este vínculo.", + "userPrinicipalName": "Nombre principal de usuario", + "username": "Nombre de usuario", + "usernameAttribute": "Atributo de nombre de usuario de AAD", + "usernameAttributreInfoBalloon": "Especifique la entidad de seguridad de usuario del perfil de correo electrónico que se usará para autenticar la cuenta", + "usernamePassword": "Nombre de usuario y contraseña", + "webAppUrlHint": "Escribir una dirección URL válida que empiece por http:// o https://", + "webAppUrlLabel": "Dirección URL de la aplicación", + "webAppUrlSizeHint": "La longitud máxima de la URL de la aplicación es de 1024 caracteres.", + "windowsUrlValidation": "Especifique una dirección URL válida, similar a https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "Datos XML especificados", + "xmlFormatInvalid": "El formato de la directiva XML no es válido.", + "xmlTooLarge": "El tamaño de entrada debe ser inferior a 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "No se pudo eliminar {0}.", @@ -8432,374 +8847,13 @@ "modifying": "Eliminando {0}", "success": "{0} se eliminó correctamente" }, - "Included": { - "none": "No se ha seleccionado ninguna aplicación o acción ni ningún contexto de autenticación.", - "plural": "{0} contextos de autenticación incluidos", - "singular": "1 contexto de autenticación incluido" - }, - "InfoBlade": { - "createTitle": "Adición de un contexto de autenticación", - "deleteDisallowed": "No puede eliminar este contexto de autenticación mientras las directivas de acceso condicional hacen referencia a él.", - "descPlaceholder": "Agregue una descripción para el contexto de autenticación.", - "modifyTitle": "Modificación del contexto de autenticación", - "namePlaceholder": "Por ejemplo, ubicación de confianza, dispositivo de confianza, autorización segura.", - "publishDesc": "La publicación en aplicaciones hará que el contexto de autenticación esté disponible para que las aplicaciones lo usen. Efectúe la publicación una vez que haya finalizado la configuración de la directiva de acceso condicional para la etiqueta. [Más información][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publicar en aplicaciones", - "titleDesc": "Configure un contexto de autenticación que se usará para proteger los datos y las acciones de la aplicación. Use nombres y descripciones que puedan entender los administradores de aplicaciones. [Más información][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Si cancela la publicación de este contexto de autenticación, podría perderse el acceso al recurso protegido por el contexto de autenticación." - }, "Notify": { "failure": "No se pudo actualizar {0}", "modifying": "Modificación de {0} en curso", "success": "Actualizadas correctamente: {0}." }, - "WhatIf": { - "selected": "Contexto de autenticación incluido" - }, - "addNewStepUp": "Nuevo contexto de autenticación", - "bannerText": "Cree sus propios valores de contexto de autenticación y directivas de acceso condicional con Azure AD Premium", - "checkBoxInfo": "Seleccione los contextos de autenticación a los que se aplicará esta directiva.", - "configure": "Configurar contextos de autenticación", - "createCA": "Asigne directivas de acceso condicional al contexto de autenticación.", - "dataGrid": "Lista de contextos de autenticación", - "deleteFailedByReference": "No puede eliminar este contexto de autenticación porque las directivas de CA hacen referencia a él.", - "description": "Descripción", - "documentation": "Documentación", - "getStarted": "Introducción", - "label": "Contexto de autenticación", - "menuLabel": "Contexto de autenticación", - "name": "Nombre", - "noAuthContextConfigured": "No se ha configurado ningún contexto de autenticación.", - "noAuthContextSet": "No hay contextos de trabajo de autenticación", - "noData": "No hay ningún contexto de autenticación para mostrar.", - "selectionInfo": "El contexto de autenticación se usa para proteger los datos y las acciones de la aplicación en aplicaciones como SharePoint y Microsoft Cloud App Security.", - "step": "Paso", - "tabDescription": "Administre el contexto de autenticación para proteger los datos y las acciones de las aplicaciones. Los contextos de autenticación no se pueden eliminar cuando las directivas de acceso condicional hacen referencia a ellos. [Más información] [1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Etiquete los recursos con un contexto de autenticación." + "menuLabel": "Contexto de autenticación" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (inicio de sesión en el teléfono)", - "email": "Código de acceso de un solo uso de correo electrónico", - "federatedMultiFactor": "Multifactor federado", - "federatedSingleFactor": "Factor único federado", - "fido2": "Clave de seguridad FIDO2", - "hardwareOath": "Tokens OATH de hardware", - "hardwareOathEmail": "Token OATH de hardware y código de acceso de un solo uso de correo electrónico", - "hardwareOathFederatedSingleFactor": "Factor único federado y token OATH de hardware", - "microsoftAuthenticatorPush": "Microsoft Authenticator (notificación push)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (notificación push) y código de acceso de un solo uso de correo electrónico", - "microsoftAuthenticatorPushFederatedSingleFactor": "Factor único federado + Microsoft Authenticator (notificación de inserción)", - "none": "Ninguno", - "password": "Contraseña", - "passwordHardwareOath": "Contraseña y token OATH de hardware", - "passwordMicrosoftAuthenticatorPush": "Contraseña + Microsoft Authenticator (notificación push)", - "passwordSms": "Contraseña + SMS", - "passwordSoftwareOath": "Contraseña y token OATH de software", - "passwordVoice": "Contraseña + Voz", - "passwordX509CertificateMultiFactor": "Contraseña y autenticación basada en certificados (multifactor)", - "passwordX509CertificateSingleFactor": "Contraseña y autenticación basada en certificados (factor único)", - "sms": "SMS", - "smsEmail": "SMS y código de acceso de un solo uso de correo electrónico", - "smsFederatedSingleFactor": "Factor único federado + SMS", - "softwareOath": "Tokens OATH de software", - "softwareOathEmail": "Token OATH de software y código de acceso de un solo uso de correo electrónico", - "softwareOathFederatedSingleFactor": "Factor único federado y token OATH de software", - "temporaryAccessPassMultiUse": "Pase de acceso temporal (multiuso)", - "temporaryAccessPassOneTime": "Pase de acceso temporal (uso único)", - "voice": "Voz", - "voiceEmail": "Voz y código de acceso de un solo uso de correo electrónico", - "voiceFederatedSingleFactor": "Factor único federado + Voice", - "windowsHelloForBusiness": "Windows Hello para empresas", - "x509CertificateMultiFactor": "Autenticación basada en certificados (multifactor)", - "x509CertificateSingleFactor": "Autenticación basada en certificados (factor único)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Bloqueo de descargas (versión preliminar)", - "monitorOnly": "Solo supervisión (versión preliminar)", - "protectDownloads": "Protección de las descargas (versión preliminar)", - "useCustomControls": "Usar directiva personalizada..." - }, - "ariaLabel": "Elegir el tipo de Control de aplicaciones de acceso condicional que se aplicará" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "Id. de la aplicación: {0}" - }, - "LowerGrid": { - "ariaLabel": "Lista de aplicaciones en la nube seleccionadas" - }, - "UpperGrid": { - "ariaLabel": "Lista de aplicaciones en la nube que coinciden con el término de búsqueda" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Con \"Ubicaciones seleccionadas\", debe elegir al menos una ubicación.", - "selector": "Elija por lo menos una ubicación." - }, - "privateLinksInfo": "Private Link para Azure AD está más adecuado para los servicios de Azure. Asegúrese de que las entidades de seguridad a las que se aplica esta directiva no tengan ningún requisito para alcanzar ningún servicio público como M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Debe seleccionar al menos uno de los clientes que se muestran a continuación." - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Esta directiva solo se aplica al explorador y a aplicaciones de autenticación modernas. Para aplicar la directiva a todas las aplicaciones cliente, habilite la condición de aplicación cliente y selecciónelas todas.", - "classicExperience": "Tras crear esta directiva, se ha actualizado la configuración predeterminada de las aplicaciones cliente.", - "legacyAuth": "Si no se configuran, las directivas ahora se aplican a todas las aplicaciones cliente, incluidas la autenticación moderna y la heredada." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Atributo", - "placeholder": "Elegir un atributo" - }, - "Configure": { - "infoBalloon": "Configure los filtros de aplicación a los que quiere que se aplique la directiva." - }, - "NoPermissions": { - "learnMoreAria": "Más información sobre los permisos de atributo de seguridad personalizados.", - "message": "No tiene los permisos necesarios para usar atributos de seguridad personalizados." - }, - "gridHeader": "Mediante el uso de atributos de seguridad personalizados, puede usar el generador de reglas o el cuadro de texto de sintaxis de reglas para crear o editar las reglas de filtro. En la versión preliminar, solo se admiten atributos de tipo Cadena. No se mostrarán atributos de tipo Entero o Booleano.", - "learnMoreAria": "Más información sobre el uso del generador de reglas y el cuadro de texto de sintaxis.", - "noAttributes": "No hay ningún atributo personalizado disponible para filtrar. Debe configurar algunos atributos para usar este filtro.", - "title": "Editar filtro (versión preliminar)" - }, - "CloudAppsUserActions": { - "any": "Cualquier aplicación o acción en la nube", - "infoBalloon": "Aplicación de nube o acción de usuario que quiere probar. Por ejemplo, \"SharePoint Online\".", - "learnMore": "Controle el acceso de los usuarios de acuerdo con todas las acciones o con acciones específicas de las aplicaciones en la nube.", - "learnMoreB2C": "Controle el acceso de los usuarios con base en todas o algunas de las aplicaciones en la nube.", - "learnMoreNetworkAccess": "Controle el acceso en función de todo el tráfico de acceso a la red, las aplicaciones en la nube o las acciones específicas.", - "title": "Aplicaciones en la nube o acciones" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Lista de aplicaciones en la nube excluidas" - }, - "Filter": { - "configured": "Configurado", - "label": "Editar filtro (versión preliminar)", - "with": "{0} con {1}" - }, - "Included": { - "gridAria": "Lista de aplicaciones en la nube incluidas" - }, - "Validation": { - "authContext": "Con \"contexto de autenticación\", debe configurar al menos un subelemento.", - "networkAccess": "Con \"Acceso a la red\", debe configurar al menos un perfil de tráfico.", - "selectApps": "Es necesario configurar \"{0}\".", - "selector": "Seleccione por lo menos una aplicación.", - "userActions": "Con \"acciones de usuario\", debe configurar al menos un subelemento." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Controlar el acceso de usuario cuando el dispositivo desde el que el usuario inicia sesión está \\\"unido a Azure AD híbrido\\\" o \\\"marcado como conforme\\\".\n Esto ha quedado en desuso. Use en su lugar \\\"{1}\\\"." - } - }, - "Errors": { - "notFound": "La directiva no se encuentra o se ha eliminado.", - "notFoundDetailed": "La directiva \"{0}\" ya no existe; puede que se haya eliminado." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Todos", - "b2bCollaborationGuestLabel": "Usuarios invitados de colaboración B2B", - "b2bCollaborationMemberLabel": "Usuarios miembros de la colaboración B2B", - "b2bDirectConnectUserLabel": "Usuarios de conexión directa B2B", - "enumeratedExternalTenantsError": "Seleccione al menos un inquilino externo", - "enumeratedExternalTenantsLabel": "Seleccionar", - "externalTenantsLabel": "Especificar organizaciones externas de Azure AD", - "externalUserDropdownLabel": "Elegir los tipos de usuario invitados o externos", - "externalUsersError": "Seleccionar al menos un tipo de usuario o invitado externo", - "guestOrExternalUsersInfoContent": "Incluye Colaboración B2B, conexión directa B2B y otros tipos de usuarios externos.", - "guestOrExternalUsersLabel": "Usuarios invitados o externos", - "internalGuestLabel": "Usuarios invitados locales", - "otherExternalUserLabel": "Otros usuarios externos", - "previewTag": "{0} (versión preliminar)", - "serviceProviderUsersLabel": "Usuarios del proveedor de servicios" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Método de búsqueda de país o región", - "gps": "Determinación de la ubicación por coordenadas de GPS", - "info": "Si se configura la condición de ubicación de una directiva de acceso condicional, la aplicación de autenticación solicitará a los usuarios que compartan su ubicación de GPS. ", - "ip": "Determinación de la ubicación por dirección IP (solo IPv4)" - }, - "Header": { - "new": "Nueva ubicación ({0})", - "update": "Actualizar ubicación ({0})" - }, - "IP": { - "learn": "Configure intervalos IPv4 e IPv6 de ubicaciones con nombre.\n[Más información][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Los países y regiones desconocidos son direcciones IP que no están asociadas a ningún país ni a ninguna región concretos. [Más información][1]\n\nSe incluye lo siguiente:\n* Direcciones IPv6\n* Direcciones IPv4 sin una asignación directa\n[1]: https://aka.ms/canamedlocations\n", - "label": "Incluir países o regiones desconocidos" - }, - "Name": { - "empty": "El nombre no puede estar vacío", - "placeholder": "Asigne un nombre a esta ubicación" - }, - "PrivateLink": { - "learn": "Crear una nueva ubicación con nombre que contenga Private Links para Azure AD.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Buscar países", - "names": "Buscar nombres", - "privateLinks": "Buscar Private Links" - }, - "Trusted": { - "label": "Marcar como ubicación de confianza" - }, - "enter": "Escriba un nuevo intervalo IPv4 o IPv6", - "example": "p. ej.: 40.77.182.32/27 o 2a01:111::/32" - }, - "Label": { - "addCountries": "Ubicación de los países", - "addIpRange": "Ubicación de los intervalos de direcciones IP", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Error al crear la nueva ubicación ({0})", - "title": "Error en la creación" - }, - "InProgress": { - "description": "Creando nueva ubicación ({0})", - "title": "Creación en curso" - }, - "Success": { - "description": "Nueva ubicación creada correctamente ({0})", - "title": "Creación realizada" - } - }, - "Delete": { - "Failed": { - "description": "Error al eliminar la ubicación ({0})", - "title": "Error en la eliminación" - }, - "InProgress": { - "description": "Eliminando la ubicación ({0})", - "title": "Eliminación en curso" - }, - "Success": { - "description": "Ubicación eliminada correctamente ({0})", - "title": "Eliminación realizada" - } - }, - "Update": { - "Failed": { - "description": "Error al actualizar la ubicación ({0})", - "title": "Error en la actualización" - }, - "InProgress": { - "description": "Actualizando la ubicación ({0})", - "title": "Actualización en curso" - }, - "Success": { - "description": "Ubicación actualizada correctamente ({0})", - "title": "Actualización completada correctamente" - } - } - }, - "PrivateLinks": { - "grid": "Lista de Private Links" - }, - "Trusted": { - "title": "Tipo de confianza", - "trusted": "De confianza" - }, - "Type": { - "all": "Todos los tipos", - "countries": "Países o regiones", - "ipRanges": "Intervalos IP", - "privateLinks": "Private Links", - "title": "Tipo de ubicación" - }, - "iPRangeInvalidError": "El valor debe ser un intervalo IPv4 o IPv6 válido.", - "iPRangeLinkOrSiteLocalError": "Se ha detectado la red IP como una dirección local de sitio o de vínculo.", - "iPRangeOctetError": "La red IP no puede empezar por 0 ni 255.", - "iPRangePrefixError": "El prefijo de red IP debe estar comprendido entre /{0} y /{1}.", - "iPRangePrivateError": "Se ha detectado la red IP como una dirección privada." - }, - "NamedNetwork": { - "List": { - "gridAria": "Lista de ubicaciones con nombre" - } - }, - "NetworkAccess": { - "Included": { - "none": "No se ha seleccionado ningún recurso de destino", - "plural": "{0} perfiles de tráfico de red seleccionados", - "singular": "1 perfil de tráfico de red seleccionado" - }, - "internetOptionText": "Tráfico público", - "label": "Acceso a la red (versión preliminar)", - "m365OptionText": "Tráfico de M365", - "privateOptionText": "Tráfico privado", - "selectTrafficProfilesLabel": "Seleccionar los perfiles de tráfico a los que se aplica esta directiva", - "targetResourcesBalloonContext": "Recursos de destino", - "targetResourcesSelectorTitle": "Recursos de destino", - "trafficProfilesLearnMoreTooltip": "Para ver los perfiles de tráfico adicionales, agregue más licencias de NaaS.", - "ztnaEnableLearnMore": "Confianza cero de Cloud Edge debe estar activado para usar los controles de acceso a la red. " - }, - "Policies": { - "Grid": { - "aria": "Lista de directivas de acceso condicional" - }, - "countText": "Se han encontrado {0} de {1} directivas.", - "countTextSingular": "Se ha encontrado {0} de 1 directiva.", - "search": "Buscar directivas" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Configure los niveles de riesgo de entidad de servicio necesarios para que se aplique la directiva​", - "infoBalloonContent": "Configurar riesgo de entidad de servicio para aplicar la directiva a los niveles de riesgo seleccionados", - "title": "Riesgo de entidad de servicio" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configure las detecciones de riesgo para aplicar la directiva a las detecciones de riesgo de inicio de sesión en tiempo real seleccionadas." - }, - "LearnMore": { - "message": "Controle el acceso de los usuarios para responder a detecciones específicas de riesgos de inicio de sesión en tiempo real." - }, - "description": "Esta condición se cumple si alguna de las detecciones de riesgo incluidas hallan riesgo. Esto no afecta el cálculo del nivel de riesgo de inicio de sesión.", - "header": "Detecciones de riesgos integradas en tiempo real", - "info": "Detecciones que hallan riesgos durante los inicios de sesión.", - "label": "Detecciones de riesgos de inicio de sesión (versión preliminar)", - "title": "Detecciones de riesgos de inicio de sesión" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinaciones de métodos que satisfacen la autenticación segura, como contraseña + SMS", - "displayName": "Autenticación multifactor" - }, - "Passwordless": { - "description": "Métodos sin contraseña que satisfacen la autenticación segura, como Microsoft Authenticator ", - "displayName": "Autenticación multifactor sin contraseña" - }, - "PhishingResistant": { - "description": "Métodos sin contraseña resistentes a la suplantación de identidad para la autenticación más sólida, como la clave de seguridad FIDO2", - "displayName": "Autenticación multifactor resistente a la suplantación de identidad (phishing)" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Obtenga más información sobre cómo solicitar métodos de autenticación satisfechos por los proveedores de federación.", "certificate": "Autenticación de certificado", @@ -8808,287 +8862,6 @@ "require": "Requerir método de autenticación federada (versión preliminar)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Desactivado", - "on": "Activado", - "reportOnly": "Solo informe" - }, - "PolicyTemplates": { - "Devices": { - "description": "Seleccione la categoría de la plantilla de directiva Dispositivos para obtener visibilidad en los dispositivos que acceden a la red. Antes de conceder el acceso debe garantizar el cumplimiento normativo y el estado de mantenimiento.", - "name": "Dispositivos" - }, - "Identities": { - "description": "Seleccione la categoría de la plantilla de directiva de identidades para comprobar y asegurar cada identidad con una autenticación segura en todo su espacio digital.", - "name": "Identidades" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Todas las aplicaciones", - "office365": "Office 365", - "registerSecurityInfo": "Registro de la información de seguridad" - }, - "Conditions": { - "androidAndIOS": "Plataforma del dispositivo: Android e IOS", - "anyDevice": "Cualquier dispositivo excepto Android, IOS, Windows y Mac", - "anyDeviceStateExceptHybrid": "Cualquier estado del dispositivo excepto compatible y unido a Azure AD híbrido", - "anyLocation": "Cualquier ubicación excepto la de confianza", - "browserMobileDesktop": "Aplicaciones cliente: explorador, aplicaciones móviles y clientes de escritorio", - "exchangeActiveSync": "Aplicaciones cliente: Exchange Active Sync, otros clientes", - "windowsAndMac": "Plataforma de dispositivos: Windows y Mac" - }, - "Devices": { - "anyDevice": "Cualquier dispositivo" - }, - "Grant": { - "appProtectionPolicy": "Requerir directiva de protección de aplicaciones", - "approvedClientApp": "Requerir aplicación cliente aprobada", - "blockAccess": "Bloquear acceso", - "mfa": "Requerir autenticación multifactor", - "passwordChange": "Requerir cambio de contraseña", - "requireCompliantDevice": "Requerir que el dispositivo esté marcado como compatible", - "requireHybridAzureADDevice": "Requerir dispositivo unido a Azure AD híbrido" - }, - "Session": { - "appEnforcedRestrictions": "Usar restricciones que exige la aplicación", - "signInFrequency": "Frecuencia de inicio de sesión y nunca sesión persistente del explorador" - }, - "UsersAndGroups": { - "allUsers": "Todos los usuarios", - "directoryRoles": "Roles de directorio excepto el administrador actual", - "globalAdmin": "Administrador global", - "noGuestAndAdmins": "Todos los usuarios excepto los invitados y externos, administradores globales, administrador actual" - }, - "azureManagement": "Administración de Azure", - "deviceFilters": "Filtros para dispositivos", - "devicePlatforms": "Plataformas del dispositivo" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Bloquee o limite el acceso al contenido de SharePoint, OneDrive y Exchange desde dispositivos no administrados.", - "name": "CA014: Usar restricciones impuestas por la aplicación para dispositivos no administrados", - "title": "Uso de restricciones impuestas por la aplicación para dispositivos no administrados" - }, - "ApprovedClientApps": { - "description": "Para evitar la pérdida de datos, las organizaciones pueden restringir el acceso a las aplicaciones cliente de autenticación moderna aprobadas con Intune App Protection.", - "name": "CA012: Requerir aplicaciones cliente aprobadas y protección de aplicaciones", - "title": "Requerir aplicaciones cliente aprobadas y protección de aplicaciones" - }, - "BlockAccessOnUnknowns": { - "description": "Se bloqueará el acceso de los usuarios a los recursos de la empresa cuando el tipo de dispositivo sea desconocido o no compatible.", - "name": "CA010: Bloquear el acceso para una plataforma de dispositivo desconocida o no compatible", - "title": "Bloquear el acceso a una plataforma de dispositivo desconocida o no compatible" - }, - "BlockLegacyAuth": { - "description": "Bloquee los puntos de conexión de autenticación heredados que se puedan usar para omitir la autenticación multifactor. ", - "name": "CA003: Bloquear autenticación heredada", - "title": "Bloquear autenticación heredada" - }, - "NoPersistentBrowserSession": { - "description": "Proteja el acceso de usuario en dispositivos no administrados al evitar que las sesiones del explorador permanezcan conectadas después de cerrar el explorador y estableciendo una frecuencia de inicio de sesión de 1 hora.", - "name": "CA011: Sesión del explorador persistente", - "title": "No hay ninguna sesión de explorador persistente" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Requiera que los administradores con privilegios solo accedan a los recursos cuando usen un dispositivo compatible o unido a Azure AD híbrido.​", - "name": "CA009: Requerir un dispositivo unido a Azure AD híbrido o conforme para administradores", - "title": "Requerir un dispositivo unido a Azure AD híbrido o conforme para administradores" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Proteja el acceso a los recursos de su empresa requiriendo a los usuarios que usen un dispositivo administrado o que realicen la autenticación multifactor (solo macOS o Windows).", - "name": "CA013: Requerir autenticación multifactor o dispositivo unido a Azure AD híbrido o compatible a todos los usuarios", - "title": "Requerir autenticación multifactor o dispositivo unido a Azure AD híbrido o compatible a todos los usuarios" - }, - "RequireMFAAllUsers": { - "description": "Requiera autenticación multifactor a todas las cuentas de usuario para reducir el riesgo.", - "name": "CA004: Requerir autenticación multifactor a todos los usuarios", - "title": "Requerir autenticación multifactor a todos los usuarios" - }, - "RequireMFAForAdmins": { - "description": "Requiera autenticación multifactor para las cuentas administrativas con privilegios para reducir el riesgo. Esta directiva tendrá como destino los mismos roles que el valor predeterminado de seguridad.", - "name": "CA001: Requerir autenticación multifactor a los administradores", - "title": "Requerir autenticación multifactor a los administradores" - }, - "RequireMFAForAzureManagement": { - "description": "Requerir autenticación multifactor para proteger el acceso con privilegios a los recursos de Azure.", - "name": "CA006: Requerir autenticación multifactor para la administración de Azure", - "title": "Requerir autenticación multifactor para la administración de Azure" - }, - "RequireMFAForGuestAccess": { - "description": "Requerir que los usuarios invitados realicen la autenticación multifactor al acceder a los recursos de la empresa.", - "name": "CA005: Requerir autenticación multifactor para el acceso de invitado", - "title": "Requerir autenticación multifactor para el acceso de invitado" - }, - "RequireMFAForRiskySignIn": { - "description": "Requerir autenticación multifactor si se detecta un riesgo de inicio de sesión medio o alto (requiere una licencia de Azure AD Premium 2)", - "name": "CA007: Requerir una autenticación multifactor para inicios de sesión de riesgo", - "title": "Requerir autenticación multifactor para los inicios de sesión de riesgo" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Solicitar al usuario que cambie su contraseña si se detecta que el riesgo del usuario es alto (requiere una licencia de Azure AD Premium 2)", - "name": "CA008: Requerir cambio de contraseña para los usuarios de alto riesgo", - "title": "Requerir cambio de contraseña para los usuarios de alto riesgo" - }, - "RequireSecurityInfo": { - "description": "Proteja cuándo y cómo se registran los usuarios para la autenticación multifactor de Azure AD y la contraseña de autoservicio. ", - "name": "CA002: Protección del registro de información de seguridad", - "title": "Protección del registro de información de seguridad" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "La habilitación de esta directiva impedirá el acceso desde un tipo de dispositivo desconocido. Considere la posibilidad de usar el modo de solo informe para comenzar hasta que haya confirmado que esto no afectará a los usuarios." - }, - "BlockLegacyAuth": { - "description": "Considere la posibilidad de usar el modo de solo informe para comenzar hasta que haya confirmado que esto no afectará a los usuarios.", - "title": "Al habilitar esta directiva, se bloqueará la autenticación heredada para todos los usuarios." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Considere la posibilidad de usar el modo de solo informe para comenzar hasta que haya confirmado que no afectará a los usuarios.", - "reportOnly": "Las directivas en modo de solo informe que requieren dispositivos con cumplimiento pueden pedir a los usuarios de Mac, iOS y Android que seleccionen un certificado de dispositivo durante la evaluación de directivas, aunque no se aplique el cumplimiento de dispositivos. Estos mensajes pueden repetirse hasta que el dispositivo tenga cumplimiento ." - }, - "Title": { - "on": "Al habilitar esta directiva, se impedirá el acceso de los usuarios con privilegios a menos que se use un dispositivo administrado, como uno con cumplimiento o unido a Azure AD híbrido. Asegúrese de haber configurado las directivas de cumplimiento o de habilitar la configuración de Azure AD híbrida antes de implementarla.", - "reportOnly": "Asegúrese de haber configurado las directivas de cumplimiento o habilitado la configuración de Azure AD híbrida antes de habilitarla. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Esta directiva afectará a todos los usuarios excepto al administrador con la sesión iniciada actualmente. Considere la posibilidad de usar el modo de solo informe para comenzar hasta que haya confirmado que no afectará a los usuarios." - }, - "Title": { - "on": "¡No se quede bloqueado! Asegúrese de que el dispositivo sea compatible, esté unido a Azure AD híbrido o tenga configurada la autenticación multifactor. ", - "reportOnly": "Las directivas en modo de solo informe que requieren dispositivos con cumplimiento pueden pedir a los usuarios de Mac, iOS y Android que seleccionen un certificado de dispositivo durante la evaluación de directivas, aunque no se aplique el cumplimiento de dispositivos. Estos mensajes pueden repetirse hasta que el dispositivo tenga cumplimiento." - } - }, - "RequireMfa": { - "description": "Si usa cuentas de acceso de emergencia o Azure AD Connect para sincronizar los objetos locales, es posible que tenga que excluir estas cuentas de esta directiva después de la creación." - }, - "RequireMfaAdmins": { - "description": "Considere que la cuenta de administrador actual se excluirá automáticamente pero todas las demás estarán protegidas al crear la directiva. Considere la posibilidad de usar el modo de solo informe para empezar.", - "title": "¡No se bloquee! Esta directiva afecta a Azure Portal." - }, - "RequireMfaAllUsers": { - "description": "Considere la posibilidad de usar el modo de solo informe para comenzar hasta que haya comunicado el cambio a todos los usuarios.", - "title": "Al habilitar esta directiva, se aplicará la autenticación multifactor a todos los usuarios." - }, - "RequireSecurityInfo": { - "description": "Asegúrese de revisar la configuración para proteger estas cuentas en función de las necesidades de su empresa.", - "title": "Los siguientes usuarios y roles se excluyen de esta directiva, invitados y usuarios externos, administradores globales, administrador actual" - } - }, - "basics": "Básico", - "clientApps": "Aplicaciones cliente", - "cloudApps": "Aplicaciones en la nube", - "cloudAppsOrActions": "Acciones o aplicaciones en la nube ", - "conditions": "Condiciones ", - "createNewPolicy": "Crear nueva directiva a partir de plantillas (versión preliminar)", - "createPolicy": "Crear directiva", - "currentUser": "Usuario actual", - "customizeBuild": "Personalice las herramientas", - "customizeTemplate": "Las listas de plantillas se personalizan según el tipo de directiva que se quiere crear", - "excludedDevicePlatform": "Plataformas del dispositivo excluidas", - "excludedDirectoryRoles": "Roles de directorio excluidos", - "excludedLocation": "Roles de directorio excluidos", - "excludedUsers": "Usuarios excluidos", - "grantControl": "Conceder control ", - "includeFilteredDevice": "Incluir los dispositivos filtrados en la directiva", - "includedDevicePlatform": "Plataformas del dispositivo incluidas", - "includedDirectoryRoles": "Roles de directorio incluidos", - "includedLocation": "Ubicación incluida", - "includedUsers": "Usuarios incluidos", - "legacyAuthenticationClients": "Clientes de autenticación heredada", - "namePolicy": "Escriba un nombre para la directiva", - "needAdPremiumMessage": "Necesita una suscripción a Azure AD Premium para usar esta característica.", - "next": "Siguiente", - "policyName": "Nombre de directiva", - "policyState": "Estado de la directiva", - "policySummary": "Resumen de la directiva", - "policyTemplate": "Plantilla de directiva", - "previous": "Anterior", - "reviewAndCreate": "Revisar y crear", - "riskLevels": "Niveles de riesgo", - "selectATemplate": "Seleccione una plantilla", - "selectTemplate": "Seleccionar plantilla", - "selectTemplateCategory": "Seleccionar una categoría de plantilla", - "selectTemplateRecommendation": "Se recomienda usar las siguientes plantillas en función de la respuesta.", - "sessionControl": "Control de sesión ", - "signInFrequency": "Frecuencia de inicio de sesión", - "signInRisk": "Información de inicio de sesión en riesgo", - "template": "Plantilla ", - "templateCategory": "Categoría de plantilla", - "userRisk": "Riesgo de usuario", - "usersAndGroups": "Usuarios y grupos ", - "viewPolicySummary": "Ver resumen de directiva " - }, - "SSM": { - "MemberSelector": { - "description": "Usuarios y grupos" - }, - "Notification": { - "Migration": { - "error": "No se pudo migrar la configuración de evaluación de acceso continuo a directivas de acceso condicional", - "inProgress": "Migración de la configuración de evaluación de acceso continuo", - "success": "Se migró la configuración de evaluación de acceso continuo a directivas de acceso condicional", - "successDescription": "Continúe con las directivas de acceso condicional para ver la configuración migrada en la nueva directiva creada con el nombre \"Directiva de CA creada a partir de la configuración de CAE\"." - }, - "error": "No se pudo actualizar la configuración de la evaluación continua de acceso.", - "inProgress": "Se está actualizando la configuración de evaluación continua de acceso.", - "success": "La configuración de evaluación continua de acceso se ha actualizado correctamente." - }, - "PreviewOptions": { - "disable": "Deshabilitar versión preliminar", - "enable": "Habilitar versión preliminar" - }, - "StrictLocationEnforcement": { - "infoContent1": "Azure AD y el proveedor de recursos pueden ver diferentes direcciones IP mediante el mismo dispositivo cliente debido a un error de coincidencia de IPv4/IPv6 o la partición de la red. El cumplimiento estricto de la ubicación aplicará la directiva de acceso condicional con base en ambas direcciones IP que Azure AD y el proveedor de recursos pueden consultar.", - "infoContent2": "Para garantizar la máxima seguridad, se recomienda incluir todas las direcciones IP que puedan consultar tanto Azure AD como el proveedor de recursos en la directiva de ubicación con nombre y activar el modo \"Cumplimiento estricto de la ubicación\".", - "label": "Aplicación estricta de la ubicación", - "title": "Modos de cumplimiento adicionales" - }, - "bladeTitle": "Evaluación continua de acceso", - "description": "Cuando se quita el acceso de un usuario o se modifica la dirección IP de un cliente, la evaluación continua de acceso bloquea automáticamente el acceso a los recursos y a las aplicaciones casi en tiempo real. ", - "migrateLabel": "Migrar", - "migrationError": "No se pudo realizar la migración debido al siguiente error: {0}", - "migrationInfo": "La configuración de la CAE se ha movido a la experiencia de usuario de acceso condicional. Migre con el botón \"Migrar\" y establezca la configuración con la directiva de acceso condicional en adelante. Haga clic aquí para obtener más información.", - "noLicenseMessage": "Administre la configuración de la administración inteligente de sesiones con Azure AD Premium.", - "optionsPickerTitle": "Habilitación o deshabilitación de la evaluación continua de acceso", - "upsellInfo": "Ya no puede cambiar la configuración de la página y se deben ignorar todas las opciones que aparecen aquí. Se respetará su configuración anterior. Puede cambiar la configuración de la CAE en Acceso condicional más adelante. Haga clic aquí para obtener más información." - }, - "SamlReauth": { - "Filter": { - "warning": "Va a destinar aplicaciones mediante una consulta dinámica. Es posible que algunas aplicaciones no se puedan usar con el control de sesión \"frecuencia de inicio de sesión cada vez\". {0} Más información sobre los escenarios recomendados.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Lista de organizaciones seleccionadas" - }, - "Upper": { - "gridAria": "Lista de organizaciones disponibles" - }, - "addTenantLabel": "Agregar inquilino a los seleccionados", - "customOrganizationDescription": "Agregar una organización con este id. de inquilino", - "description": "Agregue una organización de Azure AD escribiendo uno de sus nombres de dominio.", - "notFoundResult": "No se encontró", - "searchBoxPlaceholder": "Id. de inquilino o nombre de dominio", - "subTitle": "Organización de Azure AD", - "tenantAdded": "Este id. de inquilino ya se ha agregado.", - "tenantIdNotFound": "No se encontró el id. de inquilino" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Id. de la organización: {0}" - }, - "DisplayText": { - "multiple": "{0} organizaciones de Azure AD seleccionadas", - "single": "1 organización de Azure AD seleccionada" - }, - "gridAria": "Lista de organizaciones seleccionadas" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modificar la duración de la sesión", "mainOptionHelp": "Configure la frecuencia con la que se pedirá confirmación a los usuarios y si se conservarán las sesiones del explorador. Es posible que las aplicaciones que no admiten los protocolos de autenticación moderna no cumplan estas directivas. En tal caso, póngase en contacto con el desarrollador de la aplicación." }, - "SigninRisk": { - "LearnMore": { - "message": "Controle el acceso de los usuarios para responder a niveles de riesgo específicos de inicio de sesión." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Cuando se selecciona \"{0}\" la condición \"{1}\" no será configurable." - }, - "description": "El nivel de riesgo de inicio de sesión se genera en función de todas las detecciones de riesgo en tiempo real.", - "header": "Seleccionar el nivel de riesgo de inicio de sesión al que se aplicará la directiva" - }, "SingleSelectorActive": { "failed": "No se pueden cargar estos datos.", "reattempt": "Cargando datos. Reintento {0} de {1}." }, - "TimeCondition": { - "Errors": { - "both": "El intervalo de tiempo de \"Incluir\" o \"Excluir\" no es válido.", - "daysOfWeek": "{0} Asegúrese de especificar al menos un día de la semana.", - "endBeforeStart": "{0} Asegúrese de que la fecha o la hora de inicio sea anterior a la fecha o la hora de finalización.", - "exclude": "El intervalo de tiempo de \"Excluir\" no es válido.", - "generic": "{0} Asegúrese de que ha establecido los dos días de la semana y la zona horaria. Si no marca \"Todo el día\", también debe establecer la hora de inicio y la de finalización.", - "include": "El intervalo de tiempo de \"Incluir\" no es válido.", - "timeMissing": "{0} Asegúrese de especificar tanto la hora de inicio como la de finalización.", - "timeZone": "{0} Asegúrese de especificar una zona horaria.", - "timesAndZone": "{0} Asegúrese de establecer la hora de inicio, la de finalización y la zona horaria." - } - }, - "UserActions": { - "Included": { - "none": "No hay aplicaciones en la nube o acciones seleccionadas.", - "plural": "{0} acciones de usuario incluidas", - "singular": "1 acción de usuario incluida" - }, - "accessRequirement1": "Nivel 1", - "accessRequirement2": "Nivel 2", - "accessRequirement3": "Nivel 3", - "accessRequirementsLabel": "Acceso a los datos de aplicaciones protegidos", - "appsActionsAuthTitle": "Aplicaciones en la nube, acciones o contexto de autenticación", - "appsOrActionsSelectorInfoBallonText": "Aplicaciones a las que se ha accedido o acciones del usuario", - "appsOrActionsTitle": "Aplicaciones en la nube o acciones", - "label": "Acciones del usuario", - "mainOptionsLabel": "Seleccione a qué se aplica esta directiva.", - "registerOrJoinDevices": "Registrar o unir dispositivos", - "registerSecurityInfo": "Registro de la información de seguridad", - "selectionInfo": "Seleccione la acción a la que se aplicará esta directiva.", - "whatIf": "Acción del usuario incluida" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Elegir roles de directorio" @@ -9197,88 +8925,6 @@ }, "learnMore": "Controle el acceso en función de a quién se aplicará la directiva, como usuarios y grupos, identidades de carga de trabajo, roles de directorio o invitados externos." }, - "ValidationResult": { - "blockEveryonePolicy": "La configuración de la directiva no se admite. Revise las asignaciones y los controles.", - "invalidApplicationCondition": "Las aplicaciones de nube seleccionadas no son válidas.", - "invalidClientTypesCondition": "Las aplicaciones cliente seleccionadas no son válidas.", - "invalidConditions": "Las asignaciones no están seleccionadas.", - "invalidControls": "Los controles seleccionados no son válidos.", - "invalidDevicePlatformsCondition": "Las plataformas de dispositivo seleccionadas no son válidas.", - "invalidDevicesCondition": "Configuración de dispositivo no válida. Es probable que la configuración de \"{0}\" no sea válida.", - "invalidGrantControlPolicy": "Control de concesión no válido", - "invalidLocationsCondition": "Las ubicaciones seleccionadas no son válidas.", - "invalidNetworkAccessSecurityPolicyId": "La directiva asociada al control de red de sesión no es válida.", - "invalidPolicy": "Las asignaciones no están seleccionadas.", - "invalidSessionControlPolicy": "Control de sesión no válido", - "invalidSignInRisksCondition": "El riesgo de inicio de sesión no es válido.", - "invalidUserRisksCondition": "El riesgo de usuario no es válido.", - "invalidUsersCondition": "Los usuarios seleccionados no son válidos.", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "La directiva MAM se puede aplicar solo a las plataformas de cliente de Android o iOS.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "La directiva de sesión de acceso a la red solo funciona correctamente cuando se destina un perfil de tráfico de acceso a la red. Actualice la sección de recursos de destino.", - "notSupportedCombination": "No se admite la configuración de directiva. Más información sobre directivas admitidas.", - "pending": "Validación de la directiva en curso", - "requireComplianceEveryonePolicy": "La configuración de directiva requerirá el cumplimiento de dispositivos a todos los usuarios. Revise las asignaciones seleccionadas.", - "success": "Directiva válida" - }, - "VpnCert": { - "Grid": { - "aria": "Lista de certificados de VPN" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Para habilitar todos los puntos fuertes de autenticación, configure la configuración de acceso entre inquilinos para aceptar notificaciones procedentes de inquilinos de Azure AD para usuarios externos. Las intensidades de autenticación solo configurarán la autenticación de segundo factor para usuarios externos.", - "externalUsers": "Para habilitar todos los puntos fuertes de autenticación integrados, configure las opciones de acceso entre inquilinos para aceptar notificaciones procedentes de inquilinos de Azure AD para usuarios externos." - }, - "combinedRegistration": "Habilite el registro combinado para que \"Requerir intensidad de autenticación\" funcione correctamente. Se recomienda activarla para todos los usuarios en lugar de solo para un grupo de ellos.", - "compliantDeviceEnabled": "¡No se quede fuera! Asegúrese de que su dispositivo sea conforme.", - "domainJoinedDeviceEnabled": "¡No se quede fuera! Asegúrese de que su dispositivo esté unido a Azure AD híbrido.", - "notAvailableForSP": "Algunos controles no están disponibles debido a la selección de \"{0}\" en la asignación de directiva", - "requireAuthOrMfa": "\"{0}\" no se puede usar con \"{1}\"", - "requireMfa": "Considere la posibilidad de probar la nueva versión preliminar pública de \"{0}\".", - "requirePasswordChangeEnabled": "Solo se puede usar \"Requerir cambio de contraseña\" si la directiva está asignada a \"Todas las aplicaciones en la nube\"." - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Las directivas en modo de solo informe que requieren dispositivos compatibles pueden pedir a los usuarios de macOS, iOS, Android y Linux que seleccionen un certificado de dispositivo.", - "excludeDevicePlatforms": "Excluir las plataformas de dispositivos macOS, iOS, Android y Linux de esta directiva.", - "proceedAnywayDevicePlatforms": "Continúe con la configuración seleccionada. Los usuarios de macOS, iOS, Android y Linux pueden recibir mensajes cuando se comprueba el cumplimiento del dispositivo." - }, - "blockCurrentUserPolicy": "No limite sus posibilidades. Recomendamos aplicar primero una directiva a un pequeño conjunto de usuarios para comprobar que el comportamiento sea el esperado. También recomendamos excluir de esta directiva al menos a un administrador. De esta forma, se garantiza que siga teniendo acceso y que pueda actualizar una directiva si se requiere realizar algún cambio. Revise los usuarios y las aplicaciones afectados.", - "devicePlatformsReportOnlyPolicy": "Es posible que las directivas en el modo de solo informe que requieran dispositivos conformes soliciten a los usuarios de macOS, iOS y Android que seleccionen un certificado de dispositivo.", - "excludeCurrentUserSelection": "Excluir el usuario actual, {0}, de esta directiva.", - "excludeDevicePlatforms": "Excluya de esta directiva las plataformas de dispositivos macOS, iOS y Android.", - "proceedAnywayDevicePlatforms": "Continúe con la configuración seleccionada. Es posible que los usuarios de macOS, iOS y Android reciban solicitudes para comprobar la conformidad del dispositivo.", - "proceedAnywaySelection": "Entiendo que mi cuenta se verá afectada por esta directiva. Quiero continuar de todas formas." - }, - "ServicePrincipals": { - "blockExchange": "El hecho de seleccionar Office 365 Exchange Online también afectará a aplicaciones como OneDrive and Teams.​", - "blockPortal": "¡No se quede fuera! Esta directiva afecta a Azure Portal. Antes de continuar, asegúrese de que usted u otra persona puedan volver a acceder al portal.", - "blockPortalWithSession": "¡No se quede fuera! Esta directiva afecta a Azure Portal. Antes de continuar, asegúrese de que usted u otra persona puedan volver a acceder al portal.
        Si está configurando una directiva de sesión de explorador persistente que requiere seleccionar \"Todas las aplicaciones en la nube\" para funcionar correctamente, descarte esta advertencia.", - "blockSharePoint": "La selección de SharePoint Online también afectará a aplicaciones como Microsoft Teams, Planner, Delve, MyAnalytics y Newsfeed.", - "blockSkype": "Si selecciona Skype Empresarial Online, también afectará a Microsoft Teams.", - "includeOrExclude": "Puede configurar el filtro de aplicación para \"{0}\" o \"{1}\", pero no ambos.", - "selectAppsNAForSP": "No se pueden seleccionar aplicaciones en la nube individuales debido a la selección '{0}' en la asignación de directivas", - "teamsBlocked": "Microsoft Teams también se verá afectado cuando se incluyan aplicaciones como SharePoint Online y Exchange Online en la directiva." - }, - "Users": { - "blockAllUsers": "No pierda el acceso a la cuenta. Esta directiva afectará a todos los usuarios. Le recomendamos que aplique la directiva a un conjunto reducido de usuarios primero para comprobar que su comportamiento es el esperado.", - "xtap": " Es posible que la configuración de \"Requerir puntos fuertes de la autenticación\" en el control de concesión no sea válida para usuarios externos." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Lista de atributos del dispositivo empleado durante el inicio de sesión.", - "infoBalloon": "Lista de atributos del dispositivo empleado durante el inicio de sesión." - } - }, - "noTenantSelected": "No se ha seleccionado ningún inquilino", - "selectOrganization": "Seleccione la organización", - "tenantIdWithPlaceholder": "Id. de inquilino: {0}", - "tenantSelectionRequired": "Inquilino requerido" - }, "advancedTabText": "Avanzado", "allCloudAppsErrorBox": "Se debe seleccionar \"Todas las aplicaciones en la nube\" si se ha seleccionado la concesión \"Requerir cambio de contraseña\".", "allCloudAppsReauth": "Se debe seleccionar \"Todas las aplicaciones en la nube\" cuando se seleccionen el control de sesión \"Frecuencia de inicio de sesión (cada vez)\" y la condición \"Riesgo de inicio de sesión\"", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 años", "vpncertDropdownTwoyearOption": "2 años", "wednesday": "Miércoles", - "whatIfAppEnforcedControl": "Usar restricciones que exige la aplicación", - "whatIfBladeDescription": "Permite probar el impacto del acceso condicional para un usuario cuando inicia sesión en determinadas condiciones.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Esta herramienta no evalúa las directivas clásicas.", - "whatIfClientAppInfo": "Aplicación cliente desde la que el usuario inicia sesión. Por ejemplo, \"Explorador\".", "whatIfCountry": "País o región", "whatIfCountryInfo": "País o región desde el que inicia sesión el usuario.", "whatIfDevicePlatformInfo": "Plataforma del dispositivo desde la que inicia sesión el usuario.", - "whatIfDeviceStateInfo": "Estado del dispositivo desde el que inicia sesión el usuario", "whatIfEnterIpAddress": "Escriba la dirección IP (p. ej., 40.77.182.32).", "whatIfErrorInvalidIpAddress": "Se ha especificado una dirección IP no válida.", - "whatIfEvaResultApplication": "Aplicaciones en la nube", - "whatIfEvaResultClientApps": "Aplicación cliente", - "whatIfEvaResultDevicePlatform": "Plataforma de dispositivo", - "whatIfEvaResultEmptyPolicy": "Directiva vacía", - "whatIfEvaResultInvalidCondition": "Condición no válida", - "whatIfEvaResultInvalidPolicy": "Directiva no válida", - "whatIfEvaResultLocation": "Ubicación", - "whatIfEvaResultNotEnoughInformation": "No hay suficiente información.", - "whatIfEvaResultPolicyNotEnabled": "Directiva no habilitada", - "whatIfEvaResultSignInRisk": "Riesgo de inicio de sesión", - "whatIfEvaResultUsers": "Usuarios y grupos", "whatIfIpAddress": "Dirección IP", "whatIfIpAddressInfo": "Dirección IP desde la que inicia sesión el usuario.", "whatIfIpCountryInfoBoxText": "Si usa Dirección IP o País o región, ambos campos serán necesarios y deberá asignarlos correctamente al mismo tiempo.", - "whatIfPolicyAppliesTab": "Directivas que se aplicarán", - "whatIfPolicyAppliesTabWithCount": "Directivas aplicables ({0})", - "whatIfPolicyDoesNotApplyTab": "Directivas que no se aplicarán", - "whatIfPolicyDoesNotApplyTabWithCount": "Directivas no aplicables ({0})", - "whatIfReasons": "Motivos por los que no se aplicará esta directiva", - "whatIfSelectClientApp": "Seleccionar una aplicación cliente...", "whatIfSelectCountry": "Seleccione el país o la región...", "whatIfSelectDevicePlatform": "Seleccionar plataforma del dispositivo...", "whatIfSelectPrivateLink": "Seleccione un vínculo privado...", - "whatIfSelectServicePrincipalRisk": "Seleccionar riesgo de la entidad de servicio...", "whatIfSelectSignInRisk": "Seleccionar riesgo de inicio de sesión...", - "whatIfSelectType": "Seleccione el tipo de identidad", - "whatIfSelectUserRisk": "Seleccionar el riesgo de usuario...", - "whatIfServicePrincipalRiskInfo": "Nivel de riesgo asociado con la entidad de servicio", "whatIfSignInRisk": "Riesgo de inicio de sesión", "whatIfSignInRiskInfo": "Nivel de riesgo asociado con el inicio de sesión.", "whatIfUnknownAreas": "Áreas desconocidas", - "whatIfUserPickerLabel": "Usuario seleccionado", - "whatIfUserPickerNoRowsLabel": "No se ha seleccionado ningún usuario o entidad de servicio", - "whatIfUserRiskInfo": "Nivel de riesgo asociado con el usuario.", - "whatIfUserSelectorInfo": "Usuario del directorio que quiere probar.", "windows365InfoBox": "Al seleccionar Windows 365, esta acción impactará en las conexiones a los equipos en la nube y los hosts de sesión de Azure Virtual Desktop. Haga clic aquí para obtener más información.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Se requiere una licencia P1 o P2 de identidades de carga de trabajo para editar esta directiva.", "workloadIdentity": "Identidad de la carga de trabajo" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filtro", - "assignmentFilterTypeColumnHeader": "Modo de filtro", - "assignmentToast": "Notificaciones del usuario final", - "assignmentTypeTableHeader": "TIPO DE ASIGNACIÓN", - "deadlineTimeColumnLabel": "Fecha límite de instalación", - "deliveryOptimizationPriorityHeader": "Prioridad de optimización de distribución", - "groupTableHeader": "Grupo", - "installContextLabel": "Contexto de instalación", - "isRemovable": "Instalar como extraíble", - "licenseTypeLabel": "Tipo de licencia", - "modeTableHeader": "Modo de grupo", - "policySet": "Conjunto de directivas", - "preventAutoAppUpdate": "Impedir actualizaciones automáticas de aplicaciones", - "preventManagedAppBackup": "Impedir la copia de seguridad de aplicaciones de iCloud", - "restartGracePeriodHeader": "Período de gracia de reinicio", - "startTimeColumnLabel": "Disponibilidad", - "tracks": "Seguimientos", - "uninstallOnRemoval": "Desinstalar al eliminar el dispositivo", - "updateMode": "Prioridad de actualización", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "Aplicación web de AAD", - "androidEnterpriseSystemApp": "Aplicación del sistema Android Enterprise", - "androidForWorkApp": "Aplicación de Google Play Store administrado", - "androidLobApp": "Aplicación de línea de negocio Android", - "androidStoreApp": "Aplicación de la tienda Android", - "builtInAndroid": "Aplicación Android integrada", - "builtInApp": "Aplicación integrada", - "builtInIos": "Aplicación iOS integrada", - "iosIPadOSWebClip": "Clip web de iOS/iPadOS", - "iosLobApp": "Aplicación de línea de negocio iOS", - "iosStoreApp": "Aplicación de la tienda iOS", - "iosVppApp": "Aplicación del Programa de Compras por Volumen iOS", - "lineOfBusinessApp": "Aplicación de línea de negocio", - "macOSDmgApp": "Aplicación macOS (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Aplicación de línea de negocio de macOS", - "macOSMdatpApp": "ATP de Microsoft Defender (macOS)", - "macOSOfficeSuiteApp": "Conjunto de programas Office para macOS", - "macOsVppApp": "Aplicación del Programa de Compras por Volumen de macOS", - "managedAndroidLobApp": "Aplicación de línea de negocio Android administrada", - "managedAndroidStoreApp": "Aplicación de la tienda Android administrada", - "managedGooglePlayApp": "Aplicación de Google Play Store administrado", - "managedGooglePlayPrivateApp": "Aplicación privada de Google Play administrado", - "managedGooglePlayWebApp": "Vínculo web de Google Play administrado", - "managedIosLobApp": "Aplicación de línea de negocio iOS administrada", - "managedIosStoreApp": "Aplicación de la tienda iOS administrada", - "microsoftStoreForBusinessApp": "Aplicación de la Tienda Microsoft para Empresas", - "microsoftStoreForBusinessReleaseManagedApp": "Tienda Microsoft para Empresas", - "officeAddIn": "Complemento de Office", - "officeSuiteApp": "Aplicaciones de Microsoft 365 (Windows 10 y versiones posteriores)", - "sharePointApp": "Aplicación de SharePoint", - "teamsApp": "Aplicación Teams", - "webApp": "Vínculo web", - "winGetPublicApp": "Repositorio de la comunidad de Administrador de paquetes de Windows", - "winGetStoreApp": "Aplicación Microsoft Store (nuevo)", - "windowsAppXLobApp": "Aplicación de línea de negocio de AppX para Windows", - "windowsClassicApp": "Aplicación de Windows (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 y versiones posteriores)", - "windowsMobileMsiLobApp": "Aplicación de línea de negocio de MSI para Windows", - "windowsPhone81AppXBundleLobApp": "Aplicación de línea de negocio AppX para Windows Phone 8.1", - "windowsPhone81AppXLobApp": "Aplicación de línea de negocio AppX para Windows Phone 8.1", - "windowsPhone81StoreApp": "Aplicación de la Tienda Windows Phone 8.1", - "windowsPhoneXapLobApp": "Aplicación de línea de negocio de XAP para Windows Phone", - "windowsStoreApp": "Aplicación de Microsoft Store (heredada)", - "windowsUniversalAppXLobApp": "Aplicación de línea de negocio de AppX para Windows Universal", - "windowsUniversalLobApp": "Aplicación de línea de negocio Windows universal", - "windowsWebApp": "Vínculo web de Windows" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Excluida", - "include": "Incluido", - "includeAllDevicesVirtualGroup": "Incluido", - "includeAllUsersVirtualGroup": "Incluido" - }, - "AssignmentToast": { - "hideAll": "Ocultar todas las notificaciones del sistema", - "showAll": "Mostrar todas las notificaciones del sistema", - "showReboot": "Mostrar notificaciones del sistema para reinicios de equipo" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Segundo plano", - "displayText": "Descarga de contenido en {0}", - "foreground": "Primer plano", - "header": "Prioridad de optimización de distribución" - }, - "DeviceRestartBehaviorOptions": { - "allow": "La instalación de la aplicación puede forzar el reinicio del dispositivo", - "basedOnReturnCode": "Determinar comportamiento en función de códigos de retorno", - "force": "Intune forzará un reinicio obligatorio del dispositivo", - "suppress": "Ninguna acción específica" - }, - "FilterType": { - "exclude": "Excluir", - "include": "Incluir", - "none": "Ninguno" - }, - "InstallIntent": { - "available": "Disponible para dispositivos inscritos", - "availableWithoutEnrollment": "Disponible con o sin inscripción", - "notApplicable": "No aplicable", - "required": "Requerido", - "uninstall": "Desinstalar" - }, - "SettingType": { - "assignmentType": "Tipo de asignación", - "deviceLicensing": "Tipo de licencia", - "installContext": "Desinstalar al eliminar el dispositivo", - "toastSettings": "Notificaciones del usuario final", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Predeterminado", - "postponed": "Pospuesto", - "priority": "Prioridad alta" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configure dispositivos para el aprovisionamiento inicial y asígnelos a los usuarios.", - "title": "Preparación del dispositivo" - }, - "EnrollmentSettings": { - "description": "Configure las opciones de inscripción, como bloquear la inscripción y asignarlas a los usuarios.", - "title": "Configuración de la inscripción" - }, - "coManagementAuthorityDesc": "Establezca la configuración de administración conjunta para la integración de Configuration Manager.", - "coManagementAuthorityTitle": "Configuración de administración conjunta ", - "deploymentProfiles": "Perfiles de Windows AutoPilot Deployment", - "description": "Obtenga información sobre las siete formas diferentes en que los usuarios o administradores pueden inscribir una PC con Windows 10/11 en Intune.", - "descriptionLabel": "Métodos de inscripción de Windows", - "enrollmentStatusPage": "Página de estado de inscripción" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "La instalación de la aplicación puede forzar el reinicio del dispositivo", - "basedOnReturnCode": "Determinar comportamiento en función de códigos de retorno", - "force": "Intune forzará un reinicio obligatorio del dispositivo", - "suppress": "Ninguna acción específica" - }, - "RunAsAccountOptions": { - "system": "Sistema", - "user": "Usuario" - }, - "availableUninstall": "Permitir que la desinstalación esté disponible", - "availableUninstallTooltip": "Seleccione \"Sí\" para ofrecer la opción de desinstalación de esta aplicación a los usuarios desde el Portal de empresa. Seleccione \"No\" para impedir que los usuarios desinstalen la aplicación desde el Portal de empresa.", - "bladeTitle": "Programa", - "deviceRestartBehavior": "Comportamiento de reinicio de dispositivo", - "deviceRestartBehaviorTooltip": "Seleccione el comportamiento de reinicio del dispositivo después de que la aplicación se haya instalado correctamente. Seleccione \"Determinar comportamiento en función de códigos de retorno\" para reiniciar el dispositivo según los valores de configuración de los códigos de retorno. Seleccione \"Ninguna acción específica\" para suprimir los reinicios del dispositivo durante la instalación de aplicaciones basadas en MSI. Seleccione \"La instalación de la aplicación puede forzar el reinicio del dispositivo\" para permitir que se complete la instalación de la aplicación sin suprimir los reinicios. Seleccione \"Intune forzará un reinicio obligatorio del dispositivo\" para reiniciar siempre el dispositivo después de que la instalación de la aplicación se haya realizado correctamente.", - "header": "Especifique los comandos para instalar y desinstalar la aplicación:", - "installCommand": "Comando de instalación", - "installCommandMaxLengthErrorMessage": "El comando de instalación no puede superar la longitud máxima permitida de 1024 caracteres.", - "installCommandTooltip": "La línea de comandos de instalación completa que se usa para instalar la aplicación.", - "runAs32Bit": "Ejecutar comandos de instalación y desinstalación en un proceso de 32 bits en clientes de 64 bits", - "runAs32BitTooltip": "Seleccione \"Sí\" para instalar y desinstalar la aplicación en un proceso de 32 bits en clientes de 64 bits. Seleccione \"No\" (predeterminado) para instalarla y desinstalarla en un proceso de 64 bits en clientes de 64 bits. Los clientes de 32 bits siempre usan un proceso de 32 bits.", - "runAsAccount": "Comportamiento de instalación", - "runAsAccountTooltip": "Seleccione \"Sistema\" para instalar esta aplicación para todos los usuarios si se admite. Seleccione \"Usuario\" para instalar esta aplicación para el usuario que ha iniciado sesión en el dispositivo. En las aplicaciones MSI de doble propósito, los cambios evitarán que las actualizaciones y desinstalaciones finalicen correctamente hasta que se restaure el valor aplicado al dispositivo en el momento de la instalación original.", - "selectorLabel": "Programa", - "uninstallCommand": "Comando de desinstalación", - "uninstallCommandTooltip": "La línea de comandos de desinstalación completa que se usa para desinstalar la aplicación." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Use estos valores para mantenerse informado acerca de qué usuarios instalan aplicaciones que no están aprobadas para su uso en la empresa. Seleccione el tipo de lista de aplicaciones restringidas:

        \r\n Aplicaciones prohibidas: es una lista de las aplicaciones sobre las que desea que se le informe cuando los usuarios las instalan.
        \r\n Aplicaciones aprobadas: es una lista de las aplicaciones que están aprobadas para su uso en la empresa. Cuando los usuarios instalan una aplicación que no está en esta lista, se le notifica.
        \r\n ", - "androidZebraMxZebraMx": "Cargue un perfil de MX en formato XML para configurar los dispositivos Zebra.", - "iosDeviceFeaturesAirprint": "Use estos valores para configurar los dispositivos iOS a fin de conectarse automáticamente a las impresoras compatibles con AirPrint de la red. Necesita la dirección IP y la ruta de acceso de recurso de las impresoras.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Configure una extensión de la aplicación que habilite el inicio de sesión único (SSO) para los dispositivos que ejecutan iOS 13.0 o versiones posteriores.", - "iosDeviceFeaturesHomeScreenLayout": "Configure la distribución de las pantallas de inicio y del Dock en los dispositivos iOS. Algunos dispositivos pueden tener límites en cuanto al número de elementos que se pueden mostrar.", - "iosDeviceFeaturesIOSWallpaper": "Muestra una imagen que aparecerá en la pantalla de inicio o la pantalla de bloqueo de los dispositivos iOS.\r\n Para mostrar una imagen única en cada ubicación, cree un perfil con la imagen de la pantalla de bloqueo y otro con la de la pantalla de inicio.\r\n A continuación, asigne ambos perfiles a sus usuarios.\r\n
        \r\n
          \r\n
        • Tamaño máximo de archivo: 750 KB
        • \r\n
        • Tipo de archivo: PNG, JPG o JPEG
        • \r\n
        \r\n ", - "iosDeviceFeaturesNotifications": "Especificar la configuración de notificación de las aplicaciones. Compatible con iOS 9.3 y versiones posteriores.", - "iosDeviceFeaturesSharedDevice": "Especifica el texto opcional que se muestra en la pantalla bloqueada. Se admite en iOS 9.3 y versiones posteriores. Más información", - "iosGeneralApplicationRestrictions": "Use estos valores para mantenerse informado acerca de qué usuarios instalan aplicaciones que no están aprobadas para su uso en la empresa. Seleccione el tipo de lista de aplicaciones restringidas:

        \r\n Aplicaciones prohibidas: es una lista de las aplicaciones sobre las que desea que se le informe cuando los usuarios las instalan.
        \r\n Aplicaciones aprobadas: es una lista de las aplicaciones que están aprobadas para su uso en la empresa. Cuando los usuarios instalan una aplicación que no está en esta lista, se le notifica.
        \r\n ", - "iosGeneralApplicationVisibility": "Use la lista Aplicaciones visibles para especificar las aplicaciones de iOS que el usuario puede ver o iniciar. Use la lista Aplicaciones ocultas para especificar las aplicaciones de iOS que el usuario no puede ver ni iniciar.", - "iosGeneralAutonomousSingleAppMode": "Las aplicaciones que se agregan a esta lista y se asignan a un dispositivo pueden bloquearlo de forma que solo ejecute esa aplicación una vez que se ha iniciado, o bien bloquear el dispositivo mientras se ejecuta una acción determinada (por ejemplo, hacer un examen). Una vez completada la acción, o si se quita la restricción, el dispositivo vuelve a su estado normal.", - "iosGeneralKiosk": "El modo de pantalla completa bloquea varias configuraciones en un dispositivo o especifica la aplicación que puede ejecutarse en este. Puede ser útil, por ejemplo, en una tienda o entornos similares, en los que un dispositivo debe ejecutar una única aplicación de demostración.", - "macDeviceFeaturesAirprint": "Use estas opciones para configurar los dispositivos macOS de forma que se conecten automáticamente a impresoras compatibles con AirPrint de su red. Necesitará la dirección IP y la ruta de acceso a los recursos de sus impresoras.", - "macDeviceFeaturesAssociatedDomains": "Configure los dominios asociados para compartir datos y credenciales de inicio de sesión entre las aplicaciones y los sitios web de su organización. Este perfil se puede aplicar a los dispositivos que ejecutan macOS 10.15 o versiones posteriores.", - "macDeviceFeaturesExtensibleSingleSignOn": "Configure una extensión de la aplicación que habilite el inicio de sesión único (SSO) para los dispositivos que ejecutan macOS 10.15 o versiones posteriores.", - "macDeviceFeaturesLoginItems": "Elija qué aplicaciones, archivos y carpetas se abren cuando los usuarios inician sesión en los dispositivos. Si no quiere que los usuarios cambien la forma en que se abren las aplicaciones seleccionadas, puede ocultar la aplicación en la configuración del usuario.", - "macDeviceFeaturesLoginWindow": "Configure la apariencia de la pantalla de inicio de sesión de macOS y las funciones disponibles para los usuarios antes y después de iniciar sesión.", - "macExtensionsKernelExtensions": "Use estas opciones para configurar la directiva de extensión de kernel en dispositivos Mac OS que ejecutan 10.13.2 o posterior.", - "macGeneralDomains": "Los correos electrónicos que el usuario envía o recibe y no coinciden con los dominios que especifique aquí se marcarán como de no confianza.", - "windows10EndpointProtectionApplicationGuard": "Al utilizar Microsoft Edge, la Protección de aplicaciones de Microsoft Defender protege su entorno de sitios que su organización no ha definido todavía como de confianza. Cuando los usuarios visitan sitios que no figuran en el límite de red aislada, los sitios se abren en una sesión de exploración virtual en Hyper-V. Los sitios de confianza se definen mediante un límite de red, que puede establecerse en Configuración del dispositivo. Tenga en cuenta que esta característica solo está disponible para dispositivos que ejecutan Windows 10 de 64 bits o versiones posteriores.", - "windows10EndpointProtectionCredentialGuard": "Al habilitar Credential Guard, se habilitan los valores obligatorios siguientes:\r\n
        \r\n
          \r\n
        • Enable virtualization-based security: activa la seguridad basada en la virtualización (VBS) la próxima vez que se reinicie. Este tipo de seguridad usa el hipervisor de Windows para proporcionar compatibilidad con los servicios de seguridad.
        • \r\n
          \r\n
        • Secure Boot with Direct Memory Access: activa VBS con arranque seguro y acceso directo a memoria (DMA).
        • \r\n
        \r\n ", - "windows10EndpointProtectionDeviceGuard": "Elija aplicaciones adicionales que deban auditarse o con confianza para ejecutarse mediante el Control de aplicaciones de Microsoft Defender. Se confía automáticamente en la ejecución de los componentes de Windows y de todas las aplicaciones de Microsoft Store.

        \r\n Las aplicaciones no se bloquearán al ejecutarse en modo “Solo auditoría”. Este modo registra todos los eventos en los registros de cliente locales.\r\n ", - "windows10GeneralPrivacyPerApp": "Agregue las aplicaciones que deben tener un comportamiento de privacidad diferente al establecido en “Privacidad predeterminada”.", - "windows10NetworkBoundaryNetworkBoundary": "El límite de red es una lista de los recursos de empresa, como los intervalos de direcciones IP y dominios hospedados en la nube de los equipos que se incluyen en la red empresarial. Defina límites de red a fin de aplicar directivas para proteger los datos que residen en estas ubicaciones.", - "windowsHealthMonitoring": "Configure la directiva de seguimiento de estado de Windows.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone puede bloquear la instalación o el inicio de aplicaciones incluidas en la lista de aplicaciones prohibidas o no especificadas en la lista de aplicaciones aprobadas a los usuarios. Todas las aplicaciones administradas deben agregarse a la lista aprobada." - }, - "Inputs": { - "accountDomain": "Dominio de cuenta", - "accountDomainHint": "por ejemplo, contosodomain", - "accountDomainInfoBalloon": "Especifique el dominio de la cuenta del usuario.", - "accountTypeInfoBalloon": "Especifique el tipo de cuenta que se configura según el modelo de autenticación", - "allowContactSetting": "Permitir que el usuario cambie la configuración de contacto", - "allowContactSyncInfoBalloon": "Especifique si el usuario tiene permiso para cambiar la configuración de sincronización de contactos", - "allowUserChange": "Permitir que el usuario cambie la configuración", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Escriba un nombre de paquete similar a com.microsoft.word", - "androidUrlValidation": "Especifique una dirección URL válida, similar a https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Contexto de instalación de la aplicación", - "appUrlLabel": "Dirección URL de AppStore", - "appleUrlValidation": "Especifique una dirección URL válida, similar a https://www.itunes.apple.com/es/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Tipo de dispositivo aplicable", - "assignmentActionLabel": "Modo", - "authenticationMethodInfoBalloon": "Especifique el método de autenticación para el usuario", - "authenticationMetod": "Método de autenticación", - "authenticationType": "Tipo de autenticación", - "authenticationTypeInfoBalloon": "Especifique el tipo de autenticación para el usuario", - "availableLicenseCount": "Licencias disponibles", - "basicAuth": "Autenticación básica", - "biometricsInfoBalloon": "Puede que se requiera información biométrica (como TouchID o FaceID) para el acceso de los usuarios a la aplicación en su dispositivo. En caso de requerirse, dicha información se usa junto con el método de autenticación seleccionado en el perfil. Esta configuración no debe habilitarse si se han implementado directivas de protección de aplicaciones de Intune, ya que estas incluyen requisitos para el acceso a los datos administrados. Si se habilitan ambas opciones, se producirán múltiples solicitudes de acceso para Outlook Mobile. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como desactivada. ", - "bookNameLabel": "Nombre del libro", - "bundleDescriptionHint": "Escriba una descripción que defina las aplicaciones incluidas.", - "calendar": "Calendario", - "categoryLabel": "Categoría", - "categoryNameLabel": "Nombre predeterminado", - "certProfileType": "Tipo de perfil del certificado", - "certificate": "Certificado", - "certificates": "Certificados", - "commandLineLabel": "Argumentos de línea de comandos", - "commandLineSizeHint": "El texto de los argumentos de la línea de comandos tiene una longitud máxima de 1024 caracteres.", - "configurationSettingsFormatLabel": "Formato de opciones de configuración", - "configurationSettingsLabel": "Formato de configuración", - "contactSync": "Guardar contactos", - "contactSyncInfoBalloon": "Al guardar contactos en la libreta de direcciones nativa del dispositivo móvil, se pueden vincular las llamadas y mensajes de texto nuevos a los contactos de Outlook existentes del usuario. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como desactivada.", - "contacts": "Contactos", - "createdDateTime": "Creada", - "defaultCategoryHint": "Las categorías predeterminadas no se pueden cambiar", - "deploySMimeCertsFromIntune": "Implementar certificados S/MIME desde Intune", - "descriptionGenericLabel": "Descripción", - "descriptionHint": "Escribir una descripción...", - "descriptionLabel": "Descripción", - "descriptionSizeHint": "La descripción no debe tener más de 10,000 caracteres.", - "developerLabel": "Desarrollador", - "developerSizeHint": "El nombre del desarrollador tiene una longitud máxima de 256 caracteres.", - "disable": "Deshabilitar", - "disabled": "Deshabilitada", - "displayNameLabel": "Nombre", - "displayVersionHint": "Escribir la versión de la aplicación", - "displayVersionLabel": "Versión de la aplicación", - "displayVersionLengthCheck": "La longitud de la versión de visualización debe ser de 130 caracteres como máximo.", - "eBookCategoryNameLabel": "Nombre predeterminado", - "emailAccount": "Nombre de la cuenta de correo electrónico", - "emailAccountHint": "Por ejemplo, Correo electrónico corporativo.", - "emailAccountInfoBalloon": "Especifique el nombre para mostrar de la cuenta de correo electrónico tal y como aparecerá para los usuarios en sus dispositivos", - "emailAddressAttribute": "Atributo de dirección de correo electrónico de AAD", - "emailAddressInfoBalloon": "Especifique la dirección de correo electrónico que se usará para enviar y recibir correo electrónico", - "emailServer": "Servidor de correo electrónico", - "emailServerHint": "Por ejemplo, mail.contoso.com", - "emailServerInfoBalloon": "Especifique el nombre de host del servidor de Exchange", - "enable": "Habilitar", - "enableSMime": "Habilitar S/MIME", - "enabled": "Habilitada", - "encryptAllEmails": "Cifrar todos los correos electrónicos", - "encryptionCertificates": "Certificados de cifrado", - "endUserNotifications": "Notificaciones al usuario final", - "enrollmentTypeLabel": "Tipo de inscripción del dispositivo", - "externalRecipients": "Información sobre correo de destinatarios externos", - "externalRecipientsInfoBalloon": "La opción Información sobre correo de destinatarios externos aparece si el remitente agrega un destinatario externo o un grupo de distribución que contiene destinatarios externos. Esta información de correo electrónico indica a los remitentes si el mensaje que redactan va a salir de la organización, lo que les ayuda a tomar las decisiones correctas respecto al lenguaje, tono y contenido. Disponible solo para las cuentas de Exchange Online y las cuentas locales que usan la autenticación moderna híbrida. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como activada.", - "focusedInbox": "Bandeja de entrada Prioritarios", - "focusedInboxInfoBalloon": "La Bandeja de entrada Prioritarios separa la bandeja de entrada en dos pestañas: Prioritarios y Otros. Los correos electrónicos más importantes están en la pestaña Prioritarios y el resto en la pestaña Otros, con acceso fácil pero por separado. Cuando la opción se define como no configurada, la configuración de la aplicación predeterminada se establece como activada. ", - "gmailNineAmountOfEmail": "Cantidad de correo electrónico para sincronizar", - "gmailNineAuthenticationMethodInfoBalloon": "Seleccione cómo quiere que se autentiquen los usuarios en el servidor de correo electrónico. Use los certificados para ofrecer una experiencia totalmente segura y sin problemas a los usuarios finales. La autenticación basada en certificados no está disponible aún porque los perfiles de certificados SCEP y PKCS para los dispositivos del propietario no están disponibles. ", - "gmailNineCertificateUPNInfoBalloon": "El certificado debe incluir el nombre principal de usuario (UPN) como nombre alternativo del firmante.", - "gmailNineEmailAddressInfoBalloon": "Atributo que Intune toma de Azure AD para generar de forma dinámica la dirección de correo electrónico que el perfil usará, por ejemplo, MiNombre@contoso.com (UPN). Obtenga más información sobre los atributos de AAD para los perfiles de correo electrónico.", - "gmailNineEmailServerInfoBalloon": "Ubicación de Exchange (dirección URL) del servidor de correo electrónico a la que se conecta la aplicación que especifica para recibir correo electrónico.", - "gmailNineEmailSynchronizeInfoBalloon": "Controla la cantidad de correo electrónico que el cliente va a sincronizar.", - "gmailNineSSLInfoBalloon": "Habilita SSL para proteger todas las comunicaciones con el servidor de correo electrónico.", - "gmailNineUsernameInfoBalloon": "Atributo que Intune toma de Azure AD para generar de forma dinámica el nombre de usuario que el perfil usará, por ejemplo, MiNombre@contoso.com (UPN) o MiNombre (nombreUsuario). Obtenga más información sobre los atributos de AAD para los perfiles de correo electrónico.", - "ignoreVersionDetection": "Omitir la versión de la aplicación", - "informationUrlLabel": "Dirección URL de información", - "informationUrlSizeHint": "La longitud máxima de la dirección URL de información es de 1024 caracteres", - "installAsManaged": "Instalar como administrado", - "installationSourceLabel": "Tipo de aplicación", - "installerTypeInfoBalloon": "El tipo de instalador del paquete de aplicación.", - "installerTypeLabel": "Tipo de instalador", - "isFeatured": "Mostrar como aplicación destacada en el Portal de empresa", - "isMAMEnabledToggleLabel": "Sí", - "lastModifiedDateTime": "Hora de la última actualización", - "ldapUrl": "DIRECCIÓN URL DE LDAP", - "licensingType": "Admite la asignación de contexto de dispositivo", - "microsoft": "Microsoft", - "minimumOperationSystem": "Versión mínima del sistema operativo", - "modernAuth": "Autenticación moderna", - "nameHint": "Escribir un nombre", - "nameLabel": "Nombre", - "nameSizeHint": "La longitud máxima del nombre es de 512 caracteres.", - "notConfigured": "Sin configurar", - "notesLabel": "Notas", - "notesSizeHint": "El texto de notas tiene una longitud máxima de 1024 caracteres.", - "notificationType": "Tipo de notificación", - "oneDay": "Un día", - "oneMonth": "Un mes", - "oneWeek": "Una semana", - "outlookSMimeSettings": "Configuración de S/MIME de Outlook", - "ownerLabel": "Propietario", - "ownerSizeHint": "El nombre del propietario tiene una longitud máxima de 256 caracteres.", - "packageIdLabel": "Identificador del paquete", - "packageNameLabel": "Nombre del paquete", - "pivCredentialNotConfigured": "No ha seleccionado ningún emisor de credenciales derivadas para el inquilino, lo cual es necesario para poder aplicar esta directiva a los dispositivos correctamente.", - "platformLabel": "Plataforma", - "policyDescriptionLabel": "Descripción", - "policyNameLabel": "Nombre", - "primarySMTPAddress": "Dirección SMTP principal", - "privacyUrlLabel": "Dirección URL de privacidad", - "publisherHint": "Escribir un nombre de publicador", - "publisherLabel": "Publicador", - "publisherSizeHint": "El nombre del publicador debe tener entre 2 y 1024 caracteres (ambos valores incluidos).", - "require": "Requerir", - "requireBiometrics": "Requerir información biométrica para acceder a la aplicación", - "sAMAccountName": "SamAccountName", - "scopeTagsRequired": "Se necesita al menos una etiqueta de ámbito", - "searchAppLabel": "Seleccionar aplicación", - "searchAppLinkText": "Buscar en App Store", - "searchWinGetPublicRepositoryLinkText": "Buscar en el repositorio de la comunidad de Administrador de paquetes de Windows", - "searchWinGetStoreRepositoryLinkText": "Buscar en la aplicación Microsoft Store (nuevo)", - "selectAAD": "Seleccionar un atributo de AAD", - "selectAppFileLabel": "Seleccionar archivo", - "selectAppFileLinkText": "Seleccionar un archivo del paquete de aplicaciones", - "selectAppFileToUpdateLabel": "Seleccionar un archivo para actualizar", - "selectAuthMethod": "Seleccione un método de autenticación", - "selectAuthType": "Seleccionar un tipo de autenticación", - "selectCertificate": "Seleccionar un certificado", - "signAllEmails": "Firmar todos los correos electrónicos", - "signingCertificates": "Certificados de firma", - "ssl": "SSL", - "suiteDescriptionLabel": "Descripción del conjunto de aplicaciones", - "suiteNameLabel": "Nombre del conjunto de aplicaciones", - "tasks": "Tareas", - "threeDays": "Tres días", - "totalLicenseCount": "Total de licencias", - "twoWeeks": "Dos semanas", - "unifiedAssignmentsLabel": "Asignar a:", - "unlimited": "Sin límites", - "urlHint": "Escribir una dirección URL válida", - "useManagedBrowserHint": "Solo iOS y Android. Más información", - "useManagedBrowserLabel": "Se necesita Managed Browser para abrir este vínculo.", - "userPrinicipalName": "Nombre principal de usuario", - "username": "Nombre de usuario", - "usernameAttribute": "Atributo de nombre de usuario de AAD", - "usernameAttributreInfoBalloon": "Especifique la entidad de seguridad de usuario del perfil de correo electrónico que se usará para autenticar la cuenta", - "usernamePassword": "Nombre de usuario y contraseña", - "webAppUrlHint": "Escribir una dirección URL válida que empiece por http:// o https://", - "webAppUrlLabel": "Dirección URL de la aplicación", - "webAppUrlSizeHint": "La longitud máxima de la URL de la aplicación es de 1024 caracteres.", - "windowsUrlValidation": "Especifique una dirección URL válida, similar a https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "Datos XML especificados", - "xmlFormatInvalid": "El formato de la directiva XML no es válido.", - "xmlTooLarge": "El tamaño de entrada debe ser inferior a 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Sin soporte técnico", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "La creación de directivas de actualización de calidad requiere licencias específicas.", "warningBoxText": "Aunque acelerar las actualizaciones de software puede ayudar a reducir el tiempo necesario para lograr el cumplimiento, su impacto en la productividad del usuario final es mayor. Las posibilidades de experimentar un reinicio durante el horario laboral aumentan considerablemente." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
        For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
        Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
        \n
          \n
        • This setting works correctly when \"All cloud apps\" are selected
        • \n
        • This does not affect token lifetimes or the sign-in frequency setting.
        • \n
        • This will override the \"Show option to stay signed in\" policy in Company Branding.
        • \n
        • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
        • \n
        • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
        • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
          Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Valores de configuración de Edge", "edgeWindowsDataProtectionSettings": "Configuración de protección de datos de Microsoft Edge (Windows) - Versión preliminar", @@ -10783,7 +11566,10 @@ "Column": { "author": "Autor", "template": "Nombre de la plantilla" - } + }, + "Row": { + "ariaLabel": "fila {0} de {1} columna {2}" + } }, "SettingsCatalog": { "subtitle": "Empiece de cero y seleccione la configuración que quiera en la biblioteca de valores disponibles", @@ -11593,6 +12379,7 @@ "gettingStarted": "Introducción", "messages": "Mensajes", "onlineResources": "Recursos en línea", + "policyHealth": "Directivas de mantenimiento", "releaseManagement": "Administración de versiones", "serviceRequests": "Solicitudes de servicio", "settings": "Configuración", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "Todas las aplicaciones", "allDevices": "Todos los dispositivos", - "androidFotaDeployments": "Implementaciones de Android FOTA", + "androidFotaDeployments": "Implementaciones de Android FOTA (versión preliminar)", "appBundles": "Lotes de aplicaciones", "appCategories": "Categorías de aplicaciones", "appConfigPolicies": "Directivas de configuración de aplicaciones", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Permisos asignados", "assignedRoles": "Roles asignados", "autopilotDeploymentReport": "Implementaciones de Autopilot (versión preliminar)", + "autopilotDeploymentReportV2": "Implementación del Autopilot 2.0 (versión preliminar)", "brandingAndCustomization": "Personalización", "cartProfiles": "Perfiles de carro", "certificateConnectors": "Conectores de certificados", "chromeEnterprise": "Chrome Enterprise (versión preliminar)", "cloudAttachedDevices": "Dispositivos conectados a la nube (vista previa)", + "cloudPcActions": "Acciones de CLOUD PC (versión preliminar)", + "cloudPcMaintenanceWindows": "Ventanas de mantenimiento de PC en la nube (versión preliminar)", "compliancePolicies": "Directivas de cumplimiento", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (vista previa)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Restricciones de inscripción", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Conectores de servicio de Exchange", - "failuresForDriverUpdates": "Errores de actualización del controlador de Windows (versión preliminar)", + "failuresForDriverUpdates": "Errores de actualización de controladores de Windows", "failuresForFeatureUpdates": "Errores de actualización de características", "failuresForQualityUpdates": "Errores en la actualización urgente de Windows", "featureFlighting": "Alternancia de características", "featureUpdateDeployments": "Actualizaciones de características para Windows 10 y versiones posteriores", "flighting": "Distribución de paquetes piloto", - "fotaUpdate": "Actualización de firmware por vía inalámbrica", + "fotaUpdate": "Actualización de firmware por vía inalámbrica (versión preliminar)", "groupPolicy": "Plantillas administrativas", "groupPolicyAnalytics": "Análisis de directiva de grupo", "helpSupport": "Ayuda y soporte técnico", @@ -11717,12 +12507,12 @@ "user": "Usuario", "userExecutionStatus": "Estado del usuario", "wdacSupplementalPolicies": "Directivas complementarias del modo S", - "windows10DriverUpdate": "Actualizaciones de controladores para Windows 10 y versiones posteriores (versión preliminar)", + "windows10DriverUpdate": "Actualizaciones de controladores para Windows 10 y versiones posteriores", "windows10QualityUpdate": "Actualizaciones de calidad para Windows 10 y versiones posteriores", "windows10UpdateRings": "Anillos de actualización para Windows 10 y versiones posteriores", "windows10XPolicyFailures": "Errores de directiva de Windows 10X", "windows365Connector": "Conector Citrix de Windows 365", - "windows365ConnectorPublicPreview": "Conector Citrix de Windows 365 (versión preliminar)", + "windows365PartnerConnector": "Conectores de socios de Windows 365", "windowsDiagnosticData": "Datos de Windows", "windowsEnterpriseCertificate": "Certificado de Windows Enterprise", "windowsManagement": "Scripts de PowerShell", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Período de gracia de reinicio del dispositivo", "summaryTitle": "Experiencia del usuario final" }, - "EnrollmentType": { - "devicesWithEnrollment": "Dispositivos administrados", - "devicesWithoutEnrollment": "Aplicaciones administradas" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "El archivo o la carpeta como requisito seleccionado.", + "pathToolTip": "La ruta de acceso completa del archivo o la carpeta que se detectará.", + "property": "Propiedad", + "valueToolTip": "Seleccione un valor de requisito que coincida con el método de detección seleccionado. Se debe especificar el requisito de fecha y hora en el formato local." + }, + "GridColumns": { + "pathOrScript": "Ruta de acceso o script", + "type": "Tipo" + }, + "Registry": { + "keyPath": "Ruta de acceso de la clave", + "keyPathTooltip": "La ruta de acceso completa de la entrada del Registro que contiene el valor como un requisito.", + "operator": "Operator", + "operatorTooltip": "Seleccione el operador para la comparación.", + "registryRequirement": "Requisito de clave de registro", + "registryRequirementTooltip": "Seleccione la comparación de requisitos de clave del Registro.", + "valueName": "Nombre de valor", + "valueNameTooltip": "El nombre del valor de Registro necesario." + }, + "RequirementTypeOptions": { + "fileType": "Archivo", + "registry": "Registro", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Booleano", + "dateTime": "Fecha y hora", + "float": "Punto flotante", + "integer": "Entero", + "string": "Cadena", + "version": "Versión" + }, + "duplicateName": "El nombre de script {0} ya se ha usado. Especifique otro nombre.", + "enforceSignatureCheck": "Exigir comprobación de firma del script", + "enforceSignatureCheckTooltip": "Seleccione \"Sí\" para comprobar que el script está firmado por un editor de confianza, lo que permite ejecutarlo sin advertencias ni avisos. El script se ejecutará desbloqueado. Seleccione \"No\" (predeterminado) para ejecutarlo con la confirmación del usuario final, pero sin comprobación de firma.", + "loggedOnCredentials": "Ejecutar este script con las credenciales de inicio de sesión", + "loggedOnCredentialsTooltip": "Ejecutar script mediante las credenciales del dispositivo que ha iniciado sesión.", + "operatorTooltip": "Seleccione el operador para la comparación de requisitos.", + "requirementMethod": "Seleccionar el tipo de datos de salida", + "requirementMethodTooltip": "Seleccione el tipo de datos usado al determinar un requisito de coincidencia de detección.", + "scriptContent": "Contenido del script", + "scriptFile": "Archivo de script", + "scriptFileTooltip": "Seleccione un script de PowerShell que detecte la presencia de la aplicación en el cliente. Si se detecta la aplicación, el proceso de requisitos proporcionará un código de salida con un valor de 0 y escribirá un valor de cadena en STDOUT.", + "scriptName": "Nombre del script", + "value": "Valor", + "valueTooltip": "Seleccione un valor de requisito que coincida con el método de detección seleccionado. Se debe especificar el requisito de fecha y hora en el formato local." + }, + "bladeTitle": "Agregar una regla de requisitos", + "createRequirementHeader": "Cree un requisito.", + "header": "Configurar reglas de requisitos adicionales", + "label": "Reglas de requisitos adicionales", + "noRequirementsSelectedPlaceholder": "No se ha especificado ningún requisito.", + "requirementType": "Tipo de requisito", + "requirementTypeTooltip": "Elija el tipo de método de detección utilizado para determinar cómo se valida un requisito." + }, + "architectures": "Arquitectura del sistema operativo", + "architecturesTooltip": "Elija las arquitecturas necesarias para instalar la aplicación.", + "bladeTitle": "Requisitos", + "diskSpace": "Espacio en disco necesario (MB)", + "diskSpaceTooltip": "Espacio en disco libre necesario en la unidad del sistema para instalar la aplicación.", + "header": "Especifique los requisitos que deben cumplir los dispositivos antes de instalar la aplicación:", + "maximumTextFieldValue": "El valor debe ser como máximo de {0}.", + "minimumCpuSpeed": "Velocidad de CPU mínima requerida (MHz)", + "minimumCpuSpeedTooltip": "La velocidad de CPU mínima necesaria para instalar la aplicación.", + "minimumLogicalProcessors": "Número mínimo de procesadores lógicos necesarios", + "minimumLogicalProcessorsTooltip": "El número mínimo de procesadores lógicos necesarios para instalar la aplicación.", + "minimumOperatingSystem": "Versión mínima del sistema operativo", + "minimumOperatingSystemTooltip": "Seleccione la versión mínima del sistema operativo necesaria para instalar la aplicación.", + "minumumTextFieldValue": "El valor debe ser como mínimo de {0}.", + "physicalMemory": "Memoria física requerida (MB)", + "physicalMemoryTooltip": "Memoria física (RAM) necesaria para instalar la aplicación.", + "selectorLabel": "Requisitos", + "validNumber": "Especifique un número válido." + }, "PolicySet": { "appManagement": "Administración de aplicaciones", "assignments": "Asignaciones", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Perfiles de configuración de dispositivos", "powershellScriptTitle": "Scripts de PowerShell" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
          For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
          Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Recomendado", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Baréin", @@ -12029,7 +13104,7 @@ "countryNameSG": "Singapur", "countryNameAL": "Albania", "countryNameSN": "Senegal", - "countryNameSZ": "Eswatini", + "countryNameSZ": "Esuatini", "countryNameBZ": "Belice", "countryNameCI": "Côte d’Ivoire", "countryNameTW": "Taiwán", diff --git a/Documentation/Strings-fr.json b/Documentation/Strings-fr.json index 285a27b..54ebb82 100644 --- a/Documentation/Strings-fr.json +++ b/Documentation/Strings-fr.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Première date de disponibilité" }, + "Windows11SideBySideInstall": { + "disabled": "Désactivé", + "enabled": "Activé", + "infoBalloonContent": "Contrôler s’il faut installer la dernière mise à jour des fonctionnalités Windows 10 sur les appareils qui ne sont pas éligibles pour Windows 11", + "label": "Lorsqu'un appareil n'est pas capable d'exécuter Windows 11, installez la dernière mise à jour des fonctionnalités de Windows 10" + }, "bladeTitle": "Déploiements de mises à jour de fonctionnalités", "deploymentSettingsTitle": "Paramètres de déploiement", "loadError": "Échec du chargement !", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Cette fonctionnalité nécessite une licence spécifique.", "gradualRolloutLicenseWarningEdit": "Cette fonctionnalité peut continuer à être utilisée et configurée jusqu’à ce que la stratégie soit enregistrée sans cette fonctionnalité sélectionnée.", - "licenseLearnMoreText": "En savoir plus sur les conditions préalables et les stratégies de mise à jour qualité." + "licenseLearnMoreText": "En savoir plus sur les conditions préalables et les stratégies de mise à jour qualité.", + "specificLicensingRequired": "Certaines fonctionnalités sélectionnées nécessitent une licence spécifique." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Aidez vos utilisateurs d’appareils à comprendre la nature de l’application et/ou les actions qu’ils peuvent faire dans l’application. Cette description sera visible dans Portail d’entreprise.", "developer": "Nom de l’entreprise ou de la personne qui a développé l’application. Ces informations seront visibles par les personnes connectées au centre d’administration.", "displayVersion": "Version de l’application. Ces informations seront visibles par les utilisateurs dans le Portail d’entreprise.", + "fullScreenEnabled": "Si la configuration est oui, lance le clip web en tant qu’application web en plein écran.", + "ignoreManifestScope": "Si la configuration est oui, un clip web en plein écran peut accéder à un site web externe sans afficher l’interface utilisateur safari. Sinon, l’interface utilisateur Safari s’affiche lorsque vous quittez l’URL du clip web. Cette clé n’a aucun effet lorsque l’écran plein écran a la valeur false.", "infoUrl": "Liez des personnes à un site web ou à une documentation qui contient plus d’informations sur l’application. L’URL d’informations sera visible pour les utilisateurs de Portail d’entreprise.", "isFeatured": "Les applications à la une sont placées en évidence dans Portail d’entreprise pour que les utilisateurs puissent y accéder rapidement.", "learnMore": "En savoir plus", "logo": "Chargez un logo associé à l’application. Ce logo s’affiche en regard de l’application dans Portail d’entreprise.", "macOSDmgAppPackageFile": "Fichier qui contient votre application dans un format qui peut être chargé indépendamment sur un appareil. Type de package valide : .dmg.​", + "macOSPkgAppPackageFile": "Fichier qui contient votre application dans un format qui peut être chargé de manière indépendante sur un appareil. Type de package valide : .pkg.", "minOperatingSystem": "Sélectionnez la version du système d’exploitation la plus ancienne sur laquelle l’application peut être installée. Si vous affectez l’application à un appareil avec un système d’exploitation antérieur, elle ne sera pas installée.", "name": "Ajoutez un nom pour l’application. Ce nom sera visible dans la liste des applications Intune et pour les utilisateurs dans le Portail d’entreprise.", "notes": "Ajoutez des notes supplémentaires sur l’application. Les notes seront visibles par les personnes connectées au centre d’administration.", "owner": "Nom de la personne dans votre organisation qui gère les licences ou est le point de contact pour cette application. Ce nom sera visible pour les personnes connectées au centre d’administration.", "packageId": "L’identificateur de package d’application est la valeur unique qui identifie l’application.", "packageName": "Contactez le constructeur de l’appareil pour obtenir le nom du package de l’application. Exemple de nom de package : com.exemple.app", + "preComposedIconEnabled": "Si la valeur est Oui, empêche SpringBoard d’ajouter « shine » à l’icône.", "privacyUrl": "Indiquez un lien pour les personnes qui souhaitent en savoir plus sur les paramètres et les conditions de confidentialité de l’application. L’URL de confidentialité sera visible par les utilisateurs dans Portail d’entreprise.", "publisher": "Nom du développeur ou de la société qui distribue l’application. Ces informations seront visibles par les utilisateurs dans Portail d’entreprise.", "selectApp": "Recherchez dans l’App Store les applications de l'iOS Store que vous voulez déployer avec Intune.", + "targetApplicationBundleIdentifier": "Identificateur du bundle d’applications qui spécifie l’application qui ouvre l’URL. Disponible dans iOS 14 et versions ultérieures.", "useManagedBrowser": "Le cas échéant, lorsqu'un utilisateur ouvre l’application web, celle-ci apparaît dans un navigateur protégé par Intune, tel que Microsoft Edge ou Intune Managed Browser. Ce paramètre s’applique aux appareils iOS et Android.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Fichier qui contient votre application dans un format pouvant être chargé indépendamment sur un appareil. Type de package valide : .intunewin.", @@ -788,6 +800,38 @@ }, "requireAppPin": "

          Sélectionnez Oui pour désactiver le code PIN de l’application quand un verrouillage d’appareil est détecté sur un appareil inscrit.

          Remarque : Intune ne peut pas détecter l’inscription d’un appareil avec une solution EMM tierce sur iOS/iPadOS.

          " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "L'installation de l'application peut forcer le redémarrage de l'appareil", + "basedOnReturnCode": "Déterminer le comportement en fonction des codes de retour", + "force": "Intune force le redémarrage obligatoire de l'appareil", + "suppress": "Aucune action spécifique" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Temps d’installation requis (minutes)", + "maxRunTimeInMinutesToolTip": "Nombre de minutes pendant lesquelles le système attend la fin du programme d’installation. La valeur par défaut est 60 minutes." + }, + "RunAsAccountOptions": { + "system": "Système", + "user": "Utilisateur" + }, + "availableUninstall": "Autoriser la désinstallation disponible", + "availableUninstallTooltip": "Sélectionnez « Oui » pour fournir l’option de désinstallation de cette application aux utilisateurs du Portail d'entreprise. Sélectionnez « Non » pour empêcher les utilisateurs de désinstaller l’application du Portail d'entreprise.", + "bladeTitle": "Programme", + "deviceRestartBehavior": "Comportement de redémarrage du périphérique", + "deviceRestartBehaviorTooltip": "Sélectionnez le comportement de redémarrage de l'appareil une fois l'application installée. Sélectionnez « Déterminer le comportement en fonction des codes de retour » pour redémarrer l'appareil en fonction des paramètres de configuration des codes de retour. Sélectionnez « Aucune action spécifique » pour supprimer les redémarrages de l'appareil durant l'installation des applications MSI. Sélectionnez « L'installation de l'application peut forcer le redémarrage de l'appareil » pour permettre l'installation de l'application sans supprimer les redémarrages. Sélectionnez « Intune force le redémarrage obligatoire de l'appareil » pour toujours redémarrer l'appareil après l'installation de l'application.", + "header": "Spécifiez les commandes pour installer et désinstaller cette application :", + "installCommand": "Commande d'installation", + "installCommandMaxLengthErrorMessage": "La commande d’installation ne peut pas dépasser la longueur maximale autorisée de 1024 caractères.", + "installCommandTooltip": "Ligne de commande d'installation complète pour installer cette application.", + "runAs32Bit": "Exécuter les commandes d'installation et de désinstallation dans un processus 32 bits sur des clients 64 bits", + "runAs32BitTooltip": "Sélectionnez 'Oui' pour installer et désinstaller l'application dans un processus 32 bits sur des clients 64 bits. Sélectionnez 'Non' (par défaut) pour installer et désinstaller l'application dans un processus 64 bits sur des clients 64 bits. Les clients 32 bits utilisent toujours un processus 32 bits.", + "runAsAccount": "Comportement à l'installation", + "runAsAccountTooltip": "Sélectionnez Système pour installer cette application pour tous les utilisateurs (si elle est prise en charge). Sélectionnez Utilisateur pour l'installer pour l'utilisateur connecté sur l'appareil. Pour les applications MSI à double objectif, tout changement empêche l'exécution des mises à jour et des désinstallations jusqu'à la restauration de la valeur appliquée à l'appareil au moment de l'installation d'origine.", + "selectorLabel": "Programme", + "uninstallCommand": "Commande de désinstallation", + "uninstallCommandTooltip": "Ligne de commande de désinstallation complète pour désinstaller cette application." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Créer", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (.DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Application métier macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Applications Microsoft 365 (macOS)", + "macOSPkgApp": "Application macOS (PKG)", + "macOSWebClip": "Clip web macOS", "macOsVppApp": "Application du programme d'achat en volume macOS", "managedAndroidLobApp": "Application métier Android gérée", "managedAndroidStoreApp": "Application de l'Android Store gérée", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Spécifiez le fichier de script PowerShell. La taille du fichier doit être inférieure à 200 Ko.", "uploadLabel": "Emplacement du script" }, - "bashScriptObjectName": "Script Bash", "createButtonText": "Ajouter", "createPowershellScriptFlowSectionName": "Ajouter un script PowerShell", "customAttributeObjectName": "Attribut personnalisé", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Ces paramètres fonctionnent pour les appareils qui exécutent Android 9 ou version antérieure. Ils fonctionnent également sur tous les appareils Samsung Knox qui exécutent une version de système d’exploitation Android.", "androidPasswordHeader": "Exigez un mot de passe pour déverrouiller l'appareil. Si non configuré, l'utilisation de mots de passe est facultative et l'utilisateur est libre d'en configurer.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "VPN Always-on", - "androidSafetyNetBasicIntegrityAndCertified": "Vérifier l'intégrité de base et les appareils certifiés", - "androidSafetyNetbasicIntegrity": "Vérifier l'intégrité de base", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Vérifier l'intégrité de base et l'intégrité de l'appareil", + "androidPlayIntegrityVerdictBasicIntegrity": "Vérifier l'intégrité de base", "androidTRDeprecation": "Les certificats approuvés ne peuvent plus être installés sur les appareils qui exécutent Android 11 ou une version ultérieure, à l’exception des appareils Samsung Knox. Si vous utilisez des profils de certificat SCEP, vous devez continuer à créer et à déployer un profil de certificat approuvé et l’associer au profil de certificat SCEP, mais vous devez fournir manuellement le certificat racine approuvé à ces appareils.", "androidTenAndAbovePasswordHeader": "Android 10 et ultérieur", "androidTenAndAbovePasswordHeaderDescription": "Ces paramètres fonctionnent pour les appareils qui exécutent Android 10 ou version ultérieure.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Avertissement pour tout autre chiffrement de disque", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Sélectionnez \"Exiger\" pour chiffrer la carte de stockage de l'appareil mobile.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Chiffrer la carte de stockage (mobile uniquement)", - "bitLockerEnabledDescription": "Exiger l'activation de BitLocker sur l'appareil", - "bitLockerEnabledName": "Exiger BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Sélectionnez \"Exiger\" pour activer le chiffrement d'appareil BitLocker. En fonction de la version de Windows et de la version du matériel sur l'appareil, les utilisateurs finaux peuvent être invités à confirmer l'absence de chiffrement tiers sur leur appareil. Si vous activez le chiffrement Windows en même temps qu'un chiffrement tiers, l'appareil devient instable.", "bitLockerEncryptDeviceName": "Chiffrer les appareils", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128 bits", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Empêcher le déverrouillage de Touch ID et Face ID", "blockUSBConnectionDescription": "Spécifie si la connexion USB est activée sur l'appareil. Ce paramètre n'a pas d'incidence sur le chargement USB. Ce paramètre n'est pas pris en charge sur les plateformes de bureau Windows.", "blockUSBConnectionName": "Connexion USB", + "blockUnifiedPasswordForWorkProfileDescription": "Bloquez l'utilisation d'un verrou si vous souhaitez que les utilisateurs utilisent deux mots de passe différents pour leur écran de verrouillage et leur profil professionnel. L'utilisation d'un verrouillage d'écran est pratique pour l'utilisateur, mais rend le profil professionnel accessible à toute personne pouvant déverrouiller l'appareil. S'applique aux appareils exécutant Android 9.0 Pie et versions ultérieures.", + "blockUnifiedPasswordForWorkProfileName": "Un verrou pour le profil professionnel et l'appareil", "blockUnmanagedDocumentsInManagedAppsName": "Bloquer la consultation des documents externes à l'entreprise dans les applications de l'entreprise", "blockUntrustedTLSCertificatesDescription": "Bloque les certificats TLS (Transport Layer Security) non approuvés.", "blockUntrustedTLSCertificatesName": "Bloquer les certificats TLS non approuvés", @@ -2825,6 +2871,8 @@ "cellularName": "Cellulaire", "certificateCredentialConfigurationDisabledDescription": "Empêche les utilisateurs d’apporter des modifications aux informations d’identification associées aux certificats associés à des certificats qui leur sont affectés. ", "certificateCredentialConfigurationDisabledName": "L’utilisateur peut configurer les informations d’identification (niveau profil professionnel)", + "certificateInstallDescription": "Les applications que vous répertoriez ici peuvent modifier les certificats créés par Intune et gérer les certificats délivrés en dehors d'Intune.", + "certificateInstallTitle": "Autoriser d'autres applications à installer et à gérer des certificats", "certificateNotFound": "Stratégie de certificat introuvable. Elle a peut-être été supprimée.", "certificateOption": "Certificat", "certificateRevocationCheck": "Vérification de la révocation de certificat", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "URI de ressource du service d'impression", "cloudProtectionDescription": "Envoie les données de télémétrie Microsoft Active Protection Service pour détecter les activités suspectes.", "cloudProtectionName": "Protection assurée par le cloud", - "codeIntegrityEnabledDescription": "Exiger l'activation de l'intégrité du code sur l'appareil", - "codeIntegrityEnabledName": "Exiger l'intégrité du code", + "codeIntegrityEnabledName": "Intégrité du code", "complianceAntiSpywareRequirementDescription": "Exige qu'une solution de logiciel anti-espion inscrite dans le Centre de sécurité Windows soit active et en cours de supervision (par ex., DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Logiciel anti-espion", "complianceAntiSpywareSignatureUpToDateDescription": "Exiger que la signature du logiciel anti-espion soit à jour", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Ce paramètre spécifie le nombre de mots de passe récents qui ne peuvent pas être réutilisés. Valeur recommandée : 5", "complianceNumberOfPreviousPasswordsToBlockName": "Nombre de mots de passe précédents avant d'autoriser leur réutilisation", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Sélectionnez la version de build du système d'exploitation la plus récente pouvant être installée sur un appareil.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Entrez la dernière version de build du système d'exploitation qu'un appareil peut avoir. Par exemple : 20E252
          Si vous souhaitez définir une mise à jour Apple Rapid Security Response comme version maximale du système d'exploitation, saisissez la version de version supplémentaire. Par exemple : 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Version de build maximale du système d'exploitation", - "complianceOsBuildVersionRestrictionMinimumDescription": "Sélectionnez la version de build du système d'exploitation la plus ancienne pouvant être installée sur un appareil.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Entrez la plus ancienne version de build du système d'exploitation qu'un appareil peut avoir. Par exemple : 20E252
          Si vous souhaitez définir une mise à jour Apple Rapid Security Response comme version minimale du système d'exploitation, saisissez la version de version supplémentaire. Par exemple : 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Version de build minimale du système d'exploitation", "complianceOsVersionRestrictionHeader": "Version du système d'exploitation", "complianceOsVersionRestrictionMaximumAndroidDescription": "Spécifiez la version maximale du système d'exploitation exigée pour la conformité des appareils. Par exemple, spécifiez « 7.1 » dans ce champ pour Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Force la mise à jour automatique de l'appareil pour appliquer des correctifs de sécurité et des améliorations.", "complianceUpdatesRequireAutomaticUpdatesName": "Exiger l'application des mises à jour automatiques de Microsoft", "complianceWin10RequiredPasswordTypeDescription": "Ce paramètre détermine le type de mot de passe/code PIN obligatoire.
          \r\nParamètre par défaut de l'appareil (mot de passe, code PIN numérique ou code PIN alphanumérique obligatoire)
          \r\nAlphanumérique (mot de passe ou code PIN alphanumérique obligatoire)
          \r\nNumérique (mot de passe ou code PIN numérique obligatoire)
          \r\nRecommandations : Type de mot de passe obligatoire : Alphanumérique, Complexité du mot de passe : Exiger des chiffres et des lettres minuscules", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 ou 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11 uniquement", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Version minimale de Microsoft Defender (par ex., 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Version minimale du logiciel anti-programme malveillant Microsoft Defender", - "complianceWindowsDeviceHealthAttestationHeader": "Règles d'évaluation du service Windows Health Attestation", + "complianceWindowsDeviceHealthAttestationHeader": "Les règles d’évaluation du service d’attestation Microsoft

          Utilisez ces règles pour vérifier qu’un appareil a des mesures de protection activées au démarrage. En savoir plus sur ces règles", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Sélectionnez la version de système d'exploitation la plus récente pouvant être installée sur un appareil mobile. La version de système d'exploitation est définie sous la forme majeure.mineure.build.révision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Sélectionnez la version de système d'exploitation la plus ancienne pouvant être installée sur un appareil mobile. La version de système d'exploitation est définie sous la forme majeure.mineure.build.révision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "La version de système d'exploitation est définie sous la forme majeure.mineure.build.révision.", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Mises à jour logicielles mineures du système d'exploitation et des autres logiciels", "delayMinorOSUpdateVisibilityOption": "Mises à jour logicielles mineures du système d’exploitation", "delayOSUpdateVisibilityOption": "Mises à jour de système d’exploitation", + "delegatedScopeLogsTitle": "Accès aux journaux Android sensibles", "deliveryOptimizationBandwidthHeader": "Bande passante", "deliveryOptimizationCachingHeader": "Mise en cache", "deliveryOptimizationDODescription": "Spécifie la méthode de téléchargement que peut utiliser l'optimisation de la distribution pour gérer la consommation de bande passante réseau dans les scénarios de distribution de contenu.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Recherche d’un émetteur d’informations d’identification dérivé...", "derivedCredentialsTenantLevelNotConfigured": "Vous n’avez pas spécifié d’émetteur d’informations d’identification dérivées pour votre locataire afin de pouvoir appliquer cette stratégie aux appareils. Cliquez ici pour spécifier l’émetteur.", "descriptionName": "Description", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (attachement du client uniquement)", "desktopOption": "Bureau", "destinationPrefix": "Préfixe/taille de la destination (par exemple, 192.168.0.1/255)", "developerUnlock": "Déverrouillage de développement", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "Et versions ultérieures", "eDPPolicyVersionAndBelowName": "Et versions antérieures", "eDPPolicyVersionEqualsName": "Égal à", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Exiger l'activation du pilote de protection contre les programmes malveillants à lancement anticipé", - "earlyLaunchAntiMalwareDriverEnabledName": "Exiger le pilote de protection contre les programmes malveillants à lancement anticipé", + "earlyLaunchAntiMalwareDriverEnabledName": "Logiciel anti-programme malveillant à lancement anticipé", "easAccountSettingsHeader": "Paramètres de compte Exchange ActiveSync", "easAllData": "Toutes les données", "easCalendarContactsOnly": "Calendrier et contacts uniquement", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "N'importe quelle adresse", "firewallRulesPortOrPortRangeInvalidCharacterError": "La liste des ports peut seulement avoir des chiffres, « - » ou « , ».", "firewallRulesPortOrPortRangeInvalidError": "La liste des ports contient des ports et/ou des plages de ports non valides.", + "firmwareProtectionEnabledName": "Protection du microprogramme", "firmwareUpdatesBehaviorName": "Mises à jour du microprogramme", "firstActiveEthernet": "Premier port Ethernet actif", "firstAvailableOption": "Premier disponible", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP fusionné avec un peering Internet (3)", "httpWithPeeringNatOption": "HTTP fusionné avec un peering derrière le même NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP fusionné avec un peering sur un groupe privé (2)", + "hvciEnabledName": "Protection de l’intégrité de la mémoire", "hybridSleepBatteryDescription": "Ce paramètre de stratégie vous permet de désactiver la veille mode hybride quand l'appareil est alimenté par batterie.
          Si cette stratégie est désactivée, l'appareil n'autorise pas la veille mode hybride ni la veille prolongée.
          Si cette stratégie n'est pas configurée, les utilisateurs contrôlent ce paramètre.", "hybridSleepName": "Veille mode hybride", "hybridSleepPluggedInDescription": "Ce paramètre de stratégie vous permet de désactiver la veille mode hybride quand l'appareil est sur secteur.
          Si cette stratégie est désactivée, l'appareil n'autorise pas la veille mode hybride ni la veille prolongée.
          Si cette stratégie n'est pas configurée, les utilisateurs contrôlent ce paramètre.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Moyennement faible", "mediumOption": "Moyen", "meetingInformationDisplayedOnWelcomeScreenName": "Informations sur la réunion affichées dans l'écran d'accueil", + "memoryAccessProtectionEnabledName": "Protection de l'accès à la mémoire", "messagingBlockMMSDescription": "Désactive la fonctionnalité d'envoi/de réception de MMS sur l'appareil.", "messagingBlockMMSName": "MMS (mobile uniquement)", "messagingBlockRCSDescription": "Désactive la fonctionnalité d'envoi/de réception de RCS (Rich Communication Services) sur l'appareil.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "La valeur doit être inférieure à la version maximale du système d'exploitation", "mustBeValidAddress": "Doit être une adresse valide. Exemple : 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "Le nom du package doit contenir uniquement des lettres, des chiffres, des traits de soulignement et des points. Doit commencer par une lettre.", - "mustBeValidBuildVersionFormat": "Doit respecter un format de version de build valide. Exemple : 18A391, 16G1114, etc.", + "mustBeValidBuildVersionFormat": "Doit être un format de version de build valide. Exemple : 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Doit être un suffixe DNS valide. Par exemple : itgproxy.com", "mustBeValidDateFormat": "Doit être un format de date valide (AAAA-MM-JJ). Exemple : 2016-10-01, 2016-10-31, etc.", "mustBeValidDomain": "Doit être un domaine valide. Exemple : contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Extensions réseau", "networkInterface": "Interface réseau", "networkInterfaceDescription": "Interface réseau à configurer", + "networkLogsTitle": "Autoriser cette application à accéder aux journaux d'activité du réseau Android", "networkProxyAutomaticConfigurationUrlDescription": "URL vers le script PAC que vous voulez utiliser.", "networkProxyAutomaticConfigurationUrlName": "URL de l'adresse du script de configuration", "networkProxyDisableAutoDetectDescription": "Détecte automatiquement les paramètres. Si cette option est activée, le système tente de trouver le chemin vers un script PAC.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Masquer", "pinnedFolderOptionShow": "Afficher", "pipeInvalidError": "La valeur ne doit pas contenir « | ».", + "playIntegrityVerdictOptionsDescription": "Définissez le niveau de Play Integrity Verdict", + "playIntegrityVerdictOptionsName": "Jouer le verdict d'intégrité", "pluggedInHeader": "Sur secteur", "policyDomainNameService": "DNS", "policyEmailAddress": "Adresse e-mail", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Stratégie par défaut. L'utilisateur doit exister et disposer d'une licence Intune valide.", "requireUserExistanceName": "Il existe des utilisateurs inscrits", "required": "Obligatoire", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Non configuré (évaluation de base par défaut)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Sélectionnez le type d’évaluation que vous souhaitez utiliser pour calculer la réponse d’attestation de l’appareil SafetyNet.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Clé sauvegardée sur matériel", - "requiredAndroidSafetyNetEvaluationTypeName": "Type d’évaluation SafetyNet obligatoire", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Pas configuré", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Sélectionnez le type d'évaluation que vous souhaitez utiliser pour calculer la réponse d'attestation de l'appareil Play Integrity Verdict.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Vérifier l'intégrité forte", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Vérifiez une intégrité renforcée à l'aide de fonctionnalités de sécurité matérielles", "requiredExtensionsColumnHeader": "Noms des familles de packages", "requiredExtensionsExamples": "Exemple : Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Mot de passe obligatoire, aucune restriction", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "par exemple, contoso.com", "safeSearchFilterDescription": "Spécifie comment Cortana filtre le contenu pour adultes dans les résultats de la recherche.", "safeSearchFilterName": "Recherche sécurisée (appareils mobiles uniquement)", - "safetyNetAttestationOptionsDescription": "Définir le niveau d'attestation SafetyNet", - "safetyNetAttestationOptionsName": "Attestation d'appareil SafetyNet", "sampleSharingEnableOrNotConfiguredDescription": "Retourne ou définit le paramètre de configuration du partage d’exemples de Microsoft Defender pour point de terminaison.", "sampleSharingEnableOrNotConfiguredName": "Partage d'exemples pour tous les fichiers", "saturday": "Samedi", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Méthode d’authentification secondaire", "secondaryAuthenticationMethodTEAPDescription": "Choisissez le mode d’authentification secondaire des utilisateurs. Lorsque vous sélectionnez Certificats, sélectionnez l’un des profils de certificat (SCEP ou PKCS) qui est également déployé sur l’appareil. Il s’agit du certificat d’identité présenté par l’appareil au serveur.", "secretKey": "Clé secrète :", - "secureBootEnabledDescription": "Exiger l'activation du démarrage sécurisé sur l'appareil", - "secureBootEnabledName": "Exiger l'activation du démarrage sécurisé sur l'appareil", + "secureBootEnabledName": "Démarrage sécurisé", "secured": "Sécurisé", "securityAssociationIdleTimeDescription": "Les associations de sécurité sont supprimées si le trafic réseau n’est pas visible pendant ce nombre de secondes.", "securityAssociationIdleTimeHint": "Entrer la durée d'inactivité en secondes (300 - 3 600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Mode de critères communs​", "securityDeveloperSettingsEnabledDescription": "Autoriser l’accès aux paramètres du développeur.", "securityDeveloperSettingsEnabledName": "Paramètres de développeur", + "securityLogsTitle": "Autoriser cette application à accéder aux journaux de sécurité Android", "securityOption": "Données de diagnostic désactivées", "securityRequireVerifyAppsDescription": "Autorisez Google Play Protect à analyser les applications avant et après leur installation. S'il détecte une menace, il peut conseiller à l'utilisateur de supprimer l'application de l'appareil. Obligatoire par défaut.", "securityRequireVerifyAppsName": "Analyse des menaces sur les applications", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Sélectionner des applications gérées", "selectMicrosoftEdgeApp": "Ajouter une ancienne version du navigateur Microsoft Edge", "selectMicrosoftTunnelSite": "Sélectionner un site", + "selectNetworkApp": "Sélectionnez une application pour accéder aux journaux d'activité du réseau Android", "selectNetworkInterface": "Sélectionner une interface réseau", "selectNonEapMethod": "Sélectionner une méthode non EAP", "selectOneOption": "Sélectionner une seule option", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Certificat racine pour la validation du serveur", "selectRootCertificatesForServerValidationName": "Certificats racine pour la validation du serveur", "selectSecurity": "Sélectionner le type de sécurité", + "selectSecurityApp": "Sélectionnez une application pour accéder aux journaux de sécurité Android", "selectService": "Pour quel type de gestion pouvons-nous vous aider ?", "selectStoreApp": "Ajouter une application de Store", "selectStoreAppEmpty": "Ajouter une application de Store", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "Application", "trafficRuleAppTypeName": "Type d’application", "trafficRuleClaimsName": "Revendication", - "trafficRuleDirectionDescription": "Spécifiez si la règle s’applique au trafic entrant ou sortant.
          \r\n
          \r\n Entrant = La règle s’applique à tout le trafic entrant.\r\n
          \r\n
          \r\n Sortant = La règle s’applique à tout le trafic sortant.\r\n ", + "trafficRuleDirectionDescription": "Le trafic entrant autorise le trafic provenant de sites externes via VPN. Le trafic sortant autorise le trafic vers des sites externes via VPN. Pour autoriser les deux, créez deux règles.", "trafficRuleDirectionName": "Direction", "trafficRuleRoutingPolicyTypeDescription": "Choisissez entre Diviser le tunnel ou Forcer le tunnel.
          \r\n
          \r\n Diviser le tunnel : seul le trafic destiné à l'interface VPN (ce qui est déterminé par la pile de mise en réseau) passe par l'interface. Le trafic Internet peut continuer à passer par d'autres interfaces.\r\n
          \r\n
          \r\n Forcer le tunnel : tout le trafic IP doit passer par l'interface VPN (pour cette règle de trafic).\r\n
          \r\n
          \r\n Applicable uniquement si cette règle est associée à une application.\r\n ", "trafficRuleRoutingPolicyTypeName": "Type de règle", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Utilisateur", "vPNPolicyProfileTargetDescription": "Transforme ce profil en connexion VPN Always-on qui se connecte sans intervention utilisateur et se sert des certificats d'ordinateur pour l'authentification. Prend uniquement en charge le type de connexion IKEv2. Le profil VPN est supprimé de l'appareil à la fin de l'expérience OOBE d'AutoPilot.", "vPNPolicyProfileTargetName": "Utiliser ce profil VPN pour Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Liste des hôtes à exclure à l'aide du proxy sur les connexions pour. Ces hôtes peuvent utiliser des caractères génériques tels que *.example.com.", + "vPNPolicyProxyExclListDescription2": "Une liste de noms d'hôte pour lesquels le proxy est contourné. Les noms d'hôte peuvent contenir des caractères génériques tels que *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Hôtes exclus", + "vPNPolicyProxyExclListExclusions": "exclusions", + "vPNPolicyProxyExclListFileImport": "Fichier pour importer la liste des hôtes", + "vPNPolicyProxyExclListHostName": "Nom de l’hôte", + "vPNPolicyProxyExclListImport": "Importer des exclusions de proxy", + "vPNPolicyProxyExclListInvalid": "Entrée non valide", + "vPNPolicyProxyExclListList": "Liste d’exclusions", + "vPNPolicyProxyExclListManage": "Gérer les exclusions de proxy", + "vPNPolicyProxyExclListName": "Liste d'exclusion de proxy", "vPNPolicyRememberCredentialsName": "Mémoriser les informations d'identification à chaque ouverture de session", "vPNPolicyRoutesForThisConnectionDescription": "Facultatif.", "vPNPolicyRoutesForThisConnectionName": "Fractionner les routages de tunneling pour cette connexion VPN", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Bouton d'accueil virtuel", "virtualHomeButtonNotConfigured": "Non configuré", "virtualHomeButtonSwipeUp": "Balayer vers le haut", + "virtualizationBasedSecurityEnabledName": "Sécurité basée sur la virtualisation", "virtualizationOfCpuAndIOName": "Virtualisation de l'UC et des E/S", "visibleAppsListOptionsDescription": "Définir s'il s'agit d'une liste d'applications à masquer ou afficher.", "visibleAppsListOptionsName": "Type de liste d'appareils", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0} : Autoriser les liens web dans n'importe quelle application", "rootCertificate": "Certificat racine", "safetyNetDeviceAttestation": "Attestation d'appareil SafetyNet", + "samsungKnoxAttestationRequired": "Attestation d'appareil Samsung Knox", "saveAppsNotificationText": "Enregistrement des applications sélectionnées", "saveChangesCommandText": "Enregistrer", "savePolicySettingsNotificationText": "Enregistrement des paramètres de la stratégie", @@ -7885,10 +7953,12 @@ "state": "État", "status": "État", "store": "Stocker", + "subjectOnlyOptionText": "Objet uniquement", "success": "Réussite", "successfully": "Avec succès", "summary": "Résumé", "summaryLensTitle": "Résumé", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Demandes à distance", "summarySettingsPartWipeRequestsSelectorText": "Demandes de réinitialisation", "supportId": "ID de support : {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Valeur", "valueMustNotContainCharsError": "La valeur ne doit pas contenir les caractères suivants : {0}", "versionValidationExample": "

          Format : [Majeure].[Mineure] ou [Majeure].[Mineure].[Build].[Révision]

          Exemple : 1.5 ou 1.5.50.101

          ", - "versionValidationWith2To4Segments": "

          Format : [Version majeure].[Version mineure] ou [Version majeure].[Version mineure].[Build] ou [Version majeure].[Version mineure].[Build].[Révision]

          Exemple : 1.5 ou 1.5.50 ou 1.5.50.101

          ", + "versionValidationWith2To5Segments": "Format

          : [Major].[Minor] ou [Major].[Minor].[Build] ou [Major].[Minor].[Build].[Revision]. Pour iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] est également pris en charge.

          Remarque : Apps n’effectue pas de réinitialisations pour les violations rapidSecurityResponse, seul block ou warn est pris en charge.

          Exemple : 1.5 ou 1.5.50 ou 1.5.50.101 ou (pour iOS) 1.5.50.101.a

          ", "versionValidationWithDateFormat": "Doit être un format de date valide (JJ-MM-AAAA).", "warn": "Avertir", "warning": "Avertissement", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Réseau câblé", "workProfile": "Profil de travail personnel" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Fichier ou dossier comme spécification sélectionnée.", - "pathToolTip": "Chemin complet du fichier ou dossier à détecter.", - "property": "Propriété", - "valueToolTip": "Sélectionnez une valeur de spécification qui correspond à la méthode de détection sélectionnée. La spécification de date et d'heure doit être entrée dans votre format local." - }, - "GridColumns": { - "pathOrScript": "Chemin/script", - "type": "Type" - }, - "Registry": { - "keyPath": "Chemin de la clé", - "keyPathTooltip": "Chemin complet de l'entrée de Registre contenant la valeur de la spécification.", - "operator": "Opérateur", - "operatorTooltip": "Sélectionnez l'opérateur de la comparaison.", - "registryRequirement": "Spécification de clé de Registre", - "registryRequirementTooltip": "Sélectionnez la comparaison des spécifications de clé de Registre.", - "valueName": "Nom de valeur", - "valueNameTooltip": "Nom de la valeur de Registre obligatoire." - }, - "RequirementTypeOptions": { - "fileType": "Fichier", - "registry": "Registre", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Booléen", - "dateTime": "Date et heure", - "float": "Virgule flottante", - "integer": "Entier", - "string": "Chaîne", - "version": "Version" - }, - "duplicateName": "Le nom de script {0} est déjà utilisé. Entrez un autre nom.", - "enforceSignatureCheck": "Appliquer la vérification de la signature du script", - "enforceSignatureCheckTooltip": "Sélectionnez « Oui » pour vérifier que le script est signé par un éditeur approuvé, ce qui permet de l'exécuter sans avertissement ni invite. Le script s'exécute sans blocage. Sélectionnez « Non » (par défaut) pour exécuter le script avec confirmation de l'utilisateur final, mais sans vérification de signature.", - "loggedOnCredentials": "Exécuter ce script en utilisant les informations d'identification de l'utilisateur connecté", - "loggedOnCredentialsTooltip": "Exécutez le script à l'aide des informations d'identification connectées sur l'appareil.", - "operatorTooltip": "Sélectionnez l'opérateur de la comparaison de spécifications.", - "requirementMethod": "Sélectionner un type de données de sortie", - "requirementMethodTooltip": "Sélectionnez le type de données utilisé pour déterminer une spécification de correspondance de détection.", - "scriptContent": "Contenu de script", - "scriptFile": "Fichier de script", - "scriptFileTooltip": "Sélectionnez un script PowerShell qui détecte la présence de l'application sur le client. Si l'application est détectée, le processus de spécification fournit un code de sortie de valeur 0 et écrit une valeur de chaîne dans STDOUT.", - "scriptName": "Nom du script", - "value": "Valeur", - "valueTooltip": "Sélectionnez une valeur de spécification qui correspond à la méthode de détection sélectionnée. La spécification de date et d'heure doit être entrée dans votre format local." - }, - "bladeTitle": "Ajouter une règle de spécification", - "createRequirementHeader": "Créez une spécification.", - "header": "Configurer d'autres règles de spécification", - "label": "Règles de spécification supplémentaires", - "noRequirementsSelectedPlaceholder": "Aucune spécification spécifiée.", - "requirementType": "Type de spécification", - "requirementTypeTooltip": "Choisissez le type de méthode de détection utilisé pour déterminer comment valider une spécification." - }, - "architectures": "Architecture du système d'exploitation", - "architecturesTooltip": "Choisissez les architectures nécessaires pour installer l'application.", - "bladeTitle": "Spécifications", - "diskSpace": "Espace disque nécessaire (Mo)", - "diskSpaceTooltip": "Espace disque nécessaire sur le lecteur système pour installer l'application.", - "header": "Spécifiez les conditions que les appareils doivent remplir avant l'installation de l'application :", - "maximumTextFieldValue": "La valeur doit être de {0} maximum.", - "minimumCpuSpeed": "Vitesse de processeur minimale nécessaire (MHz)", - "minimumCpuSpeedTooltip": "Vitesse de processeur minimale nécessaire pour installer l'application.", - "minimumLogicalProcessors": "Nombre minimal de processeurs logiques nécessaires", - "minimumLogicalProcessorsTooltip": "Nombre minimal de processeurs logiques nécessaires pour installer l'application.", - "minimumOperatingSystem": "Système d'exploitation minimal", - "minimumOperatingSystemTooltip": "Sélectionnez le système d'exploitation minimum nécessaire pour installer l'application.", - "minumumTextFieldValue": "La valeur doit correspondre au moins à {0}.", - "physicalMemory": "Mémoire physique nécessaire (Mo)", - "physicalMemoryTooltip": "Mémoire physique (RAM) nécessaire pour installer l'application.", - "selectorLabel": "Spécifications", - "validNumber": "Entrez un nombre valide." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Rendre les mises à jour disponibles graduellement", + "immediateStart": "Rendre les mises à jour disponibles dès que possible", + "startDateOnly": "Mettre à jour la disponibilité à une date spécifique" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Appareils gérés", + "devicesWithoutEnrollment": "Applications gérées" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filtrer", + "assignmentFilterTypeColumnHeader": "Mode Filtrer", + "assignmentToast": "Notifications de l’utilisateur final", + "assignmentTypeTableHeader": "TYPE D’AFFECTATION", + "deadlineTimeColumnLabel": "Échéance de l’installation", + "deliveryOptimizationPriorityHeader": "Priorité d’optimisation de la distribution", + "groupTableHeader": "Groupe", + "installContextLabel": "Contexte d’installation", + "isRemovable": "Installer comme amovible", + "licenseTypeLabel": "Type de licence", + "modeTableHeader": "Mode Groupe", + "policySet": "Ensemble de stratégies", + "preventAutoAppUpdate": "Empêcher les mises à jour automatiques des applications", + "preventManagedAppBackup": "Empêcher la sauvegarde d’application iCloud", + "restartGracePeriodHeader": "Période de grâce de redémarrage", + "startTimeColumnLabel": "Disponibilité", + "tracks": "Suivis", + "uninstallOnRemoval": "Désinstaller lors de la suppression de l'appareil", + "updateMode": "Priorité de mise à jour", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "Application Web AAD", + "androidEnterpriseSystemApp": "Application système Android Enterprise", + "androidForWorkApp": "Application du store Google Play géré", + "androidLobApp": "Application métier Android", + "androidStoreApp": "Application de l'Android Store", + "builtInAndroid": "Application Android intégrée", + "builtInApp": "Application intégrée", + "builtInIos": "Application iOS intégrée", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "Application métier iOS", + "iosStoreApp": "Application de l'App Store iOS", + "iosVppApp": "Application du programme d'achat en volume (VPP) iOS", + "lineOfBusinessApp": "Application métier", + "macOSDmgApp": "macOS app (.DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Application métier macOS", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "Suite Office pour macOS", + "macOSPkgApp": "Application macOS (PKG)", + "macOSWebClip": "Clip web macOS", + "macOsVppApp": "Application du programme d'achat en volume macOS", + "managedAndroidLobApp": "Application métier Android gérée", + "managedAndroidStoreApp": "Application de l'Android Store gérée", + "managedGooglePlayApp": "Application du store Google Play géré", + "managedGooglePlayPrivateApp": "Application privée Google Play géré", + "managedGooglePlayWebApp": "Lien web à Google Play géré", + "managedIosLobApp": "Application métier iOS gérée", + "managedIosStoreApp": "Application de l'App Store iOS gérée", + "microsoftStoreForBusinessApp": "Application du Microsoft Store pour Entreprises", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store pour Entreprises", + "officeAddIn": "Complément Office", + "officeSuiteApp": "Applications Microsoft 365 (Windows 10 et versions ultérieures)", + "sharePointApp": "Application SharePoint", + "teamsApp": "Application Teams", + "webApp": "Lien web", + "win32CatalogApp": "Application de catalogue Windows (Win32)", + "winGetPublicApp": "Référentiel de communauté du gestionnaire de package Windows", + "winGetStoreApp": "Application Microsoft Store (nouvelle)", + "windowsAppXLobApp": "Application métier appx Windows", + "windowsClassicApp": "Application Windows (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 et versions ultérieures)", + "windowsMobileMsiLobApp": "Application métier MSI Windows", + "windowsPhone81AppXBundleLobApp": "Application métier appx Windows Phone 8.1", + "windowsPhone81AppXLobApp": "Application métier appx Windows Phone 8.1", + "windowsPhone81StoreApp": "Application du Windows Phone 8.1 Store", + "windowsPhoneXapLobApp": "Application métier XAP Windows Phone", + "windowsStoreApp": "Application Microsoft Store (héritée)", + "windowsUniversalAppXLobApp": "Application métier appx Windows Universal", + "windowsUniversalLobApp": "Application métier Windows universelle", + "windowsWebApp": "Lien web Windows" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Exclu", + "include": "Inclus", + "includeAllDevicesVirtualGroup": "Inclus", + "includeAllUsersVirtualGroup": "Inclus" + }, + "AssignmentToast": { + "hideAll": "Masquer toutes les notifications toast", + "showAll": "Afficher toutes les notifications toast", + "showReboot": "Afficher les notifications toast pour les redémarrages d'ordinateur" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Arrière-plan", + "displayText": "Téléchargement de contenu dans {0}", + "foreground": "Premier plan", + "header": "Priorité d’optimisation de la distribution" + }, + "DeviceRestartBehaviorOptions": { + "allow": "L'installation de l'application peut forcer le redémarrage de l'appareil", + "basedOnReturnCode": "Déterminer le comportement en fonction des codes de retour", + "force": "Intune force le redémarrage obligatoire de l'appareil", + "suppress": "Aucune action spécifique" + }, + "FilterType": { + "exclude": "Exclure", + "include": "Inclure", + "none": "Aucun" + }, + "InstallIntent": { + "available": "Disponible pour les appareils inscrits", + "availableWithoutEnrollment": "Disponible avec ou sans inscription", + "notApplicable": "Non applicable", + "required": "Obligatoire", + "uninstall": "Désinstaller" + }, + "SettingType": { + "assignmentType": "Type d'attribution", + "deviceLicensing": "Type de licence", + "installContext": "Désinstaller lors de la suppression de l'appareil", + "toastSettings": "Notifications de l'utilisateur final", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Par défaut", + "postponed": "Différé", + "priority": "Haute priorité" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configurez les appareils pour l’approvisionnement initial et affectez-les aux utilisateurs.", + "title": "Préparation de l'appareil" + }, + "EnrollmentSettings": { + "description": "Configurez les paramètres d’inscription, tels que le blocage de l’inscription et l’attribution aux utilisateurs.", + "title": "Paramètres d'inscription" + }, + "OSConfiguration": { + "menuDescription": "Configurez les paramètres que les utilisateurs peuvent utiliser pour récupérer Windows à partir d'un lecteur flash amorçable.", + "menuTitle": "Paramétrage du système d'exploitation" + }, + "coManagementAuthorityDesc": "Configurer les paramètres de cogestion pour l’intégration Configuration Manager", + "coManagementAuthorityTitle": "Paramètres de cogestion ", + "deploymentProfiles": "Profils Windows AutoPilot Deployment", + "description": "Découvrez les sept différentes façons d'inscrire un PC Windows 10/11 dans Intune par les utilisateurs ou les administrateurs.", + "descriptionLabel": "Méthodes d’inscription Windows", + "enrollmentStatusPage": "Page d'état de l'inscription" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Les conditions nécessitant l’inscription de l’appareil ne sont pas disponibles avec l’action utilisateur « Inscrire ou joindre des appareils ».", - "message": "Seul « Exiger une authentification multifacteur » peut être utilisé dans les stratégies créées pour l’action utilisateur « Inscrire ou joindre des appareils ».{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Approuver automatiquement toutes les mises à jour de pilote recommandées", + "manual": "Approuver et déployer manuellement les mises à jour de pilotes" + }, + "Details": { + "ApprovalMethod": { + "label": "Méthode d’approbation :" + }, + "DeploymentDeferralInDays": { + "label": "Mettre les mises à jour à disposition après", + "units": "(jours)", + "value": "{0} jours" + }, + "bladeTitle": "Mises à jour du pilote Windows 10 et versions ultérieures (préversion)", + "lastSync": "Dernière synchronisation :", + "lastSyncDefaultText": "Collection d’inventaire initiale en attente", + "loadError": "Échec du chargement!" + }, + "DriverStatus": { + "approved": "Approuvé", + "declined": "Refusé", + "export": "Exportation des pilotes recommandés", + "needsReview": "Révision nécessaire", + "paused": "En pause" }, + "DriversToReview": { + "text": "{0} pour évaluer" + }, + "Subtitle": { + "automatic": "Stratégie de mise à jour du pilote d’approbation automatique", + "manual": "Stratégie de mise à jour du pilote d’approbation manuel" + }, + "SyncNotification": { + "failure": "Synchronisation impossible{0}", + "failureDescription": "Nous avons rencontré une erreur et n’avons pas pu effectuer la synchronisation demandée. Veuillez réessayer.", + "pending": "{0} Synchronisation en cours", + "pendingDescription": "Nous récupérons les données les plus récentes. Ce processus peut prendre plusieurs minutes.", + "success": "{0}Synchronisation terminée", + "successDescription": "Synchronisation avec le service WUfB terminée à {0}" + }, + "SyncSpinner": { + "text": "Une synchronisation est en cours. Cela peut prendre plusieurs minutes. Recherchez une alerte ou réexaminez-la dans quelques minutes." + }, + "TabName": { + "basics": "Informations de base", + "driverUpdateSettings": "Paramètres", + "otherDrivers": "Autres pilotes", + "properties": "Propriétés", + "recommendedDrivers": "Pilotes recommandés" + }, + "driverAddFilter": "Ajouter un filtre", + "driverApplicableDevices": "Appareils applicables", + "driverApprovalStatus": "État", + "driverBulkActions": "Actions en bloc", + "driverClass": "Classe de pilote", + "driverCount": "Affichage de {0} à {1} enregistrements sur {2}", + "driverFilterNoneSelected": "Aucun utilisateur sélectionné", + "driverManufacturer": "Fabricant", + "driverName": "Nom du pilote", + "driverNameLower": "déploiement de la mise à jour des pilotes Windows", + "driverNameUpper": "Déploiement de la mise à jour des pilotes Windows", + "driverRefresh": "Actualiser", + "driverReleaseDate": "Date de sortie", + "driverSearch": "Rechercher", + "driverSearchKeyword": "Entrer un mot clé de recherche", + "driverVersion": "Version", + "firstDeploymentDate": "Premier déploiement", + "infoBoxText": "Le remplissage de l’inventaire peut prendre jusqu’à 24 heures après l’affectation et la création d’une stratégie.", + "textBlockText": "Sélectionnez les paramètres d'approbation et de déploiement de votre politique. Choisissez de configurer une politique pour approuver et déployer les mises à jour automatiquement ou manuellement. La méthode d'approbation ne peut pas être modifiée une fois qu'une politique est créée, mais les modifications des approbations et des détails de déploiement des pilotes individuels seront possibles une fois qu'un inventaire sera construit pour les périphériques affectés." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Utilisez ces paramètres pour savoir quels utilisateurs installent des applications dont l'utilisation n'est pas approuvée dans votre entreprise. Sélectionnez le type de liste d'applications restreintes :

          \r\n Applications interdites - Liste des applications pour lesquelles vous voulez être informé quand elles sont installées par les utilisateurs.
          \r\n Applications approuvées - Liste des applications dont l'utilisation est approuvée dans votre entreprise. Quand les utilisateurs installent une application qui n'est pas dans cette liste, vous en êtes informé.
          \r\n ", + "androidZebraMxZebraMx": "Configurez les appareils Zebra en chargeant un profil MX au format XML.", + "iosDeviceFeaturesAirprint": "Utilisez ces paramètres pour configurer la connexion automatique des appareils iOS aux imprimantes compatibles AirPrint sur votre réseau. Vous devrez indiquer l'adresse IP et le chemin de ressource de vos imprimantes.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Configurez une extension d’application qui active l’authentification unique (SSO) pour les appareils exécutant iOS 13.0 ou version ultérieure.", + "iosDeviceFeaturesHomeScreenLayout": "Configurez la disposition du dock et des écrans d’accueil sur les appareils iOS. Certains appareils peuvent limiter le nombre d’éléments affichables.", + "iosDeviceFeaturesIOSWallpaper": "Affichez une image destinée à l’écran d’accueil et/ou l’écran de verrouillage des appareils iOS.\r\n Pour afficher une image unique dans chaque emplacement, créez un profil avec l’image de l’écran de verrouillage et un autre avec l’image de l’écran d’accueil.\r\n Affectez ensuite les deux profils à vos utilisateurs.\r\n
          \r\n
            \r\n
          • Taille de fichier max. : 750 Ko
          • \r\n
          • Type de fichier : PNG, JPG ou JPEG
          • \r\n
          \r\n ", + "iosDeviceFeaturesNotifications": "Spécifiez les paramètres de notification pour les applications. Prend en charge iOS 9.3 et ultérieur.", + "iosDeviceFeaturesSharedDevice": "Spécifiez le texte facultatif affiché sur l'écran verrouillé. Il est pris en charge sur iOS 9.3 et ultérieur. En savoir plus", + "iosGeneralApplicationRestrictions": "Utilisez ces paramètres pour savoir quels utilisateurs installent des applications dont l'utilisation n'est pas approuvée dans votre entreprise. Sélectionnez le type de liste d'applications restreintes :

          \r\n Applications interdites - Liste des applications pour lesquelles vous voulez être informé quand elles sont installées par les utilisateurs.
          \r\n Applications approuvées - Liste des applications dont l'utilisation est approuvée dans votre entreprise. Quand les utilisateurs installent une application qui n'est pas dans cette liste, vous en êtes informé.
          \r\n ", + "iosGeneralApplicationVisibility": "Utilisez la liste des applications affichées pour spécifier les applications iOS que l'utilisateur peut afficher ou lancer. Utilisez la liste des applications masquées pour spécifier les applications iOS que l'utilisateur ne peut pas afficher ou lancer.", + "iosGeneralAutonomousSingleAppMode": "Les applications que vous ajoutez à cette liste et que vous affectez à un appareil peuvent verrouiller l'appareil pour qu'il exécute uniquement cette application au démarrage, ou verrouiller l'appareil quand une action spécifique est exécutée (par exemple, un test). Quand l'action est terminée, ou si vous annulez la restriction, l'appareil retourne à l'état normal.", + "iosGeneralKiosk": "Le mode kiosque verrouille plusieurs paramètres sur un appareil ou spécifie l'application unique que les utilisateurs peuvent exécuter sur un appareil. Ce mode est utile dans certains environnements, par exemple, un magasin où vous présentez un appareil sur lequel doit s'exécuter uniquement une application de démonstration.", + "macDeviceFeaturesAirprint": "Utilisez ces paramètres pour configurer la connexion automatique des appareils macOS aux imprimantes compatibles AirPrint sur votre réseau. Vous aurez besoin de l'adresse IP et du chemin de ressource de vos imprimantes.", + "macDeviceFeaturesAssociatedDomains": "Configurez les domaines associés pour qu’ils partagent les données et les informations d’identification de connexion entre les applications et sites web de votre organisation. Ce profil peut être appliqué aux appareils qui exécutent macOS 10.15 ou version ultérieure.", + "macDeviceFeaturesExtensibleSingleSignOn": "Configurez une extension d’application qui active l’authentification unique (SSO) pour les appareils qui exécutent macOS 10.15 ou version ultérieure.", + "macDeviceFeaturesLoginItems": "Choisissez les applications, les fichiers et les dossiers à ouvrir quand les utilisateurs se connectent à leurs appareils. Si vous ne voulez pas que les utilisateurs changent le mode d'ouverture des applications sélectionnées, vous pouvez masquer l'application dans la configuration utilisateur.", + "macDeviceFeaturesLoginWindow": "Configurez l'apparence de l'écran de connexion macOS et les fonctions disponibles pour les utilisateurs avant et après leur connexion.", + "macExtensionsKernelExtensions": "Utilisez ces paramètres pour configurer la stratégie d'extension du noyau sur les appareils macOS exécutant la version 10.13.2 ou ultérieure.", + "macGeneralDomains": "Les e-mails reçus ou envoyés par l'utilisateur qui ne correspondent pas aux domaines que vous spécifiez ici sont marqués comme non approuvés.", + "windows10EndpointProtectionApplicationGuard": "Pendant l'utilisation de Microsoft Edge, Microsoft Defender Application Guard protège votre environnement des sites qui n'ont pas été définis comme approuvés par votre organisation. Quand des utilisateurs visitent des sites non listés dans les limites de votre réseau isolé, les sites sont ouverts dans une session de navigation virtuelle dans Hyper-V. Les sites approuvés sont définis par une limite réseau, qui peut être configurée dans Configuration de l'appareil. Notez que cette fonctionnalité est disponible seulement pour les appareils exécutant Windows 10,64 bits ou une version ultérieure.", + "windows10EndpointProtectionCredentialGuard": "L'activation de Credential Guard active les paramètres obligatoires suivants :\r\n
          \r\n
            \r\n
          • Activer la sécurité basée sur la virtualisation : active la sécurité basée sur la virtualisation (VBS) au prochain redémarrage. La sécurité basée sur la virtualisation utilise l'hyperviseur Windows pour prendre en charge les services de sécurité.
          • \r\n
            \r\n
          • Démarrage sécurisé avec accès direct à la mémoire : active VBS avec le démarrage sécurisé et l'accès direct à la mémoire (DMA).
          • \r\n
          \r\n ", + "windows10EndpointProtectionDeviceGuard": "Choisissez d'autres applications devant être auditées ou dont l'exécution peut être approuvée par Microsoft Defender Application Control. L'exécution des composants Windows et de toutes les applications du Windows Store est automatiquement approuvée.

          \r\n Les applications ne sont pas bloquées quand elles s'exécutent en mode « Audit uniquement ». Le mode « Audit uniquement » journalise tous les événements dans les journaux du client local.\r\n ", + "windows10GeneralPrivacyPerApp": "Ajoutez des applications qui doivent avoir un comportement de confidentialité différent de celui défini dans « Confidentialité par défaut ».", + "windows10NetworkBoundaryNetworkBoundary": "La limite réseau correspond à la liste des ressources d'entreprise, comme le domaine hébergé dans le cloud et les plages d'adresses IP, accessibles aux ordinateurs du réseau d'entreprise. Définissez des limites réseau pour appliquer des stratégies visant à protéger les données dans ces emplacements.", + "windowsHealthMonitoring": "Configurez la stratégie de monitoring de l’intégrité de Windows.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone peut empêcher les utilisateurs d'installer ou de lancer les applications spécifiées dans la liste des applications interdites ou celles non spécifiées dans la liste des applications approuvées. Toutes les applications gérées doivent être ajoutées à la liste approuvée." + }, + "Inputs": { + "accountDomain": "Domaine du compte", + "accountDomainHint": "Exemple : contosodomain", + "accountDomainInfoBalloon": "Spécifiez le domaine du compte de l'utilisateur.", + "accountTypeInfoBalloon": "Spécifiez le type de compte en cours de configuration selon le modèle d'authentification", + "allowContactSetting": "Autoriser l'utilisateur à changer le paramètre des contacts", + "allowContactSyncInfoBalloon": "Indiquez si l'utilisateur est autorisé à changer le paramètre de synchronisation des contacts", + "allowUserChange": "Autoriser l'utilisateur à changer le paramètre", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Entrez un nom de package comme com.microsoft.word", + "androidUrlValidation": "Entrez une URL valide semblable à celle-ci : https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Contexte d'installation d'application", + "appUrlLabel": "URL de l'App Store", + "appleUrlValidation": "Entrez une URL valide semblable à celle-ci : https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Type d'appareil applicable", + "assignmentActionLabel": "Mode", + "authenticationMethodInfoBalloon": "Indiquez la méthode d'authentification pour l'utilisateur", + "authenticationMetod": "Méthode d'authentification", + "authenticationType": "Type d'authentification", + "authenticationTypeInfoBalloon": "Indiquer le type d'authentification pour l'utilisateur", + "availableLicenseCount": "Licences disponibles", + "basicAuth": "Authentification de base", + "biometricsInfoBalloon": "Des données biométriques, comme TouchID ou FaceID, peuvent être demandées aux utilisateurs pour leur permettre d'accéder à l'application sur leur appareil. Le cas échéant, les données biométriques sont utilisées en plus de la méthode d'authentification sélectionnée dans ce profil. N'activez pas ce paramètre si des stratégies Intune App Protection sont déployées, car la stratégie de protection des applications inclut des conditions d'accès préalables à l'accès aux données managées. L'activation des deux entraînerait l'affichage de plusieurs invites d'accès à Outlook Mobile. S'il n'est pas configuré, le paramètre d'application par défaut a la valeur Désactivé.", + "bookNameLabel": "Nom du livre", + "bundleDescriptionHint": "Entrez une description des applications incluses.", + "calendar": "Calendrier", + "categoryLabel": "Catégorie", + "categoryNameLabel": "Nom par défaut", + "certProfileType": "Type de profil de certificat", + "certificate": "Certificat", + "certificates": "Certificats", + "commandLineLabel": "Arguments de ligne de commande", + "commandLineSizeHint": "Le texte des arguments de ligne de commande ne doit pas dépasser 1 024 caractères", + "configurationSettingsFormatLabel": "Format des paramètres de configuration", + "configurationSettingsLabel": "Format des paramètres", + "contactSync": "Enregistrer les contacts", + "contactSyncInfoBalloon": "L'enregistrement de contacts dans le carnet d'adresses natif de l'appareil mobile permet de lier les nouveaux appels et SMS aux contacts Outlook existants de l'utilisateur. S'il n'est pas configuré, le paramètre d'application par défaut a la valeur Désactivé.", + "contacts": "Contacts ", + "createdDateTime": "Création", + "defaultCategoryHint": "Impossible de changer les catégories par défaut", + "deploySMimeCertsFromIntune": "Déployer des certificats S/MIME à partir d'Intune", + "descriptionGenericLabel": "Description", + "descriptionHint": "Entrez une description...", + "descriptionLabel": "Description", + "descriptionSizeHint": "La longueur de la description ne doit pas dépasser 10 000 caractères", + "developerLabel": "Développeur", + "developerSizeHint": "La longueur maximale du nom de développeur est 256 caractères.", + "disable": "Désactiver", + "disabled": "Désactivé", + "displayNameLabel": "Nom", + "displayVersionHint": "Entrer la version de l’application", + "displayVersionLabel": "Version de l’application", + "displayVersionLengthCheck": "La longueur de la version d’affichage doit être de 130 caractères maximum", + "eBookCategoryNameLabel": "Nom par défaut", + "emailAccount": "Nom du compte e-mail", + "emailAccountHint": "par exemple, e-mail de l'entreprise", + "emailAccountInfoBalloon": "Spécifiez le nom d'affichage du compte e-mail tel qu'il apparaîtra aux utilisateurs sur leurs appareils", + "emailAddressAttribute": "Attribut d'adresse e-mail d'AAD", + "emailAddressInfoBalloon": "Spécifier l'adresse e-mail à utiliser pour l'envoi et la réception d'e-mails", + "emailServer": "Serveur e-mail", + "emailServerHint": "par ex., mail.contoso.com", + "emailServerInfoBalloon": "Spécifier le nom d'hôte de votre serveur Exchange", + "enable": "Activer", + "enableSMime": "Activer S/MIME", + "enabled": "Activé", + "encryptAllEmails": "Chiffrer tous les e-mails", + "encryptionCertificates": "Certificats de chiffrement", + "endUserNotifications": "Notifications de l'utilisateur final", + "enrollmentTypeLabel": "Type d'inscription de l'appareil", + "externalRecipients": "Info courrier Destinataires externes", + "externalRecipientsInfoBalloon": "L’info courrier Destinataires externes s’affiche si l’expéditeur ajoute un destinataire externe ou un groupe de distribution contenant des destinataires externes. Cette info courrier informe les expéditeurs que le message qu’ils composent va sortir de l’organisation, les incitant ainsi à adapter la formulation, le ton et le contenu de leur message. Disponible uniquement pour les comptes Exchange Online et les comptes locaux tirant parti de l’authentification moderne hybride. S’il n’est pas configuré, le paramètre d’application par défaut a la valeur Activé.", + "focusedInbox": "Boîte de réception Prioritaire", + "focusedInboxInfoBalloon": "La boîte de réception Prioritaire sépare votre boîte de réception en deux onglets : Prioritaire et Autres. Les e-mails les plus importants apparaissent sous l'onglet Prioritaire, tandis que les autres restent facilement accessibles, mais en retrait, sous l'onglet Autres. S'il n'est pas configuré, le paramètre d'application par défaut a la valeur Activé.", + "fullScreenEnabledLabel": "Plein écran", + "gmailNineAmountOfEmail": "Nombre d'e-mails à synchroniser", + "gmailNineAuthenticationMethodInfoBalloon": "Sélectionnez le mode d'authentification des utilisateurs sur le serveur de messagerie. Utilisez des certificats pour fournir aux utilisateurs finaux l'expérience la plus sécurisée et la plus fluide. L'authentification basée sur les certificats n'est pas encore disponible, car les profils de certificat SCEP et PKCS des appareils de propriétaires ne sont pas disponibles. ", + "gmailNineCertificateUPNInfoBalloon": "Le certificat doit inclure le nom d'utilisateur principal (UPN) comme autre nom de l'objet.", + "gmailNineEmailAddressInfoBalloon": "Attribut fourni par Azure AD à Intune pour générer dynamiquement l'adresse e-mail utilisée par le profil, par ex., MyName@contoso.com (UPN). Découvrez plus d'informations sur les attributs AAD pour les profils de messagerie.", + "gmailNineEmailServerInfoBalloon": "Emplacement Exchange (URL) du serveur de messagerie auquel l'application spécifiée se connecte pour récupérer les e-mails.", + "gmailNineEmailSynchronizeInfoBalloon": "Contrôle la quantité d'e-mails synchronisés par le client.", + "gmailNineSSLInfoBalloon": "Active SSL pour sécuriser toutes les communications avec le serveur de messagerie.", + "gmailNineUsernameInfoBalloon": "Attribut fourni par Azure AD à Intune pour générer dynamiquement le nom d'utilisateur utilisé par le profil, par ex., MyName@contoso.com (UPN) ou MyName (nom d'utilisateur). Découvrez plus d'informations sur les attributs AAD pour les profils de messagerie.", + "ignoreManifestScope": "Ignorer l’étendue du manifeste", + "ignoreVersionDetection": "Ignorer la version de l'application", + "informationUrlLabel": "URL d'informations", + "informationUrlSizeHint": "La longueur maximale de l’URL d’informations est de 1 024 caractères", + "installAsManaged": "Installer comme étant managée", + "installationSourceLabel": "Type d'application", + "installerTypeInfoBalloon": "Type de programme d’installation du package d’application.", + "installerTypeLabel": "Type de programme d'installation", + "isFeatured": "Afficher ceci en tant qu’application à la une dans le Portail d’entreprise", + "isMAMEnabledToggleLabel": "Oui", + "lastModifiedDateTime": "Heure de la dernière mise à jour", + "ldapUrl": "URL LDAP", + "licensingType": "Prend en charge l'attribution d'un contexte d'appareil", + "microsoft": "Microsoft", + "minimumOperationSystem": "Système d'exploitation minimal", + "modernAuth": "Authentification moderne", + "nameHint": "Entrer un nom", + "nameLabel": "Nom", + "nameSizeHint": "La longueur maximale du nom est 512 caractères.", + "notConfigured": "Non configuré", + "notesLabel": "Remarques", + "notesSizeHint": "La longueur maximale du texte des commentaires est 1 024 caractères.", + "notificationType": "Type de notification", + "oneDay": "Une journée", + "oneMonth": "Un mois", + "oneWeek": "Une semaine", + "outlookSMimeSettings": "Paramètres S/MIME Outlook", + "ownerLabel": "Propriétaire", + "ownerSizeHint": "La longueur maximale du nom de propriétaire est 256 caractères.", + "packageIdLabel": "Identificateur de package", + "packageNameLabel": "Nom du package", + "pivCredentialNotConfigured": "Vous n'avez pas sélectionné d'émetteur d'informations d'identification dérivées pour votre locataire. Vous devez en configurer un pour pouvoir appliquer cette stratégie aux appareils.", + "platformLabel": "Plateforme", + "policyDescriptionLabel": "Description", + "policyNameLabel": "Nom", + "preComposedIconEnabled": "Précomposé", + "primarySMTPAddress": "Adresse SMTP principale", + "privacyUrlLabel": "URL de la déclaration de confidentialité", + "publisherHint": "Entrez un nom d'éditeur", + "publisherLabel": "Éditeur", + "publisherSizeHint": "La longueur du nom d'éditeur doit être comprise entre 2 et 1 024 caractères (inclus)", + "require": "Exiger", + "requireBiometrics": "Exiger la biométrie pour accéder à l'application", + "sAMAccountName": "SamAccountName", + "scopeTagsRequired": "Au moins une balise d'étendue est obligatoire", + "searchAppLabel": "Sélectionner une application", + "searchAppLinkText": "Rechercher dans l'App Store", + "searchWinGetPublicRepositoryLinkText": "Rechercher le référentiel de communauté du gestionnaire de package Windows", + "searchWinGetStoreRepositoryLinkText": "Rechercher l’application Microsoft Store (nouvelle)", + "selectAAD": "Sélectionner un attribut AAD", + "selectAppFileLabel": "Sélectionner un fichier", + "selectAppFileLinkText": "Sélectionner un fichier de package d'application", + "selectAppFileToUpdateLabel": "Sélectionnez le fichier à mettre à jour", + "selectAuthMethod": "Sélectionner une méthode d'authentification", + "selectAuthType": "Sélectionner un type d'authentification", + "selectCatalogAppLabel": "Sélectionner une application", + "selectCatalogAppLinkText": "Rechercher dans le catalogue d’applications Windows (Win32)", + "selectCertificate": "Sélectionner un certificat", + "signAllEmails": "Signer tous les e-mails", + "signingCertificates": "Certificats de signature", + "ssl": "SSL", + "suiteDescriptionLabel": "Description de la suite", + "suiteNameLabel": "Nom de la suite", + "targetApplicationBundleIdentifier": "Identificateur de bundle d’application cible", + "targetedPlatformsLabel": "Plateforme ciblée", + "tasks": "Tâches", + "threeDays": "Trois jours", + "totalLicenseCount": "Nombre total de licences", + "twoWeeks": "Deux semaines", + "unifiedAssignmentsLabel": "Affecter à :", + "unlimited": "Illimité", + "urlHint": "Entrez une URL valide", + "useManagedBrowserHint": "Android et iOS uniquement. En savoir plus", + "useManagedBrowserLabel": "Exiger l'ouverture de ce lien dans Managed Browser", + "userPrinicipalName": "Nom d'utilisateur principal", + "username": "Nom d'utilisateur", + "usernameAttribute": "Attribut de nom d'utilisateur d'AAD", + "usernameAttributreInfoBalloon": "Spécifier le nom d'utilisateur principal pour le profil e-mail utilisé pour authentifier le compte", + "usernamePassword": "Nom d'utilisateur et mot de passe", + "webAppUrlHint": "Entrer une URL valide commençant par http:// ou https://", + "webAppUrlLabel": "URL de l'application", + "webAppUrlSizeHint": "La longueur maximale de l’URL de l’application est de 1024 caractères", + "windowsUrlValidation": "Entrez une URL valide semblable à celle-ci : https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "Données XML entrées", + "xmlFormatInvalid": "Le format de la stratégie XML n'est pas valide.", + "xmlTooLarge": "La taille d'entrée doit être inférieure à 1 Mo." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Échec de la suppression de {0}", @@ -8432,374 +8847,13 @@ "modifying": "Suppression de {0}", "success": "{0} supprimé" }, - "Included": { - "none": "Aucun(e) application cloud, action ou contexte d’authentification sélectionné(e)", - "plural": "{0} contextes d’authentification inclus", - "singular": "1 contexte d’authentification inclus" - }, - "InfoBlade": { - "createTitle": "Ajouter un contexte d’authentification", - "deleteDisallowed": "Vous ne pouvez pas supprimer ce contexte d’authentification tant qu’il est référencé par vos stratégies d’accès conditionnel.", - "descPlaceholder": "Ajouter une description pour le contexte d’authentification", - "modifyTitle": "Modifier le contexte d’authentification", - "namePlaceholder": "Ex. : emplacement approuvé, appareil approuvé, autorisation forte", - "publishDesc": "La publication dans les applications va rendre le contexte d'authentification disponible pour les applications. Publiez une fois que vous avez terminé la configuration de la stratégie d'accès conditionnel pour l'étiquette. [En savoir plus][1]\n[1] : https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publier sur des applications", - "titleDesc": "Configurez un contexte d’authentification qui sera utilisé pour protéger les données et les actions de l’application. Utilisez des noms et des descriptions que les administrateurs d’applications peuvent comprendre. [En savoir plus][1]\n[1] : https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Annuler la publication de ce contexte d’authentification peut entraîner la perte de l’accès à la ressource sécurisée par le contexte d’authentification." - }, "Notify": { "failure": "Échec de la mise à jour de {0}", "modifying": "Modification de {0}", "success": "{0} mis à jour" }, - "WhatIf": { - "selected": "Contexte d’authentification inclus" - }, - "addNewStepUp": "Nouveau contexte d’authentification", - "bannerText": "Créez vos propres valeurs de contexte d’authentification et stratégies d’accès conditionnel avec Azure AD Premium", - "checkBoxInfo": "Sélectionner les contextes d'authentification auxquels cette stratégie s'applique", - "configure": "Configurer les contextes d’authentification", - "createCA": "Attribuer des stratégies d’accès conditionnel au contexte d’authentification", - "dataGrid": "Liste des contextes d’authentification", - "deleteFailedByReference": "Vous ne pouvez pas supprimer ce contexte d’authentification, car il est référencé par des stratégies d’autorité de certification.", - "description": "Description", - "documentation": "Documentation", - "getStarted": "Démarrer", - "label": "Contexte d’authentification", - "menuLabel": "Contexte d’authentification", - "name": "Nom", - "noAuthContextConfigured": "Aucun contexte d’authentification n’a été configuré.", - "noAuthContextSet": "Il n'existe pas de contextes d'authentification", - "noData": "Aucun contexte d’authentification à afficher", - "selectionInfo": "Le contexte d’authentification permet de sécuriser les données et les actions d’une application dans des applications comme SharePoint et Microsoft Cloud App Security.", - "step": "Étape", - "tabDescription": "Gérez le contexte d’authentification pour protéger les données et les actions dans vos applications. Les contextes d’authentification ne peuvent pas être supprimés lorsqu’ils sont référencés par des stratégies d’accès conditionnel. [En savoir plus][1]\n[1] :https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Étiqueter les ressources avec un contexte d’authentification" + "menuLabel": "Contexte d’authentification" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (connexion par téléphone)", - "email": "Code secret à usage unique par e-mail", - "federatedMultiFactor": "Multifacteur fédéré", - "federatedSingleFactor": "Facteur unique fédéré", - "fido2": "Clé de sécurité FIDO2", - "hardwareOath": "Jetons OATH matériels", - "hardwareOathEmail": "Jeton OATH matériel + code secret à usage unique par e-mail", - "hardwareOathFederatedSingleFactor": "Jeton OATH à facteur unique fédéré + matériel", - "microsoftAuthenticatorPush": "Microsoft Authenticator (notification Push)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (notification Push) + Code secret à usage unique par e-mail", - "microsoftAuthenticatorPushFederatedSingleFactor": "Facteur unique fédéré + Microsoft Authenticator (Notification Push)", - "none": "Aucun", - "password": "Mot de passe", - "passwordHardwareOath": "Mot de passe + jeton OATH matériel", - "passwordMicrosoftAuthenticatorPush": "Mot de passe + Microsoft Authenticator (notification Push)", - "passwordSms": "Mot de passe + SMS", - "passwordSoftwareOath": "Mot de passe + jeton OATH logiciel", - "passwordVoice": "Mot de passe + voix", - "passwordX509CertificateMultiFactor": "Mot de passe + Authentification basée sur un certificat (multifacteur)", - "passwordX509CertificateSingleFactor": "Mot de passe + Authentification basée sur un certificat (facteur unique)", - "sms": "SMS", - "smsEmail": "SMS + Envoyer un code secret à usage unique par e-mail", - "smsFederatedSingleFactor": "Facteur unique fédéré + SMS", - "softwareOath": "Jetons OATH logiciels", - "softwareOathEmail": "Jeton OATH logiciel + Code secret à usage unique par e-mail", - "softwareOathFederatedSingleFactor": "Jeton OATH à facteur unique fédéré + logiciel", - "temporaryAccessPassMultiUse": "Passe d'accès temporaire (multi-utilisation)", - "temporaryAccessPassOneTime": "Passe d'accès temporaire (utilisation unique)", - "voice": "Voix", - "voiceEmail": "Voice + Envoyer un code secret à usage unique par e-mail", - "voiceFederatedSingleFactor": "Facteur unique fédéré + Voice", - "windowsHelloForBusiness": "Windows Hello Entreprise", - "x509CertificateMultiFactor": "Authentification basée sur un certificat (multifacteur)", - "x509CertificateSingleFactor": "Authentification basée sur un certificat (facteur unique)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Bloquer les téléchargements (préversion)", - "monitorOnly": "Surveiller uniquement (préversion)", - "protectDownloads": "Protéger les téléchargements (préversion)", - "useCustomControls": "Utiliser une stratégie personnalisée..." - }, - "ariaLabel": "Choisir le type de contrôle d’application par accès conditionnel à appliquer" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "ID d'application : {0}" - }, - "LowerGrid": { - "ariaLabel": "Liste des applications cloud sélectionnées" - }, - "UpperGrid": { - "ariaLabel": "Liste des applications cloud qui correspondent au terme de recherche" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Avec « Emplacements sélectionnés », vous devez choisir au moins un emplacement.", - "selector": "Choisir au moins un emplacement" - }, - "privateLinksInfo": "Private Link pour Azure AD est la plus adaptée aux services Azure. Vérifiez que les principaux auxquels cette stratégie est appliquée n’ont pas besoin d’accéder à des services publics tels que M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Vous devez sélectionner au moins un des clients suivants" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Cette stratégie s'applique uniquement aux navigateurs et aux applications d'authentification modernes. Pour appliquer la stratégie à toutes les applications clientes, activez la condition d'application cliente et sélectionnez toutes les applications clientes.", - "classicExperience": "Depuis la création de cette stratégie, la configuration des applications clientes par défaut a été mise à jour.", - "legacyAuth": "Quand elle ne sont pas configurées, les stratégies s’appliquent désormais à toutes les applications clientes, notamment l’authentification moderne et héritée." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribut", - "placeholder": "Choisir un attribut" - }, - "Configure": { - "infoBalloon": "Configurez les filtres d'application auxquels vous voulez appliquer la stratégie." - }, - "NoPermissions": { - "learnMoreAria": "En savoir plus sur les autorisations d’attribut de sécurité personnalisées.", - "message": "Vous ne disposez pas des autorisations nécessaires pour utiliser des attributs de sécurité personnalisés." - }, - "gridHeader": "À l’aide d’attributs de sécurité personnalisés, vous pouvez utiliser le générateur de règles ou la zone de texte de syntaxe de la règle pour créer ou modifier un filtre de règle. Dans l’aperçu, seuls les attributs de type Chaîne sont pris en charge. Les attributs de type Entier ou Boolean ne seront pas affichés.", - "learnMoreAria": "Plus d’informations sur l’utilisation du générateur de règles et de la zone de texte de syntaxe.", - "noAttributes": "Aucun attribut personnalisé n’est disponible pour filtrer. Vous devez configurer certains attributs pour utiliser ce filtre.", - "title": "Modifier le filtre (préversion)" - }, - "CloudAppsUserActions": { - "any": "Toute action ou application cloud", - "infoBalloon": "Action utilisateur ou application cloud que vous voulez tester. Par exemple, 'SharePoint Online'", - "learnMore": "Contrôlez l’accès en fonction des actions ou applications cloud globales ou spécifiques.", - "learnMoreB2C": "Contrôlez l'accès en fonction de toutes les applications ou d'applications cloud spécifiques.", - "learnMoreNetworkAccess": "Contrôlez l’accès en fonction du trafic d’accès réseau, des applications cloud ou des actions spécifiques.", - "title": "Applications ou actions cloud" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Liste des applications cloud exclues" - }, - "Filter": { - "configured": "Configuré", - "label": "Modifier le filtre (préversion)", - "with": "{0} avec {1}" - }, - "Included": { - "gridAria": "Liste des applications cloud incluses" - }, - "Validation": { - "authContext": "Avec « contexte d'authentification », vous devez configurer au moins un sous-élément.", - "networkAccess": "Avec « Accès réseau », vous devez configurer au moins un profil de trafic.", - "selectApps": "« {0} » doit être configuré", - "selector": "Sélectionnez au moins une application.", - "userActions": "Avec « Actions utilisateur », vous devez configurer au moins un sous-élément." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Contrôlez l’accès utilisateur lorsque l’appareil à partir duquel l’utilisateur se connecte n’est pas « jointure hybride Azure AD » ou « marqué comme conforme ».\n Cela est déprécié. Utilisez « {1} » à la place." - } - }, - "Errors": { - "notFound": "La stratégie est introuvable ou a été supprimée.", - "notFoundDetailed": "La stratégie « {0} » n’existe plus. Elle a peut-être été supprimée." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Tout", - "b2bCollaborationGuestLabel": "Utilisateurs invités B2B Collaboration", - "b2bCollaborationMemberLabel": "Utilisateurs membres de B2B Collaboration", - "b2bDirectConnectUserLabel": "Utilisateurs de connexion directe B2B", - "enumeratedExternalTenantsError": "Sélectionnez au moins un locataire externe", - "enumeratedExternalTenantsLabel": "Sélectionner", - "externalTenantsLabel": "Spécifier des organisations Azure AD externes", - "externalUserDropdownLabel": "Choisir les types d’utilisateurs invités ou externes", - "externalUsersError": "Sélectionner au moins un type d’invité ou d’utilisateur externe", - "guestOrExternalUsersInfoContent": "Inclut B2B Collaboration, B2B Direct Connect et d’autres types d’utilisateurs externes.", - "guestOrExternalUsersLabel": "Utilisateurs invités ou externes", - "internalGuestLabel": "Utilisateurs invités locaux", - "otherExternalUserLabel": "Autres utilisateurs externes", - "previewTag": "{0} (préversion)", - "serviceProviderUsersLabel": "Utilisateurs du fournisseur de services" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Méthode de recherche de pays/région", - "gps": "Déterminer l’emplacement avec les coordonnées GPS", - "info": "Quand la condition d’emplacement d’une stratégie d’accès conditionnel est configurée, les utilisateurs sont invités par l’application Authenticator à partager leur emplacement GPS.", - "ip": "Déterminer l'emplacement avec l'adresse IP (IPv4 uniquement)" - }, - "Header": { - "new": "Nouvel emplacement ({0})", - "update": "Mettre à jour l'emplacement ({0})" - }, - "IP": { - "learn": "Configurez les plages IPv4 et IPv6 d’emplacements nommés.\n[En savoir plus][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Les pays/régions inconnus sont des adresses IP qui ne sont pas associées à un pays ou une région spécifique. [En savoir plus][1]\n\nCeci inclut :\n* Adresses IPv6\n* Adresses IPv4 sans mappage direct\n[1] : https://aka.ms/canamedlocations\n", - "label": "Inclure des pays/régions inconnus" - }, - "Name": { - "empty": "Le nom ne peut pas être vide", - "placeholder": "Nommer cet emplacement" - }, - "PrivateLink": { - "learn": "Créez un emplacement nommé contenant des liaisons privées pour Azure AD.\n[En savoir plus][1]\n[1] : https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Rechercher dans les pays", - "names": "Rechercher dans les noms", - "privateLinks": "Rechercher des liaisons privées" - }, - "Trusted": { - "label": "Marquer comme emplacement approuvé" - }, - "enter": "Entrer une nouvelle plage IPv4 ou IPv6", - "example": "ex : 40.77.182.32/27 ou 2a01:111::/32" - }, - "Label": { - "addCountries": "Emplacement des pays", - "addIpRange": "Emplacement des plages IP", - "addPrivateLink": "Liaisons privées Azure" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Échec de création du nouvel emplacement ({0})", - "title": "Échec de la création" - }, - "InProgress": { - "description": "Création d'un nouvel emplacement ({0})", - "title": "Création en cours" - }, - "Success": { - "description": "Réussite de la création du nouvel emplacement ({0})", - "title": "Création réussie" - } - }, - "Delete": { - "Failed": { - "description": "Échec de suppression de l'emplacement ({0})", - "title": "Échec de la suppression" - }, - "InProgress": { - "description": "Suppression de l'emplacement ({0})", - "title": "Suppression en cours" - }, - "Success": { - "description": "Réussite de la suppression de l'emplacement ({0})", - "title": "Suppression réussie" - } - }, - "Update": { - "Failed": { - "description": "Échec de mise à jour de l'emplacement ({0})", - "title": "Échec de la mise à jour" - }, - "InProgress": { - "description": "Mise à jour de l'emplacement ({0})", - "title": "Mise à jour en cours" - }, - "Success": { - "description": "Réussite de la mise à jour de l'emplacement ({0})", - "title": "Mise à jour réussie" - } - } - }, - "PrivateLinks": { - "grid": "Liste des liaisons privées" - }, - "Trusted": { - "title": "Type approuvé", - "trusted": "Approuvé" - }, - "Type": { - "all": "Tous les types", - "countries": "Pays", - "ipRanges": "Plages d'adresses IP", - "privateLinks": "Liaisons privées", - "title": "Type d'emplacement" - }, - "iPRangeInvalidError": "La valeur doit être une plage IPv4 ou IPv6 valide.", - "iPRangeLinkOrSiteLocalError": "Réseau IP détecté en tant que liaison locale ou adresse locale de site.", - "iPRangeOctetError": "Le réseau IP ne doit pas commencer par 0 ou 255.", - "iPRangePrefixError": "Le préfixe réseau IP doit être compris entre /{0} et /{1}.", - "iPRangePrivateError": "Réseau IP détecté en tant qu’adresse privée." - }, - "NamedNetwork": { - "List": { - "gridAria": "Liste des emplacements nommés" - } - }, - "NetworkAccess": { - "Included": { - "none": "Aucune ressource cible sélectionnée", - "plural": "{0} profils de trafic réseau sélectionnés", - "singular": "1 profil de trafic réseau sélectionné" - }, - "internetOptionText": "Trafic public", - "label": "Accès réseau (préversion)", - "m365OptionText": "Trafic M365", - "privateOptionText": "Trafic privé", - "selectTrafficProfilesLabel": "Sélectionner les profils de trafic auquel s’applique cette stratégie", - "targetResourcesBalloonContext": "Ressources cibles", - "targetResourcesSelectorTitle": "Ressources cibles", - "trafficProfilesLearnMoreTooltip": "Pour afficher les profils de trafic additionnel, ajoutez d’autres licences NaaS.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge doit être activé pour utiliser les contrôles d'accès au réseau. " - }, - "Policies": { - "Grid": { - "aria": "Liste des stratégies d’accès conditionnel" - }, - "countText": "{0} sur {1} stratégies trouvées", - "countTextSingular": "{0} sur 1 stratégie trouvée", - "search": "Rechercher des stratégies" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Configurez les niveaux de risque du principal de service nécessaires à l’application de la stratégie​", - "infoBalloonContent": "Configurer le risque de principal de service pour appliquer la stratégie aux niveaux de risque sélectionnés", - "title": "Risque de principal de service" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configurez les détections de risques pour appliquer la stratégie aux détections de risques de connexion en temps réel sélectionnées." - }, - "LearnMore": { - "message": "Contrôler l’accès utilisateur pour répondre à des détections de risques de connexion en temps réel spécifiques." - }, - "description": "Cette condition est satisfaite si l’une des détections de risque incluses détecte le risque. Cela n’affecte pas le calcul du niveau de risque de connexion.", - "header": "Détections de risques intégrés en temps réel", - "info": "Détections qui détectent les risques pendant les connexions.", - "label": "Détections des risques de connexion (Préversion)", - "title": "Détections des risques de connexion" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinaisons de méthodes qui répondent à une authentification forte, telles que Mot de passe + SMS", - "displayName": "Authentification multifacteur" - }, - "Passwordless": { - "description": "Méthodes sans mot de passe qui répondent à une authentification forte, comme Microsoft Authenticator ", - "displayName": "Authentification multifacteur sans mot de passe" - }, - "PhishingResistant": { - "description": "Méthodes sans mot de passe sans hameçonnage pour l’authentification la plus forte, comme la clé de sécurité FIDO2", - "displayName": "Authentification multifacteur anti-hameçonnage" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "En savoir plus sur l’obligation de méthodes d’authentification satisfaites par les fournisseurs de fédération.", "certificate": "Authentification par certificat", @@ -8808,287 +8862,6 @@ "require": "Exiger la méthode d'authentification fédérée (préversion)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Désactivé", - "on": "Activé", - "reportOnly": "Rapport uniquement" - }, - "PolicyTemplates": { - "Devices": { - "description": "Sélectionnez la catégorie de modèle de stratégie Appareils pour obtenir une visibilité sur les appareils qui accèdent au réseau. Vérifiez la conformité et l’état d’intégrité avant d’accorder l’accès.", - "name": "Appareils" - }, - "Identities": { - "description": "Sélectionnez la catégorie de modèle de stratégie Identités pour vérifier et sécuriser chaque identité avec une authentification forte sur l’ensemble de votre patrimoine numérique.", - "name": "Identités" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Toutes les applications", - "office365": "Office 365", - "registerSecurityInfo": "Enregistrer les informations de sécurité" - }, - "Conditions": { - "androidAndIOS": "Plateforme de l’appareil : Android et IOS", - "anyDevice": "Tous les appareils à l’exception d’Android, IOS, Windows et Mac", - "anyDeviceStateExceptHybrid": "Tout état d’appareil sauf conforme et jointure hybride Azure AD", - "anyLocation": "Tout emplacement sauf approuvé", - "browserMobileDesktop": "Applications clientes : navigateur, applications mobiles et clients de bureau", - "exchangeActiveSync": "Applications clientes : Exchange Active Sync, autres clients", - "windowsAndMac": "Plateforme d’appareil : Windows et Mac" - }, - "Devices": { - "anyDevice": "N'importe quel périphérique" - }, - "Grant": { - "appProtectionPolicy": "Exiger une stratégie de protection des applications", - "approvedClientApp": "Demander une application cliente approuvée", - "blockAccess": "Bloquer l'accès", - "mfa": "Exiger une authentification multifacteur", - "passwordChange": "Demander une modification du mot de passe", - "requireCompliantDevice": "Exiger que l'appareil soit marqué comme conforme", - "requireHybridAzureADDevice": "Exiger un appareil joint Azure AD hybride" - }, - "Session": { - "appEnforcedRestrictions": "Utiliser les restrictions appliquées par l'application", - "signInFrequency": "Fréquence de connexion et session de navigateur jamais persistante" - }, - "UsersAndGroups": { - "allUsers": "Tous les utilisateurs", - "directoryRoles": "Rôles d’annuaire à l’exception de l’administrateur actuel", - "globalAdmin": "Administrateur général", - "noGuestAndAdmins": "Tous les utilisateurs à l’exception des administrateurs généraux, invités et externes, administrateur actuel" - }, - "azureManagement": "Gestion Azure", - "deviceFilters": "Filtres pour les appareils", - "devicePlatforms": "Plates-formes de périphériques" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Bloquez ou limitez l’accès à du contenu SharePoint, OneDrive et Exchange à partir d’appareils non gérés.", - "name": "CA014 : utiliser les restrictions appliquées par l’application pour les appareils non gérés", - "title": "Utiliser les restrictions appliquées par l’application pour les appareils non gérés" - }, - "ApprovedClientApps": { - "description": "Pour éviter la perte de données, les organisations peuvent restreindre l’accès aux applications clientes d’authentification modernes approuvées avec Intune App Protection.", - "name": "CA012 : exiger des applications clientes approuvées et une protection des applications", - "title": "Exiger des applications clientes approuvées et une protection des applications" - }, - "BlockAccessOnUnknowns": { - "description": "Les utilisateurs ne pourront pas accéder aux ressources de l’entreprise lorsque le type de l’appareil est inconnu ou n’est pas pris en charge.", - "name": "CA010 : bloquer l’accès pour une plateforme d’appareils inconnue ou non prise en charge", - "title": "Bloquer l’accès pour une plateforme d’appareils inconnue ou non prise en charge" - }, - "BlockLegacyAuth": { - "description": "Bloquez les points de terminaison d’authentification hérités qui peuvent être utilisés pour contourner l’authentification multifacteur. ", - "name": "CA003 : Bloquer l’authentification héritée", - "title": "Bloquer l’authentification héritée" - }, - "NoPersistentBrowserSession": { - "description": "Protégez l’accès utilisateur sur les appareils non gérés en empêchant les sessions de navigateur de rester connectées une fois que le navigateur est fermé et en définissant une fréquence de connexion à 1 heure.", - "name": "CA011 : aucune session de navigateur persistante", - "title": "Aucune session de navigateur persistante" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Exiger que les administrateurs privilégiés accèdent aux ressources uniquement lorsqu'ils utilisent un appareil conforme ou jointure hybride Azure AD.​", - "name": "CA009 : exiger un appareil conforme ou jointure hybride Azure AD pour les administrateurs", - "title": "Exiger un appareil conforme ou jointure hybride Azure AD pour les administrateurs" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Protégez l’accès aux ressources de l’entreprise en demandant aux utilisateurs d’utiliser un appareil géré ou d’effectuer une authentification multifacteur. (macOS ou Windows uniquement)", - "name": "CA013 : exiger une authentification multifacteur ou un appareil joint Azure AD conforme ou hybride pour tous les utilisateurs", - "title": "Exiger un appareil ou une authentification multifacteur Azure AD compatible ou hybride pour tous les utilisateurs" - }, - "RequireMFAAllUsers": { - "description": "Exiger une authentification multifacteur pour tous les comptes d’utilisateur afin de réduire le risque de compromission.", - "name": "CA004 : exiger une authentification multifacteur pour tous les utilisateurs", - "title": "Exiger l’authentification multifacteur pour tous les utilisateurs" - }, - "RequireMFAForAdmins": { - "description": "Exiger une authentification multifacteur pour les comptes d’administration privilégiés afin de réduire le risque de compromission. Cette stratégie cible les mêmes rôles que par défaut de sécurité.", - "name": "CA001 : exiger une authentification multifacteur pour les administrateurs", - "title": "Exiger l’authentification multifacteur pour les administrateurs" - }, - "RequireMFAForAzureManagement": { - "description": "Exiger une authentification multifacteur pour protéger l’accès privilégié aux ressources Azure.", - "name": "CA006 : exiger une authentification multifacteur pour la gestion Azure", - "title": "Exiger une authentification multifacteur pour la gestion Azure" - }, - "RequireMFAForGuestAccess": { - "description": "Demander aux utilisateurs invités d’effectuer une authentification multifacteur lors de l’accès aux ressources de votre entreprise.", - "name": "CA005 : exiger une authentification multifacteur pour l’accès invité", - "title": "Exiger une authentification multifacteur pour l’accès invité" - }, - "RequireMFAForRiskySignIn": { - "description": "Exiger une authentification multifacteur si le risque de connexion est détecté comme étant moyen ou élevé. (Nécessite une licence Azure AD Premium 2)", - "name": "CA007 : exiger une authentification multifacteur pour les connexions à risque", - "title": "Exiger une authentification multifacteur pour les connexions à risque" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Obliger l’utilisateur à modifier son mot de passe si le risque utilisateur est détecté comme étant élevé. (Nécessite une licence Azure AD Premium 2)", - "name": "CA008 : exiger une modification du mot de passe pour les utilisateurs à haut risque", - "title": "Exiger la modification du mot de passe pour les utilisateurs à haut risque" - }, - "RequireSecurityInfo": { - "description": "Sécurisez quand et comment les utilisateurs s’inscrivent pour Azure AD l’authentification multifacteur et le mot de passe libre-service. ", - "name": "CA002 : sécurisation de l’inscription des informations de sécurité", - "title": "Sécurisation de l’inscription des informations de sécurité" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "L’activation de cette stratégie empêche tout accès à partir d’un type d’appareil inconnu, envisagez d’utiliser le mode rapport uniquement pour commencer, jusqu’à ce que vous ayez confirmé cela n’aura pas d’impact sur vos utilisateurs." - }, - "BlockLegacyAuth": { - "description": "Envisagez d’utiliser le mode rapport uniquement pour commencer avant d’avoir confirmé que cela n’aura pas d’impact sur vos utilisateurs.", - "title": "L’activation de cette stratégie empêche l’authentification héritée pour tous vos utilisateurs." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Envisagez d’utiliser le mode rapport uniquement pour commencer avant d’avoir confirmé que cela n’aura pas d’impact sur vos utilisateurs privilégiés.", - "reportOnly": "Les stratégies en mode rapport uniquement qui requièrent des appareils conformes peuvent inviter les utilisateurs de Mac, iOS et Android à sélectionner un certificat d’appareil lors de l’évaluation de la stratégie, même si la conformité des appareils n’est pas appliquée. Ces invites peuvent se répéter jusqu'à ce que l’appareil est rendu conforme." - }, - "Title": { - "on": "L’activation de cette stratégie empêche tout accès aux utilisateurs privilégiés, sauf en cas d’utilisation d’un appareil géré tel que conforme ou jointure hybride Azure AD. Vérifiez que vous avez configuré vos stratégies de conformité ou que vous avez activé la configuration de Azure AD hybrides avant de l’activer.", - "reportOnly": "Vérifiez que vous avez configuré vos stratégies de conformité ou que vous avez activé la configuration de Azure AD hybrides avant de l’activer. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Cette stratégie affecte tous les utilisateurs à l’exception de l’administrateur actuellement connecté. Envisagez d’utiliser le mode rapport uniquement pour commencer avant d’avoir confirmé que cela n’aura pas d’impact sur vos utilisateurs." - }, - "Title": { - "on": "Ne vous bloquez pas ! Assurez-vous que votre appareil est conforme, ou hybride Azure AD rejoint ou que vous avez configuré l'authentification multifacteur. ", - "reportOnly": "Les stratégies en mode rapport uniquement qui requièrent des appareils conformes peuvent inviter les utilisateurs de Mac, iOS et Android à sélectionner un certificat d’appareil lors de l’évaluation de la stratégie, même si la conformité des appareils n’est pas appliquée. Ces invites peuvent se répéter jusqu'à ce que l’appareil est rendu conforme." - } - }, - "RequireMfa": { - "description": "Si vous utilisez des comptes d’accès d’urgence ou Azure AD vous connecter pour synchroniser vos objets locaux, vous devrez peut-être exclure ces comptes de cette stratégie après la création." - }, - "RequireMfaAdmins": { - "description": "Notez que le compte d’administrateur actuel sera automatiquement exclu, mais tous les autres seront protégés lors de la création de la stratégie. Envisagez d’utiliser le mode rapport uniquement pour commencer.", - "title": "Ne boquez pas votre accès ! Cette stratégie a un impact sur le Portail Azure." - }, - "RequireMfaAllUsers": { - "description": "Envisagez d’utiliser le mode rapport uniquement pour commencer jusqu’à ce que vous ayez planifié et communiqué cette modification à tous vos utilisateurs.", - "title": "L’activation de cette stratégie applique l’authentification multifacteur pour tous vos utilisateurs." - }, - "RequireSecurityInfo": { - "description": "Vérifiez votre configuration pour protéger ces comptes en fonction des besoins de votre entreprise.", - "title": "Les utilisateurs et les rôles suivants sont exclus de cette stratégie, des invités et des utilisateurs externes, des administrateurs généraux, administrateur actuel" - } - }, - "basics": "Informations de base", - "clientApps": "Applications clientes", - "cloudApps": "Applications cloud", - "cloudAppsOrActions": "Applications ou actions cloud ", - "conditions": "Conditions ", - "createNewPolicy": "Créer une stratégie à partir de modèles (Préversion)", - "createPolicy": "Créer une stratégie", - "currentUser": "Utilisateur actuel", - "customizeBuild": "Personnaliser votre build", - "customizeTemplate": "Les listes de modèles sont personnalisées en fonction du type de stratégie que vous souhaitez créer", - "excludedDevicePlatform": "Plateformes d'appareils exclues", - "excludedDirectoryRoles": "Rôles d’annuaire exclus", - "excludedLocation": "Rôles d’annuaire exclus", - "excludedUsers": "Utilisateurs exclus", - "grantControl": "Accorder le contrôle ", - "includeFilteredDevice": "Inclure les appareils filtrés dans la stratégie", - "includedDevicePlatform": "Plates-formes d'appareils inclus", - "includedDirectoryRoles": "Rôles d’annuaire inclus", - "includedLocation": "Emplacement inclus", - "includedUsers": "Utilisateurs inclus", - "legacyAuthenticationClients": "Clients d’authentification hérités", - "namePolicy": "Nommer votre stratégie", - "needAdPremiumMessage": "Vous avez besoin d'un abonnement Azure AD Premium pour utiliser cette fonctionnalité.", - "next": "Suivant", - "policyName": "Nom de la stratégie", - "policyState": "État de la stratégie", - "policySummary": "Résumé de la stratégie", - "policyTemplate": "Modèle de stratégie", - "previous": "Précédent", - "reviewAndCreate": "Vérifier + créer", - "riskLevels": "Niveaux de risque", - "selectATemplate": "Sélectionner un modèle", - "selectTemplate": "Sélectionner un modèle", - "selectTemplateCategory": "Sélectionner une catégorie de modèle", - "selectTemplateRecommendation": "Nous vous recommandons les modèles suivants d’après votre réponse", - "sessionControl": "Contrôle de session ", - "signInFrequency": "Fréquence de connexion", - "signInRisk": "Risque de connexion", - "template": "  modèle", - "templateCategory": "Catégorie de modèles", - "userRisk": "Risque utilisateur", - "usersAndGroups": "Utilisateurs et groupes ", - "viewPolicySummary": "Afficher le résumé de la stratégie " - }, - "SSM": { - "MemberSelector": { - "description": "Utilisateurs et groupes" - }, - "Notification": { - "Migration": { - "error": "Échec de la migration des paramètres d’évaluation continue de l’accès vers des stratégies d’accès conditionnel", - "inProgress": "Migration des paramètres d’évaluation continue de l’accès", - "success": "Réussite de la migration des paramètres d’évaluation continue de l’accès vers des stratégies d’accès conditionnel", - "successDescription": "Veuillez passer aux stratégies d’accès conditionnel pour afficher les paramètres migrés dans la stratégie nouvellement créée nommée « Stratégie d’autorité de certification créée à partir des paramètres d’autorité de certification »." - }, - "error": "Échec de la mise à jour des paramètres de l'évaluation continue de l'accès", - "inProgress": "Mise à jour des paramètres de l’évaluation continue de l’accès", - "success": "Les paramètres d’évaluation continue de l’accès ont été mis à jour" - }, - "PreviewOptions": { - "disable": "Désactiver la préversion", - "enable": "Activer la préversion" - }, - "StrictLocationEnforcement": { - "infoContent1": "Des adresses IP différentes peuvent être vues par Azure AD et le fournisseur de ressources à partir du même appareil client en raison de la partition réseau ou d'une non-concordance entre IPv4 et IPv6. L'application stricte de l'emplacement applique la stratégie d'accès conditionnel en fonction des deux adresses IP vues par Azure AD et le fournisseur de ressources.", - "infoContent2": "Pour garantir une sécurité maximale, il est recommandé d'ajouter toutes les adresses IP visibles par Azure AD et le fournisseur de ressources dans votre stratégie Emplacement nommé, et d'activer le mode « Application stricte de l'emplacement ».", - "label": "Application stricte de l’emplacement", - "title": "Modes d’application supplémentaires" - }, - "bladeTitle": "Évaluation continue de l’accès", - "description": "Quand l'accès d'un utilisateur est supprimé ou que l'adresse IP d'un client est modifiée, l'évaluation continue de l'accès bloque automatiquement l'accès aux ressources et aux applications en temps quasi réel. ", - "migrateLabel": "Migrer", - "migrationError": "La migration a échoué en raison de l’erreur suivante : {0}", - "migrationInfo": "Le paramètre d’évaluation continue de l’accès a été déplacé sous l’expérience d’accès conditionnel, effectuez une migration avec le bouton Migrer ci-dessus et configurez-le avec une stratégie d’accès conditionnel à l’avenir. Cliquez ici pour en savoir plus.", - "noLicenseMessage": "Gérer les paramètres d'administration de session intelligente avec Azure AD Premium", - "optionsPickerTitle": "Activer/désactiver l’évaluation continue de l’accès", - "upsellInfo": "Vous ne pouvez plus modifier vos paramètres sur cette page et tous les paramètres définis ici doivent être ignorés. Votre paramètre précédent sera respecté. Vous pouvez configurer vos paramètres d’autorité de certification sous Accès conditionnel à l’avenir. Cliquez ici pour en savoir plus." - }, - "SamlReauth": { - "Filter": { - "warning": "Vous ciblez des applications à l’aide d’une requête dynamique. Certaines applications peuvent ne pas être prises en charge pour être utilisées avec le contrôle de session « fréquence de connexion à chaque fois ». {0}En savoir plus sur les scénarios recommandés.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Liste des organisations sélectionnées" - }, - "Upper": { - "gridAria": "Liste des organisations disponibles" - }, - "addTenantLabel": "Ajouter un client à la sélection", - "customOrganizationDescription": "Ajouter une organisation avec cet ID de client", - "description": "Ajoutez une organisation Azure AD en tapant l’un de ses noms de domaine.", - "notFoundResult": "Introuvable", - "searchBoxPlaceholder": "ID client ou nom de domaine", - "subTitle": "Azure AD organisation", - "tenantAdded": "Cet ID de client a déjà été ajouté.", - "tenantIdNotFound": "ID de client introuvable" - }, - "Selector": { - "AdditionalDetails": { - "aria": "ID de l’organisation : {0}" - }, - "DisplayText": { - "multiple": "{0} organisations Azure AD sélectionnées", - "single": "1 organisation Azure AD sélectionnée" - }, - "gridAria": "Liste des organisations sélectionnées" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modifier la durée de vie de la session", "mainOptionHelp": "Configurer la fréquence à laquelle les utilisateurs seront invités et indiquer si les sessions de navigateur seront persistantes. Les applications qui ne prennent pas en charge les protocoles d’authentification modernes ne pourront pas honorer ces stratégies. Dans ce cas, contactez le développeur d’applications." }, - "SigninRisk": { - "LearnMore": { - "message": "Contrôlez l’accès utilisateur pour répondre à des niveaux de risque de connexion spécifiques." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Lorsque « {0} » est sélectionné, la condition de « {1} » ne peut pas être configurée." - }, - "description": "Le niveau de risque de connexion est généré en fonction de toutes les détections de risques en temps réel.", - "header": "Sélectionner le niveau de risque de connexion auquel cette stratégie s'applique" - }, "SingleSelectorActive": { "failed": "Désolé... Nous n’avons pas pu charger ces données.", "reattempt": "Chargement des données. Retentez l' {0} sur {1}." }, - "TimeCondition": { - "Errors": { - "both": "Plage horaire « Inclure » ou « Exclure » non valide.", - "daysOfWeek": "{0} Veillez à spécifier au moins un jour de la semaine.", - "endBeforeStart": "{0} Vérifiez que la date et l'heure de début sont antérieures à la date et à l'heure de fin.", - "exclude": "Plage horaire « Exclure » non valide.", - "generic": "{0} Vérifiez que les jours de la semaine et le fuseau horaire sont définis. Si l'option « Toute la journée » n’est pas cochée, vous devez également définir l’heure de début et l’heure de fin.", - "include": "Plage horaire « Inclure » non valide.", - "timeMissing": "{0} Veillez à spécifier à la fois une heure de début et une heure de fin.", - "timeZone": "{0} Spécifiez un fuseau horaire.", - "timesAndZone": "{0} Veillez à définir l’heure de début, l’heure de fin et le fuseau horaire." - } - }, - "UserActions": { - "Included": { - "none": "Aucune application cloud ou action sélectionnée", - "plural": "{0} actions utilisateur incluses", - "singular": "1 action utilisateur incluse" - }, - "accessRequirement1": "Niveau 1", - "accessRequirement2": "Niveau 2", - "accessRequirement3": "Niveau 3", - "accessRequirementsLabel": "Accès aux données de l'application sécurisée", - "appsActionsAuthTitle": "Applications cloud, actions ou contexte d’authentification", - "appsOrActionsSelectorInfoBallonText": "Applications consultées ou actions de l’utilisateur", - "appsOrActionsTitle": "Applications ou actions cloud", - "label": "Actions de l'utilisateur", - "mainOptionsLabel": "Sélectionner ce à quoi cette stratégie s’applique", - "registerOrJoinDevices": "Inscrire ou joindre des appareils", - "registerSecurityInfo": "Enregistrer les informations de sécurité", - "selectionInfo": "Sélectionner l'action à laquelle cette stratégie s’applique", - "whatIf": "Action utilisateur incluse" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Choisir des rôles d’annuaire" @@ -9197,88 +8925,6 @@ }, "learnMore": "Contrôlez l’accès en fonction des personnes auxquelles la stratégie s’applique, telles que des utilisateurs et des groupes, des identités de charge de travail, des rôles d’annuaire ou des invités externes." }, - "ValidationResult": { - "blockEveryonePolicy": "La configuration de stratégie n'est pas prise en charge. Passez en revue les affectations et les contrôles.", - "invalidApplicationCondition": "Applications cloud non valides sélectionnées", - "invalidClientTypesCondition": "Applications clientes non valides sélectionnées", - "invalidConditions": "Les attributions ne sont pas sélectionnées", - "invalidControls": "Contrôles non valides sélectionnés", - "invalidDevicePlatformsCondition": "Plateformes d'appareils non valides sélectionnées", - "invalidDevicesCondition": "Configuration d’appareil non valide. Probablement une configuration non valide du « {0} ».", - "invalidGrantControlPolicy": "Contrôle d'octroi non valide", - "invalidLocationsCondition": "Emplacements non valides sélectionnés", - "invalidNetworkAccessSecurityPolicyId": "Stratégie attachée au contrôle réseau de session non valide.", - "invalidPolicy": "Les attributions ne sont pas sélectionnées", - "invalidSessionControlPolicy": "Contrôle de session non valide", - "invalidSignInRisksCondition": "Risque de connexion non valide sélectionné", - "invalidUserRisksCondition": "Risque utilisateur non valide sélectionné", - "invalidUsersCondition": "Utilisateurs non valides sélectionnés", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "La stratégie MAM ne peut être appliquée qu'aux plateformes clientes Android ou iOS.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "La stratégie de session d’accès réseau fonctionne correctement uniquement lorsqu’un profil de trafic d’accès réseau est ciblé. Mettez à jour la section de vos ressources ciblées.", - "notSupportedCombination": "La configuration de stratégie n'est pas prise en charge. En savoir plus sur les stratégies prises en charge.", - "pending": "Validation de la stratégie", - "requireComplianceEveryonePolicy": "La configuration de stratégie exige la conformité des appareils pour tous les utilisateurs. Passez en revue les attributions sélectionnées.", - "success": "Stratégie valide" - }, - "VpnCert": { - "Grid": { - "aria": "Liste des certificats VPN" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Pour activer tous les points forts d’authentification, configurez les paramètres d’accès inter-clients pour accepter les revendications provenant de Azure AD locataires pour les utilisateurs externes. Les points forts de l’authentification configurent uniquement l’authentification de second facteur pour les utilisateurs externes.", - "externalUsers": "Pour activer toutes les forces d’authentification intégrées, configurez les paramètres d’accès inter-locataires pour accepter les revendications provenant de Azure AD locataires pour les utilisateurs externes." - }, - "combinedRegistration": "Activez l’inscription combinée pour que « Exiger la puissance de l’authentification » fonctionne correctement. Nous vous recommandons vivement de l’activer pour tous les utilisateurs plutôt que pour un seul groupe d’entre eux.", - "compliantDeviceEnabled": "Ne bloquez pas votre accès ! Assurez-vous que votre appareil est conforme.", - "domainJoinedDeviceEnabled": "Ne boquez pas votre accès ! Assurez-vous que votre appareil est joint Azure AD hybride.", - "notAvailableForSP": "Certaines contrôles ne sont pas disponibles en raison de la sélection de « {0} » dans l’affectation de la stratégie", - "requireAuthOrMfa": "« {0} » ne peut pas s'utiliser avec « {1} »", - "requireMfa": "Envisagez de tester la nouvelle préversion publique « {0} »", - "requirePasswordChangeEnabled": "L'option « Exiger la modification du mot de passe » ne peut être utilisée que lorsque la stratégie est affectée à « Toutes les applications cloud »" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Les stratégies en mode Rapport uniquement nécessitant des appareils conformes peuvent inviter les utilisateurs sur macOS, iOS, Android et Linux à sélectionner un certificat d’appareil.", - "excludeDevicePlatforms": "Excluez les plateformes d’appareils macOS, iOS, Android et Linux de cette stratégie.", - "proceedAnywayDevicePlatforms": "Passez à la configuration sélectionnée. Les utilisateurs sur macOS, iOS, Android et Linux peuvent recevoir des invites lorsque la conformité de l’appareil est vérifiée." - }, - "blockCurrentUserPolicy": "Ne bloquez pas votre accès ! Nous vous recommandons d'appliquer d'abord une stratégie à un petit ensemble d'utilisateurs pour vérifier qu'elle se comporte comme prévu. Nous vous recommandons également d'exclure au moins un administrateur de cette stratégie. Cela garantit que vous avez toujours accès et pouvez mettre à jour une stratégie si une modification est nécessaire. Passez en revue les utilisateurs et les applications concernés.", - "devicePlatformsReportOnlyPolicy": "Les stratégies en mode rapport uniquement nécessitant des appareils compatibles peuvent inviter des utilisateurs sur macOS, iOS et Android à sélectionner un certificat d’appareil.", - "excludeCurrentUserSelection": "Exclure l'utilisateur actuel, {0}, de cette stratégie.", - "excludeDevicePlatforms": "Excluez les plateformes d’appareils macOS, iOS et Android de cette stratégie.", - "proceedAnywayDevicePlatforms": "Exécutez la configuration sélectionnée. Les utilisateurs sur macOS, iOS et Android peuvent recevoir des invites lors de la vérification de la conformité de l’appareil.", - "proceedAnywaySelection": "Je comprends que mon compte sera affecté par cette stratégie. Continuer malgré tout." - }, - "ServicePrincipals": { - "blockExchange": "La sélection d'Office 365 Exchange Online affectera également les applications comme OneDrive et Teams.​", - "blockPortal": "Ne bloquez pas votre accès ! Cette stratégie a un impact sur le portail Azure. Avant de continuer, assurez-vous que vous ou quelqu'un d'autre pourra revenir au portail.", - "blockPortalWithSession": "Ne bloquez pas votre accès ! Cette stratégie a un impact sur le portail Azure. Avant de continuer, assurez-vous que vous ou quelqu'un d'autre sera en mesure de revenir au portail.
          Ignorez cet avertissement si vous configurez une stratégie de session de navigateur persistante qui ne fonctionne correctement que si l'option « Toutes les applications cloud » est sélectionnée.", - "blockSharePoint": "La sélection de SharePoint Online affectera également les applications comme Microsoft Teams, Planner, Delve, MyAnalytics et Newsfeed.", - "blockSkype": "La sélection de Skype Entreprise Online affecte également Microsoft Teams.​", - "includeOrExclude": "Vous pouvez configurer le filtre d’application pour « {0} » ou « {1} », mais pas les deux.", - "selectAppsNAForSP": "Impossible de sélectionner des applications cloud individuelles en raison de la sélection « {0} » dans l’attribution de stratégie", - "teamsBlocked": "Microsoft Teams est également affecté quand des applications telles que SharePoint Online et Exchange Online sont incluses dans la stratégie." - }, - "Users": { - "blockAllUsers": "Ne bloquez pas votre accès ! Cette stratégie aura une incidence sur tous vos utilisateurs. Nous vous recommandons d'appliquer d'abord une stratégie à un petit ensemble d'utilisateurs pour vérifier qu'elle se comporte comme prévu.", - "xtap": " Votre configuration « Exiger des forces d’authentification » dans le contrôle d’octroi peut ne pas être valide pour les utilisateurs externes." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Liste des attributs sur l’appareil utilisé lors de la connexion.", - "infoBalloon": "Liste des attributs sur l’appareil utilisé lors de la connexion." - } - }, - "noTenantSelected": "Aucun client sélectionné", - "selectOrganization": "Sélectionner une organisation", - "tenantIdWithPlaceholder": "ID du client : {0}", - "tenantSelectionRequired": "Client requis" - }, "advancedTabText": "Avancé", "allCloudAppsErrorBox": "L'option « Toutes les applications cloud » doit être sélectionnée quand l’autorisation « Exiger une modification du mot de passe » est sélectionnée", "allCloudAppsReauth": "« Toutes les applications cloud » doivent être sélectionnées lorsque le contrôle de session « Fréquence de connexion à chaque fois » et la condition « Risque de connexion » sont sélectionnés", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 années", "vpncertDropdownTwoyearOption": "2 années", "wednesday": "Mercredi", - "whatIfAppEnforcedControl": "Utiliser les restrictions appliquées par l'application", - "whatIfBladeDescription": "Testez l'impact de l'accès conditionnel sur un utilisateur lorsqu'il se connecte sous certaines conditions.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Les stratégies classiques ne sont pas évaluées par cet outil.", - "whatIfClientAppInfo": "Application cliente à partir de laquelle l'utilisateur se connecte. Par exemple, « navigateur ».", "whatIfCountry": "Pays/région", "whatIfCountryInfo": "Pays ou région où l'utilisateur se connecte.", "whatIfDevicePlatformInfo": "Plateforme d'appareil depuis laquelle l'utilisateur se connecte.", - "whatIfDeviceStateInfo": "État de l’appareil depuis lequel l’utilisateur se connecte", "whatIfEnterIpAddress": "Entrer l'adresse IP (par ex. : 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Une adresse IP non valide a été spécifiée.", - "whatIfEvaResultApplication": "Applications cloud", - "whatIfEvaResultClientApps": "Application cliente", - "whatIfEvaResultDevicePlatform": "Plateforme de l'appareil", - "whatIfEvaResultEmptyPolicy": "Stratégie vide", - "whatIfEvaResultInvalidCondition": "Condition non valide", - "whatIfEvaResultInvalidPolicy": "Stratégie non valide", - "whatIfEvaResultLocation": "Emplacement", - "whatIfEvaResultNotEnoughInformation": "Informations insuffisantes", - "whatIfEvaResultPolicyNotEnabled": "Stratégie non activée", - "whatIfEvaResultSignInRisk": "Risque de connexion", - "whatIfEvaResultUsers": "Utilisateurs et groupes", "whatIfIpAddress": "Adresse IP", "whatIfIpAddressInfo": "Adresse IP à partir de laquelle l'utilisateur se connecte.", "whatIfIpCountryInfoBoxText": "Si vous utilisez l'adresse IP ou le pays/la région, les deux champs sont nécessaires et doivent être correctement mappés ensemble.", - "whatIfPolicyAppliesTab": "Stratégies qui vont s'appliquer", - "whatIfPolicyAppliesTabWithCount": "Stratégies applicables ({0})", - "whatIfPolicyDoesNotApplyTab": "Stratégies qui ne vont pas s'appliquer", - "whatIfPolicyDoesNotApplyTabWithCount": "Stratégies inapplicables ({0})", - "whatIfReasons": "Raisons pour lesquelles cette stratégie ne va pas s'appliquer", - "whatIfSelectClientApp": "Sélectionner une application cliente...", "whatIfSelectCountry": "Sélectionner le pays ou la région...", "whatIfSelectDevicePlatform": "Sélectionner la plateforme d'appareil...", "whatIfSelectPrivateLink": "Sélectionner un lien privé...", - "whatIfSelectServicePrincipalRisk": "Sélectionner le risque de principal de service...", "whatIfSelectSignInRisk": "Sélectionner le risque de connexion...", - "whatIfSelectType": "Sélectionner le type d’identité", - "whatIfSelectUserRisk": "Sélectionner le risque utilisateur...", - "whatIfServicePrincipalRiskInfo": "Niveau de risque associé au principal du service", "whatIfSignInRisk": "Risque de connexion", "whatIfSignInRiskInfo": "Niveau de risque associé à la connexion", "whatIfUnknownAreas": "Zones inconnues", - "whatIfUserPickerLabel": "Utilisateur sélectionné", - "whatIfUserPickerNoRowsLabel": "Aucun utilisateur ou principal de service sélectionné", - "whatIfUserRiskInfo": "Niveau de risque associé à l'utilisateur", - "whatIfUserSelectorInfo": "Utilisateur du répertoire que vous voulez tester", "windows365InfoBox": "La sélection de Windows 365 va affecter les connexions aux PC Cloud et aux hôtes de session de bureau virtuel Azure. Cliquez ici pour en savoir plus.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Une licence Premium P1 ou P2 d’identités de charge de travail est nécessaire pour modifier cette stratégie.", "workloadIdentity": "Identité de la charge de travail" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filtrer", - "assignmentFilterTypeColumnHeader": "Mode Filtrer", - "assignmentToast": "Notifications de l’utilisateur final", - "assignmentTypeTableHeader": "TYPE D’AFFECTATION", - "deadlineTimeColumnLabel": "Échéance de l’installation", - "deliveryOptimizationPriorityHeader": "Priorité d’optimisation de la distribution", - "groupTableHeader": "Groupe", - "installContextLabel": "Contexte d’installation", - "isRemovable": "Installer comme amovible", - "licenseTypeLabel": "Type de licence", - "modeTableHeader": "Mode Groupe", - "policySet": "Ensemble de stratégies", - "preventAutoAppUpdate": "Empêcher les mises à jour automatiques des applications", - "preventManagedAppBackup": "Empêcher la sauvegarde d’application iCloud", - "restartGracePeriodHeader": "Période de grâce de redémarrage", - "startTimeColumnLabel": "Disponibilité", - "tracks": "Suivis", - "uninstallOnRemoval": "Désinstaller lors de la suppression de l'appareil", - "updateMode": "Priorité de mise à jour", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "Application Web AAD", - "androidEnterpriseSystemApp": "Application système Android Enterprise", - "androidForWorkApp": "Application du store Google Play géré", - "androidLobApp": "Application métier Android", - "androidStoreApp": "Application de l'Android Store", - "builtInAndroid": "Application Android intégrée", - "builtInApp": "Application intégrée", - "builtInIos": "Application iOS intégrée", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "Application métier iOS", - "iosStoreApp": "Application de l'App Store iOS", - "iosVppApp": "Application du programme d'achat en volume (VPP) iOS", - "lineOfBusinessApp": "Application métier", - "macOSDmgApp": "macOS app (.DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Application métier macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "Suite Office pour macOS", - "macOsVppApp": "Application du programme d'achat en volume macOS", - "managedAndroidLobApp": "Application métier Android gérée", - "managedAndroidStoreApp": "Application de l'Android Store gérée", - "managedGooglePlayApp": "Application du store Google Play géré", - "managedGooglePlayPrivateApp": "Application privée Google Play géré", - "managedGooglePlayWebApp": "Lien web à Google Play géré", - "managedIosLobApp": "Application métier iOS gérée", - "managedIosStoreApp": "Application de l'App Store iOS gérée", - "microsoftStoreForBusinessApp": "Application du Microsoft Store pour Entreprises", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store pour Entreprises", - "officeAddIn": "Complément Office", - "officeSuiteApp": "Applications Microsoft 365 (Windows 10 et versions ultérieures)", - "sharePointApp": "Application SharePoint", - "teamsApp": "Application Teams", - "webApp": "Lien web", - "winGetPublicApp": "Référentiel de communauté du gestionnaire de package Windows", - "winGetStoreApp": "Application Microsoft Store (nouvelle)", - "windowsAppXLobApp": "Application métier appx Windows", - "windowsClassicApp": "Application Windows (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 et versions ultérieures)", - "windowsMobileMsiLobApp": "Application métier MSI Windows", - "windowsPhone81AppXBundleLobApp": "Application métier appx Windows Phone 8.1", - "windowsPhone81AppXLobApp": "Application métier appx Windows Phone 8.1", - "windowsPhone81StoreApp": "Application du Windows Phone 8.1 Store", - "windowsPhoneXapLobApp": "Application métier XAP Windows Phone", - "windowsStoreApp": "Application Microsoft Store (héritée)", - "windowsUniversalAppXLobApp": "Application métier appx Windows Universal", - "windowsUniversalLobApp": "Application métier Windows universelle", - "windowsWebApp": "Lien web Windows" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Exclu", - "include": "Inclus", - "includeAllDevicesVirtualGroup": "Inclus", - "includeAllUsersVirtualGroup": "Inclus" - }, - "AssignmentToast": { - "hideAll": "Masquer toutes les notifications toast", - "showAll": "Afficher toutes les notifications toast", - "showReboot": "Afficher les notifications toast pour les redémarrages d'ordinateur" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Arrière-plan", - "displayText": "Téléchargement de contenu dans {0}", - "foreground": "Premier plan", - "header": "Priorité d’optimisation de la distribution" - }, - "DeviceRestartBehaviorOptions": { - "allow": "L'installation de l'application peut forcer le redémarrage de l'appareil", - "basedOnReturnCode": "Déterminer le comportement en fonction des codes de retour", - "force": "Intune force le redémarrage obligatoire de l'appareil", - "suppress": "Aucune action spécifique" - }, - "FilterType": { - "exclude": "Exclure", - "include": "Inclure", - "none": "Aucun" - }, - "InstallIntent": { - "available": "Disponible pour les appareils inscrits", - "availableWithoutEnrollment": "Disponible avec ou sans inscription", - "notApplicable": "Non applicable", - "required": "Obligatoire", - "uninstall": "Désinstaller" - }, - "SettingType": { - "assignmentType": "Type d'attribution", - "deviceLicensing": "Type de licence", - "installContext": "Désinstaller lors de la suppression de l'appareil", - "toastSettings": "Notifications de l'utilisateur final", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Par défaut", - "postponed": "Différé", - "priority": "Haute priorité" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configurez les appareils pour l’approvisionnement initial et affectez-les aux utilisateurs.", - "title": "Préparation de l'appareil" - }, - "EnrollmentSettings": { - "description": "Configurez les paramètres d’inscription, tels que le blocage de l’inscription et l’attribution aux utilisateurs.", - "title": "Paramètres d'inscription" - }, - "coManagementAuthorityDesc": "Configurer les paramètres de cogestion pour l’intégration Configuration Manager", - "coManagementAuthorityTitle": "Paramètres de cogestion ", - "deploymentProfiles": "Profils Windows AutoPilot Deployment", - "description": "Découvrez les sept différentes façons d'inscrire un PC Windows 10/11 dans Intune par les utilisateurs ou les administrateurs.", - "descriptionLabel": "Méthodes d’inscription Windows", - "enrollmentStatusPage": "Page d'état de l'inscription" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "L'installation de l'application peut forcer le redémarrage de l'appareil", - "basedOnReturnCode": "Déterminer le comportement en fonction des codes de retour", - "force": "Intune force le redémarrage obligatoire de l'appareil", - "suppress": "Aucune action spécifique" - }, - "RunAsAccountOptions": { - "system": "Système", - "user": "Utilisateur" - }, - "availableUninstall": "Autoriser la désinstallation disponible", - "availableUninstallTooltip": "Sélectionnez « Oui » pour fournir l’option de désinstallation de cette application aux utilisateurs du Portail d'entreprise. Sélectionnez « Non » pour empêcher les utilisateurs de désinstaller l’application du Portail d'entreprise.", - "bladeTitle": "Programme", - "deviceRestartBehavior": "Comportement de redémarrage du périphérique", - "deviceRestartBehaviorTooltip": "Sélectionnez le comportement de redémarrage de l'appareil une fois l'application installée. Sélectionnez « Déterminer le comportement en fonction des codes de retour » pour redémarrer l'appareil en fonction des paramètres de configuration des codes de retour. Sélectionnez « Aucune action spécifique » pour supprimer les redémarrages de l'appareil durant l'installation des applications MSI. Sélectionnez « L'installation de l'application peut forcer le redémarrage de l'appareil » pour permettre l'installation de l'application sans supprimer les redémarrages. Sélectionnez « Intune force le redémarrage obligatoire de l'appareil » pour toujours redémarrer l'appareil après l'installation de l'application.", - "header": "Spécifiez les commandes pour installer et désinstaller cette application :", - "installCommand": "Commande d'installation", - "installCommandMaxLengthErrorMessage": "La commande d’installation ne peut pas dépasser la longueur maximale autorisée de 1024 caractères.", - "installCommandTooltip": "Ligne de commande d'installation complète pour installer cette application.", - "runAs32Bit": "Exécuter les commandes d'installation et de désinstallation dans un processus 32 bits sur des clients 64 bits", - "runAs32BitTooltip": "Sélectionnez 'Oui' pour installer et désinstaller l'application dans un processus 32 bits sur des clients 64 bits. Sélectionnez 'Non' (par défaut) pour installer et désinstaller l'application dans un processus 64 bits sur des clients 64 bits. Les clients 32 bits utilisent toujours un processus 32 bits.", - "runAsAccount": "Comportement à l'installation", - "runAsAccountTooltip": "Sélectionnez Système pour installer cette application pour tous les utilisateurs (si elle est prise en charge). Sélectionnez Utilisateur pour l'installer pour l'utilisateur connecté sur l'appareil. Pour les applications MSI à double objectif, tout changement empêche l'exécution des mises à jour et des désinstallations jusqu'à la restauration de la valeur appliquée à l'appareil au moment de l'installation d'origine.", - "selectorLabel": "Programme", - "uninstallCommand": "Commande de désinstallation", - "uninstallCommandTooltip": "Ligne de commande de désinstallation complète pour désinstaller cette application." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Utilisez ces paramètres pour savoir quels utilisateurs installent des applications dont l'utilisation n'est pas approuvée dans votre entreprise. Sélectionnez le type de liste d'applications restreintes :

          \r\n Applications interdites - Liste des applications pour lesquelles vous voulez être informé quand elles sont installées par les utilisateurs.
          \r\n Applications approuvées - Liste des applications dont l'utilisation est approuvée dans votre entreprise. Quand les utilisateurs installent une application qui n'est pas dans cette liste, vous en êtes informé.
          \r\n ", - "androidZebraMxZebraMx": "Configurez les appareils Zebra en chargeant un profil MX au format XML.", - "iosDeviceFeaturesAirprint": "Utilisez ces paramètres pour configurer la connexion automatique des appareils iOS aux imprimantes compatibles AirPrint sur votre réseau. Vous devrez indiquer l'adresse IP et le chemin de ressource de vos imprimantes.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Configurez une extension d’application qui active l’authentification unique (SSO) pour les appareils exécutant iOS 13.0 ou version ultérieure.", - "iosDeviceFeaturesHomeScreenLayout": "Configurez la disposition du dock et des écrans d’accueil sur les appareils iOS. Certains appareils peuvent limiter le nombre d’éléments affichables.", - "iosDeviceFeaturesIOSWallpaper": "Affichez une image destinée à l’écran d’accueil et/ou l’écran de verrouillage des appareils iOS.\r\n Pour afficher une image unique dans chaque emplacement, créez un profil avec l’image de l’écran de verrouillage et un autre avec l’image de l’écran d’accueil.\r\n Affectez ensuite les deux profils à vos utilisateurs.\r\n
          \r\n
            \r\n
          • Taille de fichier max. : 750 Ko
          • \r\n
          • Type de fichier : PNG, JPG ou JPEG
          • \r\n
          \r\n ", - "iosDeviceFeaturesNotifications": "Spécifiez les paramètres de notification pour les applications. Prend en charge iOS 9.3 et ultérieur.", - "iosDeviceFeaturesSharedDevice": "Spécifiez le texte facultatif affiché sur l'écran verrouillé. Il est pris en charge sur iOS 9.3 et ultérieur. En savoir plus", - "iosGeneralApplicationRestrictions": "Utilisez ces paramètres pour savoir quels utilisateurs installent des applications dont l'utilisation n'est pas approuvée dans votre entreprise. Sélectionnez le type de liste d'applications restreintes :

          \r\n Applications interdites - Liste des applications pour lesquelles vous voulez être informé quand elles sont installées par les utilisateurs.
          \r\n Applications approuvées - Liste des applications dont l'utilisation est approuvée dans votre entreprise. Quand les utilisateurs installent une application qui n'est pas dans cette liste, vous en êtes informé.
          \r\n ", - "iosGeneralApplicationVisibility": "Utilisez la liste des applications affichées pour spécifier les applications iOS que l'utilisateur peut afficher ou lancer. Utilisez la liste des applications masquées pour spécifier les applications iOS que l'utilisateur ne peut pas afficher ou lancer.", - "iosGeneralAutonomousSingleAppMode": "Les applications que vous ajoutez à cette liste et que vous affectez à un appareil peuvent verrouiller l'appareil pour qu'il exécute uniquement cette application au démarrage, ou verrouiller l'appareil quand une action spécifique est exécutée (par exemple, un test). Quand l'action est terminée, ou si vous annulez la restriction, l'appareil retourne à l'état normal.", - "iosGeneralKiosk": "Le mode kiosque verrouille plusieurs paramètres sur un appareil ou spécifie l'application unique que les utilisateurs peuvent exécuter sur un appareil. Ce mode est utile dans certains environnements, par exemple, un magasin où vous présentez un appareil sur lequel doit s'exécuter uniquement une application de démonstration.", - "macDeviceFeaturesAirprint": "Utilisez ces paramètres pour configurer la connexion automatique des appareils macOS aux imprimantes compatibles AirPrint sur votre réseau. Vous aurez besoin de l'adresse IP et du chemin de ressource de vos imprimantes.", - "macDeviceFeaturesAssociatedDomains": "Configurez les domaines associés pour qu’ils partagent les données et les informations d’identification de connexion entre les applications et sites web de votre organisation. Ce profil peut être appliqué aux appareils qui exécutent macOS 10.15 ou version ultérieure.", - "macDeviceFeaturesExtensibleSingleSignOn": "Configurez une extension d’application qui active l’authentification unique (SSO) pour les appareils qui exécutent macOS 10.15 ou version ultérieure.", - "macDeviceFeaturesLoginItems": "Choisissez les applications, les fichiers et les dossiers à ouvrir quand les utilisateurs se connectent à leurs appareils. Si vous ne voulez pas que les utilisateurs changent le mode d'ouverture des applications sélectionnées, vous pouvez masquer l'application dans la configuration utilisateur.", - "macDeviceFeaturesLoginWindow": "Configurez l'apparence de l'écran de connexion macOS et les fonctions disponibles pour les utilisateurs avant et après leur connexion.", - "macExtensionsKernelExtensions": "Utilisez ces paramètres pour configurer la stratégie d'extension du noyau sur les appareils macOS exécutant la version 10.13.2 ou ultérieure.", - "macGeneralDomains": "Les e-mails reçus ou envoyés par l'utilisateur qui ne correspondent pas aux domaines que vous spécifiez ici sont marqués comme non approuvés.", - "windows10EndpointProtectionApplicationGuard": "Pendant l'utilisation de Microsoft Edge, Microsoft Defender Application Guard protège votre environnement des sites qui n'ont pas été définis comme approuvés par votre organisation. Quand des utilisateurs visitent des sites non listés dans les limites de votre réseau isolé, les sites sont ouverts dans une session de navigation virtuelle dans Hyper-V. Les sites approuvés sont définis par une limite réseau, qui peut être configurée dans Configuration de l'appareil. Notez que cette fonctionnalité est disponible seulement pour les appareils exécutant Windows 10,64 bits ou une version ultérieure.", - "windows10EndpointProtectionCredentialGuard": "L'activation de Credential Guard active les paramètres obligatoires suivants :\r\n
          \r\n
            \r\n
          • Activer la sécurité basée sur la virtualisation : active la sécurité basée sur la virtualisation (VBS) au prochain redémarrage. La sécurité basée sur la virtualisation utilise l'hyperviseur Windows pour prendre en charge les services de sécurité.
          • \r\n
            \r\n
          • Démarrage sécurisé avec accès direct à la mémoire : active VBS avec le démarrage sécurisé et l'accès direct à la mémoire (DMA).
          • \r\n
          \r\n ", - "windows10EndpointProtectionDeviceGuard": "Choisissez d'autres applications devant être auditées ou dont l'exécution peut être approuvée par Microsoft Defender Application Control. L'exécution des composants Windows et de toutes les applications du Windows Store est automatiquement approuvée.

          \r\n Les applications ne sont pas bloquées quand elles s'exécutent en mode « Audit uniquement ». Le mode « Audit uniquement » journalise tous les événements dans les journaux du client local.\r\n ", - "windows10GeneralPrivacyPerApp": "Ajoutez des applications qui doivent avoir un comportement de confidentialité différent de celui défini dans « Confidentialité par défaut ».", - "windows10NetworkBoundaryNetworkBoundary": "La limite réseau correspond à la liste des ressources d'entreprise, comme le domaine hébergé dans le cloud et les plages d'adresses IP, accessibles aux ordinateurs du réseau d'entreprise. Définissez des limites réseau pour appliquer des stratégies visant à protéger les données dans ces emplacements.", - "windowsHealthMonitoring": "Configurez la stratégie de monitoring de l’intégrité de Windows.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone peut empêcher les utilisateurs d'installer ou de lancer les applications spécifiées dans la liste des applications interdites ou celles non spécifiées dans la liste des applications approuvées. Toutes les applications gérées doivent être ajoutées à la liste approuvée." - }, - "Inputs": { - "accountDomain": "Domaine du compte", - "accountDomainHint": "Exemple : contosodomain", - "accountDomainInfoBalloon": "Spécifiez le domaine du compte de l'utilisateur.", - "accountTypeInfoBalloon": "Spécifiez le type de compte en cours de configuration selon le modèle d'authentification", - "allowContactSetting": "Autoriser l'utilisateur à changer le paramètre des contacts", - "allowContactSyncInfoBalloon": "Indiquez si l'utilisateur est autorisé à changer le paramètre de synchronisation des contacts", - "allowUserChange": "Autoriser l'utilisateur à changer le paramètre", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Entrez un nom de package comme com.microsoft.word", - "androidUrlValidation": "Entrez une URL valide semblable à celle-ci : https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Contexte d'installation d'application", - "appUrlLabel": "URL de l'App Store", - "appleUrlValidation": "Entrez une URL valide semblable à celle-ci : https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Type d'appareil applicable", - "assignmentActionLabel": "Mode", - "authenticationMethodInfoBalloon": "Indiquez la méthode d'authentification pour l'utilisateur", - "authenticationMetod": "Méthode d'authentification", - "authenticationType": "Type d'authentification", - "authenticationTypeInfoBalloon": "Indiquer le type d'authentification pour l'utilisateur", - "availableLicenseCount": "Licences disponibles", - "basicAuth": "Authentification de base", - "biometricsInfoBalloon": "Des données biométriques, comme TouchID ou FaceID, peuvent être demandées aux utilisateurs pour leur permettre d'accéder à l'application sur leur appareil. Le cas échéant, les données biométriques sont utilisées en plus de la méthode d'authentification sélectionnée dans ce profil. N'activez pas ce paramètre si des stratégies Intune App Protection sont déployées, car la stratégie de protection des applications inclut des conditions d'accès préalables à l'accès aux données managées. L'activation des deux entraînerait l'affichage de plusieurs invites d'accès à Outlook Mobile. S'il n'est pas configuré, le paramètre d'application par défaut a la valeur Désactivé.", - "bookNameLabel": "Nom du livre", - "bundleDescriptionHint": "Entrez une description des applications incluses.", - "calendar": "Calendrier", - "categoryLabel": "Catégorie", - "categoryNameLabel": "Nom par défaut", - "certProfileType": "Type de profil de certificat", - "certificate": "Certificat", - "certificates": "Certificats", - "commandLineLabel": "Arguments de ligne de commande", - "commandLineSizeHint": "Le texte des arguments de ligne de commande ne doit pas dépasser 1 024 caractères", - "configurationSettingsFormatLabel": "Format des paramètres de configuration", - "configurationSettingsLabel": "Format des paramètres", - "contactSync": "Enregistrer les contacts", - "contactSyncInfoBalloon": "L'enregistrement de contacts dans le carnet d'adresses natif de l'appareil mobile permet de lier les nouveaux appels et SMS aux contacts Outlook existants de l'utilisateur. S'il n'est pas configuré, le paramètre d'application par défaut a la valeur Désactivé.", - "contacts": "Contacts ", - "createdDateTime": "Création", - "defaultCategoryHint": "Impossible de changer les catégories par défaut", - "deploySMimeCertsFromIntune": "Déployer des certificats S/MIME à partir d'Intune", - "descriptionGenericLabel": "Description", - "descriptionHint": "Entrez une description...", - "descriptionLabel": "Description", - "descriptionSizeHint": "La longueur de la description ne doit pas dépasser 10 000 caractères", - "developerLabel": "Développeur", - "developerSizeHint": "La longueur maximale du nom de développeur est 256 caractères.", - "disable": "Désactiver", - "disabled": "Désactivé", - "displayNameLabel": "Nom", - "displayVersionHint": "Entrer la version de l’application", - "displayVersionLabel": "Version de l’application", - "displayVersionLengthCheck": "La longueur de la version d’affichage doit être de 130 caractères maximum", - "eBookCategoryNameLabel": "Nom par défaut", - "emailAccount": "Nom du compte e-mail", - "emailAccountHint": "par exemple, e-mail de l'entreprise", - "emailAccountInfoBalloon": "Spécifiez le nom d'affichage du compte e-mail tel qu'il apparaîtra aux utilisateurs sur leurs appareils", - "emailAddressAttribute": "Attribut d'adresse e-mail d'AAD", - "emailAddressInfoBalloon": "Spécifier l'adresse e-mail à utiliser pour l'envoi et la réception d'e-mails", - "emailServer": "Serveur e-mail", - "emailServerHint": "par ex., mail.contoso.com", - "emailServerInfoBalloon": "Spécifier le nom d'hôte de votre serveur Exchange", - "enable": "Activer", - "enableSMime": "Activer S/MIME", - "enabled": "Activé", - "encryptAllEmails": "Chiffrer tous les e-mails", - "encryptionCertificates": "Certificats de chiffrement", - "endUserNotifications": "Notifications de l'utilisateur final", - "enrollmentTypeLabel": "Type d'inscription de l'appareil", - "externalRecipients": "Info courrier Destinataires externes", - "externalRecipientsInfoBalloon": "L’info courrier Destinataires externes s’affiche si l’expéditeur ajoute un destinataire externe ou un groupe de distribution contenant des destinataires externes. Cette info courrier informe les expéditeurs que le message qu’ils composent va sortir de l’organisation, les incitant ainsi à adapter la formulation, le ton et le contenu de leur message. Disponible uniquement pour les comptes Exchange Online et les comptes locaux tirant parti de l’authentification moderne hybride. S’il n’est pas configuré, le paramètre d’application par défaut a la valeur Activé.", - "focusedInbox": "Boîte de réception Prioritaire", - "focusedInboxInfoBalloon": "La boîte de réception Prioritaire sépare votre boîte de réception en deux onglets : Prioritaire et Autres. Les e-mails les plus importants apparaissent sous l'onglet Prioritaire, tandis que les autres restent facilement accessibles, mais en retrait, sous l'onglet Autres. S'il n'est pas configuré, le paramètre d'application par défaut a la valeur Activé.", - "gmailNineAmountOfEmail": "Nombre d'e-mails à synchroniser", - "gmailNineAuthenticationMethodInfoBalloon": "Sélectionnez le mode d'authentification des utilisateurs sur le serveur de messagerie. Utilisez des certificats pour fournir aux utilisateurs finaux l'expérience la plus sécurisée et la plus fluide. L'authentification basée sur les certificats n'est pas encore disponible, car les profils de certificat SCEP et PKCS des appareils de propriétaires ne sont pas disponibles. ", - "gmailNineCertificateUPNInfoBalloon": "Le certificat doit inclure le nom d'utilisateur principal (UPN) comme autre nom de l'objet.", - "gmailNineEmailAddressInfoBalloon": "Attribut fourni par Azure AD à Intune pour générer dynamiquement l'adresse e-mail utilisée par le profil, par ex., MyName@contoso.com (UPN). Découvrez plus d'informations sur les attributs AAD pour les profils de messagerie.", - "gmailNineEmailServerInfoBalloon": "Emplacement Exchange (URL) du serveur de messagerie auquel l'application spécifiée se connecte pour récupérer les e-mails.", - "gmailNineEmailSynchronizeInfoBalloon": "Contrôle la quantité d'e-mails synchronisés par le client.", - "gmailNineSSLInfoBalloon": "Active SSL pour sécuriser toutes les communications avec le serveur de messagerie.", - "gmailNineUsernameInfoBalloon": "Attribut fourni par Azure AD à Intune pour générer dynamiquement le nom d'utilisateur utilisé par le profil, par ex., MyName@contoso.com (UPN) ou MyName (nom d'utilisateur). Découvrez plus d'informations sur les attributs AAD pour les profils de messagerie.", - "ignoreVersionDetection": "Ignorer la version de l'application", - "informationUrlLabel": "URL d'informations", - "informationUrlSizeHint": "La longueur maximale de l’URL d’informations est de 1 024 caractères", - "installAsManaged": "Installer comme étant managée", - "installationSourceLabel": "Type d'application", - "installerTypeInfoBalloon": "Type de programme d’installation du package d’application.", - "installerTypeLabel": "Type de programme d'installation", - "isFeatured": "Afficher ceci en tant qu’application à la une dans le Portail d’entreprise", - "isMAMEnabledToggleLabel": "Oui", - "lastModifiedDateTime": "Heure de la dernière mise à jour", - "ldapUrl": "URL LDAP", - "licensingType": "Prend en charge l'attribution d'un contexte d'appareil", - "microsoft": "Microsoft", - "minimumOperationSystem": "Système d'exploitation minimal", - "modernAuth": "Authentification moderne", - "nameHint": "Entrer un nom", - "nameLabel": "Nom", - "nameSizeHint": "La longueur maximale du nom est 512 caractères.", - "notConfigured": "Non configuré", - "notesLabel": "Remarques", - "notesSizeHint": "La longueur maximale du texte des commentaires est 1 024 caractères.", - "notificationType": "Type de notification", - "oneDay": "Une journée", - "oneMonth": "Un mois", - "oneWeek": "Une semaine", - "outlookSMimeSettings": "Paramètres S/MIME Outlook", - "ownerLabel": "Propriétaire", - "ownerSizeHint": "La longueur maximale du nom de propriétaire est 256 caractères.", - "packageIdLabel": "Identificateur de package", - "packageNameLabel": "Nom du package", - "pivCredentialNotConfigured": "Vous n'avez pas sélectionné d'émetteur d'informations d'identification dérivées pour votre locataire. Vous devez en configurer un pour pouvoir appliquer cette stratégie aux appareils.", - "platformLabel": "Plateforme", - "policyDescriptionLabel": "Description", - "policyNameLabel": "Nom", - "primarySMTPAddress": "Adresse SMTP principale", - "privacyUrlLabel": "URL de la déclaration de confidentialité", - "publisherHint": "Entrez un nom d'éditeur", - "publisherLabel": "Éditeur", - "publisherSizeHint": "La longueur du nom d'éditeur doit être comprise entre 2 et 1 024 caractères (inclus)", - "require": "Exiger", - "requireBiometrics": "Exiger la biométrie pour accéder à l'application", - "sAMAccountName": "SamAccountName", - "scopeTagsRequired": "Au moins une balise d'étendue est obligatoire", - "searchAppLabel": "Sélectionner une application", - "searchAppLinkText": "Rechercher dans l'App Store", - "searchWinGetPublicRepositoryLinkText": "Rechercher le référentiel de communauté du gestionnaire de package Windows", - "searchWinGetStoreRepositoryLinkText": "Rechercher l’application Microsoft Store (nouvelle)", - "selectAAD": "Sélectionner un attribut AAD", - "selectAppFileLabel": "Sélectionner un fichier", - "selectAppFileLinkText": "Sélectionner un fichier de package d'application", - "selectAppFileToUpdateLabel": "Sélectionnez le fichier à mettre à jour", - "selectAuthMethod": "Sélectionner une méthode d'authentification", - "selectAuthType": "Sélectionner un type d'authentification", - "selectCertificate": "Sélectionner un certificat", - "signAllEmails": "Signer tous les e-mails", - "signingCertificates": "Certificats de signature", - "ssl": "SSL", - "suiteDescriptionLabel": "Description de la suite", - "suiteNameLabel": "Nom de la suite", - "tasks": "Tâches", - "threeDays": "Trois jours", - "totalLicenseCount": "Nombre total de licences", - "twoWeeks": "Deux semaines", - "unifiedAssignmentsLabel": "Affecter à :", - "unlimited": "Illimité", - "urlHint": "Entrez une URL valide", - "useManagedBrowserHint": "Android et iOS uniquement. En savoir plus", - "useManagedBrowserLabel": "Exiger l'ouverture de ce lien dans Managed Browser", - "userPrinicipalName": "Nom d'utilisateur principal", - "username": "Nom d'utilisateur", - "usernameAttribute": "Attribut de nom d'utilisateur d'AAD", - "usernameAttributreInfoBalloon": "Spécifier le nom d'utilisateur principal pour le profil e-mail utilisé pour authentifier le compte", - "usernamePassword": "Nom d'utilisateur et mot de passe", - "webAppUrlHint": "Entrer une URL valide commençant par http:// ou https://", - "webAppUrlLabel": "URL de l'application", - "webAppUrlSizeHint": "La longueur maximale de l’URL de l’application est de 1024 caractères", - "windowsUrlValidation": "Entrez une URL valide semblable à celle-ci : https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "Données XML entrées", - "xmlFormatInvalid": "Le format de la stratégie XML n'est pas valide.", - "xmlTooLarge": "La taille d'entrée doit être inférieure à 1 Mo." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Non pris en charge", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "La création de stratégies de mise à jour qualité nécessite une licence spécifique.", "warningBoxText": "Alors que l’accélération des mises à jour logicielles peut contribuer à réduire la durée de la mise en conformité lorsque cela est nécessaire, cela a un impact plus grand sur la productivité de l’utilisateur final. La probabilité que ce dernier subisse un redémarrage pendant les heures de bureau est considérablement plus élevée." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
          For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
          Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
          \n
            \n
          • This setting works correctly when \"All cloud apps\" are selected
          • \n
          • This does not affect token lifetimes or the sign-in frequency setting.
          • \n
          • This will override the \"Show option to stay signed in\" policy in Company Branding.
          • \n
          • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
          • \n
          • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
          • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
            Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Paramètres de configuration Edge", "edgeWindowsDataProtectionSettings": "Paramètres de protection des données Microsoft Edge (Windows) - Préversion", @@ -10783,7 +11566,10 @@ "Column": { "author": "Auteur", "template": "Nom du modèle" - } + }, + "Row": { + "ariaLabel": "ligne {0} de {1} colonne {2}" + } }, "SettingsCatalog": { "subtitle": "Commencez à partir de zéro et sélectionnez les paramètres de votre choix dans la bibliothèque des paramètres disponibles", @@ -11593,6 +12379,7 @@ "gettingStarted": "Mise en route", "messages": "Messages", "onlineResources": "Ressources en ligne", + "policyHealth": "Politique de santé", "releaseManagement": "Gestion des mises en production", "serviceRequests": "Demandes de service", "settings": "Paramètres", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender pour point de terminaison", "allApps": "Toutes les applications", "allDevices": "Tous les appareils", - "androidFotaDeployments": "Déploiements d’Android FOTA", + "androidFotaDeployments": "Déploiements Android FOTA (aperçu)", "appBundles": "Offres groupées d’applications", "appCategories": "Catégories d'applications", "appConfigPolicies": "Stratégies de configuration des applications", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Autorisations attribuées", "assignedRoles": "Rôles affectés", "autopilotDeploymentReport": "Déploiements AutoPilot (préversion)", + "autopilotDeploymentReportV2": "Déploiements de pilote automatique 2.0 (préversion)", "brandingAndCustomization": "Personnalisation", "cartProfiles": "Profils de panier", "certificateConnectors": "Connecteurs de certificat", "chromeEnterprise": "Chrome Enterprise (préversion)", "cloudAttachedDevices": "Appareils attachés au cloud (préversion)", + "cloudPcActions": "Actions de PC cloud (préversion)", + "cloudPcMaintenanceWindows": "Fenêtres de maintenance cloud PC (préversion)", "compliancePolicies": "Stratégies de conformité", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (préversion)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Restrictions d'inscription", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Connecteurs de services Exchange", - "failuresForDriverUpdates": "Échecs de la mise à jour de Windows Driver (préversion)", + "failuresForDriverUpdates": "Échecs de mise à jour du pilote Windows", "failuresForFeatureUpdates": "Échec de la mise à jour des fonctionnalités", "failuresForQualityUpdates": "Échecs de la mise à jour accélérée de Windows", "featureFlighting": "Version d'évaluation des fonctionnalités", "featureUpdateDeployments": "Mises à jour des fonctionnalités pour Windows 10 et versions ultérieures", "flighting": "Distribution de version d'évaluation", - "fotaUpdate": "Mise à jour de microprogramme en l’air", + "fotaUpdate": "Mise à jour sans fil du micrologiciel (aperçu)", "groupPolicy": "Modèles d'administration", "groupPolicyAnalytics": "Analytique de la stratégie de groupe", "helpSupport": "Aide et support", @@ -11717,12 +12507,12 @@ "user": "Utilisateur", "userExecutionStatus": "État de l'utilisateur", "wdacSupplementalPolicies": "Stratégies supplémentaires en mode S", - "windows10DriverUpdate": "Mises à jour des pilotes pour Windows 10 et versions ultérieures (aperçu)", + "windows10DriverUpdate": "Mises à jour des pilotes pour Windows 10 et versions ultérieures", "windows10QualityUpdate": "Mises à jour qualité pour Windows 10 et versions ultérieures", "windows10UpdateRings": "Mettre à jour les anneaux pour Windows 10 et versions ultérieures", "windows10XPolicyFailures": "Échecs de stratégie Windows 10X", "windows365Connector": "Connecteur Windows 365 Citrix", - "windows365ConnectorPublicPreview": "Connecteur Windows 365 Citrix (préversion)", + "windows365PartnerConnector": "Connecteurs partenaires Windows 365", "windowsDiagnosticData": "Données Windows", "windowsEnterpriseCertificate": "Certificat d'entreprise Windows", "windowsManagement": "Scripts PowerShell", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Période de grâce de redémarrage de l'appareil", "summaryTitle": "Expérience utilisateur final" }, - "EnrollmentType": { - "devicesWithEnrollment": "Appareils gérés", - "devicesWithoutEnrollment": "Applications gérées" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Fichier ou dossier comme spécification sélectionnée.", + "pathToolTip": "Chemin complet du fichier ou dossier à détecter.", + "property": "Propriété", + "valueToolTip": "Sélectionnez une valeur de spécification qui correspond à la méthode de détection sélectionnée. La spécification de date et d'heure doit être entrée dans votre format local." + }, + "GridColumns": { + "pathOrScript": "Chemin/script", + "type": "Type" + }, + "Registry": { + "keyPath": "Chemin de la clé", + "keyPathTooltip": "Chemin complet de l'entrée de Registre contenant la valeur de la spécification.", + "operator": "Opérateur", + "operatorTooltip": "Sélectionnez l'opérateur de la comparaison.", + "registryRequirement": "Spécification de clé de Registre", + "registryRequirementTooltip": "Sélectionnez la comparaison des spécifications de clé de Registre.", + "valueName": "Nom de valeur", + "valueNameTooltip": "Nom de la valeur de Registre obligatoire." + }, + "RequirementTypeOptions": { + "fileType": "Fichier", + "registry": "Registre", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Booléen", + "dateTime": "Date et heure", + "float": "Virgule flottante", + "integer": "Entier", + "string": "Chaîne", + "version": "Version" + }, + "duplicateName": "Le nom de script {0} est déjà utilisé. Entrez un autre nom.", + "enforceSignatureCheck": "Appliquer la vérification de la signature du script", + "enforceSignatureCheckTooltip": "Sélectionnez « Oui » pour vérifier que le script est signé par un éditeur approuvé, ce qui permet de l'exécuter sans avertissement ni invite. Le script s'exécute sans blocage. Sélectionnez « Non » (par défaut) pour exécuter le script avec confirmation de l'utilisateur final, mais sans vérification de signature.", + "loggedOnCredentials": "Exécuter ce script en utilisant les informations d'identification de l'utilisateur connecté", + "loggedOnCredentialsTooltip": "Exécutez le script à l'aide des informations d'identification connectées sur l'appareil.", + "operatorTooltip": "Sélectionnez l'opérateur de la comparaison de spécifications.", + "requirementMethod": "Sélectionner un type de données de sortie", + "requirementMethodTooltip": "Sélectionnez le type de données utilisé pour déterminer une spécification de correspondance de détection.", + "scriptContent": "Contenu de script", + "scriptFile": "Fichier de script", + "scriptFileTooltip": "Sélectionnez un script PowerShell qui détecte la présence de l'application sur le client. Si l'application est détectée, le processus de spécification fournit un code de sortie de valeur 0 et écrit une valeur de chaîne dans STDOUT.", + "scriptName": "Nom du script", + "value": "Valeur", + "valueTooltip": "Sélectionnez une valeur de spécification qui correspond à la méthode de détection sélectionnée. La spécification de date et d'heure doit être entrée dans votre format local." + }, + "bladeTitle": "Ajouter une règle de spécification", + "createRequirementHeader": "Créez une spécification.", + "header": "Configurer d'autres règles de spécification", + "label": "Règles de spécification supplémentaires", + "noRequirementsSelectedPlaceholder": "Aucune spécification spécifiée.", + "requirementType": "Type de spécification", + "requirementTypeTooltip": "Choisissez le type de méthode de détection utilisé pour déterminer comment valider une spécification." + }, + "architectures": "Architecture du système d'exploitation", + "architecturesTooltip": "Choisissez les architectures nécessaires pour installer l'application.", + "bladeTitle": "Spécifications", + "diskSpace": "Espace disque nécessaire (Mo)", + "diskSpaceTooltip": "Espace disque nécessaire sur le lecteur système pour installer l'application.", + "header": "Spécifiez les conditions que les appareils doivent remplir avant l'installation de l'application :", + "maximumTextFieldValue": "La valeur doit être de {0} maximum.", + "minimumCpuSpeed": "Vitesse de processeur minimale nécessaire (MHz)", + "minimumCpuSpeedTooltip": "Vitesse de processeur minimale nécessaire pour installer l'application.", + "minimumLogicalProcessors": "Nombre minimal de processeurs logiques nécessaires", + "minimumLogicalProcessorsTooltip": "Nombre minimal de processeurs logiques nécessaires pour installer l'application.", + "minimumOperatingSystem": "Système d'exploitation minimal", + "minimumOperatingSystemTooltip": "Sélectionnez le système d'exploitation minimum nécessaire pour installer l'application.", + "minumumTextFieldValue": "La valeur doit correspondre au moins à {0}.", + "physicalMemory": "Mémoire physique nécessaire (Mo)", + "physicalMemoryTooltip": "Mémoire physique (RAM) nécessaire pour installer l'application.", + "selectorLabel": "Spécifications", + "validNumber": "Entrez un nombre valide." + }, "PolicySet": { "appManagement": "Gestion des applications", "assignments": "Attributions", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Profils de configuration d'appareil", "powershellScriptTitle": "Scripts PowerShell" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
            For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
            Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Recommandé", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahreïn", @@ -11909,7 +12984,7 @@ "countryNameBN": "Brunéi Darussalam", "countryNameBD": "Bangladesh", "countryNameMW": "Malawi", - "countryNameGM": "Gambia", + "countryNameGM": "Gambie", "countryNameGA": "Gabon", "countryNameCA": "Canada", "countryNameSH": "Sainte-Hélène", diff --git a/Documentation/Strings-hu.json b/Documentation/Strings-hu.json index 971c6f6..00d9d7c 100644 --- a/Documentation/Strings-hu.json +++ b/Documentation/Strings-hu.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Az első elérhető dátum" }, + "Windows11SideBySideInstall": { + "disabled": "Letiltva", + "enabled": "Engedélyezve", + "infoBalloonContent": "Annak szabályozása, hogy a legújabb Windows 10 funkciófrissítés telepíthető-e a Windows 11-re nem jogosult eszközökre", + "label": "Ha egy eszköz nem tudja futtatni a Windows 11-et, telepítse a legújabb Windows 10 funkciófrissítést" + }, "bladeTitle": "Funkciófrissítés-telepítések", "deploymentSettingsTitle": "Üzembe helyezési beállítások", "loadError": "A betöltés nem sikerült", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Ehhez a képességhez meghatározott licencre van szükség.", "gradualRolloutLicenseWarningEdit": "A képesség használata és konfigurálása addig lehetséges, amíg a szabályzat részét képezi annak mentésekor.", - "licenseLearnMoreText": "További információ az előfeltételekről és a funkciófrissítési szabályzatokról." + "licenseLearnMoreText": "További információ az előfeltételekről és a funkciófrissítési szabályzatokról.", + "specificLicensingRequired": "Néhány kiválasztott képességhez konkrét licenc szükséges." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Segítse az eszköz felhasználóit az alkalmazás jellegének és használati lehetőségeinek megadásával. Ez a leírás a Céges portálon lesz látható.", "developer": "Az alkalmazást fejlesztő cég vagy személy neve. Ez az információ a felügyeleti központba bejelentkezett felhasználók számára lesz látható.", "displayVersion": "Az alkalmazás verziója. Ez az információ a Céges portálon lesz látható a felhasználók számára.", + "fullScreenEnabled": "Igaz érték beállítása esetén a webklipet teljes képernyős webalkalmazásként indítja el.", + "ignoreManifestScope": "Igaz érték beállítása esetén a teljes képernyős webklipek a Safari felhasználói felületének megjelenítése nélkül navigálhatnak egy külső webhelyre. Ellenkező esetben megjelenik a Safari felhasználói felülete, ha a webklip az URL-címéről más helyre lép. Ennek a kulcsnak nincs hatása, ha a Teljes képernyő értéke hamis.", "infoUrl": "Egy olyan webhelyre vagy dokumentációra mutató hivatkozást biztosíthat a felhasználóknak, amely további információt tartalmaz az alkalmazással kapcsolatban. Az információs URL-cím a Céges portálon lesz látható a felhasználók számára.", "isFeatured": "A kiemelt alkalmazások feltűnő módon vannak elhelyezve a Céges portálon, hogy a felhasználók gyorsan megtalálják őket.", "learnMore": "További információk", "logo": "Töltse fel az alkalmazáshoz társított emblémát. Ez az embléma a Céges portálon mindenhol megjelenik az alkalmazás mellett.", "macOSDmgAppPackageFile": "Az alkalmazást olyan formátumban tartalmazó fájl, amely közvetlenül telepíthető az eszközökön. Érvényes csomagtípus: .dmg.​", + "macOSPkgAppPackageFile": "Az alkalmazást olyan formátumban tartalmazó fájl, amely közvetlenül telepíthető az eszközökön. Érvényes csomagtípus: .pkg.", "minOperatingSystem": "Válassza ki a legkorábbi operációsrendszer-verziót, amelyre az alkalmazás telepíthető. Ha az alkalmazást egy ennél korábbi operációs rendszerrel rendelkező eszközhöz rendeli hozzá, az alkalmazás nem lesz telepítve.", "name": "Adja meg az alkalmazás nevét. Ez a név jelenik meg az Intune-alkalmazások listájában és a Céges portál felhasználói számára.", "notes": "Adjon hozzá további megjegyzéseket az alkalmazással kapcsolatban. A megjegyzések a felügyeleti központba bejelentkezett felhasználók számára lesznek láthatók.", "owner": "A cég azon dolgozójának neve, aki a licencelést kezeli, illetve aki az alkalmazáshoz tartozó kapcsolattartó. Ez a név a felügyeleti központba bejelentkezett felhasználók számára lesz látható.", "packageId": "Az alkalmazáscsomag azonosítója az alkalmazást azonosító egyedi érték.", "packageName": "Az alkalmazás csomagnevének megismeréséhez forduljon az eszköz gyártójához. Példa a csomagnévre: com.példa.app", + "preComposedIconEnabled": "Igaz érték beállítása esetén a SpringBoard nem adhat hozzá „csillogást” az ikonhoz.", "privacyUrl": "Hivatkozást biztosíthat azon felhasználók számára, akik szeretnének többet megtudni az alkalmazás adatvédelmi beállításairól és feltételeiről. Az adatvédelmi URL-cím a Céges portálon lesz látható a felhasználók számára.", "publisher": "Az alkalmazást terjesztő fejlesztő vagy cég neve. Ez az információ a Céges portálon lesz látható a felhasználók számára.", "selectApp": "Keressen az App Store-ban olyan iOS rendszerhez készült áruházbeli alkalmazásokat, amelyeket üzembe szeretne helyezni az Intune-nal.", + "targetApplicationBundleIdentifier": "Az URL-címet megnyitó alkalmazást meghatározó alkalmazáscsomag-azonosító. Az iOS 14 és újabb verziókban érhető el.", "useManagedBrowser": "Amikor a felhasználó megnyitja a webalkalmazást, akkor az szükség esetén egy Intune által védett böngészőben, például a Microsoft Edge-ben vagy az Intune Managed Browserben nyílik meg. Ez a beállítás az iOS- és az Android-eszközökre is vonatkozik.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Egy fájl, amely az alkalmazást olyan formátumban tartalmazza, amelyet közvetlenül telepíteni lehet az eszközökre. Az érvényes csomagtípus: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

            Az Igen lehetőség kiválasztásával letilthatja az alkalmazás PIN-kódját eszközzárolás egy regisztrált eszközön való észlelésekor.

            Megjegyzés: Az Intune iOS vagy iPadOS rendszeren külső EMM-megoldással nem tudja észlelni az eszközregisztrációt.

            " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "Az alkalmazás telepítése kényszerítheti az eszköz újraindítását", + "basedOnReturnCode": "Viselkedés meghatározása a visszatérési kódok alapján", + "force": "Az Intune az eszköz kötelező újraindítását kezdeményezi", + "suppress": "Nincs megadott művelet" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Szükséges telepítési idő (perc)", + "maxRunTimeInMinutesToolTip": "Azon percek száma, amennyit a rendszer a program telepítésének befejezésére vár. Az alapértelmezett érték 60 perc." + }, + "RunAsAccountOptions": { + "system": "Rendszer", + "user": "Felhasználó" + }, + "availableUninstall": "Eltávolítás elérhetőségének engedélyezése", + "availableUninstallTooltip": "Válassza az Igen lehetőséget, ha lehetővé szeretné tenni a Céges portál felhasználóinak, hogy eltávolíthassák az alkalmazást. Válassza a Nem lehetőséget, ha nem szeretné, hogy a felhasználók eltávolíthassák az alkalmazást a Céges portálról.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Viselkedés az eszköz újraindításához", + "deviceRestartBehaviorTooltip": "Válassza ki az eszköz sikeres alkalmazástelepítés utáni újraindítási viselkedését. Az eszköz a visszatérési kódok konfigurációs beállításai alapján történő újraindításához válassza a Viselkedés meghatározása a visszatérési kódok alapján lehetőséget. Válassza a Nincs megadott művelet lehetőséget az eszköz újraindításának letiltásához az MSI-alapú alkalmazások telepítése során. Válassza Az alkalmazástelepítés kényszerítheti az eszköz újraindítását lehetőséget annak engedélyezéséhez, hogy az alkalmazástelepítés az újraindítások letiltása nélkül befejeződjön. Válassza Az Intune kényszeríti az eszköz kötelező újraindítását lehetőséget ahhoz, hogy sikeres alkalmazástelepítés után mindig újrainduljon az eszköz.", + "header": "Adja meg a parancsokat az alkalmazás telepítéséhez és leválasztásához:", + "installCommand": "Telepítési parancs", + "installCommandMaxLengthErrorMessage": "A telepítési parancs nem lehet hosszabb 1024 karakternél.", + "installCommandTooltip": "Az alkalmazás telepítéséhez használt teljes telepítési parancssor.", + "runAs32Bit": "Telepítési és leválasztási parancsok futtatása 32 bites folyamatban 64 bites ügyfeleken", + "runAs32BitTooltip": "Válassza az Igen lehetőséget az alkalmazás 32 bites folyamatban való telepítéséhez és leválasztásához 64 bites ügyfeleken. Válassza a Nem (alapértelmezett) lehetőséget, ha az alkalmazást 64 bites folyamatban szeretné telepíteni és leválasztani 64 bites ügyfeleken. A 32 bites ügyfelek mindig 32 bites folyamatot fognak használni.", + "runAsAccount": "Telepítési viselkedés", + "runAsAccountTooltip": "Ha az alkalmazást az összes felhasználó számára szeretné telepíteni, és ez támogatott, válassza a Rendszer lehetőséget. Ha az alkalmazást az eszközön bejelentkezett felhasználó számára szeretné telepíteni, válassza a Felhasználó lehetőséget. A kettős célú MSI-alkalmazások esetében a módosítások mindaddig megakadályozzák a frissítések és az eltávolítások sikeres végrehajtását, amíg vissza nem állítja az eredeti telepítés időpontjában alkalmazott értéket.", + "selectorLabel": "Program", + "uninstallCommand": "Leválasztási parancs", + "uninstallCommandTooltip": "Az alkalmazás eltávolításához használt teljes eltávolítási parancssor." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Új", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Üzletági macOS-alkalmazás", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365-alkalmazások (macOS)", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS-webklip", "macOsVppApp": "Volume Purchase Program-alkalmazás macOS rendszerhez", "managedAndroidLobApp": "Felügyelt üzletági Android-alkalmazás", "managedAndroidStoreApp": "Felügyelt Android Áruházbeli alkalmazás", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Adja meg a PowerShell-szkript-fájlt, amelynek 200 KB-nál kisebb méretűnek kell lennie.", "uploadLabel": "Szkript helye" }, - "bashScriptObjectName": "Bash-szkript", "createButtonText": "Hozzáadás", "createPowershellScriptFlowSectionName": "Powershell-szkript hozzáadása", "customAttributeObjectName": "Egyéni attribútum", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Ezek a beállítások az Android 9-et vagy korábbi rendszereket futtató eszközökön, valamint bármely, Android operációs rendszert futtató Samsung Knox-eszközön fognak működni.", "androidPasswordHeader": "Jelszó megkövetelése az eszköz zárolásának feloldásához. Ha nincs konfigurálva, a jelszavak használata nem kötelező, és a konfigurálása a felhasználó döntésén múlik.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Állandó VPN-kapcsolat", - "androidSafetyNetBasicIntegrityAndCertified": "Alapvető integritás és hitelesített eszközök ellenőrzése", - "androidSafetyNetbasicIntegrity": "Alapvető integritás ellenőrzése", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Alapvető integritás és eszközintegritás ellenőrzése", + "androidPlayIntegrityVerdictBasicIntegrity": "Alapvető integritás ellenőrzése", "androidTRDeprecation": "A megbízható tanúsítványok a későbbiekben nem telepíthetők az Android 11-es vagy újabb verzióját futtató eszközökön, a Samsung Knox-eszközök kivételével. Ha SCEP-tanúsítványprofilokat használ, továbbra is létre kell hoznia és üzembe kell helyeznie egy megbízható tanúsítványsablont, majd társítania kell azt a SCEP-tanúsítványprofillal, de manuálisan kell ellátnia ezeket az eszközöket a megbízható főtanúsítvánnyal.", "androidTenAndAbovePasswordHeader": "Android 10 és újabb verziók", "androidTenAndAbovePasswordHeaderDescription": "Ezek a beállítások az Android 10-et vagy újabb rendszereket futtató eszközökön fognak működni.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Figyelmeztetés egyéb lemeztitkosításra", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "A „Kötelező” választásával titkosítja a mobileszköz tároló kártyáját.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Tárolókártya titkosítása (csak mobileszköz esetén)", - "bitLockerEnabledDescription": "BitLocker engedélyezésének megkövetelése az eszközön", - "bitLockerEnabledName": "BitLocker megkövetelése", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "A „Kötelező” kiválasztásával engedélyezi a BitLocker eszköztitkosítást. Az eszköz hardverétől és a Windows verziójától függően a rendszer megkérheti a végfelhasználókat, hogy erősítsék meg, nincs más gyártótól származó titkosítás az eszközükön. Ha bekapcsolja a Windows-titkosítást, de más gyártótól származó titkosítás is használatban van, akkor az eszköz instabillá válik.", "bitLockerEncryptDeviceName": "Eszközök titkosítása", "bitLockerEncryptMethodAesCbc128": "128 bites AES-CBC", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "A Touch ID és a Face ID zárolás feloldásának letiltása", "blockUSBConnectionDescription": "Annak megadása, hogy az eszközön engedélyezve legyen-e az USB-kapcsolat használata. Ez a beállítás nincs hatással az USB-töltésre. A beállítást a Windows asztali platformjai nem támogatják.", "blockUSBConnectionName": "USB-kapcsolat", + "blockUnifiedPasswordForWorkProfileDescription": "Ha azt szeretné, hogy a felhasználók két különböző jelszót használjanak a zárolási képernyőhöz és a munkahelyi profilhoz, tiltsa le az egy zárolás használatát. Egy képernyőzár használata kényelmes a felhasználó számára, de a munkahelyi profilt bárki számára elérhetővé teszi, aki feloldhatja az eszköz zárolását. Az Android 9.0 Pie és újabb verziót futtató eszközökre vonatkozik.", + "blockUnifiedPasswordForWorkProfileName": "Egyetlen zárolás munkahelyi profilhoz és eszközhöz", "blockUnmanagedDocumentsInManagedAppsName": "A nem céges dokumentumok céges alkalmazásokban való megtekintésének letiltása", "blockUntrustedTLSCertificatesDescription": "A nem megbízható TLS-tanúsítványok használatának letiltása.", "blockUntrustedTLSCertificatesName": "Nem megbízható TLS-tanúsítványok letiltása", @@ -2825,6 +2871,8 @@ "cellularName": "Mobiltelefon", "certificateCredentialConfigurationDisabledDescription": "Megakadályozza, hogy a felhasználók módosítsák a hozzájuk rendelt tanúsítványokkal társított hitelesítő adatokat.", "certificateCredentialConfigurationDisabledName": "A felhasználó konfigurálhatja a hitelesítő adatokat (a munkahelyi profil szintjén)", + "certificateInstallDescription": "Az itt felsorolt alkalmazások módosíthatják az Intune által kiállított tanúsítványokat, és kezelhetik a Intune-on kívülről kézbesített tanúsítványokat.", + "certificateInstallTitle": "Tanúsítványok telepítésének és kezelésének engedélyezése más alkalmazások számára", "certificateNotFound": "A tanúsítványszabályzat nem található. Törölte?", "certificateOption": "Tanúsítvány", "certificateRevocationCheck": "Tanúsítvány-visszavonási ellenőrzés", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Nyomtatási szolgáltatás erőforrás-URI-ja", "cloudProtectionDescription": "A Microsoft Active Protection Service telemetriai adatainak továbbítása a gyanús tevékenységek észlelése céljából.", "cloudProtectionName": "Felhőbeli védelem", - "codeIntegrityEnabledDescription": "Kódintegritás engedélyezésének megkövetelése az eszközön", - "codeIntegrityEnabledName": "Kódintegritás megkövetelése", + "codeIntegrityEnabledName": "Kódintegritás", "complianceAntiSpywareRequirementDescription": "A Windows Biztonsági központban regisztrált kémprogram-elhárító megoldások (például DigiCert, Microsoft Defender) bekapcsolásának és az általuk végzett figyelés megkövetelése", "complianceAntiSpywareRequirementName": "Kémprogram-elhárító", "complianceAntiSpywareSignatureUpToDateDescription": "A kémprogramjegyzék naprakészségének megkövetelése", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Ezzel a beállítással lehet megadni azon korábban használt jelszavak számát, amelyek újból már nem használhatók fel. A javasolt érték: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Újból nem használható jelszavak száma", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Az eszközön futtatható legújabb operációs rendszer buildszámának megadása.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Adja meg az eszközön használható legújabb operációsrendszer-build verzióját. Például: 20E252.
            Ha egy Apple Rapid Security Response-frissítést szeretne beállítani maximális operációsrendszer-buildként, adja meg a kiegészítő build verzióját. Például: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Operációs rendszer maximális buildszáma", - "complianceOsBuildVersionRestrictionMinimumDescription": "Az eszközön futtatható legrégibb operációs rendszer buildszámának megadása.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Adja meg az eszközön használható legrégebbi operációsrendszer-build verzióját. Például: 20E252.
            Ha egy Apple Rapid Security Response-frissítést szeretne beállítani minimális operációsrendszer-buildként, adja meg a kiegészítő build verzióját. Például: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Operációs rendszer minimális buildszáma", "complianceOsVersionRestrictionHeader": "Operációs rendszer verziója", "complianceOsVersionRestrictionMaximumAndroidDescription": "Adja meg a maximális operációsrendszer-verzióra vonatkozó megfelelőségi követelményt. A Nougat verzióhoz például a 7.1 értéket adja meg a mezőben ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "A biztonsági javítások és a fejlesztések automatikus telepítésének kikényszerítése az eszközön.", "complianceUpdatesRequireAutomaticUpdatesName": "Microsoft-frissítések automatikus telepítésének megkövetelése", "complianceWin10RequiredPasswordTypeDescription": "Ez a beállítás határozza meg, hogy milyen típusú jelszót vagy PIN-kódot kell megadni.
            \r\nEszköz alapértelmezett beállítása (jelszó, numerikus PIN-kód vagy alfanumerikus PIN-kód szükséges)
            \r\nAlfanumerikus (jelszó- vagy alfanumerikus PIN-kód szükséges)
            \r\nNumerikus (jelszó vagy numerikus PIN-kód szükséges)
            \r\nJavaslatok: kötelező jelszó típusa: alfanumerikus. Jelszóbonyolultság: számjegyek és kisbetűk megkövetelése", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 vagy 11", + "complianceWindows11DeviceHealthAttestationHeader": "Csak Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "A Microsoft Defender minimális verziója (pl. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "A Microsoft Defender kártevőirtó minimális verziója", - "complianceWindowsDeviceHealthAttestationHeader": "A Windows állapotigazolási szolgáltatásának kiértékelési szabályai", + "complianceWindowsDeviceHealthAttestationHeader": "A Microsoft Attestation Service értékelési szabályai

            Ezekkel a szabályokkal ellenőrizheti, hogy az eszközön engedélyezve vannak-e a védelmi intézkedések a rendszerindításkor. További információ ezekről a szabályokról", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Annak a legújabb operációsrendszer-verziónak a kiválasztása, amellyel egy mobileszköz rendelkezhet. Az operációsrendszer-verziót a főverzió.alverzió.build.változat formátumban kell megadni.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Annak a legrégebbi operációsrendszer-verziónak a kiválasztása, amellyel egy mobileszköz rendelkezhet. Az operációsrendszer-verziót a főverzió.alverzió.build.változat formátumban kell megadni.", "complianceWindowsOsVersionRestrictionHeaderDescription": "Az operációsrendszer-verziót a főverzió.alverzió.build.változat formátumban kell megadni. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Az operációs rendszer kisebb frissítései és a nem az operációs rendszerhez kapcsolódó szoftverfrissítések", "delayMinorOSUpdateVisibilityOption": "Kisebb operációsrendszer-szoftverfrissítések", "delayOSUpdateVisibilityOption": "Operációsrendszer-frissítések", + "delegatedScopeLogsTitle": "Hozzáférés bizalmas Android-naplókhoz", "deliveryOptimizationBandwidthHeader": "Sávszélesség", "deliveryOptimizationCachingHeader": "Gyorsítótárazás", "deliveryOptimizationDODescription": "Azt határozza meg, hogy milyen letöltési módot használhat a Kézbesítésoptimalizálás a hálózati sávszélesség kezelésére tartalom terjesztésével járó esetekben.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Származtatott hitelesítőadat-kibocsátó keresése...", "derivedCredentialsTenantLevelNotConfigured": "Nem adta meg a bérlő származtatott hitelesítőadat-kibocsátóját, ami a szabályzat eszközökre való sikeres alkalmazásához szükséges. A kibocsátó megadásához kattintson ide.", "descriptionName": "Leírás", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (csak bérlő csatolása)", "desktopOption": "Asztal", "destinationPrefix": "Cél előtagja/mérete (például 192.168.0.1/255)", "developerUnlock": "Fejlesztői zárolás feloldása", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "Vagy újabb verzió", "eDPPolicyVersionAndBelowName": "Vagy régebbi verzió", "eDPPolicyVersionEqualsName": "Azonos", - "earlyLaunchAntiMalwareDriverEnabledDescription": "A korai indítású kártevőirtó illesztőprogram megkövetelése", - "earlyLaunchAntiMalwareDriverEnabledName": "A korai indítású kártevőirtó illesztőprogram megkövetelése", + "earlyLaunchAntiMalwareDriverEnabledName": "Korai indítású kártevőirtó", "easAccountSettingsHeader": "Exchange ActiveSync-fiókbeállítások", "easAllData": "Minden adat", "easCalendarContactsOnly": "Csak Naptár és Ismerősök", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Bármely cím", "firewallRulesPortOrPortRangeInvalidCharacterError": "A portlista csak számokat, kötőjelet (-) és vesszőt (,) tartalmazhat.", "firewallRulesPortOrPortRangeInvalidError": "A portlista érvénytelen portokat, illetve porttartományokat tartalmaz.", + "firmwareProtectionEnabledName": "Belső vezérlőprogram védelme", "firmwareUpdatesBehaviorName": "Vezérlőprogram-frissítések", "firstActiveEthernet": "Első aktív Ethernet", "firstAvailableOption": "Elsőként elérhető", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP internetes társviszony-létesítéssel kombinálva (3)", "httpWithPeeringNatOption": "HTTP ugyanazon NAT mögötti társviszony-létesítéssel kombinálva (1)", "httpWithPeeringPrivateGroupOption": "HTTP privát csoportbeli társviszony-létesítéssel kombinálva (2)", + "hvciEnabledName": "Memóriaintegritás-védelem", "hybridSleepBatteryDescription": "Ezzel a szabályzatbeállítással kikapcsolhatja a hibrid alvást, ha az eszköz tápellátását akkumulátor biztosítja.
            Ha a szabályzat le van tiltva, az eszköz nem engedélyezi a hibrid alvást és a hibernálást.
            Ha a szabályzat nincs konfigurálva, ezt a beállítást a felhasználók vezérlik.", "hybridSleepName": "Hibrid altatás", "hybridSleepPluggedInDescription": "Ezzel a szabályzatbeállítással kikapcsolhatja a hibrid alvást, ha az eszköz csatlakoztatva van az áramhálózahoz.
            Ha a szabályzat le van tiltva, az eszköz nem engedélyezi a hibrid alvást és a hibernálást.
            Ha a szabályzat nincs konfigurálva, ezt a beállítást a felhasználók vezérlik.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Közepesen alacsony", "mediumOption": "Közepes", "meetingInformationDisplayedOnWelcomeScreenName": "Üdvözlőképernyőn megjelenített értekezletadatok", + "memoryAccessProtectionEnabledName": "Memória-hozzáférés elleni védelem", "messagingBlockMMSDescription": "Az MMS küldése/fogadása funkció letiltása az eszközön.", "messagingBlockMMSName": "MMS (csak mobilon)", "messagingBlockRCSDescription": "A gazdag kommunikációs szolgáltatások (RCS) küldése/fogadása funkció letiltása az eszközön.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Kisebbnek kell lennie az operációs rendszer maximális verziójánál", "mustBeValidAddress": "Érvényes címnek kell lennie. Például: 4.3.6.0, itgproxy.com, stb.", "mustBeValidAndroidPackageName": "A csomagnév csak betűket, számokat, aláhúzásjelet és pontot tartalmazhat. a névnek betűvel kell kezdődnie.", - "mustBeValidBuildVersionFormat": "Érvényes buildszám-formátumnak kell lennie. Példa: 18A391, 16G1114 stb.", + "mustBeValidBuildVersionFormat": "Érvényes buildszám-formátumnak kell lennie. Például: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Érvényes DNS-utótagnak kell lennie. Példa: itgproxy.com", "mustBeValidDateFormat": "Érvényes dátumformátumnak kell lennie (ÉÉÉÉ-HH-NN). Példa: 2016-10-01, 2016-10-31, stb.", "mustBeValidDomain": "Érvényes tartománynak kell lennie. Példa: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Hálózati bővítmények", "networkInterface": "Hálózati adapter", "networkInterfaceDescription": "Konfigurálandó hálózati adapter", + "networkLogsTitle": "Az alkalmazás hozzáférhet az Android hálózati tevékenységnaplóihoz", "networkProxyAutomaticConfigurationUrlDescription": "A használni kívánt PAC-parancsfájl URL-címe.", "networkProxyAutomaticConfigurationUrlName": "Beállítási parancsfájl URL-címe", "networkProxyDisableAutoDetectDescription": "A beállítások automatikus észlelése. Ha a beállítás engedélyezve van, a rendszer megpróbálja megkeresni egy PAC-parancsfájl elérési útját.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Elrejtés", "pinnedFolderOptionShow": "Megjelenítés", "pipeInvalidError": "Az érték nem tartalmazhat | karaktert.", + "playIntegrityVerdictOptionsDescription": "A lejátszás-sértetlenségi rendelkezés szintjének beállítása", + "playIntegrityVerdictOptionsName": "Lejátszás-sértetlenségi rendelkezés", "pluggedInHeader": "Csatlakoztatva", "policyDomainNameService": "DNS", "policyEmailAddress": "E-mail-cím", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Alapértelmezett szabályzat. A felhasználónak léteznie kell, és érvényes Intune-licenccel kell rendelkeznie.", "requireUserExistanceName": "A regisztrált felhasználó létezik", "required": "Kötelező", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Nincs konfigurálva (alapértelmezés szerinti alapszintű értékelés)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Válassza ki a SafetyNet-eszköz tanúsítási válaszának kiszámításához használni kívánt kiértékelési típust.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardveralapú kulcs", - "requiredAndroidSafetyNetEvaluationTypeName": "A kötelező SafetyNet-értékelés típusa", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Nincs konfigurálva", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Válassza ki a lejátszás-sértetlenségi rendelkezés eszköz tanúsítási válaszának kiszámításához használni kívánt kiértékelési típust.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Erős integritás ellenőrzése", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Erős integritás ellenőrzése hardveres biztonsági funkciók használatával", "requiredExtensionsColumnHeader": "Csomagcsaládnevek", "requiredExtensionsExamples": "pl. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Jelszó szükséges, nincs korlátozás", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "például contoso.com", "safeSearchFilterDescription": "Annak megadása, hogy Cortana hogyan szűrje ki a felnőtteknek szóló tartalmat a keresési eredményekből.", "safeSearchFilterName": "Biztonságos keresés (csak mobileszközökön)", - "safetyNetAttestationOptionsDescription": "A SafetyNet-igazolás szintjének beállítása", - "safetyNetAttestationOptionsName": "SafetyNet-eszközigazolás", "sampleSharingEnableOrNotConfiguredDescription": "A Microsoft Defender for Endpoint mintamegosztási beállításának visszaadása vagy beállítása.", "sampleSharingEnableOrNotConfiguredName": "Mintamegosztás az összes fájl esetében", "saturday": "szombat", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Másodlagos hitelesítési módszer", "secondaryAuthenticationMethodTEAPDescription": "Válassza ki a másodlagos módszert a felhasználók hitelesítéséhez. A Tanúsítványok területen válasszon egy olyan tanúsítványprofilt (SCEP vagy PKCS), amely szintén üzembe van helyezve az eszközhöz. Az eszköz ezt az identitástanúsítványt fogja bemutatni a kiszolgálónak.", "secretKey": "Titkos kulcs:", - "secureBootEnabledDescription": "Biztonságos rendszerindítás engedélyezésének megkövetelése az eszközön", - "secureBootEnabledName": "Biztonságos rendszerindítás engedélyezésének megkövetelése az eszközön", + "secureBootEnabledName": "Biztonságos rendszerindítás", "secured": "Biztonságos", "securityAssociationIdleTimeDescription": "A biztonsági társítások törlődnek, ha ennyi másodpercig nem észlelhető hálózati forgalom.", "securityAssociationIdleTimeHint": "Adja meg az üresjárati időt másodpercben (300–3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Közös feltételek mód​", "securityDeveloperSettingsEnabledDescription": "Fejlesztői beállításokhoz való hozzáférés engedélyezése.", "securityDeveloperSettingsEnabledName": "Fejlesztői beállítások", + "securityLogsTitle": "Az alkalmazás hozzáférhet az Android biztonsági naplóihoz", "securityOption": "Diagnosztikai adatok kikapcsolva", "securityRequireVerifyAppsDescription": "Alkalmazások telepítés előtti és utáni ellenőrzésének engedélyezése a Google Play Protect számára. Ha a szolgáltatás fenyegetést észlel, felszólíthatja a felhasználót, hogy távolítsa el az alkalmazást az eszközről. Alapértelmezés szerint kötelező.", "securityRequireVerifyAppsName": "Fenyegetések vizsgálata az alkalmazásokban", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Felügyelt alkalmazások kiválasztása", "selectMicrosoftEdgeApp": "A Microsoft Edge Legacy böngésző hozzáadása", "selectMicrosoftTunnelSite": "Válasszon ki egy helyet", + "selectNetworkApp": "Alkalmazás kiválasztása az Android hálózati tevékenységnaplóihoz való hozzáféréshez", "selectNetworkInterface": "Válasszon hálózati adaptert", "selectNonEapMethod": "Nem EAP-módszer kiválasztása", "selectOneOption": "Válasszon egyet", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Főtanúsítvány kiszolgálóhitelesítéshez", "selectRootCertificatesForServerValidationName": "Kiszolgálói érvényesítéshez használandó főtanúsítványok", "selectSecurity": "Biztonság típusának kiválasztása", + "selectSecurityApp": "Alkalmazás kiválasztása az Android biztonsági naplóihoz való hozzáféréshez", "selectService": "Melyik felügyeleti típussal kapcsolatban segíthetünk Önnek?", "selectStoreApp": "Áruházbeli alkalmazás hozzáadása", "selectStoreAppEmpty": "Áruházbeli alkalmazás hozzáadása", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "Alkalmazás", "trafficRuleAppTypeName": "Alkalmazástípus", "trafficRuleClaimsName": "Igénylés", - "trafficRuleDirectionDescription": "Adja meg, hogy a szabály a bejövő vagy a kimenő forgalomra vonatkozik-e.
            \r\n
            \r\n Bejövő = A szabály az összes bejövő forgalomra vonatkozik.\r\n
            \r\n
            \r\n Kimenő = A szabály az összes kimenő forgalomra vonatkozik.\r\n ", + "trafficRuleDirectionDescription": "A bejövő forgalom vpn-en keresztül engedélyezi a külső helyekről érkező forgalmat. A kimenő forgalom vpn-en keresztül engedélyezi a külső helyekre irányuló forgalmat. Mindkettő engedélyezéséhez hozzon létre két szabályt.", "trafficRuleDirectionName": "Irány", "trafficRuleRoutingPolicyTypeDescription": "Választás a következő lehetőségek közül: osztott alagút és alagút kényszerítése.
            \r\n
            \r\n Osztott alagút – csak a hálózati verem által kifejezetten a VPN-adapterre irányított forgalom halad át az adapteren. Az internetes forgalom más adaptereken keresztül is áthaladhat.\r\n
            \r\n
            \r\n Alagút kényszerítése – minden IP-forgalomnak a VPN-adapteren kell áthaladnia (e forgalmi szabály esetében).\r\n
            \r\n
            \r\n A szabály csak akkor lép érvénybe, ha hozzá van rendelve egy alkalmazáshoz.\r\n ", "trafficRuleRoutingPolicyTypeName": "Szabálytípus", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Felhasználó", "vPNPolicyProfileTargetDescription": "A profilt állandó VPN-kapcsolattá alakítja, amely felhasználói interakció nélkül csatlakozik, és géptanúsítványokat használ a hitelesítéshez. Csak IKEv2 típusú kapcsolatot támogat. A VPN-profil az AutoPilot kezdőélmény futtatásának befejeződése után el lesz távolítva az eszközről.", "vPNPolicyProfileTargetName": "A VPN-profil használata a Windows AutoPilothöz", + "vPNPolicyProxyExclListDescription1": "Azon gazdagépek listája, amelynél ki szeretné zárni a proxy használatát a kapcsolatokban. Ezek a gazdagépek használhatnak helyettesítő karaktereket, például *.example.com.", + "vPNPolicyProxyExclListDescription2": "Azon állomásnevek listája, amelyek esetében a proxyt meg kell kerülni. Az állomásnevek tartalmazhatnak helyettesítő karaktereket is, például: *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Kizárt gazdagépek", + "vPNPolicyProxyExclListExclusions": "kizárások", + "vPNPolicyProxyExclListFileImport": "A gazdagépek listának importálására szolgáló fájl", + "vPNPolicyProxyExclListHostName": "Állomásnév", + "vPNPolicyProxyExclListImport": "Proxy-kizárások importálása", + "vPNPolicyProxyExclListInvalid": "Érvénytelen bevitel", + "vPNPolicyProxyExclListList": "Kizárási lista", + "vPNPolicyProxyExclListManage": "Proxy-kizárások kezelése", + "vPNPolicyProxyExclListName": "Proxy kizárási lista", "vPNPolicyRememberCredentialsName": "Minden bejelentkezéskor emlékezzen a hitelesítő adatokra", "vPNPolicyRoutesForThisConnectionDescription": "Nem kötelező.", "vPNPolicyRoutesForThisConnectionName": "A VPN-kapcsolat megosztott protokollbújtatási útvonalai", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Kezdőlap virtuális gombja", "virtualHomeButtonNotConfigured": "Nincs konfigurálva", "virtualHomeButtonSwipeUp": "Pöccintés felfelé", + "virtualizationBasedSecurityEnabledName": "Virtualizálásalapú biztonság", "virtualizationOfCpuAndIOName": "Processzor- és I/O-virtualizálás", "visibleAppsListOptionsDescription": "Ezzel a beállítással azt adhatja meg, hogy a lista az elrejtendő vagy a megjelenítendő alkalmazásokat tartalmazza.", "visibleAppsListOptionsName": "Alkalmazáslista típusa", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Webes hivatkozások engedélyezése minden alkalmazásban", "rootCertificate": "Főtanúsítvány", "safetyNetDeviceAttestation": "SafetyNet-eszközigazolás", + "samsungKnoxAttestationRequired": "Samsung Knox-eszközigazolás", "saveAppsNotificationText": "A kiválasztott alkalmazások mentése", "saveChangesCommandText": "Mentés", "savePolicySettingsNotificationText": "Házirend-beállítások mentése", @@ -7885,10 +7953,12 @@ "state": "Állapot", "status": "Állapot", "store": "Tárolás", + "subjectOnlyOptionText": "Csak tárgy", "success": "Sikeres művelet", "successfully": "Sikeres", "summary": "Összegzés", "summaryLensTitle": "Összefoglalás", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Távoli kérések", "summarySettingsPartWipeRequestsSelectorText": "Törlési kérések", "supportId": "Támogatási azonosító: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Érték", "valueMustNotContainCharsError": "Az érték nem tartalmazhatja a következő karaktereket: {0}", "versionValidationExample": "

            Formátum: [Főverzió].[Alverzió] vagy [Főverzió].[Alverzió].[Build].[Változat]

            Példa: 1.5 vagy 1.5.50.101

            ", - "versionValidationWith2To4Segments": "

            Formátum: [Főverzió].[Alverzió] vagy [Főverzió].[Alverzió].[Build] vagy [Főverzió].[Alverzió].[Build].[Javítás]

            Példa: 1.5 vagy 1.5.50 vagy 1.5.50.101

            ", + "versionValidationWith2To5Segments": "

            Formátum: [Major].[Minor] vagy [Major].[Minor].[Build] vagy [Major].[Minor].[Build].[Revision]. iOS esetén a [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] is támogatott.

            Megjegyzés: Az alkalmazások nem végeznek adattörlést a RapidSecurityResponse megsértése esetén, csak a blokkolás vagy figyelmeztetés támogatott.

            Példa: 1.5 vagy 1.5.50 vagy 1.5.50.101 vagy (iOS esetén) 1.5.50.101.a

            ", "versionValidationWithDateFormat": "Érvényes dátumformátumnak kell lennie (ÉÉÉÉ-HH-NN).", "warn": "Figyelmeztetés", "warning": "Figyelmeztetés", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Vezetékes hálózat", "workProfile": "Személyes tulajdonban lévő munkahelyi profil" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "A fájl vagy a mappa mint kiválasztott követelmény.", - "pathToolTip": "Az észlelendő fájl vagy mappa teljes elérési útja.", - "property": "Tulajdonság", - "valueToolTip": "Válasszon olyan követelményértéket, amely megfelel a választott észlelési módszernek. A dátum és idő követelményét a helyi formátumban kell megadni." - }, - "GridColumns": { - "pathOrScript": "Elérési út vagy szkript", - "type": "Típus" - }, - "Registry": { - "keyPath": "Kulcs elérési útja", - "keyPathTooltip": "A követelményként szolgáló értéket tartalmazó beállításjegyzék-bejegyzés teljes elérési útja.", - "operator": "Operátor", - "operatorTooltip": "Válassza ki az operátort az összehasonlításhoz.", - "registryRequirement": "Beállításkulcsra vonatkozó követelmény", - "registryRequirementTooltip": "Válassza ki a beállításkulcsra vonatkozó követelmények összehasonlításának módját.", - "valueName": "Azonosítónév", - "valueNameTooltip": "A szükséges beállításjegyzék-érték neve." - }, - "RequirementTypeOptions": { - "fileType": "Fájl", - "registry": "Beállításjegyzék", - "script": "Szkript" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Logikai érték", - "dateTime": "Dátum és idő", - "float": "Lebegőpontos szám", - "integer": "Egész szám", - "string": "Sztring", - "version": "Verzió" - }, - "duplicateName": "A(z) {0} szkriptnév már használatban van. Adjon meg egy másik nevet.", - "enforceSignatureCheck": "Szkriptaláírás ellenőrzésének kényszerítése", - "enforceSignatureCheckTooltip": "Az „Igen” lehetőség kiválasztásával ellenőrizheti, hogy a szkriptet egy megbízható gyártó írta-e alá, így a szkript figyelmeztetések és felszólítások megjelenítése nélkül fog futni. A szkript letiltás nélkül fog futni. A „Nem” (ez az alapértelmezett beállítás) kiválasztásakor a szkript végfelhasználói megerősítéssel, de az aláírás ellenőrzése nélkül fut.", - "loggedOnCredentials": "Szkript futtatása a bejelentkezéshez használt hitelesítő adatokkal", - "loggedOnCredentialsTooltip": "Szkript futtatása a bejelentkezett eszköz hitelesítő adataival.", - "operatorTooltip": "Válassza ki az operátort a követelmények összehasonlításához.", - "requirementMethod": "Kimeneti adattípus kiválasztása...", - "requirementMethodTooltip": "Válassza ki, hogy a rendszer melyik adattípust használja az észlelési egyezési követelmények meghatározásakor.", - "scriptContent": "Szkript tartalma", - "scriptFile": "Parancsfájl", - "scriptFileTooltip": "Válasszon egy PowerShell-szkriptet, amely észleli majd az alkalmazás jelenlétét az ügyfélen. Ha a rendszer észleli az alkalmazást, a követelményfolyamat egy 0 értékű kilépési kódot ad vissza, és sztringértéket ír az STDOUT elembe.", - "scriptName": "Szkript neve", - "value": "Érték", - "valueTooltip": "Válasszon olyan követelményértéket, amely megfelel a választott észlelési módszernek. A dátum és idő követelményét a helyi formátumban kell megadni." - }, - "bladeTitle": "Követelményszabály hozzáadása", - "createRequirementHeader": "Követelmény létrehozása", - "header": "További követelményszabályok konfigurálása", - "label": "További követelményszabályok", - "noRequirementsSelectedPlaceholder": "Nincsenek megadva követelmények.", - "requirementType": "Követelmény típusa", - "requirementTypeTooltip": "Válassza ki a követelmény érvényesítésének meghatározásához használt észlelési módszert." - }, - "architectures": "Operációs rendszer architektúrája", - "architecturesTooltip": "Válassza ki az alkalmazás telepítéséhez szükséges architektúrákat.", - "bladeTitle": "Követelmények", - "diskSpace": "Szükséges lemezterület (MB)", - "diskSpaceTooltip": "Az alkalmazás telepítéséhez szabad lemezterület szükséges a rendszermeghajtón.", - "header": "Adja meg, milyen követelményeknek kell megfelelnie az eszközöknek az alkalmazás telepítése előtt:", - "maximumTextFieldValue": "A maximális érték {0}.", - "minimumCpuSpeed": "Szükséges minimális processzorsebesség (MHz)", - "minimumCpuSpeedTooltip": "Az alkalmazás telepítéséhez szükséges minimális CPU-sebesség.", - "minimumLogicalProcessors": "Logikai processzorok szükséges minimális száma", - "minimumLogicalProcessorsTooltip": "Az alkalmazás telepítéséhez szükséges logikai processzorok minimális száma.", - "minimumOperatingSystem": "Minimális operációsrendszer-verzió", - "minimumOperatingSystemTooltip": "Válassza ki az alkalmazás telepítéséhez szükséges minimális operációs rendszert.", - "minumumTextFieldValue": "A minimális érték {0}.", - "physicalMemory": "Szükséges fizikai memória (MB)", - "physicalMemoryTooltip": "Az alkalmazás telepítéséhez szükséges fizikai memória (RAM).", - "selectorLabel": "Követelmények", - "validNumber": "Adjon meg egy érvényes számot." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "A frissítés fokozatosan legyen elérhető", + "immediateStart": "A frissítés a lehető leghamarabb legyen elérhető", + "startDateOnly": "A frissítés egy adott dátumtól legyen elérhető" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Felügyelt eszközök", + "devicesWithoutEnrollment": "Felügyelt alkalmazások" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Szűrő", + "assignmentFilterTypeColumnHeader": "Szűrési mód", + "assignmentToast": "Végfelhasználói értesítések", + "assignmentTypeTableHeader": "HOZZÁRENDELÉS TÍPUSA", + "deadlineTimeColumnLabel": "Telepítési határidő", + "deliveryOptimizationPriorityHeader": "Szállítás optimalizálásának prioritása", + "groupTableHeader": "Csoport", + "installContextLabel": "Környezet telepítése", + "isRemovable": "Telepítés cserélhetőként", + "licenseTypeLabel": "Engedély típusa", + "modeTableHeader": "Csoport mód", + "policySet": "Szabályzatkészlet", + "preventAutoAppUpdate": "Automatikus alkalmazásfrissítések megakadályozása", + "preventManagedAppBackup": "Az iCloud-alkalmazások biztonsági mentésének megakadályozása", + "restartGracePeriodHeader": "Türelmi időszak újraindítása", + "startTimeColumnLabel": "Rendelkezésre állás", + "tracks": "Nyomkövetések", + "uninstallOnRemoval": "Eltávolítás az eszköz törlésekor", + "updateMode": "Prioritás frissítése", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD-webalkalmazás", + "androidEnterpriseSystemApp": "Android Enterprise-rendszeralkalmazás", + "androidForWorkApp": "Felügyelt Google Play Áruházbeli alkalmazás", + "androidLobApp": "Üzletági Android-alkalmazás", + "androidStoreApp": "Android Áruházbeli alkalmazás", + "builtInAndroid": "Beépített Android-alkalmazás", + "builtInApp": "Beépített alkalmazás", + "builtInIos": "Beépített iOS-alkalmazás", + "iosIPadOSWebClip": "iOS/iPadOS-webklip", + "iosLobApp": "Üzletági iOS-alkalmazás", + "iosStoreApp": "iOS Store-alkalmazás", + "iosVppApp": "Volume Purchase Program-alkalmazás iOS rendszerhez", + "lineOfBusinessApp": "Üzletági alkalmazás", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Üzletági macOS-alkalmazás", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office programcsomag", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS-webklip", + "macOsVppApp": "Volume Purchase Program-alkalmazás macOS rendszerhez", + "managedAndroidLobApp": "Felügyelt üzletági Android-alkalmazás", + "managedAndroidStoreApp": "Felügyelt Android Áruházbeli alkalmazás", + "managedGooglePlayApp": "Felügyelt Google Play Áruházbeli alkalmazás", + "managedGooglePlayPrivateApp": "Felügyelt privát Google Play-alkalmazás", + "managedGooglePlayWebApp": "Felügyelt Google Play-webhivatkozás", + "managedIosLobApp": "Felügyelt üzletági iOS-alkalmazás", + "managedIosStoreApp": "Felügyelt iOS Store-alkalmazás", + "microsoftStoreForBusinessApp": "A „Microsoft Store Vállalatoknak” egy alkalmazása", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store Vállalatoknak", + "officeAddIn": "Office-bővítmény", + "officeSuiteApp": "Microsoft 365-alkalmazások (Windows 10 és újabb)", + "sharePointApp": "SharePoint-app", + "teamsApp": "Teams alkalmazás", + "webApp": "Webhivatkozás", + "win32CatalogApp": "Windows katalógusalkalmazás (Win32)", + "winGetPublicApp": "Windows-csomagkezelő közösségi adattár", + "winGetStoreApp": "Microsoft Store-alkalmazás (új)", + "windowsAppXLobApp": "AppX-alapú üzletági Windows-alkalmazás", + "windowsClassicApp": "Windows-alkalmazás (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 és újabb)", + "windowsMobileMsiLobApp": "MSI-alapú üzletági Windows-alkalmazás", + "windowsPhone81AppXBundleLobApp": "AppX-alapú üzletági Windows Phone 8.1-alkalmazás", + "windowsPhone81AppXLobApp": "AppX-alapú üzletági Windows Phone 8.1-alkalmazás", + "windowsPhone81StoreApp": "Windows Phone 8.1 Áruházbeli alkalmazás", + "windowsPhoneXapLobApp": "XAP-alapú üzletági Windows Phone-alkalmazás", + "windowsStoreApp": "Microsoft Store-alkalmazás (örökölt)", + "windowsUniversalAppXLobApp": "Univerzális AppX-alapú üzletági Windows-alkalmazás", + "windowsUniversalLobApp": "Univerzális üzletági Windows-alkalmazás", + "windowsWebApp": "Windows webes hivatkozás" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Kizárva", + "include": "Belefoglalva", + "includeAllDevicesVirtualGroup": "Belefoglalva", + "includeAllUsersVirtualGroup": "Belefoglalva" + }, + "AssignmentToast": { + "hideAll": "Az összes bejelentési értesítés elrejtése", + "showAll": "Az összes bejelentési értesítés megjelenítése", + "showReboot": "A számítógép-újraindításokra vonatkozó bejelentési értesítések megjelenítése" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Háttér", + "displayText": "Tartalom letöltése a következőben: {0}", + "foreground": "Előtér", + "header": "Szállítás optimalizálásának prioritása" + }, + "DeviceRestartBehaviorOptions": { + "allow": "Az alkalmazás telepítése kényszerítheti az eszköz újraindítását", + "basedOnReturnCode": "Viselkedés meghatározása a visszatérési kódok alapján", + "force": "Az Intune az eszköz kötelező újraindítását kezdeményezi", + "suppress": "Nincs megadott művelet" + }, + "FilterType": { + "exclude": "Kizárás", + "include": "Belefoglalás", + "none": "Nincs" + }, + "InstallIntent": { + "available": "Regisztrált eszközök esetében elérhető", + "availableWithoutEnrollment": "Regisztrációval vagy anélkül is elérhető", + "notApplicable": "Nem alkalmazható", + "required": "Kötelező", + "uninstall": "Eltávolítás" + }, + "SettingType": { + "assignmentType": "Hozzárendelés típusa", + "deviceLicensing": "Engedély típusa", + "installContext": "Eltávolítás az eszköz törlésekor", + "toastSettings": "Végfelhasználói értesítések", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Alapértelmezett", + "postponed": "Elhalasztva", + "priority": "Magas prioritás" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Eszközök konfigurálása a kezdeti kiépítéshez és felhasználókhoz való hozzárendeléshez.", + "title": "Eszköz-előkészítés" + }, + "EnrollmentSettings": { + "description": "Konfigurálhatja a regisztrációs beállításokat, például letilthatja a regisztrációt, és hozzárendelheti őket a felhasználókhoz.", + "title": "Regisztrációs beállítások" + }, + "OSConfiguration": { + "menuDescription": "Konfigurálja azokat a beállításokat, amelyekkel a felhasználók helyreállíthatják a Windows rendszert egy rendszerindításra alkalmas USB flash-meghajtóról.", + "menuTitle": "Operációs rendszer konfigurációja" + }, + "coManagementAuthorityDesc": "Configuration Manager-integráció közös felügyeleti beállításainak konfigurálása", + "coManagementAuthorityTitle": "Közös felügyeleti beállítások ", + "deploymentProfiles": "Windows AutoPilot Deployment-profilok", + "description": "További információ arról a hét módszerről, amellyel a felhasználók és a rendszergazdák regisztrálhatják a Windows 10/11-es PC-ket az Intune-ban.", + "descriptionLabel": "Windows-regisztrációs módszerek", + "enrollmentStatusPage": "Regisztráció állapotát jelző lap" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Az eszköz regisztrációját igénylő feltételek nem érhetők el az „Eszközök regisztrálása vagy csatlakoztatása” felhasználói művelettel.", - "message": "Csak a „Többtényezős hitelesítés megkövetelése“ beállítás használható az „Eszközök regisztrálása vagy csatlakoztatása“ nevű felhasználói művelethez létrehozott szabályzatokban.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Az összes ajánlott illesztőprogram-frissítés automatikus jóváhagyása", + "manual": "Illesztőprogram-frissítések manuális jóváhagyása és üzembe helyezése" + }, + "Details": { + "ApprovalMethod": { + "label": "Jóváhagyási módszer:" + }, + "DeploymentDeferralInDays": { + "label": "Frissítések elérhetővé tétele a következő után:", + "units": "(nap)", + "value": "{0} nap" + }, + "bladeTitle": "Illesztőprogram-frissítések Windows 10-es és újabb verziókhoz (előzetes verzió)", + "lastSync": "Legutóbbi szinkronizálás:", + "lastSyncDefaultText": "A kezdeti készlet összegyűjtése függőben", + "loadError": "A betöltés sikertelen!" + }, + "DriverStatus": { + "approved": "Jóváhagyva", + "declined": "Elutasítva", + "export": "Ajánlott illesztőprogramok exportálása", + "needsReview": "Felülvizsgálatot igényel", + "paused": "Felfüggesztve" }, + "DriversToReview": { + "text": "{0} felülvizsgálandó" + }, + "Subtitle": { + "automatic": "Automatikus jóváhagyásos illesztőprogram-frissítési házirend", + "manual": "Manuális jóváhagyásos illesztőprogram-frissítési házirend" + }, + "SyncNotification": { + "failure": "{0} szinkronizálása nem sikerült.", + "failureDescription": "Hiba történt, és nem sikerült befejezni a kért szinkronizálást. Próbálja meg újra.", + "pending": "{0} szinkronizálása folyamatban", + "pendingDescription": "A legutóbbi adatok beolvasása folyamatban van. Ez a folyamat több percet is igénybe vehet.", + "success": "{0} szinkronizálás befejeződött", + "successDescription": "A WUfB szolgáltatással való szinkronizálás befejeződött: {0}" + }, + "SyncSpinner": { + "text": "Folyamatban van egy szinkronizálás. Ez több percet is igénybe vehet. Figyelje a riasztást, vagy térjen vissza néhány perc múlva." + }, + "TabName": { + "basics": "Alapadatok", + "driverUpdateSettings": "Beállítások", + "otherDrivers": "Egyéb illesztőprogramok", + "properties": "Tulajdonságok", + "recommendedDrivers": "Ajánlott illesztőprogramok" + }, + "driverAddFilter": "Szűrő hozzáadása", + "driverApplicableDevices": "Megfelelő eszközök", + "driverApprovalStatus": "Állapot", + "driverBulkActions": "Tömeges műveletek", + "driverClass": "Illesztőprogram besorolása", + "driverCount": "{0}–{1}. megjelenítése a(z) {2} rekord közül", + "driverFilterNoneSelected": "Egy elem sincs kijelölve", + "driverManufacturer": "Gyártó", + "driverName": "Illesztőprogram neve", + "driverNameLower": "windows illesztőprogram-frissítés üzembe helyezése", + "driverNameUpper": "Windows illesztőprogram-frissítés üzembe helyezése", + "driverRefresh": "Frissítés", + "driverReleaseDate": "Kiadás dátuma", + "driverSearch": "Keresés", + "driverSearchKeyword": "Adja meg a keresési kulcsszót", + "driverVersion": "Verzió", + "firstDeploymentDate": "Első üzembe helyezés", + "infoBoxText": "A készlet létrehozása a szabályzat hozzárendelése és létrehozása után akár 24 óráig is eltarthat.", + "textBlockText": "Válassza ki a szabályzat jóváhagyási és üzembe helyezési beállításait. Beállíthatja, hogy egy szabályzat automatikusan vagy manuálisan hagyja jóvá és telepítse a frissítéseket. A jóváhagyási módszer nem módosítható a szabályzat létrehozása után, de az egyes illesztőprogram-jóváhagyások és az üzembe helyezés részleteinek módosítása a hozzárendelt eszközök készletének létrehozása után lehetséges lesz." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "E beállításokkal ellenőrizheti, hogy mely felhasználók telepítenek olyan alkalmazásokat, amelyek használatát a cége nem engedélyezte. Válassza ki a korlátozott alkalmazások listájának típusát:

            \r\n Letiltott alkalmazások – azon alkalmazások listája, amelyek felhasználók általi telepítéséről értesülni szeretne.
            \r\n Jóváhagyott alkalmazások – azon alkalmazások listája, amelyek használatát a cége engedélyezte. Ha a felhasználók egy ebben a listában nem szereplő alkalmazást telepítenek, Ön erről értesítést kap.
            \r\n ", + "androidZebraMxZebraMx": "Zebra-eszközök konfigurálása MX-profil XML formátumban való feltöltésével.", + "iosDeviceFeaturesAirprint": "Ezekkel a beállításokkal megadhatja, hogy az iOS-eszközök automatikusan csatlakozzanak a hálózatbeli AirPrint-kompatibilis nyomtatókhoz. Ehhez szüksége lesz a nyomtatók IP-címére és elérési útjára.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Konfiguráljon egy olyan alkalmazásbővítményt, amely engedélyezi az egyszeri bejelentkezés (SSO) használatát az iOS 13.0 vagy újabb rendszert futtató eszközök esetében.", + "iosDeviceFeaturesHomeScreenLayout": "Konfigurálja az iOS-eszközök dokkjának és főképernyőjének elrendezését. Bizonyos eszközöknél a megjelenített elemek száma korlátozott lehet.", + "iosDeviceFeaturesIOSWallpaper": "Kép megjelenítése az iOS-eszközök főképernyőjén és/vagy zárolási képernyőjén.\r\n Ha egyedi képet szeretne megjeleníteni az egyes képernyőkön, akkor hozzon létre egy-egy profilt a zárolási képernyőn, valamint a főképernyőn megjelenő képpel.\r\n Ezt követően rendelje hozzá mindkét profilt az egyes felhasználókhoz.\r\n
            \r\n
              \r\n
            • Maximális fájlméret: 750 KB
            • \r\n
            • Fájltípus: PNG, JPG vagy JPEG
            • \r\n
            \r\n ", + "iosDeviceFeaturesNotifications": "Az alkalmazások értesítési beállításainak megadása. Az iOS 9.3-as és újabb verzióiban támogatott.", + "iosDeviceFeaturesSharedDevice": "A zárolási képernyőn megjelenő nem kötelező szöveg megadása. Ezt a funkciót az IOS 9.3-as és újabb verziói támogatják. További információ", + "iosGeneralApplicationRestrictions": "E beállításokkal ellenőrizheti, hogy mely felhasználók telepítenek olyan alkalmazásokat, amelyek használatát a cége nem engedélyezte. Válassza ki a korlátozott alkalmazások listájának típusát:

            \r\n Letiltott alkalmazások – azon alkalmazások listája, amelyek felhasználók általi telepítéséről értesülni szeretne.
            \r\n Jóváhagyott alkalmazások – azon alkalmazások listája, amelyek használatát a cége engedélyezte. Ha a felhasználók egy ebben a listában nem szereplő alkalmazást telepítenek, Ön erről értesítést kap.
            \r\n ", + "iosGeneralApplicationVisibility": "A megjelenített alkalmazások listáján megadhatja, hogy a felhasználó mely iOS-alkalmazásokat jeleníthesse meg és indíthassa el. A rejtett alkalmazások listáján azokat az iOS-alkalmazásokat adhatja meg, amelyeket a felhasználó nem jeleníthet meg és nem indíthat el.", + "iosGeneralAutonomousSingleAppMode": "Ha erre a listára felvesz és egy eszközhöz hozzárendel egy alkalmazást, kizárólag arra az alkalmazásra korlátozhatja az eszköz használatát, ha az elindult, illetve zárolhatja az eszközt bizonyos művelet végrehajtásakor (például vizsgáztatás ideje alatt). A művelet befejeződése, illetve a korlátozás feloldása után az eszköz visszatér a szokásos állapotba.", + "iosGeneralKiosk": "Kioszkmódban zárolódnak az eszköz különböző beállításai, illetve egyetlen alkalmazás futtatására korlátozható az eszköz használata. Ez többek között kiskereskedelmi üzletekben lehet hasznos, ahol az eszközön egyetlen bemutatóalkalmazásnak kell futnia.", + "macDeviceFeaturesAirprint": "Ezekkel a beállításokkal megadhatja, hogy a macOS-eszközök automatikusan csatlakozzanak a hálózatbeli AirPrint-kompatibilis nyomtatókhoz. Ehhez szüksége lesz a nyomtatók IP-címére és erőforrás-elérési útjára.", + "macDeviceFeaturesAssociatedDomains": "A társított tartományok konfigurálásával megoszthatja az adatokat és a bejelentkezési hitelesítő adatokat a szervezet alkalmazásai és webhelyei között. Ez a profil a macOS 10.15-ös vagy újabb verzióját futtató eszközökön alkalmazható.", + "macDeviceFeaturesExtensibleSingleSignOn": "Konfiguráljon egy olyan alkalmazásbővítményt, amely engedélyezi az egyszeri bejelentkezés (SSO) használatát a macOS 10.15 vagy újabb rendszert futtató eszközök esetében.", + "macDeviceFeaturesLoginItems": "Kiválaszthatja, hogy mely alkalmazások, fájlok és mappák legyenek nyitva, amikor a felhasználók bejelentkeznek az eszközeiken. Ha nem szeretné, hogy a felhasználók megváltoztassák a kiválasztott alkalmazások megnyitásának módját, elrejtheti az alkalmazást a felhasználói konfigurációból.", + "macDeviceFeaturesLoginWindow": "Konfigurálja a macOS bejelentkezési képernyőjének megjelenését, valamint a felhasználók számára a bejelentkezés előtt és után elérhető funkciókat.", + "macExtensionsKernelExtensions": "Használja ezeket a beállításokat a kernelbővítményekre vonatkozó szabályzat konfigurálásához a 10.13.2 vagy újabb verziót futtató macOS-eszközökön.", + "macGeneralDomains": "A felhasználó által küldött vagy fogadott azon e-mailek, amelyek nem egyeznek az itt megadott tartománnyal, nem megbízhatóként lesznek megjelölve.", + "windows10EndpointProtectionApplicationGuard": "A Microsoft Edge használatakor a Microsoft Defender alkalmazásőr védi a környezetet a munkahely által megbízhatóként meg nem jelölt webhelyektől. Ha a felhasználók olyan webhelyeket keresnek fel, amelyek nem találhatók meg az elszigetelt hálózat határán belül, a rendszer egy virtuális böngészési Hyper-V-munkamenetben nyitja meg ezeket a webhelyeket. A megbízható webhelyek meghatározása a hálózathatárral történik, amelyet az Eszközkonfiguráció lapon lehet beállítani. Megjegyzés: ez a funkció kizárólag 64-bites Windows 10 vagy újabb verziókat futtató eszközökhöz érhető el.", + "windows10EndpointProtectionCredentialGuard": "A Credential Guard engedélyezésekor a a rendszer a következő szükséges beállításokat engedélyezi:\r\n
            \r\n
              \r\n
            • A virtualizálás-alapú biztonság engedélyezése: A virtualizálás-alapú biztonság (VBS) bekapcsolása a következő újraindításkor. A virtualizálás-alapú biztonság a Windows hipervizorral támogatja a biztonsági szolgáltatásokat.
            • \r\n
              \r\n
            • Biztonságos rendszerindítás közvetlen memória-hozzáféréssel: A VBS bekapcsolása biztonságos rendszerindítással és közvetlen memória-hozzáféréssel (DMA).
            • \r\n
            \r\n ", + "windows10EndpointProtectionDeviceGuard": "Válasszon ki további olyan alkalmazásokat, amelyeket a Microsoft Defender alkalmazásfelügyeleti funkciójával szeretne naplózni, vagy amelyek futtatását ezzel a funkcióval kívánja engedélyezni. A Windows-összetevők és a Windows Áruházból származó alkalmazások automatikusan megbízhatónak minősülnek, és futtathatók.

            \r\n A rendszer nem tiltja le a Csak naplózás üzemmódban futó alkalmazásokat, és ezek eseményeit a helyi ügyfélnaplókban rögzíti.\r\n ", + "windows10GeneralPrivacyPerApp": "Olyan alkalmazások hozzáadása, amelyek viselkedésének az „Alapértelmezett adatvédelem” kategóriában meghatározottól eltérőnek kell lennie.", + "windows10NetworkBoundaryNetworkBoundary": "A hálózathatár a vállalati erőforrások listájából áll, például a vállalati hálózat számítógépeihez tartozó felhőbeli tartományok vagy IP-címtartományok. A hálózathatárok meghatározásával szabályzatokat alkalmazhat az ilyen helyeken található adatok védelmére.", + "windowsHealthMonitoring": "A Windows biztonságiállapot-figyelési szabályzatának konfigurálása.", + "windowsPhoneGeneralApplicationRestrictions": "A Windows Phone letilthatja a felhasználók számára a tiltott alkalmazások listáján szereplő, illetve a jóváhagyott alkalmazások listáján nem szereplő alkalmazások telepítését vagy futtatását. Minden felügyelt alkalmazást hozzá kell adni a jóváhagyott alkalmazások listájához." + }, + "Inputs": { + "accountDomain": "Fióktartomány", + "accountDomainHint": "pl. contosodomain", + "accountDomainInfoBalloon": "Adja meg a felhasználói fiók tartományát.", + "accountTypeInfoBalloon": "Adja meg a konfigurálandó fiók típusát a hitelesítési modell alapján", + "allowContactSetting": "A felhasználó módosíthatja a kapcsolattartási beállítást", + "allowContactSyncInfoBalloon": "Adja meg, hogy a felhasználó módosíthassa-e a kapcsolattartó-szinkronizálási beállítást", + "allowUserChange": "A felhasználó módosíthatja a beállításokat", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Adjon meg egy, a következőhöz hasonló csomagnevet: com.microsoft.word", + "androidUrlValidation": "Adjon meg egy érvényes URL-címet, például egy ehhez hasonlót: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Alkalmazástelepítési hatókör", + "appUrlLabel": "Alkalmazásáruház URL-címe", + "appleUrlValidation": "Érvényes URL-címet adjon meg. Példa: https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Alkalmazható eszköztípus", + "assignmentActionLabel": "Mód", + "authenticationMethodInfoBalloon": "Adja meg a felhasználóhitelesítési módszert", + "authenticationMetod": "Hitelesítési módszer", + "authenticationType": "Hitelesítés típusa", + "authenticationTypeInfoBalloon": "Adja meg a felhasználóhitelesítési módszert", + "availableLicenseCount": "Rendelkezésre álló licencek", + "basicAuth": "Alapszintű hitelesítés", + "biometricsInfoBalloon": "Megkövetelheti a biometria, például TouchID vagy a FaceID használatát azoktól a felhasználóktól, akik szeretnék elérni az alkalmazást az eszközükön. Ha kötelező a használata, a felhasználóknak az ebben a profilban kiválasztott hitelesítési módszer mellett a biometriát is használniuk kell. Ezt a beállítást nem ajánlott engedélyezni, ha Intune App Protection-szabályzatok vannak érvénybe léptetve, mert az alkalmazásvédelmi szabályzat olyan hozzáférési követelményeket tartalmaz, amelyeknek a felügyelt adatok elérése előtt kell megfelelni. Ha mindkét funkció engedélyezve van, az Outlook Mobile elérésekor több hozzáférés-jóváhagyási panel jelenhet meg. Ha a beállítás nincs konfigurálva, az alkalmazásbeállítás alapértelmezett értéke a Kikapcsolva. ", + "bookNameLabel": "Könyv neve", + "bundleDescriptionHint": "Adjon meg egy leírást, amely leírja a befoglalt alkalmazásokat.", + "calendar": "Naptár", + "categoryLabel": "Kategória", + "categoryNameLabel": "Alapértelmezett név", + "certProfileType": "Tanúsítványprofil típusa", + "certificate": "Tanúsítvány", + "certificates": "Tanúsítványok", + "commandLineLabel": "Parancssori argumentumok", + "commandLineSizeHint": "A parancssori argumentumok szövege legfeljebb 1024 karakter hosszú lehet", + "configurationSettingsFormatLabel": "Konfigurációs beállítások formátuma", + "configurationSettingsLabel": "Beállítások formátuma", + "contactSync": "Partnerek mentése", + "contactSyncInfoBalloon": "A névjegyek mobileszközön lévő natív címjegyzékbe történő mentése lehetővé teszi az új hívások és SMS-ek összekapcsolását a felhasználó meglévő Outlook-névjegyeivel. Ha nincs konfigurálva a beállítás, az alkalmazásbeállítás alapértelmezett értéke a Kikapcsolva.", + "contacts": "Kapcsolattartók", + "createdDateTime": "Létrehozva", + "defaultCategoryHint": "Az alapértelmezett kategóriák nem módosíthatók", + "deploySMimeCertsFromIntune": "S/MIME-tanúsítványok üzembe helyezése az Intune-ból", + "descriptionGenericLabel": "Leírás", + "descriptionHint": "Leírás megadása...", + "descriptionLabel": "Leírás", + "descriptionSizeHint": "A leírás nem lehet hosszabb 10 000 karakternél", + "developerLabel": "Fejlesztő", + "developerSizeHint": "A fejlesztő neve legfeljebb 256 karakter hosszú lehet.", + "disable": "Letiltás", + "disabled": "Letiltva", + "displayNameLabel": "Név", + "displayVersionHint": "Adja meg az alkalmazás verziószámát", + "displayVersionLabel": "Alkalmazásverzió", + "displayVersionLengthCheck": "A megjelenítési verzió hossza legfeljebb 130 karakter lehet", + "eBookCategoryNameLabel": "Alapértelmezett név", + "emailAccount": "E-mail-fiók neve", + "emailAccountHint": "példa: Céges e-mail", + "emailAccountInfoBalloon": "Adja meg az e-mail-fiók felhasználók eszközein megjelenő nevét", + "emailAddressAttribute": "E-mail-cím attribútuma az AAD-ből", + "emailAddressInfoBalloon": "Adja meg az e-mailek küldésére és fogadására szolgáló e-mail-címet", + "emailServer": "Levelezési kiszolgáló", + "emailServerHint": "pl. mail.contoso.com", + "emailServerInfoBalloon": "Adja meg az Exchange-kiszolgáló állomásnevét", + "enable": "Engedélyezés", + "enableSMime": "S/MIME engedélyezése", + "enabled": "Engedélyezve", + "encryptAllEmails": "Az összes e-mail titkosítása", + "encryptionCertificates": "Titkosítási tanúsítványok", + "endUserNotifications": "Végfelhasználói értesítések", + "enrollmentTypeLabel": "Eszközregisztráció típusa", + "externalRecipients": "Külső címzettek e-mail-tipp", + "externalRecipientsInfoBalloon": "A Külső címzettek e-mail-tipp akkor jelenik meg, ha a feladó külső címzettet vagy külső címzetteket tartalmazó terjesztési csoportot ad hozzá az e-mailhez. Ez az e-mail-tipp arról tájékoztatja a feladót, hogy az adott e-mail elhagyja-e a céget. Ez megkönnyíti a szóhasználattal, a hangnemmel és a tartalommal kapcsolatos helyes döntések meghozatalát. Ez a funkció csak az Exchange Online-fiókok és a modern hibrid hitelesítést használó helyi fiókok számára érhető el. Ha nincs konfigurálva a beállítás, az alkalmazásbeállítás alapértelmezett értéke a Bekapcsolva.", + "focusedInbox": "Szűrt levelek", + "focusedInboxInfoBalloon": "A Szűrt levelek funkció két lapra választja szét beérkezett üzenetek mappáját – a Szűrt és az Egyéb lapra. A legfontosabb e-mailek a Szűrt lapon jelennek meg, míg a többi rejtve marad, de könnyen elérhető az Egyéb lapon. Ha nincs konfigurálva a beállítás, az alkalmazásbeállítás alapértelmezett értéke a Bekapcsolva. ", + "fullScreenEnabledLabel": "Teljes képernyő", + "gmailNineAmountOfEmail": "Szinkronizálandó e-mailek mennyisége", + "gmailNineAuthenticationMethodInfoBalloon": "Adja meg a felhasználók levelezési kiszolgálón történő hitelesítésének módját. A tanúsítványok használatával biztosíthatja a legbiztonságosabb és leggördülékenyebb felhasználói élményt a végfelhasználók számára. A tanúsítványalapú hitelesítés még nem érhető el, mert az SCEP- és PKCS-tanúsítványprofilok nem érhetők el az eszköztulajdonosi eszközök számára. ", + "gmailNineCertificateUPNInfoBalloon": "A tanúsítványnak a tulajdonos alternatív neveként tartalmaznia kell az egyszerű felhasználónevet.", + "gmailNineEmailAddressInfoBalloon": "Az Intune által az Azure AD-ból beolvasott attribútum, amellyel dinamikusan generálható a profil e-mail-címe. Példa: Név@contoso.com (UPN). További információ az e-mail-profilok AAD-attribútumairól.", + "gmailNineEmailServerInfoBalloon": "Annak a levelezési kiszolgálónak az Exchange-helye (URL-címe), amelyhez kapcsolódva a megadott alkalmazás letölti az e-maileket.", + "gmailNineEmailSynchronizeInfoBalloon": "Szabályozhatja, hogy az ügyfél mennyi e-mailt szinkronizál.", + "gmailNineSSLInfoBalloon": "Az SSL engedélyezése a levelezési kiszolgálóval való biztonságos kommunikáció érdekében.", + "gmailNineUsernameInfoBalloon": "Az Intune által az Azure AD-ból beolvasott attribútum, amellyel dinamikusan generálható a profil e-mail-címe. Példa: Név@contoso.com (UPN) vagy Név (felhasználónév). További információ az e-mail-profilok AAD-attribútumairól.", + "ignoreManifestScope": "Jegyzékfájl hatókörének figyelmen kívül hagyása", + "ignoreVersionDetection": "Alkalmazásverzió figyelmen kívül hagyása", + "informationUrlLabel": "Információs URL-cím", + "informationUrlSizeHint": "Az információs URL-cím legfeljebb 1024 karakter hosszú lehet.", + "installAsManaged": "Telepítés felügyeltként", + "installationSourceLabel": "Alkalmazás típusa", + "installerTypeInfoBalloon": "Az alkalmazáscsomag telepítőtípusa.", + "installerTypeLabel": "Telepítő típusa", + "isFeatured": "Megjelenítés kiemelt alkalmazásként a céges portálon", + "isMAMEnabledToggleLabel": "Igen", + "lastModifiedDateTime": "Utolsó frissítés időpontja", + "ldapUrl": "LDAP URL-cím", + "licensingType": "Eszközkörnyezet-hozzárendelés támogatása", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimális operációsrendszer-verzió", + "modernAuth": "Modern hitelesítés", + "nameHint": "Írjon be egy nevet.", + "nameLabel": "Név", + "nameSizeHint": "A név legfeljebb 512 karakter hosszú lehet.", + "notConfigured": "Nincs beállítva", + "notesLabel": "Megjegyzések", + "notesSizeHint": "A jegyzet szövege legfeljebb 1024 karakter hosszú lehet.", + "notificationType": "Értesítéstípus", + "oneDay": "Egy nap", + "oneMonth": "egy hónap", + "oneWeek": "Egy hét", + "outlookSMimeSettings": "Az Outlook S/MIME-beállításai", + "ownerLabel": "Tulajdonos", + "ownerSizeHint": "A tulajdonos neve legfeljebb 256 karakter hosszú lehet.", + "packageIdLabel": "Csomagazonosító", + "packageNameLabel": "Csomag neve", + "pivCredentialNotConfigured": "Nem választott ki a származtatott hitelesítőadatok kibocsátóját a bérlő számára. Be kell állítania egyet ahhoz, hogy sikeresen alkalmazni tudja a szabályzatot eszközökre.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Leírás", + "policyNameLabel": "Név", + "preComposedIconEnabled": "Előre összeállított", + "primarySMTPAddress": "Elsődleges SMTP-cím", + "privacyUrlLabel": "Adatvédelmi URL-cím", + "publisherHint": "Adja meg a közzétevő nevét", + "publisherLabel": "Közzétevő", + "publisherSizeHint": "A közzétevő neve legalább 2, de legfeljebb 1024 karakterből állhat", + "require": "Kötelező", + "requireBiometrics": "Az alkalmazás eléréséhez biometria szükséges", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "Legalább egy hatókörcímke szükséges", + "searchAppLabel": "Adja meg az alkalmazást", + "searchAppLinkText": "Keresés az App Store-ban", + "searchWinGetPublicRepositoryLinkText": "Keresés a Windows-csomagkezelő közösségi adattárban", + "searchWinGetStoreRepositoryLinkText": "Keresés a Microsoft Store-alkalmazásban (új)", + "selectAAD": "AAD-attribútum kiválasztása", + "selectAppFileLabel": "Fájl kiválasztása", + "selectAppFileLinkText": "Alkalmazáscsomag-fájl kiválasztása", + "selectAppFileToUpdateLabel": "Frissíteni kívánt fájl kiválasztása", + "selectAuthMethod": "Hitelesítéstípus kiválasztása", + "selectAuthType": "Hitelesítési típus kiválasztása", + "selectCatalogAppLabel": "Adja meg az alkalmazást", + "selectCatalogAppLinkText": "Keresés a Windows-alkalmazások (Win32) katalógusában", + "selectCertificate": "Válasszon tanúsítványt", + "signAllEmails": "Az összes e-mail aláírása", + "signingCertificates": "Aláíró tanúsítványok", + "ssl": "SSL", + "suiteDescriptionLabel": "Csomag leírása", + "suiteNameLabel": "Csomag neve", + "targetApplicationBundleIdentifier": "Cél alkalmazáscsomag-azonosító", + "targetedPlatformsLabel": "Célzott platform", + "tasks": "Tevékenységek", + "threeDays": "Három nap", + "totalLicenseCount": "Az összes licenc", + "twoWeeks": "Két hét", + "unifiedAssignmentsLabel": "Hozzárendelés a következőhöz:", + "unlimited": "Korlátlan", + "urlHint": "Érvényes URL-t adjon meg", + "useManagedBrowserHint": "Csak Android és iOS rendszeren érhető el. További információ.", + "useManagedBrowserLabel": "Felügyelt böngésző használatának megkövetelése a hivatkozás megnyitásához", + "userPrinicipalName": "Egyszerű felhasználónév", + "username": "Felhasználónév", + "usernameAttribute": "Felhasználónév attribútum az AAD-ből", + "usernameAttributreInfoBalloon": "Adja meg a fiók hitelesítésére szolgáló e-mail-profil egyszerű felhasználónevét", + "usernamePassword": "Felhasználónév és jelszó", + "webAppUrlHint": "Adjon meg egy HTTP:// vagy HTTPS:// előtaggal kezdődő érvényes URL-címet", + "webAppUrlLabel": "Alkalmazás URL-címe", + "webAppUrlSizeHint": "Az alkalmazás URL-címe legfeljebb 1024 karakter hosszú lehet.", + "windowsUrlValidation": "Adjon meg egy érvényes URL-címet, például: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "Megadott XML-adatok", + "xmlFormatInvalid": "Az XML-alapú szabályzat formátuma érvénytelen.", + "xmlTooLarge": "A bemenet méretének 1 MB-nál kisebbnek kell lennie." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Nem sikerült a(z) {0} törlése", @@ -8432,374 +8847,13 @@ "modifying": "A(z) {0} törlése", "success": "A(z) {0} törlése sikerült" }, - "Included": { - "none": "Nincs kiválasztva felhőalkalmazás, művelet vagy hitelesítési környezet", - "plural": "{0} hitelesítési környezet van hozzáadva", - "singular": "1 hitelesítési környezet van hozzáadva" - }, - "InfoBlade": { - "createTitle": "Hitelesítési környezet hozzáadása", - "deleteDisallowed": "Ez a hitelesítési környezet nem törölhető, amíg feltételes hozzáférési szabályzatok hivatkoznak rá.", - "descPlaceholder": "A hitelesítési környezet leírásának hozzáadása", - "modifyTitle": "Hitelesítési környezet módosítása", - "namePlaceholder": "Pl. megbízható hely, megbízható szolgáltatás, erős hitelesítés", - "publishDesc": "Az alkalmazásoknak való közzététel lehetővé teszi, hogy az alkalmazások használhassák a hitelesítési környezetet. Fejezze be a címke feltételes hozzáférési szabályzatának konfigurálását, és végezze el a közzétételt. [További információ][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Közzététel az alkalmazásokban", - "titleDesc": "Konfiguráljon egy olyan hitelesítési környezetet, amelynek az alkalmazásadatok és -műveletek védelmében lesz szerepe. Használjon olyan neveket és leírásokat, amelyek közérthetőek az alkalmazás rendszergazdái számára. [További információ][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "A hitelesítési környezet közzétételének megszüntetése azt eredményezheti, hogy elveszíti a hozzáférést a hitelesítési környezet által védett erőforráshoz." - }, "Notify": { "failure": "Nem sikerült frissíteni a(z) {0} alkalmazást", "modifying": "{0} módosítása folyamatban", "success": "A(z) {0} frissítése sikeresen megtörtént" }, - "WhatIf": { - "selected": "Tartalmazza a hitelesítési környezetet" - }, - "addNewStepUp": "Új hitelesítési környezet", - "bannerText": "Saját hitelesítési környezeti értékek és feltételes hozzáférési szabályzatok létrehozása a prémium szintű Azure AD-vel", - "checkBoxInfo": "Adja meg azokat a hitelesítési környezeteket, amelyekre érvényes lesz a szabályzat", - "configure": "Hitelesítési környezetek konfigurálása", - "createCA": "Feltételes hozzáférési szabályzatok hozzárendelése a hitelesítési környezethez", - "dataGrid": "Hitelesítési környezetek listája", - "deleteFailedByReference": "Ez a hitelesítési környezet nem törölhető, mert hitelesítésszolgáltatói házirendek hivatkoznak rá.", - "description": "Leírás", - "documentation": "Dokumentáció", - "getStarted": "Első lépések", - "label": "Hitelesítési környezet", - "menuLabel": "Hitelesítési környezet", - "name": "Név", - "noAuthContextConfigured": "Nincs konfigurálva hitelesítési környezet.", - "noAuthContextSet": "Nincsenek hitelesítési környezetek", - "noData": "Nincs megjeleníthető hitelesítési környezet", - "selectionInfo": "A hitelesítési környezet az alkalmazásadatok és -műveletek védelmére szolgál a SharePoint, a Microsoft Cloud App Security és más alkalmazásokban.", - "step": "Lépés", - "tabDescription": "A hitelesítési környezet kezelése az alkalmazások adatainak és műveleteinek védelme érdekében. A hitelesítési környezetek nem törölhetők, ha feltételes hozzáférési szabályzatok hivatkoznak rájuk. [További információ][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Erőforrások címkézése hitelesítési környezettel" + "menuLabel": "Hitelesítési környezet" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (telefonos bejelentkezés)", - "email": "Egyszer használható hitelesítő kód küldése e-mailben", - "federatedMultiFactor": "Összevont többtényezős", - "federatedSingleFactor": "Összevont egytényezős", - "fido2": "FIDO2 alapú biztonsági kulcs", - "hardwareOath": "Hardveres OATH-tokenek", - "hardwareOathEmail": "Hardveres OATH-token + egyszer használható hitelesítő kód küldése e-mailben", - "hardwareOathFederatedSingleFactor": "Összevont egytényezős + hardveres OATH-token", - "microsoftAuthenticatorPush": "Microsoft Authenticator (leküldéses értesítés)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (leküldéses értesítés) és egyszer használható hitelesítő kód küldése e-mailben", - "microsoftAuthenticatorPushFederatedSingleFactor": "Összevont egytényezős + Microsoft Authenticator (leküldéses értesítés)", - "none": "Egyik sem", - "password": "Jelszó", - "passwordHardwareOath": "Jelszó + hardveres OATH-token", - "passwordMicrosoftAuthenticatorPush": "Jelszó + Microsoft Authenticator (leküldéses értesítés)", - "passwordSms": "Jelszó + SMS", - "passwordSoftwareOath": "Jelszó + szoftveres OATH-token", - "passwordVoice": "Jelszó + hanghívás", - "passwordX509CertificateMultiFactor": "Jelszó + tanúsítványalapú hitelesítés (többtényezős)", - "passwordX509CertificateSingleFactor": "Jelszó + tanúsítványalapú hitelesítés (egytényezős)", - "sms": "SMS", - "smsEmail": "SMS és egyszer használható hitelesítő kód küldése e-mailben", - "smsFederatedSingleFactor": "Összevont egytényezős + SMS", - "softwareOath": "Szoftveres OATH-tokenek", - "softwareOathEmail": "Szoftveres OATH-token + egyszer használható hitelesítő kód küldése e-mailben", - "softwareOathFederatedSingleFactor": "Összevont egytényezős + szoftveres OATH-token", - "temporaryAccessPassMultiUse": "Ideiglenes hozzáférési kód (többször használatos)", - "temporaryAccessPassOneTime": "Ideiglenes hozzáférési kód (egyszer használatos)", - "voice": "Hang", - "voiceEmail": "Hanghívás és egyszer használható hitelesítő kód küldése e-mailben", - "voiceFederatedSingleFactor": "Összevont egytényezős + hang", - "windowsHelloForBusiness": "Vállalati Windows Hello", - "x509CertificateMultiFactor": "Tanúsítványalapú hitelesítés (többtényezős)", - "x509CertificateSingleFactor": "Tanúsítványalapú hitelesítés (egytényezős)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Letöltések letiltása (Előzetes verzió)", - "monitorOnly": "Csak figyelő (Előzetes verzió)", - "protectDownloads": "Letöltések védelme (Előzetes verzió)", - "useCustomControls": "Egyéni szabályzat használata..." - }, - "ariaLabel": "Válassza ki az alkalmazni kívánt feltételes hozzáférést biztosító alkalmazás-vezérlőt" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "Alkalmazásazonosító: {0}" - }, - "LowerGrid": { - "ariaLabel": "A kiválasztott felhőalkalmazások listája" - }, - "UpperGrid": { - "ariaLabel": "A keresési kifejezéssel egyező felhőalkalmazások listája" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "A „Kiválasztott helyek” esetében legalább egy helyet ki kell választania.", - "selector": "Válasszon ki legalább egy helyet" - }, - "privateLinksInfo": "Az Azure AD-hez készült Private Link az Azure-szolgáltatásokhoz a legmegfelelőbb. Gondoskodjon róla, hogy azokon az alkalmazáspéldányokon, amelyeken ez a szabályzat engedélyezve van, nincs olyan követelmény, amely szükségessé tenné a hozzáférést egy olyan nyilvános szolgáltatáshoz, mint például az M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "A következő ügyfelek közül legalább egyet ki kell választania" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Ez a szabályzat csak a böngészőkre és a korszerű hitelesítést használó alkalmazásokra vonatkozik. Ha azt szeretné, hogy a szabályzat az összes ügyfélalkalmazásra érvényes legyen, engedélyezze az ügyfélalkalmazás-alapú feltételes hozzáférést, majd válassza ki az összes ügyfélalkalmazást.", - "classicExperience": "A szabályzat létrehozása óta frissült az ügyféloldali alkalmazások alapértelmezett konfigurációja.", - "legacyAuth": "Ha ez a beállítás nincs konfigurálva, a szabályzatok mostantól az összes ügyfélalkalmazásra vonatkoznak, beleértve a modern és az örökölt hitelesítést is." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribútum", - "placeholder": "Attribútum kiválasztása" - }, - "Configure": { - "infoBalloon": "Konfigurálja azokat az alkalmazásszűrőket, amelyekre a szabályzatot alkalmazni szeretné." - }, - "NoPermissions": { - "learnMoreAria": "További információ az egyéni biztonsági attribútumok engedélyeiről.", - "message": "Nem rendelkezik az egyéni biztonsági attribútumok használatához szükséges engedélyekkel." - }, - "gridHeader": "Egyéni biztonsági attribútumok használatával a szabályszerkesztővel vagy a szabályszintaxis szövegmezőjével hozhatja létre vagy szerkesztheti a szűrőszabályokat. Az előzetes verzióban csak a Sztring típusú attribútumok támogatottak. Az Egész vagy Logikai típusú attribútumok nem jelennek meg.", - "learnMoreAria": "További információ a szabályszerkesztő és a szintaxis szövegmezőjének használatáról.", - "noAttributes": "Nincs elérhető egyéni attribútum a szűréshez. A szűrő alkalmazásához konfigurálnia kell néhány attribútumot.", - "title": "Szűrő szerkesztése (előzetes verzió)" - }, - "CloudAppsUserActions": { - "any": "Bármely felhőalkalmazás vagy művelet", - "infoBalloon": "A tesztelni kívánt felhőalkalmazás vagy felhasználói művelet, például SharePoint Online", - "learnMore": "Az összes vagy néhány felhőbeli alkalmazás vagy művelet elérésének korlátozása.", - "learnMoreB2C": "Az összes vagy néhány felhőalkalmazás elérésének korlátozása.", - "learnMoreNetworkAccess": "A hozzáférés ellenőrzése az összes vagy bizonyos hálózati hozzáférési forgalom, felhőalkalmazások vagy műveletek alapján.", - "title": "Felhőalkalmazások vagy -műveletek" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "A kizárt felhőalkalmazások listája" - }, - "Filter": { - "configured": "Konfigurálva", - "label": "Szűrő szerkesztése (előzetes verzió)", - "with": "{0} a következővel: {1}" - }, - "Included": { - "gridAria": "A belefoglalt felhőalkalmazások listája" - }, - "Validation": { - "authContext": "A hitelesítési környezettel legalább egy alelemet konfigurálni kell.", - "networkAccess": "A „Hálózati hozzáférés“ beállítás esetén legalább egy forgalmi profilt konfigurálni kell.", - "selectApps": "A(z) „{0}” konfigurálása kötelező", - "selector": "Válasszon ki legalább egy alkalmazást.", - "userActions": "A Felhasználói műveletek beállítással legalább egy alelemet konfigurálni kell." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Szabályozhatja a felhasználói hozzáférést, amikor az eszköz, amelyről a felhasználó bejelentkezik, hibrid Azure AD-hez csatlakozó, vagy pedig megfelelőként megjelölt..\n Ez megszűnik, helyette használja a következőt: „{1}”." - } - }, - "Errors": { - "notFound": "A szabályzat nem található vagy törölve lett.", - "notFoundDetailed": "A(z) {0} szabályzat már nem létezik. Lehet, hogy törölték." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Az összes", - "b2bCollaborationGuestLabel": "B2B-együttműködésben részt vevő vendégfelhasználók", - "b2bCollaborationMemberLabel": "B2B-együttműködésben részt vevő tagfelhasználók", - "b2bDirectConnectUserLabel": "Közvetlen B2B-kapcsolattal rendelkező felhasználók", - "enumeratedExternalTenantsError": "Kérjük, válasszon ki legalább egy külső bérlőt.", - "enumeratedExternalTenantsLabel": "Kijelölés", - "externalTenantsLabel": "Azure AD-beli külső szervezetek megadása", - "externalUserDropdownLabel": "Vendég- vagy külső felhasználók típusainak kiválasztása", - "externalUsersError": "Kérjük, válassza ki a vendég- vagy külső felhasználók legalább egy típusát.", - "guestOrExternalUsersInfoContent": "Magában foglalja a B2B-együttműködésben részt vevő, a közvetlen B2B-kapcsolatot használó és az egyéb típusú külső felhasználókat.", - "guestOrExternalUsersLabel": "Vendég- vagy külső felhasználók", - "internalGuestLabel": "Helyi vendégfelhasználók", - "otherExternalUserLabel": "Egyéb külső felhasználók", - "previewTag": "{0} (előzetes verzió)", - "serviceProviderUsersLabel": "Szolgáltató felhasználói" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Ország/régió lekérdezésének módja", - "gps": "Helymeghatározás GPS-koordináták alapján", - "info": "Ha adott feltételes hozzáférési szabályzathoz helyfeltétel van konfigurálva, az Authenticator alkalmazás felkéri a felhasználókat GPS-helyadataik megosztására. ", - "ip": "Helymeghatározás IP-cím alapján (csak IPv4 esetén)" - }, - "Header": { - "new": "Új hely ({0})", - "update": "Frissítési hely ({0})" - }, - "IP": { - "learn": "A nevesített hely IPv4-és IPv6-tartományának konfigurálása.\n[További információ][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Az ismeretlen országok vagy régiók olyan IP-címek, amelyek nincsenek egy adott országhoz vagy régióhoz társítva. [További információ][1]\n\nEz a következőket foglalja magába:\n* IPv6-címek\n* Közvetlen leképezés nélküli IPv4-címek\n[1]: https://aka.ms/canamedlocations\n", - "label": "Ismeretlen országok/régiók belefoglalása" - }, - "Name": { - "empty": "A név nem hagyható üresen", - "placeholder": "A hely neve" - }, - "PrivateLink": { - "learn": "Hozzon létre egy olyan új nevesített helyet, amely az Azure AD-beli privát kapcsolatokat tartalmaz. \n[További információ][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Országok keresése", - "names": "Nevek keresése", - "privateLinks": "Privát kapcsolatok keresése" - }, - "Trusted": { - "label": "Megjelölés megbízható helyként" - }, - "enter": "Adjon meg egy új IPv4- vagy IPv6-cím-tartományt", - "example": "példa: 40.77.182.32/27 vagy 2a01:111::/32" - }, - "Label": { - "addCountries": "Országok helye", - "addIpRange": "IP-címtartományok helye", - "addPrivateLink": "Azure Private Link-kapcsolatok" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Nem sikerült létrehozni az új helyet ({0})", - "title": "A létrehozás nem sikerült" - }, - "InProgress": { - "description": "Az új hely létrehozása ({0})", - "title": "Létrehozás folyamatban" - }, - "Success": { - "description": "Sikerült létrehozni az új helyet ({0})", - "title": "A létrehozás sikerült" - } - }, - "Delete": { - "Failed": { - "description": "Nem sikerült törölni a helyet ({0})", - "title": "A törlés nem sikerült" - }, - "InProgress": { - "description": "A hely ({0}) törlése", - "title": "Törlés van folyamatban" - }, - "Success": { - "description": "Sikerült törölni a helyet ({0})", - "title": "A törlés sikerült" - } - }, - "Update": { - "Failed": { - "description": "Nem sikerült frissíteni a helyet ({0})", - "title": "A frissítés nem sikerült" - }, - "InProgress": { - "description": "A hely ({0}) frissítése", - "title": "A frissítés folyamatban van" - }, - "Success": { - "description": "Sikerült frissíteni a helyet ({0})", - "title": "A frissítés sikerült" - } - } - }, - "PrivateLinks": { - "grid": "Privát kapcsolatok listája" - }, - "Trusted": { - "title": "Megbízható típus", - "trusted": "Megbízható" - }, - "Type": { - "all": "Minden típus", - "countries": "Országok", - "ipRanges": "IP-címtartományok", - "privateLinks": "Privát kapcsolatok", - "title": "Hely típusa" - }, - "iPRangeInvalidError": "Az értéknek érvényes IPv4-vagy IPv6-tartománynak kell lennie.", - "iPRangeLinkOrSiteLocalError": "A rendszer hivatkozásszintű vagy helyi szintű címként érzékelte az IP-hálózatot.", - "iPRangeOctetError": "Az IP-hálózat nem kezdődhet 0-val vagy 255-tel.", - "iPRangePrefixError": "Az IP-hálózati előtagnak /{0} és /{1} közöttinek kell lennie.", - "iPRangePrivateError": "A rendszer privát címként érzékelte az IP-hálózatot." - }, - "NamedNetwork": { - "List": { - "gridAria": "Elnevezett helyek listája" - } - }, - "NetworkAccess": { - "Included": { - "none": "Nincsenek kijelölt célerőforrások", - "plural": "{0} kiválasztott hálózati forgalmi profil", - "singular": "1 hálózati forgalmi profil kiválasztva" - }, - "internetOptionText": "Nyilvános forgalom", - "label": "Hálózati hozzáférés (előzetes verzió)", - "m365OptionText": "M365-forgalom", - "privateOptionText": "Magánhálózati forgalom", - "selectTrafficProfilesLabel": "Válassza ki azokat a forgalmi profilokat, amelyekre ez a házirend vonatkozik", - "targetResourcesBalloonContext": "Célerőforrások", - "targetResourcesSelectorTitle": "Célerőforrások", - "trafficProfilesLearnMoreTooltip": "További forgalmi profilok megtekintéséhez adjon hozzá újabb NaaS-licenceket.", - "ztnaEnableLearnMore": "A Teljes felügyelet Cloud Edge funkciót be kell kapcsolni a hálózati hozzáférés-vezérlés használatához. " - }, - "Policies": { - "Grid": { - "aria": "Feltételes hozzáférési szabályzatok listája" - }, - "countText": "{0}/{1} szabályzat található", - "countTextSingular": "{0}/1 szabályzat található", - "search": "Keresés a szabályzatok között" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Konfigurálja a szabályzat érvényesítéséhez szükséges, a szolgáltatásnévhez tartozó kockázati szinteket.​", - "infoBalloonContent": "Konfigurálja a szolgáltatásnévhez tartozó kockázatot, hogy alkalmazhassa a szabályzatot a kiválasztott kockázati szint(ek)re.", - "title": "Szolgáltatásnévhez tartozó kockázat" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "A kockázatészlelés konfigurálásához alkalmazza a házirendet a kiválasztott valós idejű bejelentkezési kockázatészlelés(ek)re." - }, - "LearnMore": { - "message": "A felhasználók hozzáférésének vezérlése, hogy válaszolhasson a valós idejű bejelentkezési kockázatészlelésekre." - }, - "description": "Ez a feltétel akkor teljesül, ha a belefoglalt kockázatérzékelések bármelyike kockázatot észlel. Ez nem befolyásolja a bejelentkezési kockázati szint kiszámítását.", - "header": "Valós idejű beépített kockázatészlelések", - "info": "Érzékelések, amelyek a kockázatokat a bejelentkezések során észlelik.", - "label": "Bejelentkezési kockázatészlelések (előzetes verzió)", - "title": "Bejelentkezési kockázat észlelései" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Az erős hitelesítésnek megfelelő módszerek kombinációi, például jelszó és SMS", - "displayName": "Többtényezős hitelesítés" - }, - "Passwordless": { - "description": "Jelszó nélküli módszerek, amelyek megfelelnek az erős hitelesítésnek, mint például a Microsoft Authenticator ", - "displayName": "Jelszó nélküli többtényezős hitelesítés" - }, - "PhishingResistant": { - "description": "Adathalászat ellen védett jelszó nélküli módszerek a legerősebb hitelesítéshez, például FIDO2 biztonsági kulcs", - "displayName": "Adathalászatnak ellenálló többtényezős hitelesítés" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "További információ az összevonási szolgáltatók előírásainak megfelelő hitelesítési módszerek megköveteléséről.", "certificate": "Tanúsítványalapú hitelesítés", @@ -8808,287 +8862,6 @@ "require": "Összevont hitelesítési módszer megkövetelése (Előzetes verzió)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Kikapcsolva", - "on": "Bekapcsolva", - "reportOnly": "Csak jelentés" - }, - "PolicyTemplates": { - "Devices": { - "description": "Az Eszközszabályzat-sablon nevű kategória kiválasztásával megtekintheti a hálózathoz hozzáférő eszközöket. Mielőtt megadná a hozzáférést, ellenőrizze a megfelelőséget és az állapotadatokat.", - "name": "Eszközök" - }, - "Identities": { - "description": "Az Identitásszabályzat-sablon nevű kategória kiválasztásával ellenőrizhet és biztonságossá tehet minden egyes identitást erős hitelesítés használatával a cég teljes digitális erőforráskészletére nézve.", - "name": "Identitások" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Minden alkalmazás", - "office365": "Office 365", - "registerSecurityInfo": "Biztonsági adatok regisztrálása" - }, - "Conditions": { - "androidAndIOS": "Eszközplatform: Android és IOS", - "anyDevice": "Minden eszköz az Android-, IOS-, Windows- és Mac-eszközök kivételével", - "anyDeviceStateExceptHybrid": "Minden eszközállapot a követelményeknek megfelelő és a hibrid Azure Active Directoryhoz csatlakoztatott állapot kivételével", - "anyLocation": "Minden hely a megbízhatók kivételével", - "browserMobileDesktop": "Ügyfélalkalmazások: böngésző, mobilalkalmazások és asztali ügyfelek", - "exchangeActiveSync": "Ügyfélalkalmazások: Exchange Active Sync, egyéb ügyfelek", - "windowsAndMac": "Eszközplatform: Windows és Mac" - }, - "Devices": { - "anyDevice": "Bármely eszköz" - }, - "Grant": { - "appProtectionPolicy": "Alkalmazásvédelmi szabályzat megkövetelése", - "approvedClientApp": "Jóváhagyott ügyfélalkalmazás megkövetelése", - "blockAccess": "Hozzáférés letiltása", - "mfa": "Többtényezős hitelesítés megkövetelése", - "passwordChange": "Jelszómódosítás megkövetelése", - "requireCompliantDevice": "Eszköz megfelelőként való megjelölésének megkövetelése", - "requireHybridAzureADDevice": "Hibrid Azure AD-hez csatlakozó eszköz megkövetelése" - }, - "Session": { - "appEnforcedRestrictions": "Alkalmazás által kényszerített korlátozások használata", - "signInFrequency": "Bejelentkezési gyakoriság és soha nem állandó böngésző-munkamenet" - }, - "UsersAndGroups": { - "allUsers": "Minden felhasználó", - "directoryRoles": "Címtárbeli szerepkörök a jelenlegi rendszergazda kivételével", - "globalAdmin": "Globális rendszergazda", - "noGuestAndAdmins": "Minden felhasználó a vendég- és a külső felhasználók, a globális rendszergazdák, valamint a jelenlegi rendszergazda kivételével" - }, - "azureManagement": "Azure-beli felügyelet", - "deviceFilters": "Eszközökhöz tartozó szűrők", - "devicePlatforms": "Eszközplatformok" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "A SharePoint-, OneDrive- és Exchange-tartalmak hozzáférésének blokkolása vagy korlátozása nem felügyelt eszközökről.", - "name": "CA014: Alkalmazás által kényszerített korlátozások használata a nem felügyelt eszközök esetében", - "title": "Az alkalmazás által kényszerített korlátozások használata a nem felügyelt eszközök esetében" - }, - "ApprovedClientApps": { - "description": "Az adatvesztés megelőzése érdekében a szervezeteknek lehetőségük van az engedélyezett modern hitelesítési ügyfélalkalmazásokra korlátozni a hozzáférést az Intune App Protection használatával.", - "name": "CA012: Jóváhagyott ügyfélalkalmazások és alkalmazásvédelem megkövetelése", - "title": "Jóváhagyott ügyfélalkalmazások és alkalmazásvédelem megkövetelése" - }, - "BlockAccessOnUnknowns": { - "description": "A felhasználók nem férhetnek hozzá a vállalati erőforrásokhoz, ha az eszköz típusa ismeretlen vagy nem támogatott.", - "name": "CA010: Ismeretlen vagy nem támogatott eszközplatform hozzáférésének letiltása", - "title": "Ismeretlen vagy nem támogatott eszközplatformokhoz való hozzáférés letiltása" - }, - "BlockLegacyAuth": { - "description": "A többtényezős hitelesítés mellőzésére használható örökölt hitelesítési végpontok letiltása. ", - "name": "CA003: Örökölt hitelesítés letiltása", - "title": "Örökölt hitelesítés letiltása" - }, - "NoPersistentBrowserSession": { - "description": "A nem felügyelt eszközökön a felhasználói hozzáférés úgy védhető meg, ha megakadályozza, hogy a böngészőbeli munkamenetek bejelentkezve maradjanak a böngésző bezárása után, és 1 órára állítja a bejelentkezési gyakoriságot.", - "name": "CA011: Nincs állandó böngésző-munkamenet", - "title": "Nincs állandó böngésző-munkamenet" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Annak megkövetelése, hogy az emelt szintű rendszergazdák csak a megfelelő vagy egy hibrid Azure AD-hez csatlakoztatott eszköz használatával férhessenek hozzá az erőforrásokhoz.​", - "name": "CA009: Követelményeknek megfelelő vagy hibrid Azure Active Directoryhoz csatlakozó eszköz használatának megkövetelése a rendszergazdáktól", - "title": "Követelményeknek megfelelő vagy hibrid Azure Active Directoryhoz csatlakozó eszközök használatának megkövetelése a rendszergazdáktól" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "A vállalati erőforrásokhoz való hozzáférés védelme azáltal, hogy megköveteli a felhasználóktól egy felügyelt eszköz használatát vagy a többtényezős hitelesítést.(csak macOS vagy Windows)", - "name": "CA013: Követelményeknek megfelelő, illetve hibrid Azure Active Directoryhoz csatlakozó eszköz vagy a többtényezős hitelesítés használatának megkövetelése minden felhasználótól", - "title": "Követelményeknek megfelelő, illetve hibrid Azure Active Directoryhoz csatlakozó eszköz vagy a többtényezős hitelesítés használatának megkövetelése minden felhasználótól" - }, - "RequireMFAAllUsers": { - "description": "Többtényezős hitelesítés megkövetelése az összes felhasználói fiók esetében a kockázatok csökkentése érdekében.", - "name": "CA004: Többtényezős hitelesítés megkövetelése minden felhasználótól", - "title": "Többtényezős hitelesítés megkövetelése minden felhasználótól" - }, - "RequireMFAForAdmins": { - "description": "Többtényezős hitelesítés megkövetelése kiemelt jogosultságú rendszergazdai fiókok esetében a kockázatok csökkentése érdekében. Ez a szabályzat ugyanazokat a szerepköröket célozza meg, mint az alapértelmezett biztonsági szabályzatok.", - "name": "CA001: Többfaktoros hitelesítés megkövetelése a rendszergazdáktól", - "title": "Többtényezős hitelesítés megkövetelése a rendszergazdáktól" - }, - "RequireMFAForAzureManagement": { - "description": "Többtényezős hitelesítés megkövetelése az Azure-erőforrásokhoz való emelt szintű hozzáférés védelme érdekében.", - "name": "CA006: Többtényezős hitelesítés megkövetelése az Azure-felügyelethez", - "title": "Többtényezős hitelesítés megkövetelése az Azure-felügyelethez" - }, - "RequireMFAForGuestAccess": { - "description": "A vendégfelhasználók többtényezős hitelesítésének megkövetelése a vállalati erőforrásokhoz történő hozzáféréskor.", - "name": "CA005: Többtényezős hitelesítés megkövetelése a vendéghozzáféréshez", - "title": "Többtényezős hitelesítés megkövetelése a vendéghozzáféréshez" - }, - "RequireMFAForRiskySignIn": { - "description": "Többtényezős hitelesítés megkövetelése, ha a bejelentkezési kockázat közepes vagy magas. (prémium szintű Azure AD 2 licenc szükséges)", - "name": "CA007: Többtényezős hitelesítés megkövetelése kockázatos bejelentkezések esetén", - "title": "Többtényezős hitelesítés megkövetelése kockázatos bejelentkezések esetén" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Megkövetelheti, hogy a felhasználó módosítsa a jelszavát, ha az észlelt felhasználói kockázat magas. (Prémium szintű Azure AD 2-licenc szükséges)", - "name": "CA008: Jelszómódosítás megkövetelése a nagy kockázatú felhasználóktól", - "title": "Jelszómódosítás megkövetelése a nagy kockázatú felhasználóktól" - }, - "RequireSecurityInfo": { - "description": "Annak biztonságossá tétele, hogy a felhasználók mikor és hogyan regisztrálnak az Azure Active Directory-beli többtényezős hitelesítésre és önkiszolgáló jelszókérésre. ", - "name": "CA002: A biztonsági adatok regisztrálásának biztonságossá tétele", - "title": "A biztonsági adatok regisztrálásának biztonságossá tétele" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "A szabályzat engedélyezése blokkolja az ismeretlen típusú eszközök hozzáférését. Célszerű „csak jelentés” módra állítani a szabályzatot, amíg meg nem győződik róla, hogy a várakozásoknak megfelelően működik-e." - }, - "BlockLegacyAuth": { - "description": "Célszerű „csak jelentés” módra állítani a szabályzatot, amíg meg nem győződik róla, hogy a várakozásoknak megfelelően működik-e.", - "title": "A szabályzat engedélyezése letiltja az összes felhasználó régebbi típusú hitelesítését." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Javasoljuk, hogy kezdje a folyamatot csak jelentéskészítési módban, amíg meg nem győződik róla, hogy az emelt szintű felhasználókra nem lesz hatással.", - "reportOnly": "A megfelelő eszközöket megkövetelő, „csak jelentés” módban üzemelő szabályzatok kérhetik a Mac-, iOS- és Android-eszközök felhasználóitól, hogy válasszanak egy eszköztanúsítványt az eszközök megfelelőségének vizsgálatához, még ha a megfelelőség nem is kötelező. Ezek a kérések egészen addig ismétlődhetnek, amíg az eszköz megfelelővé nem válik." - }, - "Title": { - "on": "A szabályzat engedélyezése megakadályozza az emelt szintű felhasználók hozzáférését, kivéve ha felügyelt eszközt, például megfelelő vagy a hibrid Azure AD-hez csatlakoztatott eszközt használnak. Az engedélyezés előtt győződjön meg arról, hogy konfigurálta a megfelelőségi szabályzatokat, vagy engedélyezte a hibrid Azure AD-konfigurációt.", - "reportOnly": "Az engedélyezés előtt győződjön meg arról, hogy konfigurálta a megfelelőségi szabályzatokat, vagy engedélyezte a hibrid Azure AD-konfigurációt. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Ez a szabályzat minden felhasználóra hatással lesz, kivéve a jelenleg bejelentkezett rendszergazdát. Javasoljuk, hogy kezdje a folyamatot csak jelentéskészítési módban, amíg meg nem győződik róla, hogy a felhasználókra nem lesz hatással." - }, - "Title": { - "on": "Ne zárja ki magát! Győződjön meg arról, hogy az eszköze megfelelő vagy csatlakoztatva van a hibrid Azure Active Directoryhoz, illetve, hogy konfigurálta a többtényezős hitelesítést. ", - "reportOnly": "A megfelelő eszközöket megkövetelő, „csak jelentés” módban üzemelő szabályzatok kérhetik a Mac-, iOS- és Android-eszközök felhasználóitól, hogy válasszanak egy eszköztanúsítványt az eszközök megfelelőségének vizsgálatához, még ha a megfelelőség nem is kötelező. Ezek a kérések egészen addig ismétlődhetnek, amíg az eszköz megfelelővé nem válik." - } - }, - "RequireMfa": { - "description": "Ha vészelérési fiókokat vagy az Azure AD Connectet használja a helyszíni objektumok szinkronizálásához, lehet, hogy ezeket a fiókokat a szabályzat létrehozása után kell kizárnia." - }, - "RequireMfaAdmins": { - "description": "Vegye figyelembe, hogy a jelenlegi rendszergazdai fiókot a rendszer automatikusan kihagyja, de a többi védve lesz a szabályzatlétrehozás során. Javasoljuk, hogy kezdje a folyamatot a csak jelentéskészítés módban.", - "title": "Fontos, hogy ne zárja ki magát! Ez a szabályzat a teljes Azure Portalra vonatkozik." - }, - "RequireMfaAllUsers": { - "description": "Javasoljuk, hogy kezdje a folyamatot a csak jelentéskészítés módban, amíg megtervezi a változást és tájékoztatja róla a felhasználókat.", - "title": "A szabályzat engedélyezésével az összes felhasználó számára kötelezővé teszi a többtényezős hitelesítést." - }, - "RequireSecurityInfo": { - "description": "Győződjön meg róla, hogy a konfiguráció a vállalati igényeknek megfelelő védelmet biztosít ezeknek a fiókoknak.", - "title": "Ez a szabályzat a következő felhasználókra és szerepkörökre nem vonatkozik: vendég- és külső felhasználók, globális rendszergazdák, jelenlegi rendszergazda." - } - }, - "basics": "Alapbeállítások", - "clientApps": "Ügyfélalkalmazások", - "cloudApps": "Felhőalkalmazások", - "cloudAppsOrActions": "Felhőalkalmazások vagy -műveletek ", - "conditions": "Feltételek ", - "createNewPolicy": "Új szabályzat létrehozása sablonokból (előzetes verzió)", - "createPolicy": "Szabályzat létrehozása", - "currentUser": "Aktuális felhasználó", - "customizeBuild": "Build testreszabása", - "customizeTemplate": "A sablonok listája a létrehozandó szabályzat típusa alapján van testreszabva", - "excludedDevicePlatform": "Kizárt eszközplatformok", - "excludedDirectoryRoles": "Kizárt címtárszerepkörök", - "excludedLocation": "Kizárt címtárszerepkörök", - "excludedUsers": "Kizárt felhasználók", - "grantControl": "Írányítás megadása ", - "includeFilteredDevice": "Szűrt eszközök belefoglalása a szabályzatba", - "includedDevicePlatform": "Befoglalt eszközplatformok", - "includedDirectoryRoles": "Belefoglalt címtárszerepkörök", - "includedLocation": "Belefoglalt hely", - "includedUsers": "Belefoglalt felhasználók", - "legacyAuthenticationClients": "Örökölt hitelesítési ügyfelek", - "namePolicy": "Szabályzat elnevezése", - "needAdPremiumMessage": "Ennek a szolgáltatásnak a használatához prémium szintű Azure AD-előfizetés szükséges.", - "next": "Tovább", - "policyName": "Szabályzat neve", - "policyState": "Szabályzat állapota", - "policySummary": "Szabályzat összefoglalása", - "policyTemplate": "Szabályzatsablon", - "previous": "Vissza", - "reviewAndCreate": "Felülvizsgálat és létrehozás", - "riskLevels": "Kockázati szintek", - "selectATemplate": "Sablon kiválasztása", - "selectTemplate": "Sablon kiválasztása", - "selectTemplateCategory": "Sablonkategória kiválasztása", - "selectTemplateRecommendation": "Válasza alapján a következő sablonokat javasoljuk:", - "sessionControl": "Munkamenet-vezérlő ", - "signInFrequency": "Bejelentkezés gyakorisága", - "signInRisk": "Bejelentkezési kockázat", - "template": "Sablon ", - "templateCategory": "Sablon kategóriája", - "userRisk": "Felhasználói kockázat", - "usersAndGroups": "Felhasználók és csoportok ", - "viewPolicySummary": "Szabályzatösszegzés megtekintése " - }, - "SSM": { - "MemberSelector": { - "description": "Felhasználók és csoportok" - }, - "Notification": { - "Migration": { - "error": "Nem sikerült áttelepíteni a folyamatos hozzáférés-kiértékelés beállításait a feltételes hozzáférési szabályzatokba.", - "inProgress": "A folyamatos hozzáférés-kiértékelés beállításainak áttelepítése folyamatban van.", - "success": "Sikeresen megtörtént a folyamatos hozzáférés-kiértékelés beállításainak áttelepítése a feltételes hozzáférési szabályzatokba.", - "successDescription": "Lépjen a Feltételes hozzáférési szabályzatok lapra, és tekintse meg az áttelepített beállításokat a „CAE-beállításokból létrehozott CA-szabályzat” nevű, újonnan létrehozott szabályzatban." - }, - "error": "Nem sikerült frissíteni a folyamatos hozzáférés-kiértékelés beállításait", - "inProgress": "A folyamatos hozzáférés-kiértékelés beállításainak frissítése", - "success": "Sikerült frissíteni a folyamatos hozzáférés-kiértékelés beállításait" - }, - "PreviewOptions": { - "disable": "Előzetes verzió letiltása", - "enable": "Előzetes verzió engedélyezése" - }, - "StrictLocationEnforcement": { - "infoContent1": "Az Azure AD és az erőforrás-szolgáltató különböző IP-címket észlel ugyanarról a klienseszközről hálózatszakadás vagy az IPv4/IPv6 egyezés hiánya miatt. A szigorú helykényszerítés megköveteli a feltételes hozzáférési szabályzatot az Azure AD és az erőforrás-szolgáltató által látott IP-címek alapján is.", - "infoContent2": "A maximális biztonság érdekében ajánlott az összes olyan IP-cím szerepeltetése, amelyet az Azure AD és az erőforrás-szolgáltató számára is látható a megnevezett hely szabályzatában, valamint javasolt bekapcsolni a Szigorú helykényszerítés módot.", - "label": "Szigorú helykényszerítés", - "title": "További kényszerítési módok" - }, - "bladeTitle": "Folyamatos hozzáférés-kiértékelés", - "description": "A felhasználói hozzáférés visszavonása vagy az ügyfél IP-címének megváltozása esetén a folyamatos hozzáférés-kiértékelés automatikusan, közel valós időben letiltja az erőforrásokhoz és az alkalmazásokhoz való hozzáférést. ", - "migrateLabel": "Áttelepítés", - "migrationError": "Az áthelyezés a következő hiba miatt meghiúsult:{0}", - "migrationInfo": "A CAE-beállítás átkerült a feltételes hozzáféréssel kapcsolatos felhasználói felületre. Kérjük, a fenti „Áttelepítés” gombot választva végezze el az áttelepítést, és a továbbiakban feltételes hozzáférési szabályzattal állítsa be a konfigurációt. További információért kattintson ide.", - "noLicenseMessage": "Az intelligens munkamenet-kezelés beállításainak kezelése a prémium szintű Azure AD-vel", - "optionsPickerTitle": "A folyamatos hozzáférés-kiértékelés engedélyezése vagy letiltása", - "upsellInfo": "Ezen a lapon már nem tudja megváltoztatni a beállításait, és az itt található beállításokat figyelmen kívül kell hagyni. A korábbi beállításait figyelembe vesszük. A továbbiakban a Feltételes hozzáférés területen konfigurálhatja a CAE-beállításait. További információért kattintson ide." - }, - "SamlReauth": { - "Filter": { - "warning": "Dinamikus lekérdezéssel céloz alkalmazásokat. Előfordulhat, hogy egyes alkalmazások nem használhatók a „Bejelentkezési gyakoriság – Minden alkalommal” munkamenet-vezérlővel. {0}Tekintsen meg további információt az ajánlott forgatókönyvekről.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Kijelölt szervezetek listája" - }, - "Upper": { - "gridAria": "Az elérhető szervezetek listája" - }, - "addTenantLabel": "Bérlő hozzáadása a kiválasztottakhoz", - "customOrganizationDescription": "Szervezet hozzáadása ezzel a bérlőazonosítóval", - "description": "Felvehet egy Azure AD-szervezetet oly módon, hogy beírja az egyik tartományának nevét.", - "notFoundResult": "Nem található", - "searchBoxPlaceholder": "Bérlőazonosító vagy tartománynév", - "subTitle": "Azure AD-szervezet", - "tenantAdded": "Ez a bérlőazonosító már hozzá lett adva.", - "tenantIdNotFound": "A bérlőazonosító nem található" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Szervezetazonosító: {0}" - }, - "DisplayText": { - "multiple": "{0} kijelölt Azure AD-szervezet", - "single": "1 kijelölt Azure AD-szervezet" - }, - "gridAria": "Kijelölt szervezetek listája" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Munkamenet-élettartam módosítása", "mainOptionHelp": "Konfigurálhatja, hogy a rendszer milyen gyakran kérjen be adatokat a felhasználóktól, és milyen gyakran őrizze meg a böngésző-munkameneteket. Előfordulhat, hogy azok az alkalmazások, amelyek nem támogatják a modern hitelesítési protokollokat, nem tartják be ezeket a szabályzatokat. Ebben az esetben lépjen kapcsolatba az adott alkalmazás fejlesztőjével." }, - "SigninRisk": { - "LearnMore": { - "message": "A felhasználói hozzáférés vezérlésével reagálhat bizonyos bejelentkezési kockázati szintekre." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Ha a „{0}“ van kiválasztva, a „{1}“ feltétel nem lesz konfigurálható." - }, - "description": "A bejelentkezési kockázati szint az összes valós idejű kockázatészlelés alapján jön létre.", - "header": "Válassza ki a bejelentkezési kockázati szintet, amelyre érvényes lesz a házirend" - }, "SingleSelectorActive": { "failed": "Nem sikerült betölteni ezeket az adatokat.", "reattempt": "Adatok betöltése: {0}. újbóli kísérlet összesen {1} kísérletből." }, - "TimeCondition": { - "Errors": { - "both": "Érvénytelen belefoglalási vagy kizárási időtartomány.", - "daysOfWeek": "{0} Mindenképpen adja meg a hét legalább egy napját.", - "endBeforeStart": "{0} Győződjön meg arról, hogy a kezdő dátum/idő a záró dátum/időnél korábbi.", - "exclude": "Érvénytelen kizárási időtartomány.", - "generic": "{0} Győződjön meg arról, hogy a hét napjai és az időzóna is be van állítva. Ha nem jelöli be az Egész nap lehetőséget, akkor kezdő és záró időpontot is be kell állítani.", - "include": "Érvénytelen belefoglalási időtartomány.", - "timeMissing": "{0} Mindenképpen adja meg a kezdő és a záró időpontot is.", - "timeZone": "{0} Mindenképpen adjon meg egy időzónát.", - "timesAndZone": "{0} Mindenképpen állítsa be a kezdő és a záró időpontot, illetve az időzónát." - } - }, - "UserActions": { - "Included": { - "none": "Nincsenek kijelölt felhőalkalmazások vagy -műveletek", - "plural": "{0} felhasználói művelet belefoglalva", - "singular": "1 felhasználói művelet belefoglalva" - }, - "accessRequirement1": "1. szint", - "accessRequirement2": "2. szint", - "accessRequirement3": "3. szint", - "accessRequirementsLabel": "A biztonságos alkalmazás adatainak elérése", - "appsActionsAuthTitle": "Felhőalkalmazások, műveletek vagy hitelesítési környezet", - "appsOrActionsSelectorInfoBallonText": "Elért alkalmazások vagy felhasználói műveletek", - "appsOrActionsTitle": "Felhőalkalmazások vagy -műveletek", - "label": "Felhasználói műveletek", - "mainOptionsLabel": "Adja meg, hogy mire lesz érvényes a szabályzat", - "registerOrJoinDevices": "Eszközök regisztrálása vagy csatlakoztatása", - "registerSecurityInfo": "Biztonsági adatok regisztrálása", - "selectionInfo": "Adja meg azokat a műveleteket, amelyekre érvényes lesz a szabályzat", - "whatIf": "Felhasználói művelet belefoglalva" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Címtárbeli szerepkörök kiválasztása" @@ -9197,88 +8925,6 @@ }, "learnMore": "A hozzáférés-vezérlés azon alapszik, hogy kire érvényes a szabályzat, például felhasználókra és csoportokra, számításifeladat-identitásokra, címtárbeli szerepkörökre vagy külső vendégekre." }, - "ValidationResult": { - "blockEveryonePolicy": "A szabályzatkonfiguráció nem támogatott. Vizsgálja felül a hozzárendeléseket és a vezérlőket.", - "invalidApplicationCondition": "Érvénytelen felhőalapú alkalmazások vannak kijelölve", - "invalidClientTypesCondition": "Érvénytelen ügyfélalkalmazások vannak kijelölve", - "invalidConditions": "Nincsenek kijelölve hozzárendelések", - "invalidControls": "Érvénytelen vezérlők vannak kijelölve", - "invalidDevicePlatformsCondition": "Érvénytelen eszközplatformok vannak kijelölve", - "invalidDevicesCondition": "Érvénytelen eszközkonfiguráció. Valószínűleg érvénytelen a(z) {0} konfigurálása.", - "invalidGrantControlPolicy": "Érvénytelen engedélyezési vezérlő", - "invalidLocationsCondition": "Érvénytelen helyfeltételek vannak kijelölve", - "invalidNetworkAccessSecurityPolicyId": "A munkamenet-hálózati vezérlőhöz csatolt házirend érvénytelen.", - "invalidPolicy": "Nincsenek kijelölve hozzárendelések", - "invalidSessionControlPolicy": "Érvénytelen munkamenet-vezérlő", - "invalidSignInRisksCondition": "Érvénytelen a kijelölt bejelentkezési kockázat", - "invalidUserRisksCondition": "Érvénytelen a kijelölt felhasználói kockázat", - "invalidUsersCondition": "Érvénytelen felhasználók vannak kijelölve", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "Kizárólag androidos vagy iOS-es ügyfélplatformokhoz használhat MAM-szabályzatokat.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "A hálózati hozzáférési munkamenet-házirend csak akkor működik megfelelően, ha egy hálózati hozzáférési forgalmi profil van megcélozva. Kérjük, frissítse a célzott erőforrások szakaszát.", - "notSupportedCombination": "A szabályzatkonfiguráció nem támogatott. Tájékozódjon részletesebben a támogatott szabályzatokról.", - "pending": "Szabályzat érvényesítése", - "requireComplianceEveryonePolicy": "A szabályzatkonfiguráció eszközmegfelelőséget ír elő az összes felhasználó számára. Vizsgálja felül a kijelölt hozzárendeléseket.", - "success": "Érvényes szabályzat" - }, - "VpnCert": { - "Grid": { - "aria": "VPN-tanúsítványok listája" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Az összes hitelesítési erősség engedélyezéséhez konfigurálja a bérlők közötti hozzáférési beállításokat úgy, hogy elfogadják a külső felhasználók Azure AD-bérlőitől érkező jogcímeket. A hitelesítési erősségek csak a külső felhasználók második tényezős hitelesítését konfigurálják.", - "externalUsers": "Az összes beépített hitelesítési erősség engedélyezéséhez konfigurálja a bérlők közötti hozzáférés beállításait úgy, hogy elfogadják az Azure AD bérlőkből érkező igényeket a külső felhasználók esetében." - }, - "combinedRegistration": "Engedélyezze az egyesített regisztrációt a „Hitelesítés erősségének megkövetelése” megfelelő működéséhez. Javasoljuk, hogy az összes felhasználóra, ne pedig csak a felhasználók egy csoportjára vonatkozóan kapcsolja be.", - "compliantDeviceEnabled": "Ne zárja ki magát a fiókjából! Győződjön meg arról, hogy eszköze megfelel az előírásoknak.", - "domainJoinedDeviceEnabled": "Ne zárja ki magát a fiókjából! Győződjön meg arról, hogy eszköze a hibrid Azure Active Directoryhoz csatlakozó eszköz.", - "notAvailableForSP": "Bizonyos vezérlők a szabályzat-hozzárendelésben megadott „{0}” választás miatt nem érhetők el", - "requireAuthOrMfa": "A(z) {0} nem használható a következővel: {1}", - "requireMfa": "Fontolja meg az új „{0}“ nyilvános előzetes verziójának tesztelését", - "requirePasswordChangeEnabled": "A Jelszómódosítás megkövetelése csak akkor használható, ha a szabályzat Minden felhőalkalmazáshoz van társítva" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "A csak jelentéskészítési módban a megfelelő eszközöket igénylő szabályzatok macOS, iOS, Android és Linux rendszerben is kérhetik a felhasználóktól az eszköz tanúsítványának kiválasztását.", - "excludeDevicePlatforms": "A macOS, az iOS, az Android és a Linux eszközplatformok kizárása a jelen szabályzatból.", - "proceedAnywayDevicePlatforms": "Folytatás a kijelölt konfigurációval. A macOS, iOS, Android és Linux rendszerben a felhasználók figyelmeztetéseket kaphatnak, amikor a rendszer ellenőrzi az eszközök megfelelőségét." - }, - "blockCurrentUserPolicy": "Ne zárja ki magát! Azt javasoljuk, hogy először kis felhasználócsoportra alkalmazza a szabályzatot, hogy biztosan a várt módon működjön. Ezenkívül javasoljuk, hogy zárjon ki legalább egy rendszergazdát a szabályzatból. Ez biztosítja, hogy továbbra is hozzáféréssel rendelkezzen, és frissíteni tudja a szabályzatot, ha módosításra van szükség. Tekintse át az érintett felhasználókat és alkalmazásokat.", - "devicePlatformsReportOnlyPolicy": "A csak jelentéskészítési módban a megfelelő eszközöket igénylő szabályzatok macOS, iOS és Android rendszerben is kérhetik a felhasználóktól az eszköz tanúsítványának kiválasztását.", - "excludeCurrentUserSelection": "Zárja ki az aktuális felhasználót ({0}) ebből a szabályzatból.", - "excludeDevicePlatforms": "A macOS, az iOS és az Android eszközplatformok kizárása a jelen szabályzatból.", - "proceedAnywayDevicePlatforms": "Folytatás a kijelölt konfigurációval. A macOS, iOS és Android rendszerben a felhasználók figyelmeztetéseket kaphatnak, amikor a rendszer ellenőrzi az eszközök megfelelőségét.", - "proceedAnywaySelection": "Tudomásul veszem, hogy ez a szabályzat hatással lesz a fiókomra. Folytatom a műveletet." - }, - "ServicePrincipals": { - "blockExchange": "Az Office 365 Exchange Online kiválasztása többek között a OneDrive és a Teams alkalmazásra is hatással lesz.", - "blockPortal": "Ne zárja ki magát a fiókjából! Ez a szabályzat a teljes Azure Portalra vonatkozik. Mielőtt folytatná, gondoskodjon arról, hogy Ön vagy valaki más továbbra is be tudjon jelentkezni a portálra.", - "blockPortalWithSession": "Ne zárja ki magát a fiókjából! Ez a szabályzat a teljes Azure Portalra vonatkozik. Mielőtt folytatná, gondoskodjon arról, hogy Ön vagy valaki más továbbra is be tudjon jelentkezni a portálra.
            Figyelmen kívül hagyhatja ezt a figyelmeztetést, ha olyan állandó böngésző-munkamenetre vonatkozó szabályzatot állít be, amely csak akkor működik megfelelően, ha a Minden felhőalkalmazás lehetőség van kiválasztva.", - "blockSharePoint": "A SharePoint Online kiválasztása olyan alkalmazásokra is hatással lesz, mint például a Microsoft Teams, a Planner, a Delve, a MyAnalytics és a Newsfeed.", - "blockSkype": "A Skype for Business Online kiválasztása a Microsoft Teamsre is hatással lesz.", - "includeOrExclude": "Az alkalmazásszűrőt konfigurálhatja a(z) {0} vagy {1} beállítással, de mindkettővel nem.", - "selectAppsNAForSP": "Egyes alkalmazások nem jelölhetők ki a szabályzat-hozzárendelésben megadott {0} kijelölés miatt.", - "teamsBlocked": "A Microsoft Teams akkor is érintett, ha a szabályzat tartalmazza a SharePoint Online és az Exchange Online alkalmazásokat." - }, - "Users": { - "blockAllUsers": "Ne zárja ki saját magát! Ez a szabályzat minden felhasználót érinteni fog. Azt javasoljuk, hogy először a felhasználók egy kisebb csoportjára alkalmazza a szabályzatot, és ellenőrizze, hogy az elvárásoknak megfelelően működik-e.", - "xtap": " Az engedélyezési vezérlőben található „Hitelesítési erősségek megkövetelése” konfigurációja lehet, hogy nem érvényes a külső felhasználók számára." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "A bejelentkezés során alkalmazott eszköz attribútumainak listája.", - "infoBalloon": "A bejelentkezés során alkalmazott eszköz attribútumainak listája." - } - }, - "noTenantSelected": "Nincs kiválasztva bérlő", - "selectOrganization": "Szervezet kiválasztása", - "tenantIdWithPlaceholder": "Bérlőazonosító: {0}", - "tenantSelectionRequired": "Bérlő szükséges" - }, "advancedTabText": "Speciális", "allCloudAppsErrorBox": "A Minden felhőalkalmazás lehetőséget kell kiválasztani, ha a Jelszómódosítás megkövetelése engedély van kiválasztva", "allCloudAppsReauth": "A „Minden felhőalkalmazás” beállítást be kell jelölni, ha a „Bejelentkezési gyakoriság minden alkalommal” munkamenet-vezérlő és a „Bejelentkezési kockázat“ feltétel van kiválasztva", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 év", "vpncertDropdownTwoyearOption": "2 év", "wednesday": "szerda", - "whatIfAppEnforcedControl": "Alkalmazás által kényszerített korlátozások használata", - "whatIfBladeDescription": "Annak tesztelése, hogy a Feltételes hozzáférésnek milyen hatása van a felhasználóra meghatározott feltételekhez kötött bejelentkezés esetén.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Az eszköz nem értékeli ki a klasszikus szabályzatokat.", - "whatIfClientAppInfo": "Az az ügyfélalkalmazás, amelyből a felhasználó bejelentkezik (például Böngésző).", "whatIfCountry": "Ország/régió", "whatIfCountryInfo": "Az az ország/régió, amelyből a felhasználó bejelentkezik.", "whatIfDevicePlatformInfo": "Az eszközplatform, melyről a felhasználó bejelentkezik.", - "whatIfDeviceStateInfo": "Az eszközállapot, melyből a felhasználó bejelentkezik", "whatIfEnterIpAddress": "Adja meg az IP-címet (példa: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Érvénytelen IP-cím van megadva.", - "whatIfEvaResultApplication": "Felhőalkalmazások", - "whatIfEvaResultClientApps": "Ügyfélalkalmazás", - "whatIfEvaResultDevicePlatform": "Eszközplatform", - "whatIfEvaResultEmptyPolicy": "Üres szabályzat", - "whatIfEvaResultInvalidCondition": "Érvénytelen feltétel", - "whatIfEvaResultInvalidPolicy": "Érvénytelen szabályzat", - "whatIfEvaResultLocation": "Hely", - "whatIfEvaResultNotEnoughInformation": "Nincs elegendő adat", - "whatIfEvaResultPolicyNotEnabled": "Nincs engedélyezve a szabályzat", - "whatIfEvaResultSignInRisk": "Bejelentkezési kockázat", - "whatIfEvaResultUsers": "Felhasználók és csoportok", "whatIfIpAddress": "IP-cím", "whatIfIpAddressInfo": "Az IP-cím, ahonnan a felhasználó bejelentkezik.", "whatIfIpCountryInfoBoxText": "IP-cím vagy ország/régió használata esetén mindkét mezőt ki kell tölteni, és az értéküknek helyesen meg kell felelnie egymásnak.", - "whatIfPolicyAppliesTab": "Érvényes szabályzatok", - "whatIfPolicyAppliesTabWithCount": "Alkalmazható házirendek ({0})", - "whatIfPolicyDoesNotApplyTab": "Érvénytelen szabályzatok", - "whatIfPolicyDoesNotApplyTabWithCount": "Nem alkalmazható házirendek ({0})", - "whatIfReasons": "Szabályzat érvénytelenségének okai", - "whatIfSelectClientApp": "Ügyfélalkalmazás kiválasztása...", "whatIfSelectCountry": "Ország/régió kiválasztása...", "whatIfSelectDevicePlatform": "Válasszon eszközplatformot...", "whatIfSelectPrivateLink": "Privát kapcsolat kiválasztása...", - "whatIfSelectServicePrincipalRisk": "Szolgáltatásnév kockázatának kiválasztása…", "whatIfSelectSignInRisk": "Válasszon bejelentkezési kockázatot...", - "whatIfSelectType": "Identitástípus kiválasztása", - "whatIfSelectUserRisk": "A felhasználói kockázat kiválasztása...", - "whatIfServicePrincipalRiskInfo": "A szolgáltatásnévhez társított kockázati szint", "whatIfSignInRisk": "Bejelentkezési kockázat", "whatIfSignInRiskInfo": "A bejelentkezéshez társított kockázati szint", "whatIfUnknownAreas": "Ismeretlen területek", - "whatIfUserPickerLabel": "Kiválasztott felhasználó", - "whatIfUserPickerNoRowsLabel": "Nincs kijelölve felhasználó vagy szolgáltatásnév", - "whatIfUserRiskInfo": "A felhasználóhoz társított kockázati szint", - "whatIfUserSelectorInfo": "A tesztelni kívánt címtárbeli felhasználó", "windows365InfoBox": "A Windows 365 kiválasztása hatással lesz a kapcsolatokra a felhőalapú PC-khez és az Azure Virtual Desktop-munkamenetgazdákhoz. További információért kattintson ide.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "A szabályzat szerkesztéséhez prémium P1 vagy P2 szintű számításifeladat-identitásokra van szükség.", "workloadIdentity": "Számításifeladat-identitás" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Szűrő", - "assignmentFilterTypeColumnHeader": "Szűrési mód", - "assignmentToast": "Végfelhasználói értesítések", - "assignmentTypeTableHeader": "HOZZÁRENDELÉS TÍPUSA", - "deadlineTimeColumnLabel": "Telepítési határidő", - "deliveryOptimizationPriorityHeader": "Szállítás optimalizálásának prioritása", - "groupTableHeader": "Csoport", - "installContextLabel": "Környezet telepítése", - "isRemovable": "Telepítés cserélhetőként", - "licenseTypeLabel": "Engedély típusa", - "modeTableHeader": "Csoport mód", - "policySet": "Szabályzatkészlet", - "preventAutoAppUpdate": "Automatikus alkalmazásfrissítések megakadályozása", - "preventManagedAppBackup": "Az iCloud-alkalmazások biztonsági mentésének megakadályozása", - "restartGracePeriodHeader": "Türelmi időszak újraindítása", - "startTimeColumnLabel": "Rendelkezésre állás", - "tracks": "Nyomkövetések", - "uninstallOnRemoval": "Eltávolítás az eszköz törlésekor", - "updateMode": "Prioritás frissítése", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD-webalkalmazás", - "androidEnterpriseSystemApp": "Android Enterprise-rendszeralkalmazás", - "androidForWorkApp": "Felügyelt Google Play Áruházbeli alkalmazás", - "androidLobApp": "Üzletági Android-alkalmazás", - "androidStoreApp": "Android Áruházbeli alkalmazás", - "builtInAndroid": "Beépített Android-alkalmazás", - "builtInApp": "Beépített alkalmazás", - "builtInIos": "Beépített iOS-alkalmazás", - "iosIPadOSWebClip": "iOS/iPadOS-webklip", - "iosLobApp": "Üzletági iOS-alkalmazás", - "iosStoreApp": "iOS Store-alkalmazás", - "iosVppApp": "Volume Purchase Program-alkalmazás iOS rendszerhez", - "lineOfBusinessApp": "Üzletági alkalmazás", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Üzletági macOS-alkalmazás", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office programcsomag", - "macOsVppApp": "Volume Purchase Program-alkalmazás macOS rendszerhez", - "managedAndroidLobApp": "Felügyelt üzletági Android-alkalmazás", - "managedAndroidStoreApp": "Felügyelt Android Áruházbeli alkalmazás", - "managedGooglePlayApp": "Felügyelt Google Play Áruházbeli alkalmazás", - "managedGooglePlayPrivateApp": "Felügyelt privát Google Play-alkalmazás", - "managedGooglePlayWebApp": "Felügyelt Google Play-webhivatkozás", - "managedIosLobApp": "Felügyelt üzletági iOS-alkalmazás", - "managedIosStoreApp": "Felügyelt iOS Store-alkalmazás", - "microsoftStoreForBusinessApp": "A „Microsoft Store Vállalatoknak” egy alkalmazása", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store Vállalatoknak", - "officeAddIn": "Office-bővítmény", - "officeSuiteApp": "Microsoft 365-alkalmazások (Windows 10 és újabb)", - "sharePointApp": "SharePoint-app", - "teamsApp": "Teams alkalmazás", - "webApp": "Webhivatkozás", - "winGetPublicApp": "Windows-csomagkezelő közösségi adattár", - "winGetStoreApp": "Microsoft Store-alkalmazás (új)", - "windowsAppXLobApp": "AppX-alapú üzletági Windows-alkalmazás", - "windowsClassicApp": "Windows-alkalmazás (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 és újabb)", - "windowsMobileMsiLobApp": "MSI-alapú üzletági Windows-alkalmazás", - "windowsPhone81AppXBundleLobApp": "AppX-alapú üzletági Windows Phone 8.1-alkalmazás", - "windowsPhone81AppXLobApp": "AppX-alapú üzletági Windows Phone 8.1-alkalmazás", - "windowsPhone81StoreApp": "Windows Phone 8.1 Áruházbeli alkalmazás", - "windowsPhoneXapLobApp": "XAP-alapú üzletági Windows Phone-alkalmazás", - "windowsStoreApp": "Microsoft Store-alkalmazás (örökölt)", - "windowsUniversalAppXLobApp": "Univerzális AppX-alapú üzletági Windows-alkalmazás", - "windowsUniversalLobApp": "Univerzális üzletági Windows-alkalmazás", - "windowsWebApp": "Windows webes hivatkozás" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Kizárva", - "include": "Belefoglalva", - "includeAllDevicesVirtualGroup": "Belefoglalva", - "includeAllUsersVirtualGroup": "Belefoglalva" - }, - "AssignmentToast": { - "hideAll": "Az összes bejelentési értesítés elrejtése", - "showAll": "Az összes bejelentési értesítés megjelenítése", - "showReboot": "A számítógép-újraindításokra vonatkozó bejelentési értesítések megjelenítése" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Háttér", - "displayText": "Tartalom letöltése a következőben: {0}", - "foreground": "Előtér", - "header": "Szállítás optimalizálásának prioritása" - }, - "DeviceRestartBehaviorOptions": { - "allow": "Az alkalmazás telepítése kényszerítheti az eszköz újraindítását", - "basedOnReturnCode": "Viselkedés meghatározása a visszatérési kódok alapján", - "force": "Az Intune az eszköz kötelező újraindítását kezdeményezi", - "suppress": "Nincs megadott művelet" - }, - "FilterType": { - "exclude": "Kizárás", - "include": "Belefoglalás", - "none": "Nincs" - }, - "InstallIntent": { - "available": "Regisztrált eszközök esetében elérhető", - "availableWithoutEnrollment": "Regisztrációval vagy anélkül is elérhető", - "notApplicable": "Nem alkalmazható", - "required": "Kötelező", - "uninstall": "Eltávolítás" - }, - "SettingType": { - "assignmentType": "Hozzárendelés típusa", - "deviceLicensing": "Engedély típusa", - "installContext": "Eltávolítás az eszköz törlésekor", - "toastSettings": "Végfelhasználói értesítések", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Alapértelmezett", - "postponed": "Elhalasztva", - "priority": "Magas prioritás" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Eszközök konfigurálása a kezdeti kiépítéshez és felhasználókhoz való hozzárendeléshez.", - "title": "Eszköz-előkészítés" - }, - "EnrollmentSettings": { - "description": "Konfigurálhatja a regisztrációs beállításokat, például letilthatja a regisztrációt, és hozzárendelheti őket a felhasználókhoz.", - "title": "Regisztrációs beállítások" - }, - "coManagementAuthorityDesc": "Configuration Manager-integráció közös felügyeleti beállításainak konfigurálása", - "coManagementAuthorityTitle": "Közös felügyeleti beállítások ", - "deploymentProfiles": "Windows AutoPilot Deployment-profilok", - "description": "További információ arról a hét módszerről, amellyel a felhasználók és a rendszergazdák regisztrálhatják a Windows 10/11-es PC-ket az Intune-ban.", - "descriptionLabel": "Windows-regisztrációs módszerek", - "enrollmentStatusPage": "Regisztráció állapotát jelző lap" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "Az alkalmazás telepítése kényszerítheti az eszköz újraindítását", - "basedOnReturnCode": "Viselkedés meghatározása a visszatérési kódok alapján", - "force": "Az Intune az eszköz kötelező újraindítását kezdeményezi", - "suppress": "Nincs megadott művelet" - }, - "RunAsAccountOptions": { - "system": "Rendszer", - "user": "Felhasználó" - }, - "availableUninstall": "Eltávolítás elérhetőségének engedélyezése", - "availableUninstallTooltip": "Válassza az Igen lehetőséget, ha lehetővé szeretné tenni a Céges portál felhasználóinak, hogy eltávolíthassák az alkalmazást. Válassza a Nem lehetőséget, ha nem szeretné, hogy a felhasználók eltávolíthassák az alkalmazást a Céges portálról.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Viselkedés az eszköz újraindításához", - "deviceRestartBehaviorTooltip": "Válassza ki az eszköz sikeres alkalmazástelepítés utáni újraindítási viselkedését. Az eszköz a visszatérési kódok konfigurációs beállításai alapján történő újraindításához válassza a Viselkedés meghatározása a visszatérési kódok alapján lehetőséget. Válassza a Nincs megadott művelet lehetőséget az eszköz újraindításának letiltásához az MSI-alapú alkalmazások telepítése során. Válassza Az alkalmazástelepítés kényszerítheti az eszköz újraindítását lehetőséget annak engedélyezéséhez, hogy az alkalmazástelepítés az újraindítások letiltása nélkül befejeződjön. Válassza Az Intune kényszeríti az eszköz kötelező újraindítását lehetőséget ahhoz, hogy sikeres alkalmazástelepítés után mindig újrainduljon az eszköz.", - "header": "Adja meg a parancsokat az alkalmazás telepítéséhez és leválasztásához:", - "installCommand": "Telepítési parancs", - "installCommandMaxLengthErrorMessage": "A telepítési parancs nem lehet hosszabb 1024 karakternél.", - "installCommandTooltip": "Az alkalmazás telepítéséhez használt teljes telepítési parancssor.", - "runAs32Bit": "Telepítési és leválasztási parancsok futtatása 32 bites folyamatban 64 bites ügyfeleken", - "runAs32BitTooltip": "Válassza az Igen lehetőséget az alkalmazás 32 bites folyamatban való telepítéséhez és leválasztásához 64 bites ügyfeleken. Válassza a Nem (alapértelmezett) lehetőséget, ha az alkalmazást 64 bites folyamatban szeretné telepíteni és leválasztani 64 bites ügyfeleken. A 32 bites ügyfelek mindig 32 bites folyamatot fognak használni.", - "runAsAccount": "Telepítési viselkedés", - "runAsAccountTooltip": "Ha az alkalmazást az összes felhasználó számára szeretné telepíteni, és ez támogatott, válassza a Rendszer lehetőséget. Ha az alkalmazást az eszközön bejelentkezett felhasználó számára szeretné telepíteni, válassza a Felhasználó lehetőséget. A kettős célú MSI-alkalmazások esetében a módosítások mindaddig megakadályozzák a frissítések és az eltávolítások sikeres végrehajtását, amíg vissza nem állítja az eredeti telepítés időpontjában alkalmazott értéket.", - "selectorLabel": "Program", - "uninstallCommand": "Leválasztási parancs", - "uninstallCommandTooltip": "Az alkalmazás eltávolításához használt teljes eltávolítási parancssor." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "E beállításokkal ellenőrizheti, hogy mely felhasználók telepítenek olyan alkalmazásokat, amelyek használatát a cége nem engedélyezte. Válassza ki a korlátozott alkalmazások listájának típusát:

            \r\n Letiltott alkalmazások – azon alkalmazások listája, amelyek felhasználók általi telepítéséről értesülni szeretne.
            \r\n Jóváhagyott alkalmazások – azon alkalmazások listája, amelyek használatát a cége engedélyezte. Ha a felhasználók egy ebben a listában nem szereplő alkalmazást telepítenek, Ön erről értesítést kap.
            \r\n ", - "androidZebraMxZebraMx": "Zebra-eszközök konfigurálása MX-profil XML formátumban való feltöltésével.", - "iosDeviceFeaturesAirprint": "Ezekkel a beállításokkal megadhatja, hogy az iOS-eszközök automatikusan csatlakozzanak a hálózatbeli AirPrint-kompatibilis nyomtatókhoz. Ehhez szüksége lesz a nyomtatók IP-címére és elérési útjára.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Konfiguráljon egy olyan alkalmazásbővítményt, amely engedélyezi az egyszeri bejelentkezés (SSO) használatát az iOS 13.0 vagy újabb rendszert futtató eszközök esetében.", - "iosDeviceFeaturesHomeScreenLayout": "Konfigurálja az iOS-eszközök dokkjának és főképernyőjének elrendezését. Bizonyos eszközöknél a megjelenített elemek száma korlátozott lehet.", - "iosDeviceFeaturesIOSWallpaper": "Kép megjelenítése az iOS-eszközök főképernyőjén és/vagy zárolási képernyőjén.\r\n Ha egyedi képet szeretne megjeleníteni az egyes képernyőkön, akkor hozzon létre egy-egy profilt a zárolási képernyőn, valamint a főképernyőn megjelenő képpel.\r\n Ezt követően rendelje hozzá mindkét profilt az egyes felhasználókhoz.\r\n
            \r\n
              \r\n
            • Maximális fájlméret: 750 KB
            • \r\n
            • Fájltípus: PNG, JPG vagy JPEG
            • \r\n
            \r\n ", - "iosDeviceFeaturesNotifications": "Az alkalmazások értesítési beállításainak megadása. Az iOS 9.3-as és újabb verzióiban támogatott.", - "iosDeviceFeaturesSharedDevice": "A zárolási képernyőn megjelenő nem kötelező szöveg megadása. Ezt a funkciót az IOS 9.3-as és újabb verziói támogatják. További információ", - "iosGeneralApplicationRestrictions": "E beállításokkal ellenőrizheti, hogy mely felhasználók telepítenek olyan alkalmazásokat, amelyek használatát a cége nem engedélyezte. Válassza ki a korlátozott alkalmazások listájának típusát:

            \r\n Letiltott alkalmazások – azon alkalmazások listája, amelyek felhasználók általi telepítéséről értesülni szeretne.
            \r\n Jóváhagyott alkalmazások – azon alkalmazások listája, amelyek használatát a cége engedélyezte. Ha a felhasználók egy ebben a listában nem szereplő alkalmazást telepítenek, Ön erről értesítést kap.
            \r\n ", - "iosGeneralApplicationVisibility": "A megjelenített alkalmazások listáján megadhatja, hogy a felhasználó mely iOS-alkalmazásokat jeleníthesse meg és indíthassa el. A rejtett alkalmazások listáján azokat az iOS-alkalmazásokat adhatja meg, amelyeket a felhasználó nem jeleníthet meg és nem indíthat el.", - "iosGeneralAutonomousSingleAppMode": "Ha erre a listára felvesz és egy eszközhöz hozzárendel egy alkalmazást, kizárólag arra az alkalmazásra korlátozhatja az eszköz használatát, ha az elindult, illetve zárolhatja az eszközt bizonyos művelet végrehajtásakor (például vizsgáztatás ideje alatt). A művelet befejeződése, illetve a korlátozás feloldása után az eszköz visszatér a szokásos állapotba.", - "iosGeneralKiosk": "Kioszkmódban zárolódnak az eszköz különböző beállításai, illetve egyetlen alkalmazás futtatására korlátozható az eszköz használata. Ez többek között kiskereskedelmi üzletekben lehet hasznos, ahol az eszközön egyetlen bemutatóalkalmazásnak kell futnia.", - "macDeviceFeaturesAirprint": "Ezekkel a beállításokkal megadhatja, hogy a macOS-eszközök automatikusan csatlakozzanak a hálózatbeli AirPrint-kompatibilis nyomtatókhoz. Ehhez szüksége lesz a nyomtatók IP-címére és erőforrás-elérési útjára.", - "macDeviceFeaturesAssociatedDomains": "A társított tartományok konfigurálásával megoszthatja az adatokat és a bejelentkezési hitelesítő adatokat a szervezet alkalmazásai és webhelyei között. Ez a profil a macOS 10.15-ös vagy újabb verzióját futtató eszközökön alkalmazható.", - "macDeviceFeaturesExtensibleSingleSignOn": "Konfiguráljon egy olyan alkalmazásbővítményt, amely engedélyezi az egyszeri bejelentkezés (SSO) használatát a macOS 10.15 vagy újabb rendszert futtató eszközök esetében.", - "macDeviceFeaturesLoginItems": "Kiválaszthatja, hogy mely alkalmazások, fájlok és mappák legyenek nyitva, amikor a felhasználók bejelentkeznek az eszközeiken. Ha nem szeretné, hogy a felhasználók megváltoztassák a kiválasztott alkalmazások megnyitásának módját, elrejtheti az alkalmazást a felhasználói konfigurációból.", - "macDeviceFeaturesLoginWindow": "Konfigurálja a macOS bejelentkezési képernyőjének megjelenését, valamint a felhasználók számára a bejelentkezés előtt és után elérhető funkciókat.", - "macExtensionsKernelExtensions": "Használja ezeket a beállításokat a kernelbővítményekre vonatkozó szabályzat konfigurálásához a 10.13.2 vagy újabb verziót futtató macOS-eszközökön.", - "macGeneralDomains": "A felhasználó által küldött vagy fogadott azon e-mailek, amelyek nem egyeznek az itt megadott tartománnyal, nem megbízhatóként lesznek megjelölve.", - "windows10EndpointProtectionApplicationGuard": "A Microsoft Edge használatakor a Microsoft Defender alkalmazásőr védi a környezetet a munkahely által megbízhatóként meg nem jelölt webhelyektől. Ha a felhasználók olyan webhelyeket keresnek fel, amelyek nem találhatók meg az elszigetelt hálózat határán belül, a rendszer egy virtuális böngészési Hyper-V-munkamenetben nyitja meg ezeket a webhelyeket. A megbízható webhelyek meghatározása a hálózathatárral történik, amelyet az Eszközkonfiguráció lapon lehet beállítani. Megjegyzés: ez a funkció kizárólag 64-bites Windows 10 vagy újabb verziókat futtató eszközökhöz érhető el.", - "windows10EndpointProtectionCredentialGuard": "A Credential Guard engedélyezésekor a a rendszer a következő szükséges beállításokat engedélyezi:\r\n
            \r\n
              \r\n
            • A virtualizálás-alapú biztonság engedélyezése: A virtualizálás-alapú biztonság (VBS) bekapcsolása a következő újraindításkor. A virtualizálás-alapú biztonság a Windows hipervizorral támogatja a biztonsági szolgáltatásokat.
            • \r\n
              \r\n
            • Biztonságos rendszerindítás közvetlen memória-hozzáféréssel: A VBS bekapcsolása biztonságos rendszerindítással és közvetlen memória-hozzáféréssel (DMA).
            • \r\n
            \r\n ", - "windows10EndpointProtectionDeviceGuard": "Válasszon ki további olyan alkalmazásokat, amelyeket a Microsoft Defender alkalmazásfelügyeleti funkciójával szeretne naplózni, vagy amelyek futtatását ezzel a funkcióval kívánja engedélyezni. A Windows-összetevők és a Windows Áruházból származó alkalmazások automatikusan megbízhatónak minősülnek, és futtathatók.

            \r\n A rendszer nem tiltja le a Csak naplózás üzemmódban futó alkalmazásokat, és ezek eseményeit a helyi ügyfélnaplókban rögzíti.\r\n ", - "windows10GeneralPrivacyPerApp": "Olyan alkalmazások hozzáadása, amelyek viselkedésének az „Alapértelmezett adatvédelem” kategóriában meghatározottól eltérőnek kell lennie.", - "windows10NetworkBoundaryNetworkBoundary": "A hálózathatár a vállalati erőforrások listájából áll, például a vállalati hálózat számítógépeihez tartozó felhőbeli tartományok vagy IP-címtartományok. A hálózathatárok meghatározásával szabályzatokat alkalmazhat az ilyen helyeken található adatok védelmére.", - "windowsHealthMonitoring": "A Windows biztonságiállapot-figyelési szabályzatának konfigurálása.", - "windowsPhoneGeneralApplicationRestrictions": "A Windows Phone letilthatja a felhasználók számára a tiltott alkalmazások listáján szereplő, illetve a jóváhagyott alkalmazások listáján nem szereplő alkalmazások telepítését vagy futtatását. Minden felügyelt alkalmazást hozzá kell adni a jóváhagyott alkalmazások listájához." - }, - "Inputs": { - "accountDomain": "Fióktartomány", - "accountDomainHint": "pl. contosodomain", - "accountDomainInfoBalloon": "Adja meg a felhasználói fiók tartományát.", - "accountTypeInfoBalloon": "Adja meg a konfigurálandó fiók típusát a hitelesítési modell alapján", - "allowContactSetting": "A felhasználó módosíthatja a kapcsolattartási beállítást", - "allowContactSyncInfoBalloon": "Adja meg, hogy a felhasználó módosíthassa-e a kapcsolattartó-szinkronizálási beállítást", - "allowUserChange": "A felhasználó módosíthatja a beállításokat", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Adjon meg egy, a következőhöz hasonló csomagnevet: com.microsoft.word", - "androidUrlValidation": "Adjon meg egy érvényes URL-címet, például egy ehhez hasonlót: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Alkalmazástelepítési hatókör", - "appUrlLabel": "Alkalmazásáruház URL-címe", - "appleUrlValidation": "Érvényes URL-címet adjon meg. Példa: https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Alkalmazható eszköztípus", - "assignmentActionLabel": "Mód", - "authenticationMethodInfoBalloon": "Adja meg a felhasználóhitelesítési módszert", - "authenticationMetod": "Hitelesítési módszer", - "authenticationType": "Hitelesítés típusa", - "authenticationTypeInfoBalloon": "Adja meg a felhasználóhitelesítési módszert", - "availableLicenseCount": "Rendelkezésre álló licencek", - "basicAuth": "Alapszintű hitelesítés", - "biometricsInfoBalloon": "Megkövetelheti a biometria, például TouchID vagy a FaceID használatát azoktól a felhasználóktól, akik szeretnék elérni az alkalmazást az eszközükön. Ha kötelező a használata, a felhasználóknak az ebben a profilban kiválasztott hitelesítési módszer mellett a biometriát is használniuk kell. Ezt a beállítást nem ajánlott engedélyezni, ha Intune App Protection-szabályzatok vannak érvénybe léptetve, mert az alkalmazásvédelmi szabályzat olyan hozzáférési követelményeket tartalmaz, amelyeknek a felügyelt adatok elérése előtt kell megfelelni. Ha mindkét funkció engedélyezve van, az Outlook Mobile elérésekor több hozzáférés-jóváhagyási panel jelenhet meg. Ha a beállítás nincs konfigurálva, az alkalmazásbeállítás alapértelmezett értéke a Kikapcsolva. ", - "bookNameLabel": "Könyv neve", - "bundleDescriptionHint": "Adjon meg egy leírást, amely leírja a befoglalt alkalmazásokat.", - "calendar": "Naptár", - "categoryLabel": "Kategória", - "categoryNameLabel": "Alapértelmezett név", - "certProfileType": "Tanúsítványprofil típusa", - "certificate": "Tanúsítvány", - "certificates": "Tanúsítványok", - "commandLineLabel": "Parancssori argumentumok", - "commandLineSizeHint": "A parancssori argumentumok szövege legfeljebb 1024 karakter hosszú lehet", - "configurationSettingsFormatLabel": "Konfigurációs beállítások formátuma", - "configurationSettingsLabel": "Beállítások formátuma", - "contactSync": "Partnerek mentése", - "contactSyncInfoBalloon": "A névjegyek mobileszközön lévő natív címjegyzékbe történő mentése lehetővé teszi az új hívások és SMS-ek összekapcsolását a felhasználó meglévő Outlook-névjegyeivel. Ha nincs konfigurálva a beállítás, az alkalmazásbeállítás alapértelmezett értéke a Kikapcsolva.", - "contacts": "Kapcsolattartók", - "createdDateTime": "Létrehozva", - "defaultCategoryHint": "Az alapértelmezett kategóriák nem módosíthatók", - "deploySMimeCertsFromIntune": "S/MIME-tanúsítványok üzembe helyezése az Intune-ból", - "descriptionGenericLabel": "Leírás", - "descriptionHint": "Leírás megadása...", - "descriptionLabel": "Leírás", - "descriptionSizeHint": "A leírás nem lehet hosszabb 10 000 karakternél", - "developerLabel": "Fejlesztő", - "developerSizeHint": "A fejlesztő neve legfeljebb 256 karakter hosszú lehet.", - "disable": "Letiltás", - "disabled": "Letiltva", - "displayNameLabel": "Név", - "displayVersionHint": "Adja meg az alkalmazás verziószámát", - "displayVersionLabel": "Alkalmazásverzió", - "displayVersionLengthCheck": "A megjelenítési verzió hossza legfeljebb 130 karakter lehet", - "eBookCategoryNameLabel": "Alapértelmezett név", - "emailAccount": "E-mail-fiók neve", - "emailAccountHint": "példa: Céges e-mail", - "emailAccountInfoBalloon": "Adja meg az e-mail-fiók felhasználók eszközein megjelenő nevét", - "emailAddressAttribute": "E-mail-cím attribútuma az AAD-ből", - "emailAddressInfoBalloon": "Adja meg az e-mailek küldésére és fogadására szolgáló e-mail-címet", - "emailServer": "Levelezési kiszolgáló", - "emailServerHint": "pl. mail.contoso.com", - "emailServerInfoBalloon": "Adja meg az Exchange-kiszolgáló állomásnevét", - "enable": "Engedélyezés", - "enableSMime": "S/MIME engedélyezése", - "enabled": "Engedélyezve", - "encryptAllEmails": "Az összes e-mail titkosítása", - "encryptionCertificates": "Titkosítási tanúsítványok", - "endUserNotifications": "Végfelhasználói értesítések", - "enrollmentTypeLabel": "Eszközregisztráció típusa", - "externalRecipients": "Külső címzettek e-mail-tipp", - "externalRecipientsInfoBalloon": "A Külső címzettek e-mail-tipp akkor jelenik meg, ha a feladó külső címzettet vagy külső címzetteket tartalmazó terjesztési csoportot ad hozzá az e-mailhez. Ez az e-mail-tipp arról tájékoztatja a feladót, hogy az adott e-mail elhagyja-e a céget. Ez megkönnyíti a szóhasználattal, a hangnemmel és a tartalommal kapcsolatos helyes döntések meghozatalát. Ez a funkció csak az Exchange Online-fiókok és a modern hibrid hitelesítést használó helyi fiókok számára érhető el. Ha nincs konfigurálva a beállítás, az alkalmazásbeállítás alapértelmezett értéke a Bekapcsolva.", - "focusedInbox": "Szűrt levelek", - "focusedInboxInfoBalloon": "A Szűrt levelek funkció két lapra választja szét beérkezett üzenetek mappáját – a Szűrt és az Egyéb lapra. A legfontosabb e-mailek a Szűrt lapon jelennek meg, míg a többi rejtve marad, de könnyen elérhető az Egyéb lapon. Ha nincs konfigurálva a beállítás, az alkalmazásbeállítás alapértelmezett értéke a Bekapcsolva. ", - "gmailNineAmountOfEmail": "Szinkronizálandó e-mailek mennyisége", - "gmailNineAuthenticationMethodInfoBalloon": "Adja meg a felhasználók levelezési kiszolgálón történő hitelesítésének módját. A tanúsítványok használatával biztosíthatja a legbiztonságosabb és leggördülékenyebb felhasználói élményt a végfelhasználók számára. A tanúsítványalapú hitelesítés még nem érhető el, mert az SCEP- és PKCS-tanúsítványprofilok nem érhetők el az eszköztulajdonosi eszközök számára. ", - "gmailNineCertificateUPNInfoBalloon": "A tanúsítványnak a tulajdonos alternatív neveként tartalmaznia kell az egyszerű felhasználónevet.", - "gmailNineEmailAddressInfoBalloon": "Az Intune által az Azure AD-ból beolvasott attribútum, amellyel dinamikusan generálható a profil e-mail-címe. Példa: Név@contoso.com (UPN). További információ az e-mail-profilok AAD-attribútumairól.", - "gmailNineEmailServerInfoBalloon": "Annak a levelezési kiszolgálónak az Exchange-helye (URL-címe), amelyhez kapcsolódva a megadott alkalmazás letölti az e-maileket.", - "gmailNineEmailSynchronizeInfoBalloon": "Szabályozhatja, hogy az ügyfél mennyi e-mailt szinkronizál.", - "gmailNineSSLInfoBalloon": "Az SSL engedélyezése a levelezési kiszolgálóval való biztonságos kommunikáció érdekében.", - "gmailNineUsernameInfoBalloon": "Az Intune által az Azure AD-ból beolvasott attribútum, amellyel dinamikusan generálható a profil e-mail-címe. Példa: Név@contoso.com (UPN) vagy Név (felhasználónév). További információ az e-mail-profilok AAD-attribútumairól.", - "ignoreVersionDetection": "Alkalmazásverzió figyelmen kívül hagyása", - "informationUrlLabel": "Információs URL-cím", - "informationUrlSizeHint": "Az információs URL-cím legfeljebb 1024 karakter hosszú lehet.", - "installAsManaged": "Telepítés felügyeltként", - "installationSourceLabel": "Alkalmazás típusa", - "installerTypeInfoBalloon": "Az alkalmazáscsomag telepítőtípusa.", - "installerTypeLabel": "Telepítő típusa", - "isFeatured": "Megjelenítés kiemelt alkalmazásként a céges portálon", - "isMAMEnabledToggleLabel": "Igen", - "lastModifiedDateTime": "Utolsó frissítés időpontja", - "ldapUrl": "LDAP URL-cím", - "licensingType": "Eszközkörnyezet-hozzárendelés támogatása", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimális operációsrendszer-verzió", - "modernAuth": "Modern hitelesítés", - "nameHint": "Írjon be egy nevet.", - "nameLabel": "Név", - "nameSizeHint": "A név legfeljebb 512 karakter hosszú lehet.", - "notConfigured": "Nincs beállítva", - "notesLabel": "Megjegyzések", - "notesSizeHint": "A jegyzet szövege legfeljebb 1024 karakter hosszú lehet.", - "notificationType": "Értesítéstípus", - "oneDay": "Egy nap", - "oneMonth": "egy hónap", - "oneWeek": "Egy hét", - "outlookSMimeSettings": "Az Outlook S/MIME-beállításai", - "ownerLabel": "Tulajdonos", - "ownerSizeHint": "A tulajdonos neve legfeljebb 256 karakter hosszú lehet.", - "packageIdLabel": "Csomagazonosító", - "packageNameLabel": "Csomag neve", - "pivCredentialNotConfigured": "Nem választott ki a származtatott hitelesítőadatok kibocsátóját a bérlő számára. Be kell állítania egyet ahhoz, hogy sikeresen alkalmazni tudja a szabályzatot eszközökre.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Leírás", - "policyNameLabel": "Név", - "primarySMTPAddress": "Elsődleges SMTP-cím", - "privacyUrlLabel": "Adatvédelmi URL-cím", - "publisherHint": "Adja meg a közzétevő nevét", - "publisherLabel": "Közzétevő", - "publisherSizeHint": "A közzétevő neve legalább 2, de legfeljebb 1024 karakterből állhat", - "require": "Kötelező", - "requireBiometrics": "Az alkalmazás eléréséhez biometria szükséges", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "Legalább egy hatókörcímke szükséges", - "searchAppLabel": "Adja meg az alkalmazást", - "searchAppLinkText": "Keresés az App Store-ban", - "searchWinGetPublicRepositoryLinkText": "Keresés a Windows-csomagkezelő közösségi adattárban", - "searchWinGetStoreRepositoryLinkText": "Keresés a Microsoft Store-alkalmazásban (új)", - "selectAAD": "AAD-attribútum kiválasztása", - "selectAppFileLabel": "Fájl kiválasztása", - "selectAppFileLinkText": "Alkalmazáscsomag-fájl kiválasztása", - "selectAppFileToUpdateLabel": "Frissíteni kívánt fájl kiválasztása", - "selectAuthMethod": "Hitelesítéstípus kiválasztása", - "selectAuthType": "Hitelesítési típus kiválasztása", - "selectCertificate": "Válasszon tanúsítványt", - "signAllEmails": "Az összes e-mail aláírása", - "signingCertificates": "Aláíró tanúsítványok", - "ssl": "SSL", - "suiteDescriptionLabel": "Csomag leírása", - "suiteNameLabel": "Csomag neve", - "tasks": "Tevékenységek", - "threeDays": "Három nap", - "totalLicenseCount": "Az összes licenc", - "twoWeeks": "Két hét", - "unifiedAssignmentsLabel": "Hozzárendelés a következőhöz:", - "unlimited": "Korlátlan", - "urlHint": "Érvényes URL-t adjon meg", - "useManagedBrowserHint": "Csak Android és iOS rendszeren érhető el. További információ.", - "useManagedBrowserLabel": "Felügyelt böngésző használatának megkövetelése a hivatkozás megnyitásához", - "userPrinicipalName": "Egyszerű felhasználónév", - "username": "Felhasználónév", - "usernameAttribute": "Felhasználónév attribútum az AAD-ből", - "usernameAttributreInfoBalloon": "Adja meg a fiók hitelesítésére szolgáló e-mail-profil egyszerű felhasználónevét", - "usernamePassword": "Felhasználónév és jelszó", - "webAppUrlHint": "Adjon meg egy HTTP:// vagy HTTPS:// előtaggal kezdődő érvényes URL-címet", - "webAppUrlLabel": "Alkalmazás URL-címe", - "webAppUrlSizeHint": "Az alkalmazás URL-címe legfeljebb 1024 karakter hosszú lehet.", - "windowsUrlValidation": "Adjon meg egy érvényes URL-címet, például: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "Megadott XML-adatok", - "xmlFormatInvalid": "Az XML-alapú szabályzat formátuma érvénytelen.", - "xmlTooLarge": "A bemenet méretének 1 MB-nál kisebbnek kell lennie." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Nem támogatott", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "A minőségi frissítési szabályzatok létrehozásához meghatározott licencre van szükség.", "warningBoxText": "A szoftverfrissítések felgyorsításával csökkenthető a megfelelőség eléréséhez szükséges idő, azonban nagyobb hatással van a végfelhasználói termelékenységre. Jelentősen nagyobb eséllyel fordulhat elő újraindítás munkaidőben." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
            For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
            Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
            \n
              \n
            • This setting works correctly when \"All cloud apps\" are selected
            • \n
            • This does not affect token lifetimes or the sign-in frequency setting.
            • \n
            • This will override the \"Show option to stay signed in\" policy in Company Branding.
            • \n
            • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
            • \n
            • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
            • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
              Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge-konfigurációs beállítások", "edgeWindowsDataProtectionSettings": "Edge (Windows) adatvédelmi beállításai – előzetes verzió", @@ -10783,7 +11566,10 @@ "Column": { "author": "Szerző", "template": "Sablon neve" - } + }, + "Row": { + "ariaLabel": "{1} oszlop {2} {0}. sora" + } }, "SettingsCatalog": { "subtitle": "Kezdje elölről, és válassza ki a kívánt beállításokat a rendelkezésre álló beállítások könyvtárából", @@ -11593,6 +12379,7 @@ "gettingStarted": "Kezdeti lépések", "messages": "Üzenetek", "onlineResources": "Online erőforrások", + "policyHealth": "Szabályzat állapota", "releaseManagement": "Kiadáskezelés", "serviceRequests": "Szolgáltatáskérelmek", "settings": "Beállítások", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "Minden alkalmazás", "allDevices": "Minden eszköz", - "androidFotaDeployments": "Android FOTA üzemelő példányok", + "androidFotaDeployments": "Android FOTA üzemelő példányok (előzetes verzió)", "appBundles": "Alkalmazáskötegek", "appCategories": "Alkalmazáskategóriák", "appConfigPolicies": "Alkalmazáskonfigurációs szabályzatok", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Hozzárendelt engedélyek", "assignedRoles": "Hozzárendelt szerepkörök", "autopilotDeploymentReport": "Autopilot-beli üzemelő példányok (előzetes verzió)", + "autopilotDeploymentReportV2": "Autopilot deployments 2.0 (előzetes verzió)", "brandingAndCustomization": "Testreszabás", "cartProfiles": "Kocsiprofilok", "certificateConnectors": "Tanúsítvány-összekötők", "chromeEnterprise": "Chrome Enterprise (előzetes verzió)", "cloudAttachedDevices": "Felhőalapú csatlakoztatott eszközök (előzetes verzió)", + "cloudPcActions": "Felhőbeli PC-műveletek (előzetes verzió)", + "cloudPcMaintenanceWindows": "Felhőalapú PC karbantartási időszakai (előzetes verzió)", "compliancePolicies": "Megfelelőségi szabályzatok", "complianceScriptManagement": "Szkriptek", "complianceScriptManagementPreview": "Szkriptek (előzetes verzió)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Regisztrációs korlátozások", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange szolgáltatás-összekötők", - "failuresForDriverUpdates": "A Windows illesztőprogram-frissítés hibái (előzetes verzió)", + "failuresForDriverUpdates": "A Windows illesztőprogram-frissítés hibái", "failuresForFeatureUpdates": "Szolgáltatás-frissítési hibák", "failuresForQualityUpdates": "A Windows gyorsított frissítés hibái", "featureFlighting": "Funkciótesztelés", "featureUpdateDeployments": "Funkciófrissítések Windows 10-es és újabb verziókhoz", "flighting": "Tesztelés", - "fotaUpdate": "Belső vezérlőprogram vezeték nélküli frissítése", + "fotaUpdate": "Belső vezérlőprogram vezeték nélküli frissítése (előzetes verzió)", "groupPolicy": "Felügyeleti sablonok", "groupPolicyAnalytics": "Csoportházirend-elemzés", "helpSupport": "Súgó és támogatás", @@ -11717,12 +12507,12 @@ "user": "Felhasználó", "userExecutionStatus": "Felhasználó állapota", "wdacSupplementalPolicies": "Az S mód kiegészítő szabályzatai", - "windows10DriverUpdate": "Illesztőprogram-frissítések Windows 10-es és újabb verziókhoz (előzetes verzió)", + "windows10DriverUpdate": "Illesztőprogram-frissítések Windows 10-es és újabb verziókhoz", "windows10QualityUpdate": "Minőségi frissítések Windows 10-es és újabb verziókhoz", "windows10UpdateRings": "Frissítési körök Windows 10 és újabb verziókhoz", "windows10XPolicyFailures": "Windows 10X-szabályzat hibái", "windows365Connector": "Windows 365 Citrix-összekötő", - "windows365ConnectorPublicPreview": "Windows 365 Citrix-összekötő (előzetes verzió)", + "windows365PartnerConnector": "Windows 365-partnerösszekötők", "windowsDiagnosticData": "Windows-adatok", "windowsEnterpriseCertificate": "Windowsos vállalati tanúsítvány", "windowsManagement": "PowerShell-szkriptek", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Eszköz újraindításának türelmi ideje", "summaryTitle": "Végfelhasználói felület" }, - "EnrollmentType": { - "devicesWithEnrollment": "Felügyelt eszközök", - "devicesWithoutEnrollment": "Felügyelt alkalmazások" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "A fájl vagy a mappa mint kiválasztott követelmény.", + "pathToolTip": "Az észlelendő fájl vagy mappa teljes elérési útja.", + "property": "Tulajdonság", + "valueToolTip": "Válasszon olyan követelményértéket, amely megfelel a választott észlelési módszernek. A dátum és idő követelményét a helyi formátumban kell megadni." + }, + "GridColumns": { + "pathOrScript": "Elérési út vagy szkript", + "type": "Típus" + }, + "Registry": { + "keyPath": "Kulcs elérési útja", + "keyPathTooltip": "A követelményként szolgáló értéket tartalmazó beállításjegyzék-bejegyzés teljes elérési útja.", + "operator": "Operátor", + "operatorTooltip": "Válassza ki az operátort az összehasonlításhoz.", + "registryRequirement": "Beállításkulcsra vonatkozó követelmény", + "registryRequirementTooltip": "Válassza ki a beállításkulcsra vonatkozó követelmények összehasonlításának módját.", + "valueName": "Azonosítónév", + "valueNameTooltip": "A szükséges beállításjegyzék-érték neve." + }, + "RequirementTypeOptions": { + "fileType": "Fájl", + "registry": "Beállításjegyzék", + "script": "Szkript" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Logikai érték", + "dateTime": "Dátum és idő", + "float": "Lebegőpontos szám", + "integer": "Egész szám", + "string": "Sztring", + "version": "Verzió" + }, + "duplicateName": "A(z) {0} szkriptnév már használatban van. Adjon meg egy másik nevet.", + "enforceSignatureCheck": "Szkriptaláírás ellenőrzésének kényszerítése", + "enforceSignatureCheckTooltip": "Az „Igen” lehetőség kiválasztásával ellenőrizheti, hogy a szkriptet egy megbízható gyártó írta-e alá, így a szkript figyelmeztetések és felszólítások megjelenítése nélkül fog futni. A szkript letiltás nélkül fog futni. A „Nem” (ez az alapértelmezett beállítás) kiválasztásakor a szkript végfelhasználói megerősítéssel, de az aláírás ellenőrzése nélkül fut.", + "loggedOnCredentials": "Szkript futtatása a bejelentkezéshez használt hitelesítő adatokkal", + "loggedOnCredentialsTooltip": "Szkript futtatása a bejelentkezett eszköz hitelesítő adataival.", + "operatorTooltip": "Válassza ki az operátort a követelmények összehasonlításához.", + "requirementMethod": "Kimeneti adattípus kiválasztása...", + "requirementMethodTooltip": "Válassza ki, hogy a rendszer melyik adattípust használja az észlelési egyezési követelmények meghatározásakor.", + "scriptContent": "Szkript tartalma", + "scriptFile": "Parancsfájl", + "scriptFileTooltip": "Válasszon egy PowerShell-szkriptet, amely észleli majd az alkalmazás jelenlétét az ügyfélen. Ha a rendszer észleli az alkalmazást, a követelményfolyamat egy 0 értékű kilépési kódot ad vissza, és sztringértéket ír az STDOUT elembe.", + "scriptName": "Szkript neve", + "value": "Érték", + "valueTooltip": "Válasszon olyan követelményértéket, amely megfelel a választott észlelési módszernek. A dátum és idő követelményét a helyi formátumban kell megadni." + }, + "bladeTitle": "Követelményszabály hozzáadása", + "createRequirementHeader": "Követelmény létrehozása", + "header": "További követelményszabályok konfigurálása", + "label": "További követelményszabályok", + "noRequirementsSelectedPlaceholder": "Nincsenek megadva követelmények.", + "requirementType": "Követelmény típusa", + "requirementTypeTooltip": "Válassza ki a követelmény érvényesítésének meghatározásához használt észlelési módszert." + }, + "architectures": "Operációs rendszer architektúrája", + "architecturesTooltip": "Válassza ki az alkalmazás telepítéséhez szükséges architektúrákat.", + "bladeTitle": "Követelmények", + "diskSpace": "Szükséges lemezterület (MB)", + "diskSpaceTooltip": "Az alkalmazás telepítéséhez szabad lemezterület szükséges a rendszermeghajtón.", + "header": "Adja meg, milyen követelményeknek kell megfelelnie az eszközöknek az alkalmazás telepítése előtt:", + "maximumTextFieldValue": "A maximális érték {0}.", + "minimumCpuSpeed": "Szükséges minimális processzorsebesség (MHz)", + "minimumCpuSpeedTooltip": "Az alkalmazás telepítéséhez szükséges minimális CPU-sebesség.", + "minimumLogicalProcessors": "Logikai processzorok szükséges minimális száma", + "minimumLogicalProcessorsTooltip": "Az alkalmazás telepítéséhez szükséges logikai processzorok minimális száma.", + "minimumOperatingSystem": "Minimális operációsrendszer-verzió", + "minimumOperatingSystemTooltip": "Válassza ki az alkalmazás telepítéséhez szükséges minimális operációs rendszert.", + "minumumTextFieldValue": "A minimális érték {0}.", + "physicalMemory": "Szükséges fizikai memória (MB)", + "physicalMemoryTooltip": "Az alkalmazás telepítéséhez szükséges fizikai memória (RAM).", + "selectorLabel": "Követelmények", + "validNumber": "Adjon meg egy érvényes számot." + }, "PolicySet": { "appManagement": "Alkalmazáskezelés", "assignments": "Hozzárendelések", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Eszközkonfigurációs profilok", "powershellScriptTitle": "PowerShell-szkriptek" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
              For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
              Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Ajánlott frissítések", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrein", @@ -12029,7 +13104,7 @@ "countryNameSG": "Szingapúr", "countryNameAL": "Albánia", "countryNameSN": "Szenegál", - "countryNameSZ": "Eswatini", + "countryNameSZ": "Szváziföld", "countryNameBZ": "Belize", "countryNameCI": "Côte d'Ivoire", "countryNameTW": "Tajvan", diff --git a/Documentation/Strings-it.json b/Documentation/Strings-it.json index cb4be6c..50d3f6a 100644 --- a/Documentation/Strings-it.json +++ b/Documentation/Strings-it.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Prima data disponibile" }, + "Windows11SideBySideInstall": { + "disabled": "Disabilitato", + "enabled": "Abilitato", + "infoBalloonContent": "Controllare se installare l'ultimo aggiornamento delle funzionalità di Windows 10 nei dispositivi non idonei per Windows 11", + "label": "Quando un dispositivo non è in grado di eseguire Windows 11, installare l'ultimo aggiornamento delle funzionalità Windows 10" + }, "bladeTitle": "Distribuzione di aggiornamenti delle funzionalità", "deploymentSettingsTitle": "Impostazioni di distribuzione", "loadError": "Il caricamento non è riuscito.", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Questa funzionalità richiede licenze specifiche.", "gradualRolloutLicenseWarningEdit": "Questa funzionalità può continuare a essere usata e configurata fino a quando il criterio non viene salvato senza questa funzionalità selezionata.", - "licenseLearnMoreText": "Altre informazioni sui prerequisiti e sui criteri di aggiornamento delle funzionalità." + "licenseLearnMoreText": "Altre informazioni sui prerequisiti e sui criteri di aggiornamento delle funzionalità.", + "specificLicensingRequired": "Alcune funzionalità selezionate richiedono licenze specifiche." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Consente agli utenti dei dispositivi di ottenere informazioni sull'app e/o sulle operazioni consentite nell'app. Questa descrizione sarà visibile agli utenti nel Portale aziendale.", "developer": "Nome della società o della persona che ha sviluppato l'app. Queste informazioni saranno visibili agli utenti che hanno eseguito l'accesso all'interfaccia di amministrazione.", "displayVersion": "Versione dell'app. Questa informazioni sarà visibile agli utenti nel Portale aziendale.", + "fullScreenEnabled": "Se configurato su Sì, avvia il clip Web come app Web a schermo intero.", + "ignoreManifestScope": "Se configurato su Sì, un clip Web a schermo intero può spostarsi verso un sito Web esterno senza mostrare l'interfaccia utente di Safari. In caso contrario, l'interfaccia utente di Safari viene visualizzata quando si abbandona l'URL del clip Web. Questo tasto non ha effetto quando Schermo intero è su false.", "infoUrl": "È possibile fornire agli utenti un collegamento a un sito Web o a documentazione che include altre informazioni sull'app. L'URL di informazioni sarà visibile agli utenti nel Portale aziendale.", "isFeatured": "Le app in primo piano sono disposte in una posizione prioritaria nel Portale aziendale per consentire agli utenti di raggiungerle rapidamente.", "learnMore": "Altre informazioni", "logo": "Caricare un logo associato all'app. Questo logo verrà visualizzato accanto all'app nel Portale aziendale.​", "macOSDmgAppPackageFile": "File che contiene l'app in un formato che può essere scaricato localmente in un dispositivo. Tipo di pacchetto valido: .dmg.​", + "macOSPkgAppPackageFile": "File che contiene l'app in un formato che può essere trasferito localmente in un dispositivo. Tipo di pacchetto valido: .pkg.", "minOperatingSystem": "Selezionare la versione di sistema operativo meno recente in cui è possibile installare l'app. Se si assegna l'app a un dispositivo con un sistema operativo precedente, non verrà installata.​​", "name": "Aggiungere un nome per l'app. Il nome sarà visibile nell'elenco di app di Intune e agli utenti nel Portale aziendale.​", "notes": "Aggiungere altre note sull'app. Le note saranno visibili alle persone che hanno eseguito l'accesso all'interfaccia di amministrazione.", "owner": "Nome della persona dell'organizzazione che gestisce le licenze o è il punto di contatto per questa app. Il nome sarà visibile alle persone che hanno eseguito l'accesso all'interfaccia di amministrazione.​", "packageId": "L'identificatore del pacchetto dell'app è il valore univoco che identifica l'app.", "packageName": "Contattare il produttore del dispositivo per ottenere il nome del pacchetto dell'app. Nome di pacchetto di esempio: com.example.app", + "preComposedIconEnabled": "Se configurato su Sì, impedisce a SpringBoard di aggiungere \"brillantezza\" all'icona.", "privacyUrl": "Specificare un collegamento per le persone che vogliono altre informazioni sulle impostazioni di privacy e sulle condizioni dell'app. L'URL privacy sarà visibile agli utenti nel Portale aziendale.", "publisher": "Nome dello sviluppatore o della società che distribuisce l'app. Queste informazioni saranno visibili agli utenti nel Portale aziendale.", "selectApp": "Cercare in App Store le app di iOS Store da distribuire con Intune.", + "targetApplicationBundleIdentifier": "L'identificatore del bundle dell'applicazione che specifica l'applicazione che apre l'URL. Disponibile in iOS 14 e versioni successive.", "useManagedBrowser": "Se necessario, quando un utente apre l'app Web, tale app verrà aperta in un browser protetto da Intune, tra cui Microsoft Edge o Intune Managed Browser. Questa impostazione è applicabile a dispositivi iOS e Android.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "File contenente l'app in un formato che può essere trasferito localmente in un dispositivo. Tipo di pacchetto valido: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

              Selezionare per disabilitare il PIN dell'app quando viene rilevato un blocco del dispositivo in un dispositivo registrato.

              Nota: Intune non può rilevare la registrazione dei dispositivi con una soluzione EMM di terze parti in iOS/iPadOS.

              " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "L'installazione dell'app può forzare il riavvio del dispositivo", + "basedOnReturnCode": "Determinare il comportamento in base ai codici restituiti", + "force": "Intune forzerà il riavvio obbligatorio del dispositivo", + "suppress": "Nessuna azione specifica" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Tempo di installazione richiesto (minuti)", + "maxRunTimeInMinutesToolTip": "Numero di minuti di attesa del programma di installazione da parte del sistema. Il valore predefinito è 60 minuti." + }, + "RunAsAccountOptions": { + "system": "Sistema", + "user": "Utente" + }, + "availableUninstall": "Consenti disinstallazione disponibile", + "availableUninstallTooltip": "Selezionare 'Sì' per specificare l'opzione di disinstallazione per questa app per gli utenti dal Portale aziendale. Selezionare 'No' per impedire agli utenti di disinstallare l'app dal Portale aziendale.", + "bladeTitle": "Programma", + "deviceRestartBehavior": "Comportamento riavvio dispositivo", + "deviceRestartBehaviorTooltip": "Selezionare il comportamento di riavvio del dispositivo dopo la corretta installazione dell'app. Selezionare 'Determina il comportamento in base ai codici restituiti' per riavviare il dispositivo in base alle impostazioni di configurazione dei codici restituiti. Selezionare 'Nessuna azione specifica' per eliminare i riavvii del dispositivo durante l'installazione dell'app per le app basate su MSI. Selezionare 'L'installazione dell'app può forzare il riavvio del dispositivo' per consentire il completamento dell'installazione dell'app senza eliminare i riavvii. Selezionare 'Intune forzerà il riavvio obbligatorio del dispositivo' per riavviare sempre il dispositivo dopo la corretta installazione dell'app.", + "header": "Specificare i comandi per l'installazione e la disinstallazione di questa app:", + "installCommand": "Comando di installazione", + "installCommandMaxLengthErrorMessage": "Il comando di installazione non può superare la lunghezza massima consentita di 1024 caratteri.", + "installCommandTooltip": "Riga di comando di installazione completa usata per installare questa app.", + "runAs32Bit": "Esegui i comandi di installazione e disinstallazione in un processo a 32 bit nei client a 64 bit", + "runAs32BitTooltip": "Selezionare 'Sì' per installare e disinstallare l'app in un processo a 32 bit nei client a 64 bit. Selezionare 'No' (impostazione predefinita) per installare e disinstallare l'app in un processo a 64 bit nei client a 64 bit. I client a 32 bit useranno sempre un processo a 32 bit.", + "runAsAccount": "Comportamento di installazione", + "runAsAccountTooltip": "Selezionare 'Sistema' per installare l'app per tutti gli utenti, se questa opzione è supportata. Selezionare 'Utente' per installare l'app per l'utente connesso al dispositivo. Per le app MSI con doppio scopo, le modifiche impediranno il completamento di aggiornamenti e disinstallazioni fino al ripristino del valore applicato al dispositivo al momento dell'installazione originale.", + "selectorLabel": "Programma", + "uninstallCommand": "Comando di disinstallazione", + "uninstallCommandTooltip": "Riga di comando di disinstallazione completa usata per disinstallare questa app." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Crea nuovo", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "App line-of-business macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "App di Microsoft 365 (macOS)", + "macOSPkgApp": "App macOS (PKG)", + "macOSWebClip": "Clip Web macOS", "macOsVppApp": "App Volume Purchase Program macOS", "managedAndroidLobApp": "App line-of-business Android gestita", "managedAndroidStoreApp": "App di Android Store gestita", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Specificare il file di script di PowerShell. Le dimensioni del file devono essere inferiori a 200 KB.", "uploadLabel": "Percorso dello script" }, - "bashScriptObjectName": "Script Bash", "createButtonText": "Aggiungi", "createPowershellScriptFlowSectionName": "Aggiungere uno script di PowerShell", "customAttributeObjectName": "Attributo personalizzato", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Queste impostazioni sono applicabili ai dispositivi che eseguono Android 9 o versioni precedenti e saranno applicabili anche a tutti i dispositivi Samsung Knox che eseguono qualsiasi versione sistema operativo Android.", "androidPasswordHeader": "Richiedere una password per sbloccare il dispositivo. Se questa opzione non è configurata, l'uso della password sarà facoltativo e dovrà essere configurato dall'utente.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "VPN sempre attiva", - "androidSafetyNetBasicIntegrityAndCertified": "Verifica l'integrità di base e i dispositivi certificati", - "androidSafetyNetbasicIntegrity": "Verifica l'integrità di base", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Verifica l’integrità di base e l’integrità del dispositivo", + "androidPlayIntegrityVerdictBasicIntegrity": "Verifica l'integrità di base", "androidTRDeprecation": "Non è più possibile installare certificati attendibili nei dispositivi che eseguono Android 11 o versione successiva, ad eccezione dei dispositivi Samsung Knox. Se si usano profili certificato SCEP, sarà necessario continuare a creare e distribuire un profilo certificato attendibile e associarlo con il profilo certificato SCEP, ma occorrerà distribuire manualmente il certificato radice attendibile in tali dispositivi.", "androidTenAndAbovePasswordHeader": "Android 10 e versioni successive", "androidTenAndAbovePasswordHeaderDescription": "Queste impostazioni sono applicabili ai dispositivi che eseguono Android 10 o versioni successive.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Avviso per la crittografia dischi di altro tipo", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Se si seleziona \"Rendi obbligatorio\", la scheda di memoria del dispositivo mobile verrà crittografata.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Crittografa la scheda di memoria (solo dispositivi mobili)", - "bitLockerEnabledDescription": "Richiedi l'abilitazione di BitLocker nel dispositivo", - "bitLockerEnabledName": "Richiedi BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Se si seleziona \"Rendi obbligatorio\", la crittografia del dispositivo BitLocker verrà abilitata. A seconda dell'hardware e della versione di Windows del dispositivo, è possibile che gli utenti finali debbano confermare che nel dispositivo non è in uso alcuna crittografia di terze parti. Se si attiva la crittografia di Windows quando è in uso la crittografia di terze parti, il dispositivo risulterà instabile.", "bitLockerEncryptDeviceName": "Crittografa i dispositivi", "bitLockerEncryptMethodAesCbc128": "AES-CBC a 128 bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Impedisci lo sblocco di Touch ID e Face ID", "blockUSBConnectionDescription": "Consente di specificare se la connessione USB nel dispositivo è abilitata. Gli addebiti per USB non saranno interessati da questa impostazione. L'impostazione non è supportata nelle piattaforme desktop di Windows.", "blockUSBConnectionName": "Connessione USB", + "blockUnifiedPasswordForWorkProfileDescription": "Bloccare utilizzando un blocco se si desidera che gli utenti usino due password diverse per la schermata di blocco e il profilo di lavoro. L'uso di un blocco dello schermo è utile per l'utente, ma rende il profilo di lavoro accessibile a chiunque possa sbloccare il dispositivo. Si applica ai dispositivi che eseguono Android 9.0 Pie e versioni successive.", + "blockUnifiedPasswordForWorkProfileName": "Un blocco per il profilo di lavoro e il dispositivo", "blockUnmanagedDocumentsInManagedAppsName": "Blocca la visualizzazione di documenti non aziendali nelle app aziendali", "blockUntrustedTLSCertificatesDescription": "Impedisce l'uso di certificati TLS (Transport Layer Security) non attendibili.", "blockUntrustedTLSCertificatesName": "Blocca i certificati TLS non attendibili", @@ -2825,6 +2871,8 @@ "cellularName": "Rete cellulare", "certificateCredentialConfigurationDisabledDescription": "Impedisce agli utenti di apportare modifiche alle credenziali associate ai certificati associati ai certificati assegnati agli utenti.", "certificateCredentialConfigurationDisabledName": "L'utente può configurare le credenziali (livello profilo di lavoro)", + "certificateInstallDescription": "Le app elencate qui possono modificare i certificati creati da Intune e gestire i certificati recapitati all'esterno di Intune.", + "certificateInstallTitle": "Consentire ad altre app di installare e gestire i certificati", "certificateNotFound": "Il criterio del certificato non è stato trovato. È stato eliminato?", "certificateOption": "Certificato", "certificateRevocationCheck": "Verifica della revoca del certificato", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "URI della risorsa del servizio di stampa", "cloudProtectionDescription": "Invia i dati di telemetria di Microsoft Active Protection Service per consentire il rilevamento di attività sospette.", "cloudProtectionName": "Protezione fornita dal cloud", - "codeIntegrityEnabledDescription": "Richiede l'abilitazione dell'integrità del codice nel dispositivo", - "codeIntegrityEnabledName": "Richiedi l'integrità del codice", + "codeIntegrityEnabledName": "Integrità del codice", "complianceAntiSpywareRequirementDescription": "Richiede che qualsiasi soluzione antispyware registrata nel Centro sicurezza di Windows sia attiva e sottoposta a monitoraggio, ad esempio DigiCert, Microsoft Defender", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Richiede che la firma antispyware sia aggiornata", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Questa impostazione specifica il numero di password recenti che non possono essere usate di nuovo. Valore consigliato: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Numero di password precedenti di cui impedire il riutilizzo", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Consente di selezionare la versione più recente della build del sistema operativo consentita in un dispositivo.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Immettere la versione più recente della build del sistema operativo disponibile in un dispositivo. Ad esempio: 20E252
              Se si vuole impostare un aggiornamento di Apple Rapid Security Response come build massima del sistema operativo, immettere la versione della build supplementare. Ad esempio: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Versione massima della build del sistema operativo", - "complianceOsBuildVersionRestrictionMinimumDescription": "Consente di selezionare la versione meno recente della build del sistema operativo consentita in un dispositivo.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Immettere la versione meno recente della build del sistema operativo disponibile in un dispositivo. Ad esempio: 20E252
              Se si vuole impostare un aggiornamento di Apple Rapid Security Response come build minima del sistema operativo, immettere la versione della build supplementare. Ad esempio: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Versione minima della build del sistema operativo", "complianceOsVersionRestrictionHeader": "Versione del sistema operativo", "complianceOsVersionRestrictionMaximumAndroidDescription": "Consente di specificare il requisito di conformità relativo alla versione massima del sistema operativo per i dispositivi. Specificare ad esempio \"7.1\" in questo campo per Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Forza gli aggiornamenti automatici nel dispositivo per applicare patch di protezione e miglioramenti.", "complianceUpdatesRequireAutomaticUpdatesName": "Richiedi aggiornamenti automatici da Microsoft", "complianceWin10RequiredPasswordTypeDescription": "Questa impostazione determina il tipo di password/PIN richiesto.
              \r\nImpostazione predefinita dispositivo (password, PIN numerico o PIN alfanumerico richiesto)
              \r\nAlfanumerico (password o PIN alfanumerico richiesto)
              \r\nNumerico (password o PIN numerico richiesto)
              \r\nRaccomandazioni: Tipo di password richiesto: Alfanumerico, Complessità password: Richiedi numeri e lettere minuscole", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 o 11", + "complianceWindows11DeviceHealthAttestationHeader": "Solo Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Versione minima di Microsoft Defender (ad esempio 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Versione minima di Microsoft Defender Antimalware", - "complianceWindowsDeviceHealthAttestationHeader": "Regole di valutazione del servizio di attestazione dell'integrità Windows", + "complianceWindowsDeviceHealthAttestationHeader": "Le regole di valutazione del servizio di attestazione Microsoft

              Usare queste regole per confermare che in un dispositivo sono abilitate misure di protezione al momento dell'avvio. Altre informazioni sulle regole", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Consente di selezionare la versione più recente di un sistema operativo consentita in un dispositivo mobile. La versione del sistema operativo è definita come major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Consente di selezionare la versione meno recente di un sistema operativo consentita in un dispositivo mobile. La versione del sistema operativo è definita come major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "La versione del sistema operativo viene definita come major.minor.build.revision. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Aggiornamenti software secondari del sistema operativo e non del sistema operativo", "delayMinorOSUpdateVisibilityOption": "Aggiornamenti software secondari del sistema operativo", "delayOSUpdateVisibilityOption": "Aggiornamenti del sistema operativo", + "delegatedScopeLogsTitle": "Accesso ai log sensibili di Android", "deliveryOptimizationBandwidthHeader": "Larghezza di banda", "deliveryOptimizationCachingHeader": "Memorizzazione nella cache", "deliveryOptimizationDODescription": "Consente di specificare il metodo di download che può essere usato da Ottimizzazione recapito per gestire l'utilizzo della larghezza di banda della rete per scenari di distribuzione di contenuti.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Ricerca di un emittente delle credenziali derivate...", "derivedCredentialsTenantLevelNotConfigured": "Non è stato specificato alcun emittente di credenziali derivate per il tenant per consentire l'applicazione del criterio ai dispositivi. Fare clic qui per specificare l'emittente.", "descriptionName": "Descrizione", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Gestione configurazione (solo collegamento tenant)", "desktopOption": "Desktop", "destinationPrefix": "Prefisso/dimensioni di destinazione (ad esempio 192.168.0.1/255)", "developerUnlock": "Sblocco dallo sviluppatore", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "E versioni successive", "eDPPolicyVersionAndBelowName": "E versioni precedenti", "eDPPolicyVersionEqualsName": "Uguale a", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Richiede l'abilitazione dell'avvio anticipato del driver antimalware", - "earlyLaunchAntiMalwareDriverEnabledName": "Richiedi l'avvio anticipato del driver antimalware", + "earlyLaunchAntiMalwareDriverEnabledName": "Antimalware ad esecuzione anticipata", "easAccountSettingsHeader": "Impostazioni dell'account Exchange ActiveSync", "easAllData": "Tutti i dati", "easCalendarContactsOnly": "Solo Calendario e Contatti", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Qualsiasi indirizzo", "firewallRulesPortOrPortRangeInvalidCharacterError": "L'elenco di porte può contenere solo numeri, '-' o ','.", "firewallRulesPortOrPortRangeInvalidError": "L'elenco di porte contiene porte e/o intervalli di porte non validi.", + "firmwareProtectionEnabledName": "Protezione firmware", "firmwareUpdatesBehaviorName": "Aggiornamenti del firmware", "firstActiveEthernet": "Prima Ethernet attiva", "firstAvailableOption": "Primo disponibile", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP combinato con peering Internet (3)", "httpWithPeeringNatOption": "HTTP combinato con peering dietro la stessa NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP combinato con peering in un gruppo privato (2)", + "hvciEnabledName": "Protezione dell'integrità della memoria", "hybridSleepBatteryDescription": "Questa impostazione dei criteri consente di disattivare la sospensione ibrida quando il dispositivo è alimentato da batteria.
              Se questo criterio è disabilitato, il dispositivo non consentirà la sospensione ibrida o l'ibernazione.
              Se il criterio non viene configurato, l'impostazione verrà controllata dagli utenti.", "hybridSleepName": "Sospensione ibrida", "hybridSleepPluggedInDescription": "Questa impostazione dei criteri consente di disattivare la sospensione ibrida quando il dispositivo è alimentato da rete elettrica.
              Se questo criterio è disabilitato, il dispositivo non consentirà la sospensione ibrida o l'ibernazione.
              Se il criterio non viene configurato, l'impostazione verrà controllata dagli utenti.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medio-basso", "mediumOption": "Medio", "meetingInformationDisplayedOnWelcomeScreenName": "Informazioni sulla riunione visualizzate nella schermata iniziale", + "memoryAccessProtectionEnabledName": "Protezione accesso alla memoria", "messagingBlockMMSDescription": "Consente di disabilitare la funzionalità di invio/ricezione di MMS nel dispositivo.", "messagingBlockMMSName": "MMS (solo dispositivi mobili)", "messagingBlockRCSDescription": "Consente di disabilitare la funzionalità di invio/ricezione di RCS (Rich Communication Services) nel dispositivo.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Deve essere inferiore alla versione massima del sistema operativo", "mustBeValidAddress": "Deve essere un indirizzo valido. Esempio: 4.3.6.0, itgproxy.com e così via.", "mustBeValidAndroidPackageName": "Il nome del pacchetto deve contenere solo lettere, numeri, caratteri di sottolineatura e punti. Deve iniziare con una lettera.", - "mustBeValidBuildVersionFormat": "Deve essere una versione di build con formato valido. Ad esempio: 18A391, 16G1114 e così via.", + "mustBeValidBuildVersionFormat": "Deve essere una versione di build con formato valido. Ad esempio: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Deve essere un suffisso DNS valido. Esempio: itgproxy.com", "mustBeValidDateFormat": "Deve essere un formato di data valido (AAAA-MM-GG). Esempio: 2016-10-01, 2016-10-31 e così via.", "mustBeValidDomain": "Deve essere un dominio valido. Esempio: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Estensioni di rete", "networkInterface": "Interfaccia di rete", "networkInterfaceDescription": "Interfaccia di rete da configurare", + "networkLogsTitle": "Consentire a questa app di accedere ai log attività di rete Android", "networkProxyAutomaticConfigurationUrlDescription": "URL per lo script PAC da usare.", "networkProxyAutomaticConfigurationUrlName": "URL dell'indirizzo dello script di installazione", "networkProxyDisableAutoDetectDescription": "Rileva automaticamente le impostazioni. Se questa opzione è abilitata, il sistema prova a trovare il percorso di uno script PAC.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Nascondi", "pinnedFolderOptionShow": "Mostra", "pipeInvalidError": "Il valore non deve contenere '|'.", + "playIntegrityVerdictOptionsDescription": "Consente di impostare il livello del verdetto di integrità del gioco", + "playIntegrityVerdictOptionsName": "Verdetto integrità del gioco", "pluggedInHeader": "Alimentazione da rete elettrica", "policyDomainNameService": "DNS", "policyEmailAddress": "Indirizzo di posta elettronica", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Criterio predefinito. L'utente deve esistere e deve avere una licenza di Intune valida.", "requireUserExistanceName": "L'utente registrato esiste", "required": "Obbligatorio", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Non configurata (verrà usata per impostazione predefinita la valutazione di base)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Selezionare il tipo di valutazione da usare per calcolare la risposta di attestazione del dispositivo SafetyNet.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Chiave basata su hardware", - "requiredAndroidSafetyNetEvaluationTypeName": "Tipo di valutazione SafetyNet necessario", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Non configurato", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Selezionare il tipo di valutazione da usare per calcolare la risposta di attestazione del dispositivo del verdetto di integrità del gioco.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Verifica integrità assoluta", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Verifica l'integrità assoluta tramite le funzionalità di sicurezza supportate dall'hardware", "requiredExtensionsColumnHeader": "Nomi della famiglia di pacchetti", "requiredExtensionsExamples": "Ad esempio, Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Password obbligatoria, nessuna restrizione", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "Ad esempio contoso.com", "safeSearchFilterDescription": "Consente di specificare il modo in cui Cortana esclude tramite filtro il contenuto per adulti dai risultati della ricerca.", "safeSearchFilterName": "Ricerca sicura (solo dispositivi mobili)", - "safetyNetAttestationOptionsDescription": "Consente di configurare il livello dell'attestazione SafetyNet", - "safetyNetAttestationOptionsName": "Attestazione del dispositivo SafetyNet", "sampleSharingEnableOrNotConfiguredDescription": "Restituisce o imposta il parametro di configurazione per la condivisione di esempi di Microsoft Defender per endpoint.", "sampleSharingEnableOrNotConfiguredName": "Condivisione di esempi per tutti i file", "saturday": "sabato", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Metodo di autenticazione secondario", "secondaryAuthenticationMethodTEAPDescription": "Scegliere il modo secondario in cui si vuole che gli utenti eseguano l'autenticazione. Quando si seleziona Certificati, selezionare uno dei profili certificato (SCEP o PKCS) distribuiti anche nel dispositivo. Questo è il certificato di identità presentato dal dispositivo al server.", "secretKey": "Chiave privata:", - "secureBootEnabledDescription": "Richiedi l'abilitazione dell'avvio sicuro nel dispositivo", - "secureBootEnabledName": "Richiedi l'abilitazione dell'avvio sicuro nel dispositivo", + "secureBootEnabledName": "Avvio protetto", "secured": "Protetto", "securityAssociationIdleTimeDescription": "Le associazioni di sicurezza vengono eliminate dopo un'attesa del numero di secondi specificato senza traffico di rete.", "securityAssociationIdleTimeHint": "Immettere il tempo di inattività in secondi (300 - 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Modalità criteri comuni​", "securityDeveloperSettingsEnabledDescription": "Consenti l'accesso alle impostazioni per gli sviluppatori.", "securityDeveloperSettingsEnabledName": "Impostazioni modalità sviluppatore", + "securityLogsTitle": "Consentire a questa app di accedere ai log di sicurezza di Android", "securityOption": "Dati di diagnostica disattivati", "securityRequireVerifyAppsDescription": "Consente a Protezione di Google Play di analizzare le app prima e dopo l'installazione. Se viene rilevata una minaccia, è possibile che venga richiesto all'utente di rimuovere l'app dal dispositivo. Questa opzione è obbligatoria per impostazione predefinita.", "securityRequireVerifyAppsName": "Analisi delle minacce nelle app", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Selezionare le app gestite", "selectMicrosoftEdgeApp": "Aggiungi il browser Microsoft Edge legacy", "selectMicrosoftTunnelSite": "Selezionare un sito", + "selectNetworkApp": "Selezionare un’app di accedere ai log attività di rete Android", "selectNetworkInterface": "Selezionare l'interfaccia di rete", "selectNonEapMethod": "Selezionare un metodo non EAP", "selectOneOption": "Selezionare una voce", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Certificato radice per la convalida server", "selectRootCertificatesForServerValidationName": "Certificati radice per la convalida server", "selectSecurity": "Selezionare il tipo di sicurezza", + "selectSecurityApp": "Selezionare un’app di accedere ai log di sicurezza di Android", "selectService": "Per quale tipo di gestione è necessaria assistenza?", "selectStoreApp": "Aggiungi l'app dello Store", "selectStoreAppEmpty": "Aggiungi un'app dello Store", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "Tipo di app", "trafficRuleClaimsName": "Attestazione", - "trafficRuleDirectionDescription": "Specificare se la regola si applica al traffico in ingresso o in uscita.
              \r\n
              \r\n In ingresso: la regola si applica a tutto il traffico in ingresso.\r\n
              \r\n
              \r\n In uscita: La regola si applica a tutto il traffico in uscita.\r\n ", + "trafficRuleDirectionDescription": "In ingresso consente il traffico da siti esterni tramite VPN. In uscita consente il traffico verso siti esterni tramite VPN. Per consentire entrambe le regole, creare due regole.", "trafficRuleDirectionName": "Direzione", "trafficRuleRoutingPolicyTypeDescription": "Scegliere tra Dividi tunnel e Forza tunnel.
              \r\n
              \r\n Dividi tunnel: solo il traffico destinato all'interfaccia VPN (in base a quanto determinato dallo stack di rete) transita attraverso l'interfaccia. Il traffico Internet può continuare a transitare attraverso altre interfacce.\r\n
              \r\n
              \r\n Forza tunnel: tutto il traffico IP deve transitare solo tramite l'interfaccia VPN (per questa regola del traffico).\r\n
              \r\n
              \r\n Applicabile solo quando questa regola è associata a un'app.\r\n ", "trafficRuleRoutingPolicyTypeName": "Tipo regola", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Utente", "vPNPolicyProfileTargetDescription": "Trasforma questo profilo in una connessione VPN sempre attiva che si connette senza interazione con l'utente e usa certificati dei computer per l'autenticazione. Supporta solo un tipo di connessione IKEv2. Il profilo VPN viene rimosso dal dispositivo dopo il completamento della configurazione guidata di AutoPilot.", "vPNPolicyProfileTargetName": "Usa questo profilo VPN per Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Elenco di host da escludere tramite il proxy per le connessioni. Questi host possono usare caratteri jolly come *.example.com.", + "vPNPolicyProxyExclListDescription2": "Un elenco con valori separati da punto e virgola di nomi di host per cui viene ignorato il proxy. I nomi host possono contenere caratteri jolly come *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Host esclusi", + "vPNPolicyProxyExclListExclusions": "esclusioni", + "vPNPolicyProxyExclListFileImport": "File per l'importazione dell'elenco di host", + "vPNPolicyProxyExclListHostName": "Nome host", + "vPNPolicyProxyExclListImport": "Importa esclusioni proxy", + "vPNPolicyProxyExclListInvalid": "Input non valido", + "vPNPolicyProxyExclListList": "Elenco di esclusione", + "vPNPolicyProxyExclListManage": "Gestisci esclusioni proxy", + "vPNPolicyProxyExclListName": "Elenco di esclusione proxy", "vPNPolicyRememberCredentialsName": "Ricorda le credenziali a ogni accesso", "vPNPolicyRoutesForThisConnectionDescription": "Facoltative.", "vPNPolicyRoutesForThisConnectionName": "Route di split tunneling per questa connessione VPN", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Pulsante Pagina iniziale virtuale", "virtualHomeButtonNotConfigured": "Non configurato", "virtualHomeButtonSwipeUp": "Scorrimento rapido verso l'alto", + "virtualizationBasedSecurityEnabledName": "Sicurezza basata sulla virtualizzazione", "virtualizationOfCpuAndIOName": "CPU e virtualizzazione di I/O", "visibleAppsListOptionsDescription": "Consente di stabilire se un elenco è un elenco di app da nascondere o da rendere visibili.", "visibleAppsListOptionsName": "Tipo di elenco di app", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: consentire i collegamenti Web in qualsiasi app", "rootCertificate": "Certificato radice", "safetyNetDeviceAttestation": "Attestazione del dispositivo SafetyNet", + "samsungKnoxAttestationRequired": "Attestazione del dispositivo Samsung Knox", "saveAppsNotificationText": "Salvataggio delle app selezionate", "saveChangesCommandText": "Salva", "savePolicySettingsNotificationText": "Salvataggio delle impostazioni dei criteri", @@ -7885,10 +7953,12 @@ "state": "Stato", "status": "Stato", "store": "Archivia", + "subjectOnlyOptionText": "Solo oggetto", "success": "Operazione riuscita", "successfully": "Operazione riuscita", "summary": "Riepilogo", "summaryLensTitle": "Riepilogo", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Richieste remote", "summarySettingsPartWipeRequestsSelectorText": "Richieste di cancellazione dati", "supportId": "ID supporto: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Valore", "valueMustNotContainCharsError": "Il valore non deve contenere i caratteri seguenti: {0}", "versionValidationExample": "

              Formato: [Major].[Minor] o [Major].[Minor].[Build].[Revision]

              Esempio: 1.5 o 1.5.50.101

              ", - "versionValidationWith2To4Segments": "

              Formato: [Major].[Minor] o [Major].[Minor].[Build] o [Major].[Minor].[Build].[Revision]

              Esempio: 1.5 o 1.5.50 oppure 1.5.50.101

              ", + "versionValidationWith2To5Segments": "

              Formato: [Major].[Minor] o [Major].[Minor].[Build] o [Major].[Minor].[Build].[Revision]. Per iOS, è anche supportato [Major].[Minor].[Build].[Revision].[RapidSecurityResponse].

              Nota: Le app non eseguiranno cancellazioni per le violazioni RapidSecurityResponse, è supportato solo il blocco o l'avviso.

              Esempio: 1.5 or 1.5.50 o 1.5.50.101 o (per iOS) 1.5.50.101.a

              ", "versionValidationWithDateFormat": "Deve essere un formato di data valido (AAAA-MM-GG).", "warn": "Avvisa", "warning": "Avviso", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Rete cablata", "workProfile": "Profilo di lavoro di proprietà personale" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "File o cartella come requisito selezionato.", - "pathToolTip": "Percorso completo del file o della cartella da rilevare.", - "property": "Proprietà", - "valueToolTip": "Selezionare un valore per il requisito corrispondente al metodo di rilevamento selezionato. I requisiti relativi a data e ora devono essere immessi nel formato locale." - }, - "GridColumns": { - "pathOrScript": "Percorso/Script", - "type": "Tipo" - }, - "Registry": { - "keyPath": "Percorso della chiave", - "keyPathTooltip": "Percorso completo della voce del Registro di sistema contenente il valore come requisito.", - "operator": "Operator", - "operatorTooltip": "Selezionare l'operatore per il confronto.", - "registryRequirement": "Requisito relativo alla chiave del Registro di sistema", - "registryRequirementTooltip": "Selezionare il confronto per il requisito relativo alla chiave del Registro di sistema.", - "valueName": "Nome valore", - "valueNameTooltip": "Nome del valore del Registro di sistema obbligatorio." - }, - "RequirementTypeOptions": { - "fileType": "File", - "registry": "Registro", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Booleano", - "dateTime": "Data e ora", - "float": "Virgola mobile", - "integer": "Numero intero", - "string": "Stringa", - "version": "Versione" - }, - "duplicateName": "Il nome {0} per lo script è già stato usato. Immettere un nome diverso.", - "enforceSignatureCheck": "Imponi il controllo della firma degli script", - "enforceSignatureCheckTooltip": "Selezionare 'Sì' per verificare che lo script sia firmato da un'entità di pubblicazione attendibile, in modo da consentire l'esecuzione dello script senza la visualizzazione di avvisi o richieste. Lo script verrà eseguito senza essere bloccato. Selezionare 'No' (impostazione predefinita) per eseguire lo script con la conferma dell'utente finale, ma senza la verifica della firma.", - "loggedOnCredentials": "Esegui lo script con le credenziali dell'utente connesso", - "loggedOnCredentialsTooltip": "Eseguire lo script usando le credenziali del dispositivo connesso.", - "operatorTooltip": "Selezionare l'operatore per il confronto tra requisiti.", - "requirementMethod": "Selezionare il tipo di dati di output", - "requirementMethodTooltip": "Selezionare il tipo di dati usato durante la determinazione di un requisito di corrispondenza per il rilevamento.", - "scriptContent": "Contenuto dello script", - "scriptFile": "File di script", - "scriptFileTooltip": "Selezionare uno script di PowerShell che rileverà la presenza dell'app sul client. Se l'app viene rilevata, il processo relativo ai requisiti fornirà un codice di uscita con valore 0 e scriverà un valore di stringa in STDOUT.", - "scriptName": "Nome script", - "value": "Valore", - "valueTooltip": "Selezionare un valore per il requisito corrispondente al metodo di rilevamento selezionato. I requisiti relativi a data e ora devono essere immessi nel formato locale." - }, - "bladeTitle": "Aggiungi una regola relativa ai requisiti", - "createRequirementHeader": "Creare un requisito.", - "header": "Configurare regole aggiuntive relative ai requisiti", - "label": "Regole aggiuntive relative ai requisiti", - "noRequirementsSelectedPlaceholder": "Non sono stati specificati requisiti.", - "requirementType": "Tipo di requisito", - "requirementTypeTooltip": "Scegliere il tipo di metodo di rilevamento usato per determinare la modalità di convalida di un requisito." - }, - "architectures": "Architettura del sistema operativo", - "architecturesTooltip": "Scegliere le architetture necessarie per installare l'app.", - "bladeTitle": "Requisiti", - "diskSpace": "Spazio su disco necessario (MB)", - "diskSpaceTooltip": "Spazio su disco disponibile necessario nell'unità di sistema per installare l'app.", - "header": "Specificare i requisiti che i dispositivi devono rispettare prima dell'installazione dell'app:", - "maximumTextFieldValue": "Il valore non può essere maggiore di {0}.", - "minimumCpuSpeed": "Velocità di CPU minima necessaria (MHz)", - "minimumCpuSpeedTooltip": "Velocità di CPU minima necessaria per installare l'app.", - "minimumLogicalProcessors": "Numero minimo di processori logici necessari", - "minimumLogicalProcessorsTooltip": "Numero minimo di processori logici necessari per installare l'app.", - "minimumOperatingSystem": "Sistema operativo minimo", - "minimumOperatingSystemTooltip": "Selezionare il sistema operativo minimo necessario per installare l'app.", - "minumumTextFieldValue": "Il valore deve essere almeno {0}.", - "physicalMemory": "Memoria fisica necessaria (MB)", - "physicalMemoryTooltip": "Memoria fisica (RAM) necessaria per installare l'app.", - "selectorLabel": "Requisiti", - "validNumber": "Immettere un numero valido." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Rendi disponibile l'aggiornamento gradualmente", + "immediateStart": "Rendi disponibile l'aggiornamento il prima possibile", + "startDateOnly": "Rendi disponibile l'aggiornamento in una data specifica" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Dispositivi gestiti", + "devicesWithoutEnrollment": "App gestite" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filtro", + "assignmentFilterTypeColumnHeader": "Modalità filtro", + "assignmentToast": "Notifiche per l'utente finale", + "assignmentTypeTableHeader": "TIPO DI ASSEGNAZIONE", + "deadlineTimeColumnLabel": "Scadenza installazione", + "deliveryOptimizationPriorityHeader": "Priorità di ottimizzazione recapito", + "groupTableHeader": "Gruppo", + "installContextLabel": "Contesto di installazione", + "isRemovable": "Installa come rimovibile", + "licenseTypeLabel": "Tipo di licenza", + "modeTableHeader": "Modalità gruppo", + "policySet": "Set di criteri", + "preventAutoAppUpdate": "Impedisci aggiornamenti automatici delle app", + "preventManagedAppBackup": "Impedire il backup dell'app iCloud", + "restartGracePeriodHeader": "Periodo di tolleranza per il riavvio", + "startTimeColumnLabel": "Disponibilità", + "tracks": "Tracce", + "uninstallOnRemoval": "Disinstalla alla rimozione del dispositivo", + "updateMode": "Priorità di aggiornamento", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "App Web AAD", + "androidEnterpriseSystemApp": "App del sistema Android Enterprise", + "androidForWorkApp": "App di Google Play Store gestito", + "androidLobApp": "App line-of-business Android", + "androidStoreApp": "Android store app", + "builtInAndroid": "App Android predefinita", + "builtInApp": "App predefinita", + "builtInIos": "App iOS predefinita", + "iosIPadOSWebClip": "Clip Web iOS/iPadOS", + "iosLobApp": "App line-of-business iOS", + "iosStoreApp": "App Store iOS", + "iosVppApp": "App Volume Purchase Program iOS", + "lineOfBusinessApp": "App line-of-business", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "App line-of-business macOS", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "Famiglia di prodotti Office per macOS", + "macOSPkgApp": "App macOS (PKG)", + "macOSWebClip": "Clip Web macOS", + "macOsVppApp": "App Volume Purchase Program macOS", + "managedAndroidLobApp": "App line-of-business Android gestita", + "managedAndroidStoreApp": "App di Android Store gestita", + "managedGooglePlayApp": "App di Google Play Store gestito", + "managedGooglePlayPrivateApp": "App privata di Google Play gestito", + "managedGooglePlayWebApp": "Collegamento Web di Google Play gestito", + "managedIosLobApp": "App line-of-business iOS gestita", + "managedIosStoreApp": "App dello Store iOS gestita", + "microsoftStoreForBusinessApp": "App di Microsoft Store per le aziende", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store per le aziende", + "officeAddIn": "Componente aggiuntivo per Office", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 e versioni successive)", + "sharePointApp": "App SharePoint", + "teamsApp": "App Teams", + "webApp": "Collegamento Web", + "win32CatalogApp": "App del catalogo di Windows (Win32)", + "winGetPublicApp": "Repository della community di Gestione pacchetti Windows", + "winGetStoreApp": "App Microsoft Store (novità)", + "windowsAppXLobApp": "App line-of-business AppX per Windows", + "windowsClassicApp": "App Windows (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 e versioni successive)", + "windowsMobileMsiLobApp": "App line-of-business di Windows MSI", + "windowsPhone81AppXBundleLobApp": "App line-of-business AppX per Windows Phone 8.1", + "windowsPhone81AppXLobApp": "App line-of-business AppX per Windows Phone 8.1", + "windowsPhone81StoreApp": "App dello Store per Windows Phone 8.1", + "windowsPhoneXapLobApp": "App line-of-business XAP per Windows Phone", + "windowsStoreApp": "App Microsoft Store (legacy)", + "windowsUniversalAppXLobApp": "App line-of-business AppX universale per Windows", + "windowsUniversalLobApp": "App line-of-business universale di Windows", + "windowsWebApp": "Link Web Windows" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Escluso", + "include": "Incluso", + "includeAllDevicesVirtualGroup": "Incluso", + "includeAllUsersVirtualGroup": "Incluso" + }, + "AssignmentToast": { + "hideAll": "Nascondi tutte le notifiche di tipo avviso popup", + "showAll": "Mostra tutte le notifiche di tipo avviso popup", + "showReboot": "Mostra le notifiche di tipo avviso popup per i riavvii dei computer" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Background", + "displayText": "Download del contenuto in {0}", + "foreground": "Primo piano", + "header": "Priorità di ottimizzazione recapito" + }, + "DeviceRestartBehaviorOptions": { + "allow": "L'installazione dell'app può forzare il riavvio del dispositivo", + "basedOnReturnCode": "Determinare il comportamento in base ai codici restituiti", + "force": "Intune forzerà il riavvio obbligatorio del dispositivo", + "suppress": "Nessuna azione specifica" + }, + "FilterType": { + "exclude": "Escludi", + "include": "Includi", + "none": "Nessuno" + }, + "InstallIntent": { + "available": "Disponibile per i dispositivi registrati", + "availableWithoutEnrollment": "Disponibile con o senza registrazione", + "notApplicable": "Non applicabile", + "required": "Obbligatorio", + "uninstall": "Disinstalla" + }, + "SettingType": { + "assignmentType": "Tipo di assegnazione", + "deviceLicensing": "Tipo di licenza", + "installContext": "Disinstalla alla rimozione del dispositivo", + "toastSettings": "Notifiche per l'utente finale", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Predefinito", + "postponed": "Posticipata", + "priority": "Priorità alta" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configurare i dispositivi per il provisioning iniziale e assegnarli agli utenti.", + "title": "Preparazione del dispositivo" + }, + "EnrollmentSettings": { + "description": "Configurare le impostazioni di registrazione, ad esempio il blocco della registrazione e l'assegnazione agli utenti.", + "title": "Impostazioni di registrazione" + }, + "OSConfiguration": { + "menuDescription": "Consente di configurare le impostazioni che gli utenti possono usare per ripristinare Windows da un'unità flash di avvio.", + "menuTitle": "Configurazione del sistema operativo" + }, + "coManagementAuthorityDesc": "Consente di configurare le impostazioni di co-gestione per l'integrazione di Configuration Manager", + "coManagementAuthorityTitle": "Impostazioni di co-gestione ", + "deploymentProfiles": "Profili di distribuzione di Windows AutoPilot", + "description": "Informazioni sui sette modi diversi in cui utenti o amministratori possono registrare in Intune un computer Windows 10/11.", + "descriptionLabel": "Metodi di registrazione di Windows", + "enrollmentStatusPage": "Pagina relativa allo stato della registrazione" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Le condizioni che richiedono la registrazione del dispositivo non sono disponibili con l’azione dell’utente \"Registra o associa i dispositivi\".", - "message": "È possibile usare solo \"Richiedi l'Autenticazione a più fattori\" nei criteri creati per l'azione utente \"Registra o aggiungi dispositivi\".{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Approva automaticamente tutti gli aggiornamenti del driver consigliati", + "manual": "Approva e distribuisci manualmente gli aggiornamenti del driver" + }, + "Details": { + "ApprovalMethod": { + "label": "Metodo di approvazione:" + }, + "DeploymentDeferralInDays": { + "label": "Rendi disponibili gli aggiornamenti dopo", + "units": "(giorni)", + "value": "{0} giorni" + }, + "bladeTitle": "Aggiornamenti dei driver Windows 10 e versioni successive (anteprima)", + "lastSync": "Ultima sincronizzazione:", + "lastSyncDefaultText": "Raccolta di inventario iniziale in sospeso", + "loadError": "Il caricamento non è riuscito." + }, + "DriverStatus": { + "approved": "Approvato", + "declined": "Rifiutato", + "export": "Esportazione dei driver consigliati", + "needsReview": "Verifica necessaria", + "paused": "Sospeso" }, + "DriversToReview": { + "text": "{0} da rivedere" + }, + "Subtitle": { + "automatic": "Criterio di aggiornamento del driver con approvazione automatica", + "manual": "Criterio di aggiornamento del driver con approvazione manuale" + }, + "SyncNotification": { + "failure": "Non è possibile eseguire la sincronizzazione {0}", + "failureDescription": "Si è verificato un errore e non è stato possibile completare la sincronizzazione richiesta. Riprovare.", + "pending": "{0} La sincronizzazione è in corso", + "pendingDescription": "Sono stati recuperati i dati più recenti. Questo processo può richiedere alcuni minuti.", + "success": "La sincronizzazione {0} è stata completata", + "successDescription": "Sincronizzazione con il servizio WUfB completata alle {0}" + }, + "SyncSpinner": { + "text": "È in corso una sincronizzazione. L'operazione potrebbe richiedere alcuni minuti. Cercare un avviso o riprovare tra qualche minuto." + }, + "TabName": { + "basics": "Informazioni di base", + "driverUpdateSettings": "Impostazioni", + "otherDrivers": "Altri driver", + "properties": "Proprietà", + "recommendedDrivers": "Driver consigliati" + }, + "driverAddFilter": "Aggiungi filtro", + "driverApplicableDevices": "Dispositivi applicabili", + "driverApprovalStatus": "Stato", + "driverBulkActions": "Azioni in blocco", + "driverClass": "Classe driver", + "driverCount": "Visualizzazione dei record da {0} a {1} su {2} record", + "driverFilterNoneSelected": "Nessuna selezione", + "driverManufacturer": "Produttore", + "driverName": "Nome del driver", + "driverNameLower": "distribuzione aggiornamenti driver windows", + "driverNameUpper": "distribuzione aggiornamenti driver Windows", + "driverRefresh": "Aggiorna", + "driverReleaseDate": "Data di rilascio", + "driverSearch": "Cerca", + "driverSearchKeyword": "Immettere la parola chiave di ricerca", + "driverVersion": "Versione", + "firstDeploymentDate": "Prima distribuzione", + "infoBoxText": "L'inventario può richiedere fino a 24 ore per la compilazione dopo aver assegnato e creato un criterio.", + "textBlockText": "Selezionare l'approvazione dei criteri e le impostazioni di distribuzione. Scegliere di configurare un criterio per approvare e distribuire gli aggiornamenti automaticamente o manualmente. Il metodo di approvazione non può essere modificato dopo la creazione di un criterio, ma le modifiche alle approvazioni individuali dei driver e ai dettagli della distribuzione saranno possibili una volta compilato un inventario per i dispositivi assegnati." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Usare queste impostazioni per rimanere aggiornati su quali utenti installano app non approvate per l'uso nell'azienda. Selezionare il tipo di elenco di app con restrizioni:

              \r\n App non consentite: elenco di app per cui si vogliono ricevere informazioni in caso di installazione da parte degli utenti.
              \r\n App approvate: elenco di app approvate per l'uso nell'azienda. Si verrà informati quando gli utenti installano un'app non inclusa in questo elenco.
              \r\n ", + "androidZebraMxZebraMx": "Consente di configurare i dispositivi Zebra caricando un profilo MX in formato XML.", + "iosDeviceFeaturesAirprint": "Usare queste impostazioni per configurare i dispositivi iOS in modo che si connettano automaticamente a stampanti compatibili con AirPrint in rete. Saranno necessari l'indirizzo IP e il percorso delle risorse delle stampanti.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Consente di configurare un'estensione dell'app che abilita l'accesso Single Sign-On per dispositivi che eseguono iOS 13.0 o versioni successive.", + "iosDeviceFeaturesHomeScreenLayout": "Configurare il layout per le schermate di ancoraggio e iniziali nei dispositivi iOS. È possibile che per alcuni dispositivi siano previsti limiti relativi al numero di elementi visualizzabili.", + "iosDeviceFeaturesIOSWallpaper": "Consente di visualizzare un'immagine che verrà mostrata nella schermata iniziale e/o nella schermata di blocco dei dispositivi iOS.\r\n Per visualizzare un'immagine univoca in ogni posizione, creare un profilo con l'immagine della schermata di blocco e un profilo con l'immagine della schermata iniziale.\r\n Assegnare quindi entrambi i profili agli utenti.\r\n
              \r\n
                \r\n
              • Dimensioni massime file: 750 KB
              • \r\n
              • Tipo di file: PNG, JPG o JPEG
              • \r\n
              \r\n ", + "iosDeviceFeaturesNotifications": "Specificare le impostazioni di notifica per le app. Supporta iOS 9.3 e versioni successive.", + "iosDeviceFeaturesSharedDevice": "Consente di specificare il testo facoltativo visualizzato nella schermata di blocco. Questa opzione è supportata in iOS 9.3 e versioni successive. Altre informazioni", + "iosGeneralApplicationRestrictions": "Usare queste impostazioni per rimanere aggiornati su quali utenti installano app non approvate per l'uso nell'azienda. Selezionare il tipo di elenco di app con restrizioni:

              \r\n App non consentite: elenco di app per cui si vogliono ricevere informazioni in caso di installazione da parte degli utenti.
              \r\n App approvate: elenco di app approvate per l'uso nell'azienda. Si verrà informati quando gli utenti installano un'app non inclusa in questo elenco.
              \r\n ", + "iosGeneralApplicationVisibility": "Usare l'elenco di app visibili per specificare le app iOS che un utente è autorizzato a visualizzare o avviare. Usare l'elenco di app nascoste per specificare le app iOS che un utente non è autorizzato a visualizzare o avviare.", + "iosGeneralAutonomousSingleAppMode": "Le app aggiunte a questo elenco e assegnate a un dispositivo possono bloccare il dispositivo, in modo che esegua solo l'app specifica dopo l'avvio oppure bloccarlo mentre è in esecuzione un'azione specifica, ad esempio un test. Al termine dell'azione o dopo la rimozione della restrizione, viene ripristinato lo stato normale del dispositivo.", + "iosGeneralKiosk": "La modalità tutto schermo blocca diverse impostazioni in un dispositivo oppure specifica una singola app che può essere eseguita in un dispositivo. Questa opzione può essere utile in ambienti quali un punto vendita al dettaglio in cui si vuole che il dispositivo esegua solo una singola app demo.", + "macDeviceFeaturesAirprint": "Usare queste impostazioni per configurare i dispositivi macOS per connettersi automaticamente alle stampanti compatibili con AirPrint disponibili nella rete. Sarà necessario specificare l'indirizzo IP e il percorso delle risorse delle stampanti.", + "macDeviceFeaturesAssociatedDomains": "È possibile configurare i domini associati per la condivisione di dati e credenziali di accesso tra le app e i siti Web dell'organizzazione. Questo profilo può essere applicato a dispositivi che eseguono macOS 10.15 o versioni successive.", + "macDeviceFeaturesExtensibleSingleSignOn": "Consente di configurare un'estensione dell'app che abilita l'accesso Single Sign-On per dispositivi che eseguono macOS 10.15 o versioni successive.", + "macDeviceFeaturesLoginItems": "Scegliere le app, i file e le cartelle da aprire quando gli utenti accedono ai propri dispositivi. Se non si vuole che gli utenti modifichino la modalità di apertura delle app selezionate, è possibile nascondere le app dalla configurazione utente.", + "macDeviceFeaturesLoginWindow": "È possibile configurare l'aspetto della schermata di accesso di macOS e le funzioni disponibili per gli utenti prima e dopo l'accesso.", + "macExtensionsKernelExtensions": "Usare queste impostazioni per configurare i criteri di estensione del kernel in dispositivi macOS che eseguono la versione 10.13.2 o successiva.", + "macGeneralDomains": "I messaggi di posta elettronica inviati o ricevuti dall'utente che non corrispondono ai domini specificati qui verranno contrassegnati come non attendibili.", + "windows10EndpointProtectionApplicationGuard": "Quando si usa Microsoft Edge, Microsoft Defender Application Guard protegge l'ambiente dai siti non definiti come attendibili dall'organizzazione. Quando gli utenti visitano siti non elencati nei limiti della rete isolata, tali siti verranno aperti in una sessione del browser virtuale in Hyper-V. I siti attendibili vengono definiti da un limite di rete, che può essere configurato in Configurazioni dei dispositivi. Si noti che questa funzionalità è disponibile solo per i dispositivi Windows 10 a 64 bit o versioni successive.", + "windows10EndpointProtectionCredentialGuard": "L'abilitazione di Credential Guard abiliterà le impostazioni necessarie seguenti:\r\n
              \r\n
                \r\n
              • Abilita la sicurezza basata su virtualizzazione: attiva la sicurezza basata su virtualizzazione al riavvio successivo. La sicurezza basata su virtualizzazione usa Windows Hypervisor per offrire il supporto per i servizi di sicurezza.
              • \r\n
                \r\n
              • Avvio protetto con accesso diretto alla memoria: attiva la sicurezza basata su virtualizzazione con l'avvio protetto e l'accesso diretto alla memoria.
              • \r\n
              \r\n ", + "windows10EndpointProtectionDeviceGuard": "Scegliere altre app che devono essere controllate o possono essere ritenute attendibili per l'esecuzione da parte di Controllo di applicazioni di Microsoft Defender. I componenti Windows e tutte le app di Windows Store sono ritenuti automaticamente attendibili per l'esecuzione.

              \r\n Le applicazioni non verranno bloccate se sono in esecuzione in modalità \"Solo controllo\". La modalità \"Solo controllo\" registra tutti gli eventi nei log locali dei client.\r\n", + "windows10GeneralPrivacyPerApp": "Aggiungere le app che devono avere un comportamento diverso a livello di privacy rispetto a quanto definito in \"Privacy predefinita\".", + "windows10NetworkBoundaryNetworkBoundary": "Il limite di rete è l'elenco di risorse aziendali, ad esempio il dominio ospitato sul cloud e gli intervalli di indirizzi IP per i computer inclusi nella rete aziendale. Definire i limiti di rete per applicare criteri per la protezione dei dati disponibili in tali posizioni.", + "windowsHealthMonitoring": "Configurare i criteri di monitoraggio dello stato di Windows.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone può impedire agli utenti di installare o avviare le app specificate nell'elenco di app non consentite oppure le app non specificate nell'elenco di app approvate. Tutte le app gestite devono essere aggiunte all'elenco di app approvate." + }, + "Inputs": { + "accountDomain": "Dominio dell'account", + "accountDomainHint": "Ad esempio, contosodomain", + "accountDomainInfoBalloon": "Specificare il dominio dell'account dell'utente.", + "accountTypeInfoBalloon": "Specificare il tipo di account da configurare in base al modello di autenticazione", + "allowContactSetting": "Consenti all'utente di modificare l'impostazione relativa al contatto", + "allowContactSyncInfoBalloon": "Specificare se l'utente è autorizzato a modificare l'impostazione di sincronizzazione relativa al contatto", + "allowUserChange": "Consenti all'utente di cambiare impostazione", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Immettere un nome di pacchetto simile a com.microsoft.word", + "androidUrlValidation": "Immettere un URL valido simile a https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Contesto di installazione dell'app", + "appUrlLabel": "URL di App Store", + "appleUrlValidation": "Immettere un URL valido simile a https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Tipo di dispositivo applicabile", + "assignmentActionLabel": "Modalità", + "authenticationMethodInfoBalloon": "Specificare il metodo di autenticazione per l'utente", + "authenticationMetod": "Metodo di autenticazione", + "authenticationType": "Tipo di autenticazione", + "authenticationTypeInfoBalloon": "Specificare il tipo di autenticazione per l'utente", + "availableLicenseCount": "Licenze disponibili", + "basicAuth": "Autenticazione di base", + "biometricsInfoBalloon": "Le funzionalità di biometria, ad esempio TouchID o FaceID, possono essere obbligatorie per l'accesso degli utenti al proprio dispositivo. Quando sono obbligatorie, le funzionalità di biometria vengono usate in aggiunta al metodo di autenticazione selezionato in questo profilo. Questa impostazione non deve essere abilitata quando sono distribuiti i Criteri di protezione delle app di Intune, perché i criteri di protezione delle app includono requisiti di accesso prima dell'accesso ai dati gestiti. L'abilitazione di entrambe le opzioni provocherà la visualizzazione di più richieste di accesso per l'accesso a Outlook Mobile. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è Off. ", + "bookNameLabel": "Nome del libro", + "bundleDescriptionHint": "Immettere una descrizione che illustra le app incluse.", + "calendar": "Calendario", + "categoryLabel": "Categoria", + "categoryNameLabel": "Nome predefinito", + "certProfileType": "Tipo di profilo di certificato", + "certificate": "Certificato", + "certificates": "Certificati", + "commandLineLabel": "Argomenti della riga di comando", + "commandLineSizeHint": "La lunghezza massima del testo degli argomenti della riga di comando è di 1024 caratteri", + "configurationSettingsFormatLabel": "Formato delle impostazioni di configurazione", + "configurationSettingsLabel": "Formato delle impostazioni", + "contactSync": "Salva i contatti", + "contactSyncInfoBalloon": "Il salvataggio dei contatti nella rubrica nativa del dispositivo mobile consente il collegamento di nuove chiamate e SMS con i contatti di Outlook esistenti dell'utente. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è Off.", + "contacts": "Contatti", + "createdDateTime": "Ora di creazione", + "defaultCategoryHint": "Non è possibile modificare le categorie predefinite", + "deploySMimeCertsFromIntune": "Distribuisci certificati S/MIME da Intune", + "descriptionGenericLabel": "Descrizione", + "descriptionHint": "Immettere una descrizione...", + "descriptionLabel": "Descrizione", + "descriptionSizeHint": "La lunghezza della descrizione non deve superare i 10.000 caratteri", + "developerLabel": "Developer", + "developerSizeHint": "La lunghezza massima del nome dello sviluppatore è di 256 caratteri.", + "disable": "Disabilita", + "disabled": "Disabilitata", + "displayNameLabel": "Nome", + "displayVersionHint": "Immettere la versione dell'app", + "displayVersionLabel": "Versione dell'app", + "displayVersionLengthCheck": "La lunghezza della versione visualizzata deve essere un massimo di 130 caratteri", + "eBookCategoryNameLabel": "Nome predefinito", + "emailAccount": "Nome dell'account di posta elettronica", + "emailAccountHint": "Ad esempio posta elettronica aziendale", + "emailAccountInfoBalloon": "Specificare il nome visualizzato per l'account di posta elettronica che verrà mostrato agli utenti nei rispettivi dispositivi", + "emailAddressAttribute": "Attributo indirizzo di posta elettronica da AAD", + "emailAddressInfoBalloon": "Specificare l'indirizzo di posta elettronica da usare per inviare e ricevere messaggi", + "emailServer": "Server di posta elettronica", + "emailServerHint": "Ad esempio, mail.contoso.com", + "emailServerInfoBalloon": "Specificare il nome host del server Exchange", + "enable": "Abilita", + "enableSMime": "Abilita S/MIME", + "enabled": "Attivato", + "encryptAllEmails": "Crittografa tutti i messaggi di posta elettronica", + "encryptionCertificates": "Certificati di crittografia", + "endUserNotifications": "Notifiche per l'utente finale", + "enrollmentTypeLabel": "Tipo di registrazione del dispositivo", + "externalRecipients": "Avviso messaggio per destinatari esterni", + "externalRecipientsInfoBalloon": "L'Avviso messaggio per destinatari esterni viene visualizzato se il mittente aggiunge un destinatario esterno o se aggiunge un gruppo di distribuzione che include destinatari esterni. Questo avviso messaggio segnala ai mittenti se il messaggio che stanno scrivendo uscirà dall'organizzazione, aiutandoli a prendere le decisioni appropriate a livello di formulazione, tono e contenuto. Disponibile solo per account Exchange Online e account locali che sfruttano i vantaggi dell'autenticazione moderna ibrida. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è On.", + "focusedInbox": "Posta in arrivo evidenziata", + "focusedInboxInfoBalloon": "Posta in arrivo evidenziata separa la cartella della posta in arrivo in due schede: Evidenziata e Altra. I messaggi di posta elettronica più importanti si trovano nella scheda Evidenziata, mentre gli altri messaggi rimangono facilmente accessibili, ma non visualizzati, nella scheda Altra. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è Off. ", + "fullScreenEnabledLabel": "Schermo intero", + "gmailNineAmountOfEmail": "Numero di messaggi di posta elettronica da sincronizzare", + "gmailNineAuthenticationMethodInfoBalloon": "Selezionare la modalità di autenticazione degli utenti al server di posta elettronica. Usare i certificati per fornire agli utenti finali l'esperienza più facile e sicura. L'autenticazione basata su certificati non è ancora disponibile perché i profili dei certificati SCEP e PKCS per i dispositivi dei proprietari di dispositivi non sono ancora disponibili.", + "gmailNineCertificateUPNInfoBalloon": "Il certificato deve includere un nome dell'entità utente come nome alternativo del soggetto.", + "gmailNineEmailAddressInfoBalloon": "Attributo che Intune ottiene da Azure AD per la generazione dinamica dell'indirizzo di posta elettronica che verrà usato da questo profilo, ad esempio Nome@contoso.com (UPN). Altre informazioni sugli attributi di AAD per i profili di posta elettronica.", + "gmailNineEmailServerInfoBalloon": "Posizione di Exchange (URL) del server di posta elettronica a cui l'app specificata si connette per ottenere i messaggi.", + "gmailNineEmailSynchronizeInfoBalloon": "Consente di controllare la quantità di posta elettronica che verrà sincronizzata dal client.", + "gmailNineSSLInfoBalloon": "Abilitare SSL per proteggere tutte le comunicazioni con il server di posta elettronica.", + "gmailNineUsernameInfoBalloon": "Attributo che Intune ottiene da Azure AD per la generazione dinamica del nome utente che verrà usato dal profilo, ad esempio Nome@contoso.com (UPN) o Nome (nome utente). Altre informazioni sugli attributi di AAD per i profili di posta elettronica.", + "ignoreManifestScope": "Ignora ambito manifesto", + "ignoreVersionDetection": "Ignora la versione dell'app", + "informationUrlLabel": "URL di informazioni", + "informationUrlSizeHint": "La lunghezza massima dell’URL delle informazioni è di 1024 caratteri.", + "installAsManaged": "Installa come gestita", + "installationSourceLabel": "Tipo di app", + "installerTypeInfoBalloon": "Tipo di programma di installazione del pacchetto dell'applicazione.", + "installerTypeLabel": "Tipo di programma di installazione", + "isFeatured": "Mostra l'app come app in primo piano nel Portale aziendale", + "isMAMEnabledToggleLabel": "Sì", + "lastModifiedDateTime": "Ora dell'ultimo aggiornamento", + "ldapUrl": "URL LDAP", + "licensingType": "Supporta l'assegnazione di contesto di dispositivo", + "microsoft": "Microsoft", + "minimumOperationSystem": "Sistema operativo minimo", + "modernAuth": "Autenticazione moderna", + "nameHint": "Immettere un nome", + "nameLabel": "Nome", + "nameSizeHint": "La lunghezza massima del nome è di 512 caratteri.", + "notConfigured": "Non configurato", + "notesLabel": "Note", + "notesSizeHint": "La lunghezza massima del testo delle note è di 1024 caratteri.", + "notificationType": "Tipo di notifica", + "oneDay": "Un giorno", + "oneMonth": "Un mese", + "oneWeek": "Una settimana", + "outlookSMimeSettings": "Impostazioni di S/MIME per Outlook", + "ownerLabel": "Proprietario", + "ownerSizeHint": "La lunghezza massima del nome del proprietario è di 256 caratteri.", + "packageIdLabel": "Identificatore pacchetto", + "packageNameLabel": "Nome del pacchetto", + "pivCredentialNotConfigured": "Non è stato selezionato alcun emittente delle credenziali derivate per il tenant. Sarà necessario configurarne uno per potere applicare questo criterio ai dispositivi.", + "platformLabel": "Piattaforma", + "policyDescriptionLabel": "Descrizione", + "policyNameLabel": "Nome", + "preComposedIconEnabled": "Precomposti", + "primarySMTPAddress": "Indirizzo SMTP primario", + "privacyUrlLabel": "URL privacy", + "publisherHint": "Immettere il nome di un server di pubblicazione", + "publisherLabel": "Server di pubblicazione", + "publisherSizeHint": "La lunghezza del nome dell'entità di pubblicazione deve essere compresa tra 2 e 1024 caratteri (inclusi)", + "require": "Rendi obbligatorio", + "requireBiometrics": "Rendi obbligatori i dati biometrici per l'accesso all'app", + "sAMAccountName": "Nome account SAM", + "scopeTagsRequired": "È necessario almeno un tag di ambito", + "searchAppLabel": "Selezionare l'app", + "searchAppLinkText": "Cerca in App Store", + "searchWinGetPublicRepositoryLinkText": "Cerca nel repository della community Gestione pacchetti Windows", + "searchWinGetStoreRepositoryLinkText": "Cerca nell'app Microsoft Store (novità)", + "selectAAD": "Selezionare un attributo di AAD", + "selectAppFileLabel": "Seleziona file", + "selectAppFileLinkText": "Selezionare il file del pacchetto di app", + "selectAppFileToUpdateLabel": "Selezionare il file da aggiornare", + "selectAuthMethod": "Selezionare un metodo di autenticazione", + "selectAuthType": "Selezionare un tipo di autenticazione", + "selectCatalogAppLabel": "Selezionare l'app", + "selectCatalogAppLinkText": "Cerca nel catalogo delle app di Windows (Win32)", + "selectCertificate": "Selezionare un certificato", + "signAllEmails": "Firma tutti i messaggi di posta elettronica", + "signingCertificates": "Certificati di firma", + "ssl": "SSL", + "suiteDescriptionLabel": "Descrizione della suite", + "suiteNameLabel": "Nome della suite", + "targetApplicationBundleIdentifier": "Identificatore del bundle dell'applicazione di destinazione", + "targetedPlatformsLabel": "Piattaforma interessata", + "tasks": "Attività", + "threeDays": "Tre giorni", + "totalLicenseCount": "Totale licenze", + "twoWeeks": "Due settimane", + "unifiedAssignmentsLabel": "Assegna a:", + "unlimited": "Senza limiti", + "urlHint": "Immettere un URL valido", + "useManagedBrowserHint": "Solo Android e iOS. Altre informazioni", + "useManagedBrowserLabel": "Richiedi un browser gestito per l'apertura del collegamento", + "userPrinicipalName": "Nome entità utente", + "username": "Nome utente", + "usernameAttribute": "Attributo nome utente da AAD", + "usernameAttributreInfoBalloon": "Specificare il nome dell'entità utente per il profilo di posta elettronica che verrà usato per l'autenticazione dell'account", + "usernamePassword": "Nome utente e password", + "webAppUrlHint": "Immettere un URL valido che inizia con http:// o https://", + "webAppUrlLabel": "URL app", + "webAppUrlSizeHint": "La lunghezza massima dell’URL app è di 1024 caratteri.", + "windowsUrlValidation": "Immettere un URL valido simile a https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "Dati XML immessi", + "xmlFormatInvalid": "Il formato del criterio XML non è valido.", + "xmlTooLarge": "Le dimensioni dell'input devono essere inferiori a 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Non è stato possibile eliminare {0}", @@ -8432,374 +8847,13 @@ "modifying": "Eliminazione di {0} in corso", "success": "L'eliminazione di {0} è stata completata" }, - "Included": { - "none": "Non è stato selezionato alcun contesto di autenticazione, app cloud o azione", - "plural": "{0} contesti di autenticazione inclusi", - "singular": "1 contesto di autenticazione incluso" - }, - "InfoBlade": { - "createTitle": "Aggiungi il contesto di autenticazione", - "deleteDisallowed": "Non è possibile eliminare questo contesto di autenticazione quando vi fanno riferimento i criteri di accesso condizionale.", - "descPlaceholder": "Aggiungere una descrizione per il contesto di autenticazione", - "modifyTitle": "Modifica il contesto di autenticazione", - "namePlaceholder": "Ad esempio, Percorso attendibile, Dispositivo attendibile, Autorizzazione avanzata", - "publishDesc": "La pubblicazione nelle app renderà il contesto di autenticazione disponibile per l'uso da parte delle app. Eseguire la pubblicazione al termine della configurazione del criterio di Accesso condizionale per il tag. [Altre informazioni][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Pubblica nelle app", - "titleDesc": "Consente di configurare un contesto di autenticazione che verrà usato per proteggere i dati e le azioni dell'applicazione. Usare nomi e descrizioni comprensibili per gli amministratori delle applicazione. [Altre informazioni][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "L'annullamento della pubblicazione di questo contesto di autenticazione potrebbe causare la perdita dell'accesso alla risorsa protetta dal contesto di autenticazione." - }, "Notify": { "failure": "Non è stato possibile aggiornare {0}", "modifying": "Modifica di {0}", "success": "L'aggiornamento di {0} è stato completato" }, - "WhatIf": { - "selected": "Contesto di autenticazione incluso" - }, - "addNewStepUp": "Nuovo contesto di autenticazione", - "bannerText": "Creare valori del contesto di autenticazione personalizzati e criteri di accesso condizionale con Azure AD Premium", - "checkBoxInfo": "Selezionare il contesto di autenticazione a cui verrà applicato il criterio", - "configure": "Configura i contesti di autenticazione", - "createCA": "Assegna criteri di Accesso condizionale al contesto di autenticazione", - "dataGrid": "Elenco di contesti di autenticazione", - "deleteFailedByReference": "Non è possibile eliminare questo contesto di autenticazione perché vi fanno riferimento i criteri della CA.", - "description": "Descrizione", - "documentation": "Documentazione", - "getStarted": "Introduzione", - "label": "Contesto di autenticazione", - "menuLabel": "Contesto di autenticazione", - "name": "Nome", - "noAuthContextConfigured": "Nessun contesto di autenticazione configurato.", - "noAuthContextSet": "Non sono disponibili contesti di autenticazione", - "noData": "Nessun contesto di autenticazione da visualizzare", - "selectionInfo": "Il contesto di autenticazione viene usato per proteggere i dati dell'applicazione e le azioni in app quali SharePoint e Microsoft Cloud App Security.", - "step": "Passaggio", - "tabDescription": "Gestire il contesto di autenticazione per proteggere i dati e le azioni nelle app. Non è possibile eliminare i contesti di autenticazione quando vi fanno riferimento i criteri di accesso condizionale. [Altre informazioni][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Contrassegna le risorse con un contesto di autenticazione" + "menuLabel": "Contesto di autenticazione" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Accesso tramite telefono)", - "email": "Passcode monouso tramite e-mail", - "federatedMultiFactor": "Più fattori federato", - "federatedSingleFactor": "Singolo fattore federato", - "fido2": "Chiave di sicurezza FIDO2", - "hardwareOath": "Token OATH hardware", - "hardwareOathEmail": "Token OATH hardware + Passcode monouso tramite e-mail", - "hardwareOathFederatedSingleFactor": "Singolo fattore federato + Token OATH hardware", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Notifica push)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (notifica push) + Passcode monouso tramite posta elettronica", - "microsoftAuthenticatorPushFederatedSingleFactor": "Singolo fattore federato + Microsoft Authenticator (Notifica push)", - "none": "Nessuno", - "password": "Password", - "passwordHardwareOath": "Password + Token OATH hardware", - "passwordMicrosoftAuthenticatorPush": "Password + Microsoft Authenticator - (Notifica push)", - "passwordSms": "Password e SMS", - "passwordSoftwareOath": "Password + Token OATH software", - "passwordVoice": "Password e voce", - "passwordX509CertificateMultiFactor": "Autenticazione basata su password + certificato (Più fattori)", - "passwordX509CertificateSingleFactor": "Autenticazione basata su password + certificato (Fattore singolo)", - "sms": "SMS", - "smsEmail": "SMS + Passcode monouso tramite posta elettronica", - "smsFederatedSingleFactor": "Singolo fattore federato + SMS", - "softwareOath": "Token OATH software", - "softwareOathEmail": "Token OATH software + Passcode monouso tramite e-mail", - "softwareOathFederatedSingleFactor": "Singolo fattore federato + Token OATH software", - "temporaryAccessPassMultiUse": "Passcode di accesso temporaneo (Multiuso)", - "temporaryAccessPassOneTime": "Passcode di accesso temporaneo (Una tantum)", - "voice": "Voce", - "voiceEmail": "Voce + Passcode monouso tramite posta elettronica", - "voiceFederatedSingleFactor": "Singolo fattore federato + Voce", - "windowsHelloForBusiness": "Windows Hello For Business", - "x509CertificateMultiFactor": "Autenticazione basata su certificati (Più fattori)", - "x509CertificateSingleFactor": "Autenticazione basata su certificato (Fattore singolo)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Blocca i download (anteprima)", - "monitorOnly": "Solo monitoraggio (anteprima)", - "protectDownloads": "Proteggi i download (anteprima)", - "useCustomControls": "Usa criteri personalizzati..." - }, - "ariaLabel": "Scegliere il tipo di controllo app per l'accesso condizionale da applicare" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "ID app: {0}" - }, - "LowerGrid": { - "ariaLabel": "Elenco di app cloud selezionate" - }, - "UpperGrid": { - "ariaLabel": "Elenco di app cloud corrispondenti al termine di ricerca" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Con l'opzione \"Località selezionate\" è necessario scegliere almeno una località.", - "selector": "Scegliere almeno una località" - }, - "privateLinksInfo": "Collegamento privato per Azure AD è ideale per i servizi di Azure. Assicurarsi che le entità a cui viene applicato questo criterio non abbiano il requisito di accedere ad alcun servizio pubblico come M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "È necessario selezionare almeno uno dei client seguenti" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Questi criteri si applicano solo ai browser e alle app con autenticazione moderna. Per applicare i criteri a tutte le app client, abilitare la condizione app client e selezionare tutte le app client.", - "classicExperience": "La configurazione predefinita delle app client è stata aggiornata dopo la creazione di questo criterio.", - "legacyAuth": "Se questa opzione non è configurata, i criteri vengono applicati a tutte le app client, incluse le app di autenticazione moderne e legacy." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attributo", - "placeholder": "Scegli un attributo" - }, - "Configure": { - "infoBalloon": "Configurare i filtri dell'app a cui si vuole applicare il criterio." - }, - "NoPermissions": { - "learnMoreAria": "Altre informazioni sulle autorizzazioni per gli attributi di sicurezza personalizzati.", - "message": "Non si dispone delle autorizzazioni necessarie per usare gli attributi di sicurezza personalizzati." - }, - "gridHeader": "Usando gli attributi di sicurezza personalizzati, è possibile usare il generatore di regole o la casella di testo della sintassi delle regole per creare o modificare le regole di filtro. Nell'anteprima sono supportati solo gli attributi di tipo String. Gli attributi di tipo Integer o Boolean non verranno visualizzati.", - "learnMoreAria": "Altre informazioni sull'uso del generatore di regole e della casella di testo per la sintassi.", - "noAttributes": "Non sono disponibili attributi personalizzati in base a cui filtrare. Per utilizzare questo filtro, sarà necessario configurare alcuni attributi.", - "title": "Modificare filtro (anteprima)" - }, - "CloudAppsUserActions": { - "any": "Qualsiasi app cloud o azione", - "infoBalloon": "App cloud o azione utente da testare. Ad esempio, 'SharePoint Online'", - "learnMore": "Controllare l'accesso in base a tutte le app cloud o azioni oppure in base ad app cloud o azioni specifiche.", - "learnMoreB2C": "Controllare l'accesso in base a tutte le app cloud oppure in base ad app cloud specifiche.", - "learnMoreNetworkAccess": "Controllare l'accesso in base al traffico di accesso alla rete, alle app cloud o ad azioni specifiche.", - "title": "Applicazioni cloud o azioni" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Elenco di app cloud escluse" - }, - "Filter": { - "configured": "Configurato", - "label": "Modificare filtro (anteprima)", - "with": "{0} con {1}" - }, - "Included": { - "gridAria": "Elenco di app cloud incluse" - }, - "Validation": { - "authContext": "Con l'opzione \"Contesto di autenticazione\" è necessario configurare almeno un elemento secondario.", - "networkAccess": "Con 'Accesso alla rete' è necessario configurare almeno un profilo di traffico.", - "selectApps": "È necessario configurare \"{0}\"", - "selector": "Selezionare almeno un'app.", - "userActions": "Con l'opzione \"Azioni utente\" è necessario configurare almeno un elemento secondario." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Controlla l'accesso utente quando lo stato del dispositivo da cui l'utente esegue l'accesso non è \"Aggiunto ad Azure AD ibrido\" o \"segnato come conforme\".\n Questo è stato deprecato. In alternativa, usare '{1}'." - } - }, - "Errors": { - "notFound": "I criteri non sono stati trovati o sono stati eliminati.", - "notFoundDetailed": "Il criterio \"{0}\" non esiste più. È possibile che sia stato eliminato." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Tutti", - "b2bCollaborationGuestLabel": "Utenti guest di Collaborazione B2B", - "b2bCollaborationMemberLabel": "Utenti membri di Collaborazione B2B", - "b2bDirectConnectUserLabel": "Utenti con connessione diretta B2B", - "enumeratedExternalTenantsError": "Selezionare almeno un tenant esterno", - "enumeratedExternalTenantsLabel": "Seleziona", - "externalTenantsLabel": "Specificare le organizzazioni Azure AD esterne", - "externalUserDropdownLabel": "Scegliere tipi di utenti guest o esterni", - "externalUsersError": "Selezionare almeno un tipo di utente o guest esterno", - "guestOrExternalUsersInfoContent": "Include Collaborazione B2B, la connessione diretta B2B e altri tipi di utenti esterni.", - "guestOrExternalUsersLabel": "Utenti guest o esterni", - "internalGuestLabel": "Utenti guest locali", - "otherExternalUserLabel": "Altri utenti esterni", - "previewTag": "{0} (anteprima)", - "serviceProviderUsersLabel": "Utenti del provider di servizi" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Metodo di ricerca paese/area geografica", - "gps": "Determinare la posizione in base alle coordinate GPS", - "info": "Quando è configurata la condizione relativa alla posizione di un criterio di accesso condizionale, l'app Authenticator richiederà agli utenti di condividere la rispettiva posizione GPS. ", - "ip": "Determina la posizione in base a indirizzo IP (solo IPv4)" - }, - "Header": { - "new": "Nuova posizione ({0})", - "update": "Posizione di aggiornamento ({0})" - }, - "IP": { - "learn": "Configurare gli intervalli IPv4 e IPv6 per la località denominata.\n[Altre informazioni][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Per paesi/aree geografiche sconosciute si intendono gli indirizzi IP non associati a un paese o un'area geografica specifica. [Altre informazioni][1]\n\nSono inclusi:\n* Indirizzi IPv6\n* Indirizzi IPv4 senza mapping diretto\n[1]: https://aka.ms/canamedlocations\n", - "label": "Includi paesi/aree geografiche sconosciute" - }, - "Name": { - "empty": "Il nome non può essere vuoto", - "placeholder": "Specificare un nome per la posizione" - }, - "PrivateLink": { - "learn": "Creare una nuova località denominata contenente collegamenti privati per Azure AD.\n[Altre informazioni][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Cerca paesi", - "names": "Cerca nomi", - "privateLinks": "Cerca collegamenti privati" - }, - "Trusted": { - "label": "Contrassegna come posizione attendibile" - }, - "enter": "Immettere un nuovo intervallo IPv4 o IPv6", - "example": "Ad esempio: 40.77.182.32/27 o 2a01:111::/32" - }, - "Label": { - "addCountries": "Località dei paesi", - "addIpRange": "Posizione degli intervalli IP", - "addPrivateLink": "Collegamenti privati di Azure" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Si è verificato un errore durante la creazione della nuova posizione ({0})", - "title": "La creazione non è stata completata" - }, - "InProgress": { - "description": "Creazione della nuova posizione ({0})", - "title": "Creazione in corso" - }, - "Success": { - "description": "La nuova posizione ({0}) è stata creata", - "title": "La creazione è stata completata" - } - }, - "Delete": { - "Failed": { - "description": "Si è verificato un errore durante l'eliminazione della posizione ({0})", - "title": "Non è stato possibile completare l'eliminazione" - }, - "InProgress": { - "description": "Eliminazione della posizione ({0})", - "title": "Eliminazione in corso" - }, - "Success": { - "description": "La posizione ({0}) è stata eliminata", - "title": "L'eliminazione è stata completata" - } - }, - "Update": { - "Failed": { - "description": "Si è verificato un errore durante l'aggiornamento della posizione ({0})", - "title": "Non è stato possibile completare l'aggiornamento" - }, - "InProgress": { - "description": "Aggiornamento della posizione ({0})", - "title": "È in corso l'aggiornamento" - }, - "Success": { - "description": "La posizione ({0}) è stata aggiornata", - "title": "L'aggiornamento è stato completato" - } - } - }, - "PrivateLinks": { - "grid": "Elenco di collegamenti privati" - }, - "Trusted": { - "title": "Tipo attendibile", - "trusted": "Attendibile" - }, - "Type": { - "all": "Tutti i tipi", - "countries": "Paesi", - "ipRanges": "Intervalli IP", - "privateLinks": "Collegamenti privati", - "title": "Tipo di posizione" - }, - "iPRangeInvalidError": "Il valore deve essere un intervallo IPv4 o IPv6 valido.", - "iPRangeLinkOrSiteLocalError": "La rete IP è stata rilevata come indirizzo locale rispetto al collegamento o indirizzo locale rispetto al sito.", - "iPRangeOctetError": "La rete IP non deve iniziare con 0 o 255.", - "iPRangePrefixError": "Il prefisso di rete IP deve essere compreso tra /{0} e /{1}.", - "iPRangePrivateError": "La rete IP è stata rilevata come indirizzo privato." - }, - "NamedNetwork": { - "List": { - "gridAria": "Elenco di località denominate" - } - }, - "NetworkAccess": { - "Included": { - "none": "Nessuna risorsa di destinazione selezionata", - "plural": "{0} profili di traffico di rete selezionati", - "singular": "1 profilo di traffico di rete selezionato" - }, - "internetOptionText": "Traffico pubblico", - "label": "Criteri di accesso alla rete (Anteprima)", - "m365OptionText": "Traffico M365", - "privateOptionText": "Traffico privato", - "selectTrafficProfilesLabel": "Selezionare i profili di traffico a cui si applica questo criterio", - "targetResourcesBalloonContext": "Risorse di destinazione", - "targetResourcesSelectorTitle": "Risorse di destinazione", - "trafficProfilesLearnMoreTooltip": "Per visualizzare i profili di traffico aggiuntivi, aggiungere altre licenze NaaS.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge deve essere attivato per usare i controlli di accesso alla rete. " - }, - "Policies": { - "Grid": { - "aria": "Elenco dei criteri di accesso condizionale" - }, - "countText": "Sono stati trovati {0} su {1} criteri", - "countTextSingular": "È stato trovato {0} criterio su 1", - "search": "Cerca criteri" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Consente di configurare i livelli di rischio entità servizio necessari per l'applicazione dei criteri​", - "infoBalloonContent": "Consente di configurare il rischio entità servizio per applicare i criteri ai livelli di rischio selezionati", - "title": "Rischio entità servizio" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configurare i rilevamenti dei rischi per applicare i criteri ai rilevamenti selezionati dei rischi di accesso in tempo reale." - }, - "LearnMore": { - "message": "È possibile controllare l'accesso degli utenti per rispondere a specifici rilevamenti dei rischi di accesso in tempo reale." - }, - "description": "Questa condizione viene soddisfatta se uno dei rilevamenti di rischio inclusi individua il rischio. Ciò non influisce sul calcolo del livello di rischio di accesso.", - "header": "Rilevamenti dei rischi predefiniti in tempo reale", - "info": "Rilevamenti che individuano i rischi durante gli accessi.", - "label": "Rilevamenti dei rischi di accesso (anteprima)", - "title": "Rilevamenti dei rischi di accesso" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinazioni di metodi che soddisfano l'autenticazione avanzata, ad esempio Password e SMS", - "displayName": "Autenticazione a più fattori" - }, - "Passwordless": { - "description": "Metodi senza password che soddisfano l'autenticazione avanzata, come Microsoft Authenticator ", - "displayName": "Autenticazione a più fattori senza password" - }, - "PhishingResistant": { - "description": "Metodi senza password anti-phishing-per l'autenticazione più avanzata, ad esempio chiave di sicurezza FIDO2", - "displayName": "Autenticazione a più fattori resistente al phishing" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Altre informazioni su come richiedere metodi di autenticazione soddisfatti dai provider di federazione.", "certificate": "Autenticazione del certificato", @@ -8808,287 +8862,6 @@ "require": "Richiedi un metodo di autenticazione federato (anteprima)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Disattivato", - "on": "Attivato", - "reportOnly": "Solo report" - }, - "PolicyTemplates": { - "Devices": { - "description": "Selezionare la categoria del modello di criteri Dispositivi per avere visibilità sui dispositivi che accedono alla rete. Verificare la conformità e lo stato di integrità prima di concedere l'accesso.", - "name": "Dispositivi" - }, - "Identities": { - "description": "Selezionare la categoria del modello di criteri Identità per verificare e proteggere ogni identità con autenticazione avanzata in tutto l'ambiente digitale.", - "name": "Identità" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Tutte le app", - "office365": "Office 365", - "registerSecurityInfo": "Registra le informazioni di sicurezza" - }, - "Conditions": { - "androidAndIOS": "Piattaforma del dispositivo: Android e iOS", - "anyDevice": "Qualsiasi dispositivo ad eccezione di Android, iOS, Windows e Mac", - "anyDeviceStateExceptHybrid": "Qualsiasi stato del dispositivo eccetto conforme e aggiunto ad Azure AD ibrido", - "anyLocation": "Qualsiasi percorso tranne attendibile", - "browserMobileDesktop": "App client: browser, app per dispositivi mobili e client desktop", - "exchangeActiveSync": "App client: Exchange Active Sync, altri client", - "windowsAndMac": "Piattaforma del dispositivo: Windows e Mac" - }, - "Devices": { - "anyDevice": "Qualsiasi dispositivo" - }, - "Grant": { - "appProtectionPolicy": "Richiedi criterio di protezione delle app", - "approvedClientApp": "Richiedi app client approvata", - "blockAccess": "Blocca accesso", - "mfa": "Richiedere l'autenticazione a più fattori", - "passwordChange": "Richiedi la modifica della password", - "requireCompliantDevice": "Richiedi che i dispositivi siano contrassegnati come conformi", - "requireHybridAzureADDevice": "Richiedi dispositivo aggiunto ad Azure AD ibrido" - }, - "Session": { - "appEnforcedRestrictions": "Usa restrizioni imposte dalle app", - "signInFrequency": "Frequenza di accesso e sessione del browser mai permanente" - }, - "UsersAndGroups": { - "allUsers": "Tutti gli utenti", - "directoryRoles": "Ruoli della directory tranne l'amministratore corrente", - "globalAdmin": "Amministratore globale", - "noGuestAndAdmins": "Tutti gli utenti tranne guest ed esterno, amministratori globali, amministratore corrente" - }, - "azureManagement": "Gestione di Azure", - "deviceFilters": "Filtri per dispositivi", - "devicePlatforms": "Piattaforme per dispositivi" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Impedire o limitare l'accesso a SharePoint, OneDrive e al contenuto di Exchange da dispositivi non gestiti.", - "name": "CA014: utilizza le restrizioni imposte dall'applicazione per i dispositivi non gestiti", - "title": "Utilizza le restrizioni imposte dall'applicazione per i dispositivi non gestiti" - }, - "ApprovedClientApps": { - "description": "Per evitare la perdita di dati, le organizzazioni possono limitare l'accesso alle app client con autenticazione moderna approvate tramite la Protezione app di Intune.", - "name": "CA012: richiedi app client approvate e protezione app", - "title": "Richiedi app client approvate e protezione delle app" - }, - "BlockAccessOnUnknowns": { - "description": "L'accesso degli utenti alle risorse aziendali verrà bloccato quando il tipo di dispositivo è sconosciuto o non supportato.", - "name": "CA010: blocca l'accesso per la piattaforma del dispositivo sconosciuta o non supportata", - "title": "Blocca l'accesso per la piattaforma del dispositivo sconosciuta o non supportata" - }, - "BlockLegacyAuth": { - "description": "Bloccare gli endpoint di autenticazione legacy che possono essere usati per ignorare l'autenticazione a più fattori. ", - "name": "CA003: blocca l'autenticazione legacy", - "title": "Blocca autenticazione legacy" - }, - "NoPersistentBrowserSession": { - "description": "Proteggere l'accesso utente su dispositivi non gestiti impedendo alle sessioni del browser di restare connesse dopo la chiusura del browser e impostando una frequenza di accesso su 1 ora.", - "name": "CA011: nessuna sessione del browser permanente", - "title": "Nessuna sessione del browser persistente" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Richiedere agli amministratori con privilegi di poter accedere alle risorse solo usando un dispositivo conforme o aggiunto ad Azure AD ibrido aggiunto.​", - "name": "CA009: richiedi un dispositivo conforme o aggiunto ad Azure AD ibrido per gli amministratori", - "title": "Richiedi un dispositivo conforme o aggiunto ad Azure AD ibrido per gli amministratori" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Proteggere l'accesso alle risorse aziendali richiedendo agli utenti di usare un dispositivo gestito o eseguire l'autenticazione a più fattori (solo macOS o Windows).", - "name": "CA013: richiedi un dispositivo conforme o aggiunto ad Azure AD ibrido o l'autenticazione a più fattori per tutti gli utenti", - "title": "Richiedi un dispositivo conforme o aggiunto ad Azure AD ibrido o l'autenticazione a più fattori per tutti gli utenti" - }, - "RequireMFAAllUsers": { - "description": "Richiedere l'autenticazione a più fattori per tutti gli account utente per ridurre il rischio di compromissione.", - "name": "CA004: richiedi l'autenticazione a più fattori per tutti gli utenti", - "title": "Richiedere l'autenticazione a più fattori per tutti gli utenti" - }, - "RequireMFAForAdmins": { - "description": "Richiedere l'autenticazione a più fattori per gli account amministrativi con privilegi per ridurre il rischio di compromissione. Questi criteri verranno destinati agli stessi ruoli come impostazione predefinita per la sicurezza.", - "name": "CA001: richiedi l'autenticazione a più fattori per gli amministratori", - "title": "Richiedere l'autenticazione a più fattori per gli amministratori" - }, - "RequireMFAForAzureManagement": { - "description": "Richiedere l'autenticazione a più fattori per proteggere l'accesso privilegiato alle risorse di Azure.", - "name": "CA006: richiedere l'autenticazione a più fattori per la gestione di Azure", - "title": "Richiedere l'autenticazione a più fattori per la gestione di Azure" - }, - "RequireMFAForGuestAccess": { - "description": "Richiedere agli utenti guest di eseguire l'autenticazione a più fattori quando accedono alle risorse aziendali.", - "name": "CA005: richiedere l'autenticazione a più fattori per l'accesso guest", - "title": "Richiedere l'autenticazione a più fattori per l'accesso guest" - }, - "RequireMFAForRiskySignIn": { - "description": "Richiedere l'autenticazione a più fattori se il rischio di accesso viene identificato come medio o elevato. (Richiede una licenza Azure AD Premium 2)", - "name": "CA007: richiedere l'autenticazione a più fattori per gli accessi a rischio", - "title": "Richiedere l'autenticazione a più fattori per gli accessi a rischio" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Richiedere all'utente di modificare la password se il rischio utente viene identificato come elevato. (Richiede una licenza Azure AD Premium 2)", - "name": "CA008: richiedi la modifica della password per gli utenti ad alto rischio", - "title": "Richiedi la modifica della password per gli utenti ad alto rischio" - }, - "RequireSecurityInfo": { - "description": "Proteggere il momento e la modalità di registrazione degli utenti per l'autenticazione a più fattori di Azure AD e la password self-service. ", - "name": "CA002: protezione della registrazione delle informazioni di sicurezza", - "title": "Protezione della registrazione delle informazioni di sicurezza" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "L'abilitazione di questo criterio impedirà l'accesso da un tipo di dispositivo sconosciuto. Provare a usare la modalità solo report per iniziare fino a quando non si sarà verificato che ciò non avrà alcun impatto sugli utenti." - }, - "BlockLegacyAuth": { - "description": "Provare a usare la modalità solo report per iniziare fino a quando non si sarà verificato che ciò non avrà alcun impatto sugli utenti.", - "title": "L'abilitazione di questo criterio impedirà l'autenticazione legacy per tutti gli utenti." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Provare a usare la modalità solo report per iniziare fino a quando non si sarà verificato che ciò non avrà alcun impatto sugli utenti con privilegi.", - "reportOnly": "I criteri in modalità solo report che richiedono dispositivi conformi possono richiedere agli utenti su Mac, iOS e Android di selezionare un certificato del dispositivo durante la valutazione dei criteri, anche se la conformità del dispositivo non viene applicata. Queste richieste possono ripetersi fino a quando il dispositivo non viene reso conforme." - }, - "Title": { - "on": "L'abilitazione di questo criterio impedirà l'accesso agli utenti con privilegi a meno che non venga usato un dispositivo gestito, ad esempio conforme o aggiunto a Azure AD ibrido. Verificare di aver configurato i criteri di conformità o di abilitare la configurazione di Azure AD ibrido prima dell'abilitazione.", - "reportOnly": "Verificare di aver configurato i criteri di conformità o di abilitare la configurazione di Azure AD ibrido prima dell'abilitazione. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Questo criterio influirà su tutti gli utenti tranne sull'amministratore attualmente connesso. Provare a usare la modalità solo report per iniziare fino a quando non si conferma che non avrà effetto sugli utenti." - }, - "Title": { - "on": "Non bloccare l'output. Verificare che il dispositivo sia conforme, aggiunto ad Azure AD ibrido o che sia stata configurata l'autenticazione a più fattori. ", - "reportOnly": "I criteri in modalità solo report che richiedono dispositivi conformi possono richiedere agli utenti su Mac, iOS e Android di selezionare un certificato del dispositivo durante la valutazione dei criteri, anche se la conformità del dispositivo non viene applicata. Queste richieste possono ripetersi fino a quando il dispositivo non viene reso conforme." - } - }, - "RequireMfa": { - "description": "Se si usano account di accesso di emergenza o Azure AD Connect per sincronizzare gli oggetti locali, potrebbe essere necessario escludere questi account dal criterio dopo la creazione." - }, - "RequireMfaAdmins": { - "description": "Si noti che l'account amministratore corrente verrà escluso automaticamente, ma tutti gli altri verranno protetti durante la creazione dei criteri. Per iniziare, provare a usare la modalità solo report.", - "title": "Prestare attenzione a non bloccare l'accesso. Questo criterio influisce sul portale di Azure." - }, - "RequireMfaAllUsers": { - "description": "Provare a usare la modalità solo report per iniziare fino a quando questa modifica non sarà stata pianificata e comunicata a tutti gli utenti.", - "title": "L'abilitazione di questo criterio consentirà di applicare l'autenticazione a più fattori per tutti gli utenti." - }, - "RequireSecurityInfo": { - "description": "Assicurarsi di controllare la configurazione per proteggere questi account in base alle esigenze aziendali.", - "title": "Gli utenti e i ruoli seguenti sono esclusi da questo criterio, utenti guest e utenti esterni, amministratori globali, amministratore corrente" - } - }, - "basics": "Informazioni di base", - "clientApps": "App client", - "cloudApps": "App cloud", - "cloudAppsOrActions": "Applicazioni cloud o azioni ", - "conditions": "Condizioni ", - "createNewPolicy": "Crea nuovi criteri dai modelli (anteprima)", - "createPolicy": "Crea criterio", - "currentUser": "Utente corrente", - "customizeBuild": "Personalizza la build", - "customizeTemplate": "Gli elenchi di modelli vengono personalizzati in base al tipo di criteri da creare", - "excludedDevicePlatform": "Piattaforme per dispositivi escluse", - "excludedDirectoryRoles": "Ruoli della directory esclusi", - "excludedLocation": "Ruoli della directory esclusi", - "excludedUsers": "Utenti esclusi", - "grantControl": "Concedi controllo ", - "includeFilteredDevice": "Includi i dispositivi filtrati nel criterio", - "includedDevicePlatform": "Piattaforme per dispositivi incluse", - "includedDirectoryRoles": "Ruoli della directory inclusi", - "includedLocation": "Posizione inclusa", - "includedUsers": "Utenti inclusi", - "legacyAuthenticationClients": "Client con autenticazione legacy", - "namePolicy": "Denomina il criterio", - "needAdPremiumMessage": "Per usare questa funzionalità, è necessaria una sottoscrizione di Azure AD Premium.", - "next": "Avanti", - "policyName": "Nome criteri", - "policyState": "Stato dei criteri", - "policySummary": "Riepilogo criteri", - "policyTemplate": "Modello di criteri", - "previous": "Indietro", - "reviewAndCreate": "Rivedi e crea", - "riskLevels": "Livelli di rischio", - "selectATemplate": "Seleziona un modello", - "selectTemplate": "Seleziona modello", - "selectTemplateCategory": "Seleziona categoria modello", - "selectTemplateRecommendation": "Si consigliano i modelli seguenti in base alla risposta dell'utente", - "sessionControl": "Controllo della sessione ", - "signInFrequency": "Frequenza di accesso", - "signInRisk": "Rischio di accesso", - "template": "Modello ", - "templateCategory": "Categoria modello", - "userRisk": "Rischio utente", - "usersAndGroups": "Utenti e gruppi ", - "viewPolicySummary": "Visualizza riepilogo criteri " - }, - "SSM": { - "MemberSelector": { - "description": "Utenti e gruppi" - }, - "Notification": { - "Migration": { - "error": "Non è stato possibile eseguire la migrazione delle impostazioni di valutazione continua dell'accesso ai criteri di accesso condizionale", - "inProgress": "Migrazione in corso delle impostazioni di valutazione continua dell'accesso", - "success": "Migrazione delle impostazioni di valutazione continua dell'accesso ai criteri di accesso condizionale riuscita", - "successDescription": "Passare ai criteri di accesso condizionale per visualizzare le impostazioni di cui è stata eseguita la migrazione nei criteri appena creati denominati \"Criteri di accesso condizionale creati da impostazioni CAE\"." - }, - "error": "Non è stato possibile aggiornare le impostazioni di Valutazione continua dell'accesso", - "inProgress": "Aggiornamento delle impostazioni di Valutazione continua dell'accesso", - "success": "Le impostazioni di Valutazione continua dell'accesso sono state aggiornate" - }, - "PreviewOptions": { - "disable": "Disabilita l'anteprima", - "enable": "Abilita l'anteprima" - }, - "StrictLocationEnforcement": { - "infoContent1": "È possibile che Azure AD e il provider di risorse visualizzino IP diversi per lo stesso dispositivo client a causa di una partizione di rete o di una mancata corrispondenza tra IPv4/IPv6. La modalità Imposizione rigorosa della posizione applicherà i criteri di accesso condizionale in base agli indirizzi IP visualizzati da Azure AD e dal provider di risorse.", - "infoContent2": "Per garantire il livello massimo di sicurezza, è consigliabile includere tutti gli IP che possono essere visualizzati da Azure AD e dal provider di risorse nel criterio Località denominata e attivare la modalità \"Imposizione rigorosa della posizione\".", - "label": "Imposizione rigorosa della posizione", - "title": "Modalità di imposizione aggiuntive" - }, - "bladeTitle": "Valutazione continua dell'accesso", - "description": "Quando l'accesso di un utente viene rimosso o un indirizzo IP client viene modificato, la funzionalità Valutazione continua dell'accesso blocca automaticamente l'accesso alle risorse e alle applicazioni in tempo quasi reale. ", - "migrateLabel": "Esegui la migrazione", - "migrationError": "La migrazione non è riuscita a causa del seguente errore: {0}", - "migrationInfo": "L'impostazione CAE è stata spostata nell'esperienza utente di accesso condizionale. Eseguire la migrazione con il pulsante \"Migrazione\" precedente e configurare l'impostazione con i criteri di accesso condizionale in futuro. Fare clic qui per altre informazioni.", - "noLicenseMessage": "È possibile gestire le impostazioni di gestione intelligente delle sessioni con Azure AD Premium", - "optionsPickerTitle": "Abilita/Disabilita Valutazione continua dell'accesso", - "upsellInfo": "Non è più possibile modificare le impostazioni in questa pagina e le impostazioni presenti qui verranno ignorate. Sarà rispettata l'impostazione precedente. In futuro, sarà possibile configurare le impostazioni di Valutazione continua dell'accesso in Accesso condizionale. Fare clic qui per altre informazioni." - }, - "SamlReauth": { - "Filter": { - "warning": "La destinazione delle applicazioni è l'uso di una query dinamica. Alcune applicazioni potrebbero non essere supportate per l'uso con il controllo sessione \"frequenza di accesso ogni volta\". {0}Altre informazioni sugli scenari consigliati.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Elenco di organizzazioni selezionate" - }, - "Upper": { - "gridAria": "Elenco di organizzazioni disponibili" - }, - "addTenantLabel": "Aggiungere tenant all'opzione selezionata", - "customOrganizationDescription": "Aggiungere un'organizzazione con questo ID tenant", - "description": "Aggiungere un'organizzazione di Azure AD specificando uno dei relativi nomi di dominio.", - "notFoundResult": "Non trovato", - "searchBoxPlaceholder": "ID tenant o nome di dominio", - "subTitle": "Organizzazione di Azure AD", - "tenantAdded": "Questo ID tenant è già stato aggiunto.", - "tenantIdNotFound": "ID tenant non trovato" - }, - "Selector": { - "AdditionalDetails": { - "aria": "ID organizzazione: {0}" - }, - "DisplayText": { - "multiple": "{0} organizzazioni di Azure AD selezionate", - "single": "1 organizzazione di Azure AD selezionata" - }, - "gridAria": "Elenco di organizzazioni selezionate" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modifica durata sessione", "mainOptionHelp": "Configurare la frequenza delle richieste ricevute dagli utenti e indicare se le sessioni del browser saranno persistenti o meno. Le applicazioni che non supportano i protocolli di autenticazione moderna potrebbero non rispettare tali criteri. In questi casi, contattare lo sviluppatore applicazione." }, - "SigninRisk": { - "LearnMore": { - "message": "È possibile controllare l'accesso utente per rispondere a livelli di rischio di accesso specifici." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Quando \"{0}\" è selezionato, la condizione \"{1}\" non sarà configurabile." - }, - "description": "Il livello di rischio di accesso viene generato in base a tutti i rilevamenti dei rischi in tempo reale.", - "header": "Selezionare il livello di rischio di accesso a cui verranno applicati questi criteri" - }, "SingleSelectorActive": { "failed": "Non è possibile caricare questi dati.", "reattempt": "Caricamento dati. Tentativo {0} di {1}." }, - "TimeCondition": { - "Errors": { - "both": "L'intervallo di tempo di \"inclusione\" o \"esclusione\" non è valido.", - "daysOfWeek": "{0} Assicurarsi di specificare almeno un giorno della settimana.", - "endBeforeStart": "{0} Assicurarsi che la data/ora di inizio sia precedente alla data/ora di fine.", - "exclude": "L'intervallo di tempo di \"esclusione\" non è valido.", - "generic": "{0} Assicurarsi che siano impostati sia i giorni della settimana sia il fuso orario. Se l'opzione \"Tutto il giorno\" non è selezionata, è necessario impostare anche l'ora di inizio e l'ora di fine.", - "include": "L'intervallo di tempo di \"inclusione\" non è valido.", - "timeMissing": "{0} Assicurarsi di specificare l'ora di inizio e di fine.", - "timeZone": "{0} Assicurarsi di specificare un fuso orario.", - "timesAndZone": "{0} Assicurarsi di configurare l'ora di inizio, l'ora di fine e il fuso orario." - } - }, - "UserActions": { - "Included": { - "none": "Nessuna app cloud o azione selezionata", - "plural": "{0} azioni utente incluse", - "singular": "1 azione utente inclusa" - }, - "accessRequirement1": "Livello 1", - "accessRequirement2": "Livello 2", - "accessRequirement3": "Livello 3", - "accessRequirementsLabel": "Accesso ai dati protetti dell'app", - "appsActionsAuthTitle": "App cloud, azioni o contesto di autenticazione", - "appsOrActionsSelectorInfoBallonText": "Applicazioni a cui si è eseguito l'accesso o azioni utente", - "appsOrActionsTitle": "Applicazioni cloud o azioni", - "label": "Azioni utente", - "mainOptionsLabel": "Selezionare a cosa si applicano i criteri", - "registerOrJoinDevices": "Registra o esegui il join dei dispositivi", - "registerSecurityInfo": "Registra le informazioni di sicurezza", - "selectionInfo": "Selezionare l'azione a cui verranno applicati i criteri", - "whatIf": "Azione utente inclusa" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Scegliere i ruoli della directory" @@ -9197,88 +8925,6 @@ }, "learnMore": "Controllare l'accesso in base all'utente a cui verranno applicati i criteri, ad esempio utenti e gruppi, identità dei carichi di lavoro, ruoli della directory o guest esterni." }, - "ValidationResult": { - "blockEveryonePolicy": "La configurazione dei criteri non è supportata. Esaminare le assegnazioni e i controlli.", - "invalidApplicationCondition": "Le applicazioni cloud selezionate non sono valide", - "invalidClientTypesCondition": "Le app client selezionate non sono valide", - "invalidConditions": "Le assegnazioni non sono selezionate", - "invalidControls": "I controlli selezionati non sono validi", - "invalidDevicePlatformsCondition": "Le piattaforme del dispositivo selezionate non sono valide", - "invalidDevicesCondition": "La configurazione del dispositivo non è valida. È probabile che la configurazione di \"{0}\" non sia valida.", - "invalidGrantControlPolicy": "Controllo concessione non valido", - "invalidLocationsCondition": "Le località selezionate non sono valide", - "invalidNetworkAccessSecurityPolicyId": "Il criterio collegato al controllo di rete della sessione non è valido.", - "invalidPolicy": "Le assegnazioni non sono selezionate", - "invalidSessionControlPolicy": "Controllo sessione non valido", - "invalidSignInRisksCondition": "Il rischio di accesso selezionato non è valido", - "invalidUserRisksCondition": "Il rischio utente selezionato non è valido", - "invalidUsersCondition": "Gli utenti selezionati non sono validi", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "I criteri MAM possono essere applicati solo alle piattaforme client Android o iOS.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "I criteri della sessione di accesso alla rete funzionano correttamente solo quando viene assegnato un profilo di traffico di accesso alla rete. Aggiornare la sezione relativa alle risorse di destinazione.", - "notSupportedCombination": "La configurazione dei criteri non è supportata. Altre informazioni sui criteri supportati.", - "pending": "Convalida del criterio", - "requireComplianceEveryonePolicy": "La configurazione dei criteri richiederà la conformità dei dispositivi per tutti gli utenti. Verificare le assegnazioni selezionate.", - "success": "Criterio valido" - }, - "VpnCert": { - "Grid": { - "aria": "Elenco di certificati della VPN" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Per abilitare tutti i livelli di autenticazione, configurare le impostazioni di accesso tra tenant in modo da accettare le attestazioni dai tenant di Azure AD per gli utenti esterni. I livelli di autenticazione configureranno solo l'autenticazione a due fattori per gli utenti esterni.", - "externalUsers": "Per abilitare tutte le complessità dell'autenticazione integrate, configurare le impostazioni di accesso tra tenant per accettare attestazioni provenienti da tenant Azure AD per utenti esterni." - }, - "combinedRegistration": "Per consentire il funzionamento corretto di \"Richiedi complessità dell'autenticazione\", abilitare la registrazione combinata. È consigliabile attivare questa opzione per tutti gli utenti, invece che solo per un gruppo di utenti.", - "compliantDeviceEnabled": "Prestare attenzione a non bloccare l'accesso. Assicurarsi che il dispositivo sia conforme.", - "domainJoinedDeviceEnabled": "Prestare attenzione a non bloccare l'accesso. Assicurarsi che il dispositivo sia aggiunto ad Azure AD ibrido.", - "notAvailableForSP": "Alcuni controlli non sono disponibili a causa della selezione di \"{0}\" nell'assegnazione dei criteri", - "requireAuthOrMfa": "\"{0}\" non può essere usato con \"{1}\"", - "requireMfa": "Provare a testare la nuova anteprima pubblica \"{0}\"", - "requirePasswordChangeEnabled": "È possibile usare \"Richiedi modifica password\" solo quando i criteri vengono assegnati a \"Tutte le app cloud\"" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "I criteri in modalità solo report che richiedono dispositivi conformi potrebbero richiedere agli utenti in macOS, iOS, Android e Linux di selezionare un certificato del dispositivo.", - "excludeDevicePlatforms": "È possibile escludere le piattaforme di dispositivi macOS, iOS, Android e Linux da questo criterio.", - "proceedAnywayDevicePlatforms": "Continuare con la configurazione selezionata. È possibile che gli utenti di macOS, iOS, Android e Linux ricevano prompt quando viene verificata la conformità del dispositivo." - }, - "blockCurrentUserPolicy": "Prestare attenzione a non bloccare l'accesso. È consigliabile applicare un criterio prima di tutto a un set ridotto di utenti per verificare che il comportamento corrisponda a quello previsto. È inoltre consigliabile escludere almeno un amministratore da questo criterio, in modo da assicurare che sia comunque possibile accedere e aggiornare un criterio nel caso in cui fosse necessaria una modifica. Verificare le app e gli utenti interessati.", - "devicePlatformsReportOnlyPolicy": "I criteri in modalità solo report che richiedono dispositivi conformi potrebbero richiedere agli utenti in macOS, iOS e Android di selezionare un certificato del dispositivo.", - "excludeCurrentUserSelection": "Escludere l'utente corrente, {0}, dal criterio.", - "excludeDevicePlatforms": "È possibile escludere le piattaforme di dispositivi macOS, iOS e Android da questo criterio.", - "proceedAnywayDevicePlatforms": "Continuare con la configurazione selezionata. È possibile che gli utenti in macOS, iOS e Android ricevano prompt quando viene verificata la conformità del dispositivo.", - "proceedAnywaySelection": "Sono consapevole del fatto che il mio account sarà interessato dal criterio. Continua." - }, - "ServicePrincipals": { - "blockExchange": "La selezione di Office 365 Exchange Online influirà anche su app quali OneDrive e Teams.​", - "blockPortal": "Prestare attenzione a non bloccare l'accesso. Questi criteri influiscono sul portale di Azure. Prima di continuare, assicurarsi di poter rientrare nel portale.", - "blockPortalWithSession": "Prestare attenzione a non bloccare l'accesso. Questi criteri influiscono sul portale di Azure. Prima di continuare, assicurarsi di poter rientrare nel portale.
              Ignorare questo avviso se è in corso la configurazione di criteri della sessione browser persistente che funzionano correttamente solo se è selezionata l'opzione \"Tutte le app cloud\".", - "blockSharePoint": "La selezione di SharePoint Online influirà anche su app quali Microsoft Teams, Planner, Delve, MyAnalytics e Newsfeed.", - "blockSkype": "La selezione di Skype for Business Online influirà anche su Microsoft Teams.", - "includeOrExclude": "È possibile configurare il filtro dell'app per '{0}' o '{1}', ma non per entrambi.", - "selectAppsNAForSP": "Non è possibile selezionare singole app cloud a causa della selezione di '{0}' nell'assegnazione dei criteri", - "teamsBlocked": "Microsoft Teams sarà interessato anche quando app come SharePoint Online ed Exchange Online sono incluse nei criteri." - }, - "Users": { - "blockAllUsers": "Prestare attenzione a non bloccare l'accesso. Questo criterio interesserà tutti gli utenti. È consigliabile applicare un criterio prima di tutto a un set ridotto di utenti per verificare che il comportamento corrisponda a quello previsto.", - "xtap": " È possibile che la configurazione di \"Richiedi livelli di autenticazione\" nel controllo delle concessioni non sia valida per gli utenti esterni." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Elenco degli attributi sul dispositivo utilizzato durante l'accesso.", - "infoBalloon": "Elenco degli attributi sul dispositivo utilizzato durante l'accesso." - } - }, - "noTenantSelected": "Nessun tenant selezionato", - "selectOrganization": "Seleziona organizzazione", - "tenantIdWithPlaceholder": "ID tenant: {0}", - "tenantSelectionRequired": "Tenant obbligatorio" - }, "advancedTabText": "Avanzate", "allCloudAppsErrorBox": "È necessario selezionare \"Tutte le app cloud\" quando è selezionata la concessione \"Richiedi modifica password\"", "allCloudAppsReauth": "\"Tutte le app cloud\" deve essere selezionato quando sono selezionati il controllo della sessione \"Frequenza di accesso ogni volta\" e la condizione \"Rischio di accesso\"", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 anni", "vpncertDropdownTwoyearOption": "2 anni", "wednesday": "Mercoledì", - "whatIfAppEnforcedControl": "Usa restrizioni imposte dalle app", - "whatIfBladeDescription": "Verifica l'impatto dell'accesso condizionale su un utente quando viene eseguito l'accesso in determinate condizioni.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "I criteri classici non vengono valutati da questo strumento.", - "whatIfClientAppInfo": "App client da cui l'utente esegue l'accesso, ad esempio 'browser'.", "whatIfCountry": "Paese/area geografica", "whatIfCountryInfo": "Paese/area geografica da cui l'utente esegue l'accesso.", "whatIfDevicePlatformInfo": "Piattaforma del dispositivo da cui l'utente esegue l'accesso.", - "whatIfDeviceStateInfo": "Stato del dispositivo da cui l'utente esegue l'accesso", "whatIfEnterIpAddress": "Immettere l'indirizzo IP (ad esempio: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Specificato un indirizzo IP non valido.", - "whatIfEvaResultApplication": "App cloud", - "whatIfEvaResultClientApps": "App client", - "whatIfEvaResultDevicePlatform": "Piattaforma del dispositivo", - "whatIfEvaResultEmptyPolicy": "I criteri sono vuoti", - "whatIfEvaResultInvalidCondition": "La condizione non è valida", - "whatIfEvaResultInvalidPolicy": "I criteri non sono validi", - "whatIfEvaResultLocation": "Località", - "whatIfEvaResultNotEnoughInformation": "Le informazioni non sono sufficienti", - "whatIfEvaResultPolicyNotEnabled": "I criteri non sono abilitati", - "whatIfEvaResultSignInRisk": "Rischio di accesso", - "whatIfEvaResultUsers": "Utenti e gruppi", "whatIfIpAddress": "Indirizzo IP", "whatIfIpAddressInfo": "Indirizzo IP da cui l'utente esegue l'accesso.", "whatIfIpCountryInfoBoxText": "Se si usa un indirizzo IP o un paese/area geografica, entrambi i campi sono obbligatori e devono essere associati correttamente.", - "whatIfPolicyAppliesTab": "Criteri applicabili", - "whatIfPolicyAppliesTabWithCount": "Criteri applicabili ({0})", - "whatIfPolicyDoesNotApplyTab": "Criteri non applicabili", - "whatIfPolicyDoesNotApplyTabWithCount": "Criteri non applicabili ({0})", - "whatIfReasons": "Motivo della non applicabilità dei criteri", - "whatIfSelectClientApp": "Selezionare un'app client...", "whatIfSelectCountry": "Selezionare un paese/area geografica...", "whatIfSelectDevicePlatform": "Seleziona piattaforma dispositivo...", "whatIfSelectPrivateLink": "Selezionare collegamento privato...", - "whatIfSelectServicePrincipalRisk": "Seleziona il rischio principale del servizio...", "whatIfSelectSignInRisk": "Seleziona rischio di accesso...", - "whatIfSelectType": "Selezionare il tipo di identità", - "whatIfSelectUserRisk": "Selezionare il rischio utente...", - "whatIfServicePrincipalRiskInfo": "Il livello di rischio associato all'accesso principale", "whatIfSignInRisk": "Rischio di accesso", "whatIfSignInRiskInfo": "Livello di rischio associato all'accesso", "whatIfUnknownAreas": "Aree sconosciute", - "whatIfUserPickerLabel": "Utente selezionato", - "whatIfUserPickerNoRowsLabel": "Nessun utente o entità servizio selezionati", - "whatIfUserRiskInfo": "Livello di rischio associato all'utente", - "whatIfUserSelectorInfo": "Utente nella directory da testare", "windows365InfoBox": "La selezione di Windows 365 influirà sulle connessioni ai Cloud PC e agli host di sessione di Desktop virtuale Azure. Fare clic qui per altre informazioni.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Per modificare questo criterio, è necessaria una licenza Premium P1 o P2 delle identità del carico di lavoro.", "workloadIdentity": "Identità del carico di lavoro" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filtro", - "assignmentFilterTypeColumnHeader": "Modalità filtro", - "assignmentToast": "Notifiche per l'utente finale", - "assignmentTypeTableHeader": "TIPO DI ASSEGNAZIONE", - "deadlineTimeColumnLabel": "Scadenza installazione", - "deliveryOptimizationPriorityHeader": "Priorità di ottimizzazione recapito", - "groupTableHeader": "Gruppo", - "installContextLabel": "Contesto di installazione", - "isRemovable": "Installa come rimovibile", - "licenseTypeLabel": "Tipo di licenza", - "modeTableHeader": "Modalità gruppo", - "policySet": "Set di criteri", - "preventAutoAppUpdate": "Impedisci aggiornamenti automatici delle app", - "preventManagedAppBackup": "Impedire il backup dell'app iCloud", - "restartGracePeriodHeader": "Periodo di tolleranza per il riavvio", - "startTimeColumnLabel": "Disponibilità", - "tracks": "Tracce", - "uninstallOnRemoval": "Disinstalla alla rimozione del dispositivo", - "updateMode": "Priorità di aggiornamento", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "App Web AAD", - "androidEnterpriseSystemApp": "App del sistema Android Enterprise", - "androidForWorkApp": "App di Google Play Store gestito", - "androidLobApp": "App line-of-business Android", - "androidStoreApp": "Android store app", - "builtInAndroid": "App Android predefinita", - "builtInApp": "App predefinita", - "builtInIos": "App iOS predefinita", - "iosIPadOSWebClip": "Clip Web iOS/iPadOS", - "iosLobApp": "App line-of-business iOS", - "iosStoreApp": "App Store iOS", - "iosVppApp": "App Volume Purchase Program iOS", - "lineOfBusinessApp": "App line-of-business", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "App line-of-business macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "Famiglia di prodotti Office per macOS", - "macOsVppApp": "App Volume Purchase Program macOS", - "managedAndroidLobApp": "App line-of-business Android gestita", - "managedAndroidStoreApp": "App di Android Store gestita", - "managedGooglePlayApp": "App di Google Play Store gestito", - "managedGooglePlayPrivateApp": "App privata di Google Play gestito", - "managedGooglePlayWebApp": "Collegamento Web di Google Play gestito", - "managedIosLobApp": "App line-of-business iOS gestita", - "managedIosStoreApp": "App dello Store iOS gestita", - "microsoftStoreForBusinessApp": "App di Microsoft Store per le aziende", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store per le aziende", - "officeAddIn": "Componente aggiuntivo per Office", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 e versioni successive)", - "sharePointApp": "App SharePoint", - "teamsApp": "App Teams", - "webApp": "Collegamento Web", - "winGetPublicApp": "Repository della community di Gestione pacchetti Windows", - "winGetStoreApp": "App Microsoft Store (novità)", - "windowsAppXLobApp": "App line-of-business AppX per Windows", - "windowsClassicApp": "App Windows (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 e versioni successive)", - "windowsMobileMsiLobApp": "App line-of-business di Windows MSI", - "windowsPhone81AppXBundleLobApp": "App line-of-business AppX per Windows Phone 8.1", - "windowsPhone81AppXLobApp": "App line-of-business AppX per Windows Phone 8.1", - "windowsPhone81StoreApp": "App dello Store per Windows Phone 8.1", - "windowsPhoneXapLobApp": "App line-of-business XAP per Windows Phone", - "windowsStoreApp": "App Microsoft Store (legacy)", - "windowsUniversalAppXLobApp": "App line-of-business AppX universale per Windows", - "windowsUniversalLobApp": "App line-of-business universale di Windows", - "windowsWebApp": "Link Web Windows" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Escluso", - "include": "Incluso", - "includeAllDevicesVirtualGroup": "Incluso", - "includeAllUsersVirtualGroup": "Incluso" - }, - "AssignmentToast": { - "hideAll": "Nascondi tutte le notifiche di tipo avviso popup", - "showAll": "Mostra tutte le notifiche di tipo avviso popup", - "showReboot": "Mostra le notifiche di tipo avviso popup per i riavvii dei computer" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Background", - "displayText": "Download del contenuto in {0}", - "foreground": "Primo piano", - "header": "Priorità di ottimizzazione recapito" - }, - "DeviceRestartBehaviorOptions": { - "allow": "L'installazione dell'app può forzare il riavvio del dispositivo", - "basedOnReturnCode": "Determinare il comportamento in base ai codici restituiti", - "force": "Intune forzerà il riavvio obbligatorio del dispositivo", - "suppress": "Nessuna azione specifica" - }, - "FilterType": { - "exclude": "Escludi", - "include": "Includi", - "none": "Nessuno" - }, - "InstallIntent": { - "available": "Disponibile per i dispositivi registrati", - "availableWithoutEnrollment": "Disponibile con o senza registrazione", - "notApplicable": "Non applicabile", - "required": "Obbligatorio", - "uninstall": "Disinstalla" - }, - "SettingType": { - "assignmentType": "Tipo di assegnazione", - "deviceLicensing": "Tipo di licenza", - "installContext": "Disinstalla alla rimozione del dispositivo", - "toastSettings": "Notifiche per l'utente finale", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Predefinito", - "postponed": "Posticipata", - "priority": "Priorità alta" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configurare i dispositivi per il provisioning iniziale e assegnarli agli utenti.", - "title": "Preparazione del dispositivo" - }, - "EnrollmentSettings": { - "description": "Configurare le impostazioni di registrazione, ad esempio il blocco della registrazione e l'assegnazione agli utenti.", - "title": "Impostazioni di registrazione" - }, - "coManagementAuthorityDesc": "Consente di configurare le impostazioni di co-gestione per l'integrazione di Configuration Manager", - "coManagementAuthorityTitle": "Impostazioni di co-gestione ", - "deploymentProfiles": "Profili di distribuzione di Windows AutoPilot", - "description": "Informazioni sui sette modi diversi in cui utenti o amministratori possono registrare in Intune un computer Windows 10/11.", - "descriptionLabel": "Metodi di registrazione di Windows", - "enrollmentStatusPage": "Pagina relativa allo stato della registrazione" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "L'installazione dell'app può forzare il riavvio del dispositivo", - "basedOnReturnCode": "Determinare il comportamento in base ai codici restituiti", - "force": "Intune forzerà il riavvio obbligatorio del dispositivo", - "suppress": "Nessuna azione specifica" - }, - "RunAsAccountOptions": { - "system": "Sistema", - "user": "Utente" - }, - "availableUninstall": "Consenti disinstallazione disponibile", - "availableUninstallTooltip": "Selezionare 'Sì' per specificare l'opzione di disinstallazione per questa app per gli utenti dal Portale aziendale. Selezionare 'No' per impedire agli utenti di disinstallare l'app dal Portale aziendale.", - "bladeTitle": "Programma", - "deviceRestartBehavior": "Comportamento riavvio dispositivo", - "deviceRestartBehaviorTooltip": "Selezionare il comportamento di riavvio del dispositivo dopo la corretta installazione dell'app. Selezionare 'Determina il comportamento in base ai codici restituiti' per riavviare il dispositivo in base alle impostazioni di configurazione dei codici restituiti. Selezionare 'Nessuna azione specifica' per eliminare i riavvii del dispositivo durante l'installazione dell'app per le app basate su MSI. Selezionare 'L'installazione dell'app può forzare il riavvio del dispositivo' per consentire il completamento dell'installazione dell'app senza eliminare i riavvii. Selezionare 'Intune forzerà il riavvio obbligatorio del dispositivo' per riavviare sempre il dispositivo dopo la corretta installazione dell'app.", - "header": "Specificare i comandi per l'installazione e la disinstallazione di questa app:", - "installCommand": "Comando di installazione", - "installCommandMaxLengthErrorMessage": "Il comando di installazione non può superare la lunghezza massima consentita di 1024 caratteri.", - "installCommandTooltip": "Riga di comando di installazione completa usata per installare questa app.", - "runAs32Bit": "Esegui i comandi di installazione e disinstallazione in un processo a 32 bit nei client a 64 bit", - "runAs32BitTooltip": "Selezionare 'Sì' per installare e disinstallare l'app in un processo a 32 bit nei client a 64 bit. Selezionare 'No' (impostazione predefinita) per installare e disinstallare l'app in un processo a 64 bit nei client a 64 bit. I client a 32 bit useranno sempre un processo a 32 bit.", - "runAsAccount": "Comportamento di installazione", - "runAsAccountTooltip": "Selezionare 'Sistema' per installare l'app per tutti gli utenti, se questa opzione è supportata. Selezionare 'Utente' per installare l'app per l'utente connesso al dispositivo. Per le app MSI con doppio scopo, le modifiche impediranno il completamento di aggiornamenti e disinstallazioni fino al ripristino del valore applicato al dispositivo al momento dell'installazione originale.", - "selectorLabel": "Programma", - "uninstallCommand": "Comando di disinstallazione", - "uninstallCommandTooltip": "Riga di comando di disinstallazione completa usata per disinstallare questa app." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Usare queste impostazioni per rimanere aggiornati su quali utenti installano app non approvate per l'uso nell'azienda. Selezionare il tipo di elenco di app con restrizioni:

              \r\n App non consentite: elenco di app per cui si vogliono ricevere informazioni in caso di installazione da parte degli utenti.
              \r\n App approvate: elenco di app approvate per l'uso nell'azienda. Si verrà informati quando gli utenti installano un'app non inclusa in questo elenco.
              \r\n ", - "androidZebraMxZebraMx": "Consente di configurare i dispositivi Zebra caricando un profilo MX in formato XML.", - "iosDeviceFeaturesAirprint": "Usare queste impostazioni per configurare i dispositivi iOS in modo che si connettano automaticamente a stampanti compatibili con AirPrint in rete. Saranno necessari l'indirizzo IP e il percorso delle risorse delle stampanti.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Consente di configurare un'estensione dell'app che abilita l'accesso Single Sign-On per dispositivi che eseguono iOS 13.0 o versioni successive.", - "iosDeviceFeaturesHomeScreenLayout": "Configurare il layout per le schermate di ancoraggio e iniziali nei dispositivi iOS. È possibile che per alcuni dispositivi siano previsti limiti relativi al numero di elementi visualizzabili.", - "iosDeviceFeaturesIOSWallpaper": "Consente di visualizzare un'immagine che verrà mostrata nella schermata iniziale e/o nella schermata di blocco dei dispositivi iOS.\r\n Per visualizzare un'immagine univoca in ogni posizione, creare un profilo con l'immagine della schermata di blocco e un profilo con l'immagine della schermata iniziale.\r\n Assegnare quindi entrambi i profili agli utenti.\r\n
              \r\n
                \r\n
              • Dimensioni massime file: 750 KB
              • \r\n
              • Tipo di file: PNG, JPG o JPEG
              • \r\n
              \r\n ", - "iosDeviceFeaturesNotifications": "Specificare le impostazioni di notifica per le app. Supporta iOS 9.3 e versioni successive.", - "iosDeviceFeaturesSharedDevice": "Consente di specificare il testo facoltativo visualizzato nella schermata di blocco. Questa opzione è supportata in iOS 9.3 e versioni successive. Altre informazioni", - "iosGeneralApplicationRestrictions": "Usare queste impostazioni per rimanere aggiornati su quali utenti installano app non approvate per l'uso nell'azienda. Selezionare il tipo di elenco di app con restrizioni:

              \r\n App non consentite: elenco di app per cui si vogliono ricevere informazioni in caso di installazione da parte degli utenti.
              \r\n App approvate: elenco di app approvate per l'uso nell'azienda. Si verrà informati quando gli utenti installano un'app non inclusa in questo elenco.
              \r\n ", - "iosGeneralApplicationVisibility": "Usare l'elenco di app visibili per specificare le app iOS che un utente è autorizzato a visualizzare o avviare. Usare l'elenco di app nascoste per specificare le app iOS che un utente non è autorizzato a visualizzare o avviare.", - "iosGeneralAutonomousSingleAppMode": "Le app aggiunte a questo elenco e assegnate a un dispositivo possono bloccare il dispositivo, in modo che esegua solo l'app specifica dopo l'avvio oppure bloccarlo mentre è in esecuzione un'azione specifica, ad esempio un test. Al termine dell'azione o dopo la rimozione della restrizione, viene ripristinato lo stato normale del dispositivo.", - "iosGeneralKiosk": "La modalità tutto schermo blocca diverse impostazioni in un dispositivo oppure specifica una singola app che può essere eseguita in un dispositivo. Questa opzione può essere utile in ambienti quali un punto vendita al dettaglio in cui si vuole che il dispositivo esegua solo una singola app demo.", - "macDeviceFeaturesAirprint": "Usare queste impostazioni per configurare i dispositivi macOS per connettersi automaticamente alle stampanti compatibili con AirPrint disponibili nella rete. Sarà necessario specificare l'indirizzo IP e il percorso delle risorse delle stampanti.", - "macDeviceFeaturesAssociatedDomains": "È possibile configurare i domini associati per la condivisione di dati e credenziali di accesso tra le app e i siti Web dell'organizzazione. Questo profilo può essere applicato a dispositivi che eseguono macOS 10.15 o versioni successive.", - "macDeviceFeaturesExtensibleSingleSignOn": "Consente di configurare un'estensione dell'app che abilita l'accesso Single Sign-On per dispositivi che eseguono macOS 10.15 o versioni successive.", - "macDeviceFeaturesLoginItems": "Scegliere le app, i file e le cartelle da aprire quando gli utenti accedono ai propri dispositivi. Se non si vuole che gli utenti modifichino la modalità di apertura delle app selezionate, è possibile nascondere le app dalla configurazione utente.", - "macDeviceFeaturesLoginWindow": "È possibile configurare l'aspetto della schermata di accesso di macOS e le funzioni disponibili per gli utenti prima e dopo l'accesso.", - "macExtensionsKernelExtensions": "Usare queste impostazioni per configurare i criteri di estensione del kernel in dispositivi macOS che eseguono la versione 10.13.2 o successiva.", - "macGeneralDomains": "I messaggi di posta elettronica inviati o ricevuti dall'utente che non corrispondono ai domini specificati qui verranno contrassegnati come non attendibili.", - "windows10EndpointProtectionApplicationGuard": "Quando si usa Microsoft Edge, Microsoft Defender Application Guard protegge l'ambiente dai siti non definiti come attendibili dall'organizzazione. Quando gli utenti visitano siti non elencati nei limiti della rete isolata, tali siti verranno aperti in una sessione del browser virtuale in Hyper-V. I siti attendibili vengono definiti da un limite di rete, che può essere configurato in Configurazioni dei dispositivi. Si noti che questa funzionalità è disponibile solo per i dispositivi Windows 10 a 64 bit o versioni successive.", - "windows10EndpointProtectionCredentialGuard": "L'abilitazione di Credential Guard abiliterà le impostazioni necessarie seguenti:\r\n
              \r\n
                \r\n
              • Abilita la sicurezza basata su virtualizzazione: attiva la sicurezza basata su virtualizzazione al riavvio successivo. La sicurezza basata su virtualizzazione usa Windows Hypervisor per offrire il supporto per i servizi di sicurezza.
              • \r\n
                \r\n
              • Avvio protetto con accesso diretto alla memoria: attiva la sicurezza basata su virtualizzazione con l'avvio protetto e l'accesso diretto alla memoria.
              • \r\n
              \r\n ", - "windows10EndpointProtectionDeviceGuard": "Scegliere altre app che devono essere controllate o possono essere ritenute attendibili per l'esecuzione da parte di Controllo di applicazioni di Microsoft Defender. I componenti Windows e tutte le app di Windows Store sono ritenuti automaticamente attendibili per l'esecuzione.

              \r\n Le applicazioni non verranno bloccate se sono in esecuzione in modalità \"Solo controllo\". La modalità \"Solo controllo\" registra tutti gli eventi nei log locali dei client.\r\n", - "windows10GeneralPrivacyPerApp": "Aggiungere le app che devono avere un comportamento diverso a livello di privacy rispetto a quanto definito in \"Privacy predefinita\".", - "windows10NetworkBoundaryNetworkBoundary": "Il limite di rete è l'elenco di risorse aziendali, ad esempio il dominio ospitato sul cloud e gli intervalli di indirizzi IP per i computer inclusi nella rete aziendale. Definire i limiti di rete per applicare criteri per la protezione dei dati disponibili in tali posizioni.", - "windowsHealthMonitoring": "Configurare i criteri di monitoraggio dello stato di Windows.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone può impedire agli utenti di installare o avviare le app specificate nell'elenco di app non consentite oppure le app non specificate nell'elenco di app approvate. Tutte le app gestite devono essere aggiunte all'elenco di app approvate." - }, - "Inputs": { - "accountDomain": "Dominio dell'account", - "accountDomainHint": "Ad esempio, contosodomain", - "accountDomainInfoBalloon": "Specificare il dominio dell'account dell'utente.", - "accountTypeInfoBalloon": "Specificare il tipo di account da configurare in base al modello di autenticazione", - "allowContactSetting": "Consenti all'utente di modificare l'impostazione relativa al contatto", - "allowContactSyncInfoBalloon": "Specificare se l'utente è autorizzato a modificare l'impostazione di sincronizzazione relativa al contatto", - "allowUserChange": "Consenti all'utente di cambiare impostazione", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Immettere un nome di pacchetto simile a com.microsoft.word", - "androidUrlValidation": "Immettere un URL valido simile a https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Contesto di installazione dell'app", - "appUrlLabel": "URL di App Store", - "appleUrlValidation": "Immettere un URL valido simile a https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Tipo di dispositivo applicabile", - "assignmentActionLabel": "Modalità", - "authenticationMethodInfoBalloon": "Specificare il metodo di autenticazione per l'utente", - "authenticationMetod": "Metodo di autenticazione", - "authenticationType": "Tipo di autenticazione", - "authenticationTypeInfoBalloon": "Specificare il tipo di autenticazione per l'utente", - "availableLicenseCount": "Licenze disponibili", - "basicAuth": "Autenticazione di base", - "biometricsInfoBalloon": "Le funzionalità di biometria, ad esempio TouchID o FaceID, possono essere obbligatorie per l'accesso degli utenti al proprio dispositivo. Quando sono obbligatorie, le funzionalità di biometria vengono usate in aggiunta al metodo di autenticazione selezionato in questo profilo. Questa impostazione non deve essere abilitata quando sono distribuiti i Criteri di protezione delle app di Intune, perché i criteri di protezione delle app includono requisiti di accesso prima dell'accesso ai dati gestiti. L'abilitazione di entrambe le opzioni provocherà la visualizzazione di più richieste di accesso per l'accesso a Outlook Mobile. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è Off. ", - "bookNameLabel": "Nome del libro", - "bundleDescriptionHint": "Immettere una descrizione che illustra le app incluse.", - "calendar": "Calendario", - "categoryLabel": "Categoria", - "categoryNameLabel": "Nome predefinito", - "certProfileType": "Tipo di profilo di certificato", - "certificate": "Certificato", - "certificates": "Certificati", - "commandLineLabel": "Argomenti della riga di comando", - "commandLineSizeHint": "La lunghezza massima del testo degli argomenti della riga di comando è di 1024 caratteri", - "configurationSettingsFormatLabel": "Formato delle impostazioni di configurazione", - "configurationSettingsLabel": "Formato delle impostazioni", - "contactSync": "Salva i contatti", - "contactSyncInfoBalloon": "Il salvataggio dei contatti nella rubrica nativa del dispositivo mobile consente il collegamento di nuove chiamate e SMS con i contatti di Outlook esistenti dell'utente. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è Off.", - "contacts": "Contatti", - "createdDateTime": "Ora di creazione", - "defaultCategoryHint": "Non è possibile modificare le categorie predefinite", - "deploySMimeCertsFromIntune": "Distribuisci certificati S/MIME da Intune", - "descriptionGenericLabel": "Descrizione", - "descriptionHint": "Immettere una descrizione...", - "descriptionLabel": "Descrizione", - "descriptionSizeHint": "La lunghezza della descrizione non deve superare i 10.000 caratteri", - "developerLabel": "Developer", - "developerSizeHint": "La lunghezza massima del nome dello sviluppatore è di 256 caratteri.", - "disable": "Disabilita", - "disabled": "Disabilitata", - "displayNameLabel": "Nome", - "displayVersionHint": "Immettere la versione dell'app", - "displayVersionLabel": "Versione dell'app", - "displayVersionLengthCheck": "La lunghezza della versione visualizzata deve essere un massimo di 130 caratteri", - "eBookCategoryNameLabel": "Nome predefinito", - "emailAccount": "Nome dell'account di posta elettronica", - "emailAccountHint": "Ad esempio posta elettronica aziendale", - "emailAccountInfoBalloon": "Specificare il nome visualizzato per l'account di posta elettronica che verrà mostrato agli utenti nei rispettivi dispositivi", - "emailAddressAttribute": "Attributo indirizzo di posta elettronica da AAD", - "emailAddressInfoBalloon": "Specificare l'indirizzo di posta elettronica da usare per inviare e ricevere messaggi", - "emailServer": "Server di posta elettronica", - "emailServerHint": "Ad esempio, mail.contoso.com", - "emailServerInfoBalloon": "Specificare il nome host del server Exchange", - "enable": "Abilita", - "enableSMime": "Abilita S/MIME", - "enabled": "Attivato", - "encryptAllEmails": "Crittografa tutti i messaggi di posta elettronica", - "encryptionCertificates": "Certificati di crittografia", - "endUserNotifications": "Notifiche per l'utente finale", - "enrollmentTypeLabel": "Tipo di registrazione del dispositivo", - "externalRecipients": "Avviso messaggio per destinatari esterni", - "externalRecipientsInfoBalloon": "L'Avviso messaggio per destinatari esterni viene visualizzato se il mittente aggiunge un destinatario esterno o se aggiunge un gruppo di distribuzione che include destinatari esterni. Questo avviso messaggio segnala ai mittenti se il messaggio che stanno scrivendo uscirà dall'organizzazione, aiutandoli a prendere le decisioni appropriate a livello di formulazione, tono e contenuto. Disponibile solo per account Exchange Online e account locali che sfruttano i vantaggi dell'autenticazione moderna ibrida. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è On.", - "focusedInbox": "Posta in arrivo evidenziata", - "focusedInboxInfoBalloon": "Posta in arrivo evidenziata separa la cartella della posta in arrivo in due schede: Evidenziata e Altra. I messaggi di posta elettronica più importanti si trovano nella scheda Evidenziata, mentre gli altri messaggi rimangono facilmente accessibili, ma non visualizzati, nella scheda Altra. Se questa opzione non viene configurata, l'impostazione predefinita per l'app è Off. ", - "gmailNineAmountOfEmail": "Numero di messaggi di posta elettronica da sincronizzare", - "gmailNineAuthenticationMethodInfoBalloon": "Selezionare la modalità di autenticazione degli utenti al server di posta elettronica. Usare i certificati per fornire agli utenti finali l'esperienza più facile e sicura. L'autenticazione basata su certificati non è ancora disponibile perché i profili dei certificati SCEP e PKCS per i dispositivi dei proprietari di dispositivi non sono ancora disponibili.", - "gmailNineCertificateUPNInfoBalloon": "Il certificato deve includere un nome dell'entità utente come nome alternativo del soggetto.", - "gmailNineEmailAddressInfoBalloon": "Attributo che Intune ottiene da Azure AD per la generazione dinamica dell'indirizzo di posta elettronica che verrà usato da questo profilo, ad esempio Nome@contoso.com (UPN). Altre informazioni sugli attributi di AAD per i profili di posta elettronica.", - "gmailNineEmailServerInfoBalloon": "Posizione di Exchange (URL) del server di posta elettronica a cui l'app specificata si connette per ottenere i messaggi.", - "gmailNineEmailSynchronizeInfoBalloon": "Consente di controllare la quantità di posta elettronica che verrà sincronizzata dal client.", - "gmailNineSSLInfoBalloon": "Abilitare SSL per proteggere tutte le comunicazioni con il server di posta elettronica.", - "gmailNineUsernameInfoBalloon": "Attributo che Intune ottiene da Azure AD per la generazione dinamica del nome utente che verrà usato dal profilo, ad esempio Nome@contoso.com (UPN) o Nome (nome utente). Altre informazioni sugli attributi di AAD per i profili di posta elettronica.", - "ignoreVersionDetection": "Ignora la versione dell'app", - "informationUrlLabel": "URL di informazioni", - "informationUrlSizeHint": "La lunghezza massima dell’URL delle informazioni è di 1024 caratteri.", - "installAsManaged": "Installa come gestita", - "installationSourceLabel": "Tipo di app", - "installerTypeInfoBalloon": "Tipo di programma di installazione del pacchetto dell'applicazione.", - "installerTypeLabel": "Tipo di programma di installazione", - "isFeatured": "Mostra l'app come app in primo piano nel Portale aziendale", - "isMAMEnabledToggleLabel": "Sì", - "lastModifiedDateTime": "Ora dell'ultimo aggiornamento", - "ldapUrl": "URL LDAP", - "licensingType": "Supporta l'assegnazione di contesto di dispositivo", - "microsoft": "Microsoft", - "minimumOperationSystem": "Sistema operativo minimo", - "modernAuth": "Autenticazione moderna", - "nameHint": "Immettere un nome", - "nameLabel": "Nome", - "nameSizeHint": "La lunghezza massima del nome è di 512 caratteri.", - "notConfigured": "Non configurato", - "notesLabel": "Note", - "notesSizeHint": "La lunghezza massima del testo delle note è di 1024 caratteri.", - "notificationType": "Tipo di notifica", - "oneDay": "Un giorno", - "oneMonth": "Un mese", - "oneWeek": "Una settimana", - "outlookSMimeSettings": "Impostazioni di S/MIME per Outlook", - "ownerLabel": "Proprietario", - "ownerSizeHint": "La lunghezza massima del nome del proprietario è di 256 caratteri.", - "packageIdLabel": "Identificatore pacchetto", - "packageNameLabel": "Nome del pacchetto", - "pivCredentialNotConfigured": "Non è stato selezionato alcun emittente delle credenziali derivate per il tenant. Sarà necessario configurarne uno per potere applicare questo criterio ai dispositivi.", - "platformLabel": "Piattaforma", - "policyDescriptionLabel": "Descrizione", - "policyNameLabel": "Nome", - "primarySMTPAddress": "Indirizzo SMTP primario", - "privacyUrlLabel": "URL privacy", - "publisherHint": "Immettere il nome di un server di pubblicazione", - "publisherLabel": "Server di pubblicazione", - "publisherSizeHint": "La lunghezza del nome dell'entità di pubblicazione deve essere compresa tra 2 e 1024 caratteri (inclusi)", - "require": "Rendi obbligatorio", - "requireBiometrics": "Rendi obbligatori i dati biometrici per l'accesso all'app", - "sAMAccountName": "Nome account SAM", - "scopeTagsRequired": "È necessario almeno un tag di ambito", - "searchAppLabel": "Selezionare l'app", - "searchAppLinkText": "Cerca in App Store", - "searchWinGetPublicRepositoryLinkText": "Cerca nel repository della community Gestione pacchetti Windows", - "searchWinGetStoreRepositoryLinkText": "Cerca nell'app Microsoft Store (novità)", - "selectAAD": "Selezionare un attributo di AAD", - "selectAppFileLabel": "Seleziona file", - "selectAppFileLinkText": "Selezionare il file del pacchetto di app", - "selectAppFileToUpdateLabel": "Selezionare il file da aggiornare", - "selectAuthMethod": "Selezionare un metodo di autenticazione", - "selectAuthType": "Selezionare un tipo di autenticazione", - "selectCertificate": "Selezionare un certificato", - "signAllEmails": "Firma tutti i messaggi di posta elettronica", - "signingCertificates": "Certificati di firma", - "ssl": "SSL", - "suiteDescriptionLabel": "Descrizione della suite", - "suiteNameLabel": "Nome della suite", - "tasks": "Attività", - "threeDays": "Tre giorni", - "totalLicenseCount": "Totale licenze", - "twoWeeks": "Due settimane", - "unifiedAssignmentsLabel": "Assegna a:", - "unlimited": "Senza limiti", - "urlHint": "Immettere un URL valido", - "useManagedBrowserHint": "Solo Android e iOS. Altre informazioni", - "useManagedBrowserLabel": "Richiedi un browser gestito per l'apertura del collegamento", - "userPrinicipalName": "Nome entità utente", - "username": "Nome utente", - "usernameAttribute": "Attributo nome utente da AAD", - "usernameAttributreInfoBalloon": "Specificare il nome dell'entità utente per il profilo di posta elettronica che verrà usato per l'autenticazione dell'account", - "usernamePassword": "Nome utente e password", - "webAppUrlHint": "Immettere un URL valido che inizia con http:// o https://", - "webAppUrlLabel": "URL app", - "webAppUrlSizeHint": "La lunghezza massima dell’URL app è di 1024 caratteri.", - "windowsUrlValidation": "Immettere un URL valido simile a https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "Dati XML immessi", - "xmlFormatInvalid": "Il formato del criterio XML non è valido.", - "xmlTooLarge": "Le dimensioni dell'input devono essere inferiori a 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Non supportato", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "La creazione di criteri di aggiornamento qualitativo richiede licenze specifiche.", "warningBoxText": "Benché l'accelerazione degli aggiornamenti software possa contribuire alla riduzione del tempo richiesto per ottenere la conformità, quando necessario, ha un impatto più ampio sulla produttività degli utenti finali. La probabilità che venga eseguito un riavvio forzato durante l'orario di ufficio viene incrementata significativamente." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
              For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
              Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
              \n
                \n
              • This setting works correctly when \"All cloud apps\" are selected
              • \n
              • This does not affect token lifetimes or the sign-in frequency setting.
              • \n
              • This will override the \"Show option to stay signed in\" policy in Company Branding.
              • \n
              • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
              • \n
              • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
              • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Impostazioni di configurazione di Microsoft Edge", "edgeWindowsDataProtectionSettings": "Impostazioni di protezione dei dati di Microsoft Edge (Windows) - Anteprima", @@ -10783,7 +11566,10 @@ "Column": { "author": "Autore", "template": "Nome modello" - } + }, + "Row": { + "ariaLabel": "riga {0} di {1} colonna {2}" + } }, "SettingsCatalog": { "subtitle": "Iniziare da zero e selezionare le impostazioni da usare dalla libreria di impostazioni disponibili", @@ -11593,6 +12379,7 @@ "gettingStarted": "Riquadro attività iniziale", "messages": "Messaggi", "onlineResources": "Risorse in linea", + "policyHealth": "Integrità criteri", "releaseManagement": "Release Management", "serviceRequests": "Richieste del servizio", "settings": "Impostazioni", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender per endpoint", "allApps": "Tutte le app", "allDevices": "Tutti i dispositivi", - "androidFotaDeployments": "Distribuzioni Android FOTA", + "androidFotaDeployments": "Distribuzioni Android FOTA (anteprima)", "appBundles": "Bundle dell'app", "appCategories": "Categorie di app", "appConfigPolicies": "Criteri di configurazione dell'app", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Autorizzazioni assegnate", "assignedRoles": "Ruoli assegnati", "autopilotDeploymentReport": "Distribuzioni di Autopilot (anteprima)", + "autopilotDeploymentReportV2": "Distribuzioni Autopilot 2.0 (anteprima)", "brandingAndCustomization": "Personalizzazione", "cartProfiles": "Profili del carrello", "certificateConnectors": "Connettori di certificati", "chromeEnterprise": "Chrome Enterprise (anteprima)", "cloudAttachedDevices": "Dispositivi collegati al cloud (anteprima)", + "cloudPcActions": "Azioni di Cloud PC (anteprima)", + "cloudPcMaintenanceWindows": "Finestre di manutenzione di Cloud PC (anteprima)", "compliancePolicies": "Criteri di conformità", "complianceScriptManagement": "Script", "complianceScriptManagementPreview": "Script (anteprima)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Restrizioni registrazione", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Connettori di servizi Exchange", - "failuresForDriverUpdates": "Errori di aggiornamento del driver Windows (anteprima)", + "failuresForDriverUpdates": "Errori di aggiornamento del driver Windows", "failuresForFeatureUpdates": "Errori di aggiornamento delle funzionalità", "failuresForQualityUpdates": "Errori di aggiornamento urgente di Windows", "featureFlighting": "Distribuzione di versioni di anteprima delle funzionalità", "featureUpdateDeployments": "Aggiornamenti delle funzionalità per Windows 10 e versioni successive", "flighting": "Distribuzione di versioni di anteprima", - "fotaUpdate": "Aggiornamento firmware in modalità over-the-air", + "fotaUpdate": "Aggiornamento firmware in modalità over-the-air (anteprima)", "groupPolicy": "Modelli amministrativi", "groupPolicyAnalytics": "Analisi dei criteri di gruppo", "helpSupport": "Guida e supporto tecnico", @@ -11717,12 +12507,12 @@ "user": "Utente", "userExecutionStatus": "Stato dell'utente", "wdacSupplementalPolicies": "Criteri supplementari per la modalità S", - "windows10DriverUpdate": "Aggiornamenti dei driver per Windows 10 e versioni successive (anteprima)", + "windows10DriverUpdate": "Aggiornamenti del driver per Windows 10 e versioni successive", "windows10QualityUpdate": "Aggiornamenti qualitativi per Windows 10 e versioni successive", "windows10UpdateRings": "Anelli di aggiornamento per Windows 10 e versioni successive", "windows10XPolicyFailures": "Errori dei criteri di Windows 10X", "windows365Connector": "Connettore Windows 365 Citrix", - "windows365ConnectorPublicPreview": "Connettore Citrix di Windows 365 (anteprima)", + "windows365PartnerConnector": "Connettori partner di Windows 365", "windowsDiagnosticData": "Dati di Windows", "windowsEnterpriseCertificate": "Certificato Windows Enterprise", "windowsManagement": "Script di PowerShell", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Periodo di tolleranza per il riavvio del dispositivo", "summaryTitle": "Esperienza dell'utente finale" }, - "EnrollmentType": { - "devicesWithEnrollment": "Dispositivi gestiti", - "devicesWithoutEnrollment": "App gestite" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "File o cartella come requisito selezionato.", + "pathToolTip": "Percorso completo del file o della cartella da rilevare.", + "property": "Proprietà", + "valueToolTip": "Selezionare un valore per il requisito corrispondente al metodo di rilevamento selezionato. I requisiti relativi a data e ora devono essere immessi nel formato locale." + }, + "GridColumns": { + "pathOrScript": "Percorso/Script", + "type": "Tipo" + }, + "Registry": { + "keyPath": "Percorso della chiave", + "keyPathTooltip": "Percorso completo della voce del Registro di sistema contenente il valore come requisito.", + "operator": "Operator", + "operatorTooltip": "Selezionare l'operatore per il confronto.", + "registryRequirement": "Requisito relativo alla chiave del Registro di sistema", + "registryRequirementTooltip": "Selezionare il confronto per il requisito relativo alla chiave del Registro di sistema.", + "valueName": "Nome valore", + "valueNameTooltip": "Nome del valore del Registro di sistema obbligatorio." + }, + "RequirementTypeOptions": { + "fileType": "File", + "registry": "Registro", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Booleano", + "dateTime": "Data e ora", + "float": "Virgola mobile", + "integer": "Numero intero", + "string": "Stringa", + "version": "Versione" + }, + "duplicateName": "Il nome {0} per lo script è già stato usato. Immettere un nome diverso.", + "enforceSignatureCheck": "Imponi il controllo della firma degli script", + "enforceSignatureCheckTooltip": "Selezionare 'Sì' per verificare che lo script sia firmato da un'entità di pubblicazione attendibile, in modo da consentire l'esecuzione dello script senza la visualizzazione di avvisi o richieste. Lo script verrà eseguito senza essere bloccato. Selezionare 'No' (impostazione predefinita) per eseguire lo script con la conferma dell'utente finale, ma senza la verifica della firma.", + "loggedOnCredentials": "Esegui lo script con le credenziali dell'utente connesso", + "loggedOnCredentialsTooltip": "Eseguire lo script usando le credenziali del dispositivo connesso.", + "operatorTooltip": "Selezionare l'operatore per il confronto tra requisiti.", + "requirementMethod": "Selezionare il tipo di dati di output", + "requirementMethodTooltip": "Selezionare il tipo di dati usato durante la determinazione di un requisito di corrispondenza per il rilevamento.", + "scriptContent": "Contenuto dello script", + "scriptFile": "File di script", + "scriptFileTooltip": "Selezionare uno script di PowerShell che rileverà la presenza dell'app sul client. Se l'app viene rilevata, il processo relativo ai requisiti fornirà un codice di uscita con valore 0 e scriverà un valore di stringa in STDOUT.", + "scriptName": "Nome script", + "value": "Valore", + "valueTooltip": "Selezionare un valore per il requisito corrispondente al metodo di rilevamento selezionato. I requisiti relativi a data e ora devono essere immessi nel formato locale." + }, + "bladeTitle": "Aggiungi una regola relativa ai requisiti", + "createRequirementHeader": "Creare un requisito.", + "header": "Configurare regole aggiuntive relative ai requisiti", + "label": "Regole aggiuntive relative ai requisiti", + "noRequirementsSelectedPlaceholder": "Non sono stati specificati requisiti.", + "requirementType": "Tipo di requisito", + "requirementTypeTooltip": "Scegliere il tipo di metodo di rilevamento usato per determinare la modalità di convalida di un requisito." + }, + "architectures": "Architettura del sistema operativo", + "architecturesTooltip": "Scegliere le architetture necessarie per installare l'app.", + "bladeTitle": "Requisiti", + "diskSpace": "Spazio su disco necessario (MB)", + "diskSpaceTooltip": "Spazio su disco disponibile necessario nell'unità di sistema per installare l'app.", + "header": "Specificare i requisiti che i dispositivi devono rispettare prima dell'installazione dell'app:", + "maximumTextFieldValue": "Il valore non può essere maggiore di {0}.", + "minimumCpuSpeed": "Velocità di CPU minima necessaria (MHz)", + "minimumCpuSpeedTooltip": "Velocità di CPU minima necessaria per installare l'app.", + "minimumLogicalProcessors": "Numero minimo di processori logici necessari", + "minimumLogicalProcessorsTooltip": "Numero minimo di processori logici necessari per installare l'app.", + "minimumOperatingSystem": "Sistema operativo minimo", + "minimumOperatingSystemTooltip": "Selezionare il sistema operativo minimo necessario per installare l'app.", + "minumumTextFieldValue": "Il valore deve essere almeno {0}.", + "physicalMemory": "Memoria fisica necessaria (MB)", + "physicalMemoryTooltip": "Memoria fisica (RAM) necessaria per installare l'app.", + "selectorLabel": "Requisiti", + "validNumber": "Immettere un numero valido." + }, "PolicySet": { "appManagement": "Gestione applicazioni", "assignments": "Assegnazioni", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Profili di configurazione del dispositivo", "powershellScriptTitle": "Script di PowerShell" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Consigliata", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrein", @@ -12029,7 +13104,7 @@ "countryNameSG": "Singapore", "countryNameAL": "Albania", "countryNameSN": "Senegal", - "countryNameSZ": "Eswatini", + "countryNameSZ": "eSwatini", "countryNameBZ": "Belize", "countryNameCI": "Côte d'Ivoire (Costa d'Avorio)", "countryNameTW": "Taiwan", diff --git a/Documentation/Strings-ja.json b/Documentation/Strings-ja.json index 835f115..513681e 100644 --- a/Documentation/Strings-ja.json +++ b/Documentation/Strings-ja.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "最初の利用可能日" }, + "Windows11SideBySideInstall": { + "disabled": "無効", + "enabled": "有効", + "infoBalloonContent": "Windows 11 の対象ではないデバイスに最新の Windows 10 機能更新プログラムをインストールするかどうかを制御します", + "label": "デバイスで Windows 11 を実行できない場合は、最新の Windows 10 機能更新プログラムをインストールしてください" + }, "bladeTitle": "機能の更新プログラムの展開", "deploymentSettingsTitle": "デプロイの設定", "loadError": "読み込みに失敗しました。", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "この機能には特定のライセンスが必要です。", "gradualRolloutLicenseWarningEdit": "この機能は、この機能が選択されていない状態でポリシーが保存されるまで引き続き使用および構成できます。", - "licenseLearnMoreText": "前提条件と機能更新プログラム ポリシーに関する詳細をご覧ください。" + "licenseLearnMoreText": "前提条件と機能更新プログラム ポリシーに関する詳細をご覧ください。", + "specificLicensingRequired": "選択した機能の一部には、特定のライセンスが必要です。" }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "デバイスのユーザーがアプリの内容やアプリで実行可能な操作について理解できるようにします。この説明はポータル サイトでユーザーに表示されます。", "developer": "アプリを開発した会社または個人の名前。この情報は、管理センターにサインインしているユーザーに表示されます。", "displayVersion": "アプリのバージョン。この情報は、ポータル サイトでユーザーに表示されます。", + "fullScreenEnabled": "[はい] に構成されている場合、全画面表示の Web アプリとして Web クリップを起動します。", + "ignoreManifestScope": "[はい] に構成されている場合、全画面表示の Web クリップは Safari UI を表示せずに外部 Web サイトに移動できます。それ以外の場合は、Web クリップの URL から移動するときに Safari UI が表示されます。全画面表示が false の場合、このキーは効果がありません。", "infoUrl": "アプリに関する詳細情報が記載されている Web サイトまたはドキュメントに、ユーザーをリンクします。情報の URL は、ポータル サイトでユーザーに表示されます。", "isFeatured": "おすすめアプリをポータル サイトに目立つように配置して、ユーザーがすぐにアクセスできるようにします。", "learnMore": "詳細", "logo": "アプリに関連付けられているロゴをアップロードします。このロゴはポータル サイト全体でアプリの横に表示されます。", "macOSDmgAppPackageFile": "デバイスにサイドロード可能な形式でアプリを含むファイル。有効なパッケージの種類: .dmg。​", + "macOSPkgAppPackageFile": "デバイスにサイドロード可能な形式でアプリを含むファイル。有効なパッケージの種類: .pkg。", "minOperatingSystem": "アプリをインストールできる最も古いオペレーティング システムのバージョンを選択します。それより前のオペレーティング システムのデバイスにアプリを割り当てると、そのアプリはインストールされません。", "name": "アプリの名前を追加します。この名前は、Intune アプリの一覧およびポータル サイトでユーザーに表示されます。", "notes": "アプリに関する追加のメモを追加します。メモは、管理センターにサインインしているユーザーに表示されます。", "owner": "ライセンスを管理しているか、このアプリの連絡先となっている組織内のユーザーの名前。この名前は、管理センターにサインインしているユーザーに表示されます。", "packageId": "アプリ パッケージ識別子は、アプリを識別する一意の値です。", "packageName": "デバイスの製造元に連絡して、アプリのパッケージ名を取得してください。パッケージ名の例: com.example.app", + "preComposedIconEnabled": "[はい] に構成されている場合、SpringBoard がアイコンに \"輝き\" を追加しないようにします。", "privacyUrl": "アプリのプライバシーの設定と使用条件に関する詳細情報を希望するユーザーにリンクを提供します。プライバシー URL は、ポータルサイトでユーザーに表示されます。", "publisher": "アプリを配布する開発者または会社の名前。この情報は、ポータル サイトでユーザーに表示されます。", "selectApp": "Intune でデプロイする iOS ストア アプリをアプリ ストアで検索します。", + "targetApplicationBundleIdentifier": "URL を開くアプリケーションを指定するアプリケーション バンドル識別子。iOS 14 以降で利用できます。", "useManagedBrowser": "必要に応じて、ユーザーが Web アプリを開くときに、そのアプリを Microsoft Edge または Intune Managed Browser などの Intune で保護されたブラウザーで開きます。この設定は iOS と Android の両方のデバイスに適用されます。", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "デバイスにサイドロードできる形式でお客様のアプリを含むファイルです。有効なパッケージの種類: .intunewin。", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                登録されたデバイスでデバイス ロックが検出されたときにアプリ PIN を無効にするには、[はい] を選んでください。

                注: サード パーティの EMM ソリューションが iOS/iPadOS で使用されている場合、Intune ではデバイスの登録を検出できません。

                " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "アプリのインストールによるデバイスの強制的な再起動を許可する", + "basedOnReturnCode": "リターン コードを基に動作を決定する", + "force": "Intune によってデバイスの必須の再起動が強制実行されるようにする", + "suppress": "何もしない" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "インストールに必要な時間 (分)", + "maxRunTimeInMinutesToolTip": "インストールプログラムが終了するまでシステムが待機する時間。既定値は 60 分です。" + }, + "RunAsAccountOptions": { + "system": "システム", + "user": "ユーザー" + }, + "availableUninstall": "利用可能なアンインストールを許可する", + "availableUninstallTooltip": "Intune ポータル サイトのユーザーにこのアプリのアンインストール オプションを提供するには、[はい] を選択します。ユーザーが Intune ポータル サイトからアプリをアンインストールできないようにするには、[いいえ] を選択します。", + "bladeTitle": "プログラム", + "deviceRestartBehavior": "デバイスの再起動", + "deviceRestartBehaviorTooltip": "アプリが正常にインストールされた後の、デバイスの再起動の動作を選択します。リターン コードの構成設定に基づいてデバイスを再起動するには、[リターン コードを基に動作を決定する] を選択してください。MSI ベースのアプリのインストール中にデバイスの再起動を抑止するには、[何もしない] を選択してください。再起動を抑止せずにアプリのインストールを完了できるようにするには、[アプリのインストールによるデバイスの強制的な再起動を許可する] を選択してください。アプリのインストールが正常に完了した後、常にデバイスを再起動するには、[Intune によってデバイスの必須の再起動が強制実行されるようにする] を選択してください。", + "header": "アプリをインストール/アンインストールするコマンドを指定します:", + "installCommand": "インストール コマンド", + "installCommandMaxLengthErrorMessage": "インストール コマンドは、許可されている最大長の 1024 文字以下でなければなりません。", + "installCommandTooltip": "このアプリをインストールするために使用する完全なインストール コマンド ラインです。", + "runAs32Bit": "64 ビット クライアント上でインストール/アンインストール コマンドを 32 ビット プロセス内で実行する", + "runAs32BitTooltip": "64 ビット クライアント上でアプリのインストール/アンインストールを 32 ビット プロセス内で実行するには、[はい] を選択します。[いいえ] (既定) を選択すると、64 ビット クライアント上でアプリのインストール/アンインストールが 64 ビット プロセス内で実行されます。32 ビットのクライアントでは、常に 32 ビット プロセスが使用されます。", + "runAsAccount": "インストールの処理", + "runAsAccountTooltip": "サポートされている場合、このアプリをすべてのユーザーにインストールするには、[システム] を選択します。このアプリをデバイスにログインしているユーザーにインストールするには、[ユーザー] を選択します。2 つの目的の MSI アプリでは、変更すると、最初のインストール時にデバイスに適用された値が復元されるまで、更新とアンインストールが正常に完了しなくなります。", + "selectorLabel": "プログラム", + "uninstallCommand": "アンインストール コマンド", + "uninstallCommandTooltip": "このアプリをアンインストールするために使用する完全なアンインストール コマンド ラインです。" + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "新規作成", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS のアプリ (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS 基幹業務アプリ", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 アプリ (macOS)", + "macOSPkgApp": "macOS のアプリ (PKG)", + "macOSWebClip": "macOS Web クリップ", "macOsVppApp": "macOS Volume Purchase Program アプリ", "managedAndroidLobApp": "マネージド Android 基幹業務アプリ", "managedAndroidStoreApp": "マネージド Android ストア アプリ", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "PowerShell スクリプト ファイルを指定します。ファイルは 200 KB 未満である必要があります。", "uploadLabel": "スクリプトの場所" }, - "bashScriptObjectName": "Bash スクリプト", "createButtonText": "追加", "createPowershellScriptFlowSectionName": "PowerShell スクリプトの追加", "customAttributeObjectName": "カスタム属性", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "これらの設定は、Android 9 以前を実行しているデバイス、Android OS の任意のバージョンを実行しているすべての Samsung Knox デバイスで機能します。", "androidPasswordHeader": "デバイスをロック解除するときにパスワードを要求します。構成しない場合、パスワードの使用は任意となり、構成するかどうかはユーザーに任されます。", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always On VPN", - "androidSafetyNetBasicIntegrityAndCertified": "基本的な整合性と認定デバイスのチェック", - "androidSafetyNetbasicIntegrity": "基本的な整合性のチェック", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "基本的な整合性とデバイスの整合性のチェック", + "androidPlayIntegrityVerdictBasicIntegrity": "基本的な整合性のチェック", "androidTRDeprecation": "信頼された証明書は、Samsung Knox デバイスを除く、Android 11 以降を実行するデバイスにインストールできなくなりました。SCEP 証明書プロファイルを使用する場合は、引き続き信頼された証明書プロファイルを作成して展開し、それを SCEP 証明書プロファイルに関連付ける必要がありますが、信頼されたルート証明書を手動でそれらのデバイスに配布する必要があります。", "androidTenAndAbovePasswordHeader": "Android 10 以降", "androidTenAndAbovePasswordHeaderDescription": "これらの設定は、Android 10 以降を実行しているデバイスで機能します。", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "他のディスクの暗号化に対する警告", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "[必要] を選択すると、モバイル デバイスのメモリ カードが暗号化されます。", "bitLockerEnableStorageCardEncryptionOnMobileName": "メモリ カードの暗号化 (モバイルのみ)", - "bitLockerEnabledDescription": "デバイス上で BitLocker の有効化が必要", - "bitLockerEnabledName": "BitLocker が必要", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "[必要] を選択すると、BitLocker デバイス暗号化が有効になります。デバイス ハードウェアと Windows のバージョンによっては、デバイスにサード パーティーの暗号化が行われていないことを確認するメッセージがエンド ユーザーに対して表示されることがあります。サード パーティーの暗号化を使用しているときに Windows 暗号化を有効にすると、デバイスのレンダリングが不安定になります。", "bitLockerEncryptDeviceName": "デバイスの暗号化", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128 ビット", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Touch ID と Face ID によるロック解除をブロックする", "blockUSBConnectionDescription": "デバイス上の USB 接続を有効にするかどうかを指定します。USB 充電はこの設定の影響を受けません。この設定は、Windows デスクトップ プラットフォームではサポートされていません。", "blockUSBConnectionName": "USB 接続", + "blockUnifiedPasswordForWorkProfileDescription": "ユーザーがロック画面と仕事用プロファイルに 2 つの異なるパスワードを使用する場合は、1 つのロックの使用をブロックしてください。1 つの画面ロックを使用するとユーザーは便利ですが、デバイスのロックを解除できるすべてのユーザーが仕事用プロファイルにアクセスできるようになります。Android 9.0 Pie 以降を実行しているデバイスに適用されます。", + "blockUnifiedPasswordForWorkProfileName": "仕事用プロファイルとデバイスの 1 つのロック", "blockUnmanagedDocumentsInManagedAppsName": "社内アプリでの社外ドキュメントの表示をブロックする", "blockUntrustedTLSCertificatesDescription": "信頼できない トランスポート層セキュリティ(TLS) 証明書をブロックします。", "blockUntrustedTLSCertificatesName": "信頼されていない TLS 証明書をブロックする", @@ -2825,6 +2871,8 @@ "cellularName": "携帯ネットワーク", "certificateCredentialConfigurationDisabledDescription": "ユーザーが、割り当てられた証明書に関連付けられている資格情報への変更を加えることができないようにします。", "certificateCredentialConfigurationDisabledName": "ユーザーは資格情報を構成できます (作業プロファイル レベル)", + "certificateInstallDescription": "ここに一覧表示するアプリは、Intune によって作成された証明書を変更したり、Intune 以外で配信された証明書を管理したりできます。", + "certificateInstallTitle": "他のアプリに証明書のインストールと管理を許可する", "certificateNotFound": "証明書ポリシーが見つかりません。削除されましたか?", "certificateOption": "証明書", "certificateRevocationCheck": "証明書失効の確認", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "印刷サービスのリソース URI", "cloudProtectionDescription": "Microsoft Active Protection Service テレメトリを送信して、疑わしい動作を検出できるようにします。", "cloudProtectionName": "クラウドによる保護", - "codeIntegrityEnabledDescription": "デバイス上でコードの整合性を有効にする必要があります", - "codeIntegrityEnabledName": "コードの整合性が必要", + "codeIntegrityEnabledName": "コードの整合性", "complianceAntiSpywareRequirementDescription": "Windows セキュリティ センターに登録されたスパイウェア対策ソリューションをオンにして監視中にする必要があります (例: DigiCert、Microsoft Defender)", "complianceAntiSpywareRequirementName": "スパイウェア対策", "complianceAntiSpywareSignatureUpToDateDescription": "スパイウェア対策署名が最新である必要があります", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "この設定では、再使用できない最近のパスワードの数を指定します。推奨値: 5", "complianceNumberOfPreviousPasswordsToBlockName": "再使用を禁止するパスワード世代数", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "デバイスで使用できる最新の OS ビルド バージョンを選択します。", + "complianceOsBuildVersionRestrictionMaximumDescription": "デバイスで使用できる最新の OS ビルド バージョンを入力します。例: 20E252
                Apple Rapid Security Response の更新プログラムを最大 OS ビルドとして設定する場合は、追加ビルド バージョンを入力します。例: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "最大 OS ビルド バージョン", - "complianceOsBuildVersionRestrictionMinimumDescription": "デバイスで使用できる最も古い OS ビルド バージョンを選択します。", + "complianceOsBuildVersionRestrictionMinimumDescription": "デバイスで使用できる最も古い OS ビルド バージョンを入力します。例: 20E252
                Apple Rapid Security Response の更新プログラムを最小 OS ビルドとして設定する場合は、追加ビルド バージョンを入力します。例: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "最小 OS ビルド バージョン", "complianceOsVersionRestrictionHeader": "オペレーティング システムのバージョン", "complianceOsVersionRestrictionMaximumAndroidDescription": "デバイスの OS バージョンの最大コンプライアンス要件を指定します。たとえば Nougat の場合はこのフィールドに「7.1」を指定します。", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "セキュリティの修正プログラムと機能強化のために自動的にデバイスが強制的に更新されるようにします。", "complianceUpdatesRequireAutomaticUpdatesName": "Microsoft からの自動更新を必須にする", "complianceWin10RequiredPasswordTypeDescription": "この設定では、必要なパスワードまたは PIN の種類を決定します。
                \r\nデバイスの既定 (パスワード、数字 PIN、または英数字 PIN が必要)
                \r\n英数字 (パスワードまたは英数字 PIN が必要)
                \r\n数字 (パスワードまたは数字 PIN が必要)
                \r\n推奨事項: 必要なパスワードの種類: 英数字、パスワードの複雑さ: 数字と小文字が必要", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 または 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11 のみ", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Microsoft Defender の最小バージョン (4.11.0.0 など)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender マルウェア対策の最小バージョン", - "complianceWindowsDeviceHealthAttestationHeader": "Windows 正常性構成証明サービスの評価規則", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft Attestation Service の評価規則

                これらの規則を使用して、デバイスの起動時に保護対策が有効になっていることを確認します。これらの規則に関する詳細情報", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "モバイル デバイスで使用できる最新の OS バージョンを選択します。オペレーティング システム バージョンは major.minor.build.revision として定義されます。", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "モバイル デバイスで使用できる最も古い OS バージョンを選択します。オペレーティング システム バージョンは major.minor.build.revision として定義されます。", "complianceWindowsOsVersionRestrictionHeaderDescription": "オペレーティング システム バージョンは major.minor.build.revision として定義されます。", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "マイナーの OS ソフトウェア更新プログラムと OS 以外のソフトウェア更新プログラム", "delayMinorOSUpdateVisibilityOption": "マイナーの OS ソフトウェア更新プログラム", "delayOSUpdateVisibilityOption": "オペレーティング システムの更新プログラム", + "delegatedScopeLogsTitle": "機密性の高い Android ログへのアクセス", "deliveryOptimizationBandwidthHeader": "帯域幅", "deliveryOptimizationCachingHeader": "キャッシュ", "deliveryOptimizationDODescription": "コンテンツの配布シナリオのネットワーク帯域幅の使用量を管理するには、配信の最適化で使用可能なダウンロード方法を指定します。", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "派生資格情報の発行者を検索しています...", "derivedCredentialsTenantLevelNotConfigured": "このポリシーをデバイスに正常に適用するためのテナントの派生資格情報発行者が指定されていません。ここをクリックして、発行者を指定してください。", "descriptionName": "説明", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (テナント接続のみ)", "desktopOption": "デスクトップ", "destinationPrefix": "宛先プレフィックス/サイズ (例: 192.168.0.1/255)", "developerUnlock": "開発者によるロック解除", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "以上", "eDPPolicyVersionAndBelowName": "以下", "eDPPolicyVersionEqualsName": "等しい", - "earlyLaunchAntiMalwareDriverEnabledDescription": "起動時マルウェア対策ドライバーを有効にする必要があります", - "earlyLaunchAntiMalwareDriverEnabledName": "起動時マルウェア対策ドライバーが必要", + "earlyLaunchAntiMalwareDriverEnabledName": "起動時マルウェア対策", "easAccountSettingsHeader": "Exchange ActiveSync アカウントの設定", "easAllData": "すべてのデータ", "easCalendarContactsOnly": "カレンダーと連絡先のみ", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "任意のアドレス", "firewallRulesPortOrPortRangeInvalidCharacterError": "ポートの一覧には、数字、'-'、または ',' のみを含めることができます。", "firewallRulesPortOrPortRangeInvalidError": "ポートの一覧には、無効なポートとポート範囲のいずれかまたはその両方が含まれています。", + "firmwareProtectionEnabledName": "ファームウェア保護", "firmwareUpdatesBehaviorName": "ファームウェアの更新", "firstActiveEthernet": "1 番目のアクティブなイーサネット", "firstAvailableOption": "最初に利用可能", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP とインターネット ピアリングの組み合わせ (3)", "httpWithPeeringNatOption": "HTTP と同じ NAT でのピアリングの組み合わせ (1)", "httpWithPeeringPrivateGroupOption": "HTTP とプライベート グループでのピアリングの組み合わせ (2)", + "hvciEnabledName": "メモリ整合性保護", "hybridSleepBatteryDescription": "このポリシー設定を使用すると、デバイスをバッテリで使用している際にハイブリッド スリープをオフにすることができます。
                このポリシーが無効の場合、デバイスではハイブリッド スリープまたは休止状態が許可されません。
                このポリシーが構成されていない場合、ユーザーがこの設定を管理します。", "hybridSleepName": "ハイブリッド スリープ", "hybridSleepPluggedInDescription": "このポリシー設定を使用すると、デバイスが電源に接続されているときにハイブリッド スリープをオフにできます。
                このポリシーが無効の場合、デバイスではハイブリッド スリープまたは休止状態が許可されません。
                このポリシーを構成しない場合、ユーザーがこの設定を管理します。", @@ -5066,6 +5117,7 @@ "mediumLowOption": "中-低", "mediumOption": "中", "meetingInformationDisplayedOnWelcomeScreenName": "ようこそ画面に表示される会議情報", + "memoryAccessProtectionEnabledName": "メモリ アクセス保護", "messagingBlockMMSDescription": "デバイスの MMS の送受信機能を無効にします。", "messagingBlockMMSName": "MMS (モバイルのみ)", "messagingBlockRCSDescription": "デバイスの Rich Communication Services の送受信機能を無効にします。", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "最大 OS バージョンより小さい必要がある", "mustBeValidAddress": "有効なアドレスである必要があります。例: 4.3.6.0、itgproxy.com などです。", "mustBeValidAndroidPackageName": "パッケージ名に含めることができるのは、英字、数字、アンダー スコア、ピリオドのみです。先頭は英字にする必要があります。", - "mustBeValidBuildVersionFormat": "有効なビルド バージョン形式にする必要があります。例: 18A391、16G1114 などです。", + "mustBeValidBuildVersionFormat": "有効なビルド バージョン形式にする必要があります。例: 18A291、16G1114、20E772520a などです。", "mustBeValidDNSSuffix": "有効な DNS サフィックスである必要があります。例: itgproxy.com", "mustBeValidDateFormat": "正しい日付の形式 (YYYY-MM-DD) にする必要があります。たとえば、2016-10-01、2016-10-31 にします。", "mustBeValidDomain": "有効なドメインである必要があります。例: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "ネットワークの拡張機能", "networkInterface": "ネットワーク インターフェイス", "networkInterfaceDescription": "構成するネットワーク インターフェイス", + "networkLogsTitle": "このアプリによる Android ネットワーク アクティビティ ログへのアクセスを許可する", "networkProxyAutomaticConfigurationUrlDescription": "使用する PAC スクリプトの URL。", "networkProxyAutomaticConfigurationUrlName": "セットアップ スクリプトのアドレスの URL", "networkProxyDisableAutoDetectDescription": "設定を自動的に検出します。有効にすると、システムは PAC スクリプトへのパスの検出を試みます。", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "非表示", "pinnedFolderOptionShow": "表示", "pipeInvalidError": "値には '|' を含めないでください。", + "playIntegrityVerdictOptionsDescription": "再生整合性の判定のレベルを設定します", + "playIntegrityVerdictOptionsName": "再生整合性の判定", "pluggedInHeader": "プラグイン", "policyDomainNameService": "DNS", "policyEmailAddress": "電子メール アドレス", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "既定のポリシー。ユーザーが存在し、有効な Intune ライセンスを持っている必要があります。", "requireUserExistanceName": "登録済みユーザーが存在します", "required": "必須", - "requiredAndroidSafetyNetEvaluationTypeBasic": "未構成 (既定値は基本評価)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "SafetyNet デバイスの構成証明応答の計算に使用する評価の種類を選択します。", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "ハードウェアを利用するキー", - "requiredAndroidSafetyNetEvaluationTypeName": "必要な SafetyNet 評価の種類", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "構成されていません", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "デバイスの再生整合性の判定の構成証明応答の計算に使用する評価の種類を選択します。", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "強固な整合性のチェック", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "ハードウェアを利用するセキュリティ機能を使用した強固な整合性のチェック", "requiredExtensionsColumnHeader": "パッケージ ファミリ名", "requiredExtensionsExamples": "例: Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "パスワードは必須です。制限はありません", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "例: contoso.com", "safeSearchFilterDescription": "Cortana が検索結果からアダルト コンテンツをフィルターする方法を指定します。", "safeSearchFilterName": "セーフ サーチ (モバイルのみ)", - "safetyNetAttestationOptionsDescription": "SafetyNet 構成証明のレベルを設定します", - "safetyNetAttestationOptionsName": "SafetyNet デバイスの構成証明", "sampleSharingEnableOrNotConfiguredDescription": "Microsoft Defender for Endpoint サンプル共有の構成パラメーターを返すか設定します。", "sampleSharingEnableOrNotConfiguredName": "すべてのファイルのサンプル共有", "saturday": "土曜日", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "セカンダリ認証方法", "secondaryAuthenticationMethodTEAPDescription": "ユーザーを認証する 2 つ目の方法を選択します。[証明書] を選択する場合は、デバイスにも展開されている証明書プロファイル (SCEP または PKCS) のいずれかを選択します。これは、デバイスからサーバーに提示される ID 証明書です。", "secretKey": "秘密鍵:", - "secureBootEnabledDescription": "デバイス上でセキュア ブートの有効化が必要", - "secureBootEnabledName": "デバイス上でセキュア ブートの有効化が必要", + "secureBootEnabledName": "セキュア ブート", "secured": "セキュリティ保護", "securityAssociationIdleTimeDescription": "この秒数の間ネットワーク トラフィックが発生しなかった後、セキュリティ アソシエーションが削除されます。", "securityAssociationIdleTimeHint": "アイドル時間を秒数 (300 から 3600) で入力します", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "情報セキュリティ国際評価基準モード​", "securityDeveloperSettingsEnabledDescription": "開発者向け設定へのアクセスを許可します。", "securityDeveloperSettingsEnabledName": "開発者向け設定", + "securityLogsTitle": "このアプリによる Android セキュリティ ログへのアクセスを許可する", "securityOption": "診断データ オフ", "securityRequireVerifyAppsDescription": "Google Play プロテクトを有効にして、アプリのインストール前後にアプリをスキャンします。脅威が検出されると、デバイスからアプリを削除するようユーザーに警告が表示される場合があります。既定で必須です。", "securityRequireVerifyAppsName": "アプリの脅威のスキャン", @@ -5968,6 +6021,7 @@ "selectManagedApps": "マネージド アプリの選択", "selectMicrosoftEdgeApp": "Microsoft Edge 従来版ブラウザーの追加", "selectMicrosoftTunnelSite": "サイトの選択", + "selectNetworkApp": "Android ネットワーク アクティビティ ログにアクセスするアプリを選択する", "selectNetworkInterface": "ネットワーク インターフェイスを選択します", "selectNonEapMethod": "EAP 以外の方式を選びます", "selectOneOption": "1 つ選んでください", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "サーバー検証のためのルート証明書", "selectRootCertificatesForServerValidationName": "サーバー検証に使用するルート証明書", "selectSecurity": "セキュリティの種類の選択", + "selectSecurityApp": "Android セキュリティ ログにアクセスするアプリを選択する", "selectService": "どの管理の種類についてサポートが必要ですか?", "selectStoreApp": "ストア アプリの追加", "selectStoreAppEmpty": "ストア アプリの追加", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "アプリ", "trafficRuleAppTypeName": "アプリの種類", "trafficRuleClaimsName": "要求", - "trafficRuleDirectionDescription": "受信トラフィックに規則を適用するか、送信トラフィックに適用するかを指定します。
                \r\n
                \r\n Inbound = すべての受信トラフィックにルールが適用されます。\r\n
                \r\n
                \r\n Outbound = すべての送信トラフィックにルールが適用されます。\r\n ", + "trafficRuleDirectionDescription": "受信では、VPN 経由の外部サイトからのトラフィックが許可されます。送信では、VPN 経由の外部サイトへのトラフィックが許可されます。両方を許可するには、2 つのルールを作成します。", "trafficRuleDirectionName": "方向", "trafficRuleRoutingPolicyTypeDescription": "分割トンネルと強制トンネルのどちらかを選択します。
                \r\n
                \r\n 分割トンネル = VPN インターフェイス用のトラフィック (ネットワーク スタックによって判別される) のみがこのインターフェイスを経由します。インターネット トラフィックは引き続き他のインターフェイスを経由できます。\r\n
                \r\n
                \r\n 強制トンネル = すべての IP トラフィックは VPN インターフェイスのみを経由する必要があります (このトラフィック規則の場合)。\r\n
                \r\n
                \r\n この規則がアプリに関連付けられている場合にのみ適用されます。\r\n ", "trafficRuleRoutingPolicyTypeName": "規則の種類", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "User", "vPNPolicyProfileTargetDescription": "このプロファイルを Always On VPN 接続に切り替えます。これは、ユーザーの介入なしに接続し、認証にコンピューター証明書を使用する接続です。サポートされる接続の種類は IKEv2 のみです。AutoPilot の out-of-box experience が完了すると、VPN プロファイルはデバイスから削除されます。", "vPNPolicyProfileTargetName": "Windows AutoPilot にこの VPN プロファイルを使用する", + "vPNPolicyProxyExclListDescription1": "接続時にプロキシを使用して除外するホストのリスト。これらのホストでは、*.example.com などのワイルドカードを使用できます。", + "vPNPolicyProxyExclListDescription2": "プロキシをバイパスするホスト名のリスト。ホスト名には、*.example.com などのワイルドカードを含めることができます。", + "vPNPolicyProxyExclListExcludedHosts": "除外されたホスト", + "vPNPolicyProxyExclListExclusions": "除外", + "vPNPolicyProxyExclListFileImport": "ホスト リストをインポートするファイル", + "vPNPolicyProxyExclListHostName": "ホスト名", + "vPNPolicyProxyExclListImport": "プロキシの除外のインポート", + "vPNPolicyProxyExclListInvalid": "無効な入力です", + "vPNPolicyProxyExclListList": "除外リスト", + "vPNPolicyProxyExclListManage": "プロキシの除外の管理", + "vPNPolicyProxyExclListName": "プロキシ除外リスト", "vPNPolicyRememberCredentialsName": "ログオンするたびに資格情報を記憶する", "vPNPolicyRoutesForThisConnectionDescription": "省略可能。", "vPNPolicyRoutesForThisConnectionName": "この VPN 接続の分割トンネリング ルート", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "仮想ホーム ボタン", "virtualHomeButtonNotConfigured": "構成されていません", "virtualHomeButtonSwipeUp": "上方向にスワイプ", + "virtualizationBasedSecurityEnabledName": "仮想化ベースのセキュリティ", "virtualizationOfCpuAndIOName": "CPU と IO の仮想化", "visibleAppsListOptionsDescription": "一覧が非表示にするアプリの一覧であるか、または表示するアプリの一覧であるかを指定します。", "visibleAppsListOptionsName": "アプリ一覧の種類", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: すべてのアプリで Web リンクを許可する", "rootCertificate": "ルート証明書", "safetyNetDeviceAttestation": "SafetyNet デバイスの構成証明", + "samsungKnoxAttestationRequired": "Samsung Knox デバイス構成証明", "saveAppsNotificationText": "選択したアプリを保存しています", "saveChangesCommandText": "保存", "savePolicySettingsNotificationText": "ポリシー設定を保存しています", @@ -7885,10 +7953,12 @@ "state": "状態", "status": "状態", "store": "保存", + "subjectOnlyOptionText": "件名のみ", "success": "成功", "successfully": "成功", "summary": "概要", "summaryLensTitle": "概要", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "リモート要求", "summarySettingsPartWipeRequestsSelectorText": "ワイプ要求", "supportId": "サポート ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "値", "valueMustNotContainCharsError": "値には次の文字を含められません: {0}", "versionValidationExample": "

                形式: [Major].[Minor] または [Major].[Minor].[Build].[Revision]

                例: 1.5 または 1.5.50.101

                ", - "versionValidationWith2To4Segments": "

                形式: [Major].[Minor] または [Major].[Minor].[Build] または [Major].[Minor].[Build].[Revision]

                例: 1.5 または 1.5.50 または 1.5.50.101

                ", + "versionValidationWith2To5Segments": "

                フォーマット: [Major].[Minor] または [Major].[Minor].[Build] または [Major].[Minor].[Build].[Revision]。iOS の場合、[Major].[Minor].[Build].[Revision].[RapidSecurityResponse] もサポートされています。

                注意: アプリは RapidSecurityResponse 違反のワイプを実行しません。 block または warn のみがサポートされています。

                例: 1.5 または 1.5.50 または 1.5.50.101、(iOS の場合) 1.5.50.101.a

                ", "versionValidationWithDateFormat": "有効な日付の形式 (YYYY-MM-DD) にする必要があります。", "warn": "警告", "warning": "警告", @@ -8342,89 +8412,434 @@ "wiredNetwork": "ワイヤード (有線) ネットワーク", "workProfile": "個人所有の仕事用プロファイル" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "選択した要件としてのファイルまたはフォルダー。", - "pathToolTip": "検出するファイルまたはフォルダーの完全なパス。", - "property": "プロパティ", - "valueToolTip": "選択した検出方法に一致する要件値を選択します。日付と時刻の要件は、現地の形式で入力してください。" - }, - "GridColumns": { - "pathOrScript": "パス/スクリプト", - "type": "種類" - }, - "Registry": { - "keyPath": "キー パス", - "keyPathTooltip": "必要な値を含むレジストリ エントリの完全なパス。", - "operator": "演算子", - "operatorTooltip": "比較演算子を選択します。", - "registryRequirement": "レジストリ キーの要件", - "registryRequirementTooltip": "レジストリ キーの要件の比較を選択します。", - "valueName": "値の名前", - "valueNameTooltip": "必要なレジストリ値の名前。" - }, - "RequirementTypeOptions": { - "fileType": "ファイル", - "registry": "レジストリ", - "script": "スクリプト" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "ブール値", - "dateTime": "日時", - "float": "浮動小数点", - "integer": "整数", - "string": "文字列", - "version": "バージョン" - }, - "duplicateName": "スクリプト名 {0} は既に使用されています。別の名前を指定してください。", - "enforceSignatureCheck": "スクリプト署名チェックを強制", - "enforceSignatureCheckTooltip": "スクリプトに信頼できる発行元の署名があることを確認するには、[はい] を選択します。署名がある場合、スクリプトは警告やプロンプトなしで実行されます。スクリプトはブロックされずに実行されます。[いいえ] (既定) を選択すると、署名の検証なしで、エンドユーザーの確認に基づいてスクリプトが実行されます。", - "loggedOnCredentials": "このスクリプトをログオンしたユーザーの資格情報を使用して実行する", - "loggedOnCredentialsTooltip": "サインインしたデバイスの資格情報を使用してスクリプトを実行します。", - "operatorTooltip": "要件の比較演算子を選択します。", - "requirementMethod": "出力データの型を選択する", - "requirementMethodTooltip": "検出の一致の要件を特定する際に使用するデータ型を選択します。", - "scriptContent": "スクリプトの内容", - "scriptFile": "スクリプト ファイル", - "scriptFileTooltip": "クライアント上でアプリのプレゼンスを検出する PowerShell スクリプトを選択します。アプリが検出されると、要件プロセスにより、終了コード 0 値が指定され、STDOUT に文字列値が書き込まれます。", - "scriptName": "スクリプト名", - "value": "値", - "valueTooltip": "選択した検出方法に一致する要件値を選択します。日付と時刻の要件は、現地の形式で入力してください。" - }, - "bladeTitle": "要件規則の追加", - "createRequirementHeader": "要件を作成します。", - "header": "追加の要件規則を構成する", - "label": "追加の要件規則", - "noRequirementsSelectedPlaceholder": "要件は指定されていません。", - "requirementType": "要件の種類", - "requirementTypeTooltip": "要件の検証方法を特定するために使用する検出方法の種類を選択してください。" - }, - "architectures": "オペレーティング システムのアーキテクチャ", - "architecturesTooltip": "アプリのインストールに必要なアーキテクチャを選択します。", - "bladeTitle": "必要条件", - "diskSpace": "必要なディスク領域 (MB)", - "diskSpaceTooltip": "アプリをインストールするためにシステム ドライブに必要な空きディスク領域です。", - "header": "アプリをインストールする前にデバイスが満たす必要のある要件を指定します:", - "maximumTextFieldValue": "値は、{0} 以下である必要があります。", - "minimumCpuSpeed": "必要な最小 CPU 速度 (MHz)", - "minimumCpuSpeedTooltip": "アプリのインストールに必要な最小 CPU 速度です。", - "minimumLogicalProcessors": "必要な論理プロセッサの最小数", - "minimumLogicalProcessorsTooltip": "アプリのインストールに必要な論理プロセッサの最小数です。", - "minimumOperatingSystem": "最低限のオペレーティング システム", - "minimumOperatingSystemTooltip": "アプリのインストールに必要な最小オペレーティング システムを選択します。", - "minumumTextFieldValue": "値は、{0} 以上である必要があります。", - "physicalMemory": "必要な物理メモリ (MB)", - "physicalMemoryTooltip": "アプリのインストールに必要な物理メモリ (RAM) です。", - "selectorLabel": "必要条件", - "validNumber": "有効な数値を入力してください。" + "WindowsUpdateRolloutOptions": { + "gradualRollout": "更新プログラムを徐々に利用可能にする", + "immediateStart": "更新プログラムをできるだけ早く利用可能にする", + "startDateOnly": "特定の日に更新プログラムを利用可能にする" + }, + "EnrollmentType": { + "devicesWithEnrollment": "マネージド デバイス", + "devicesWithoutEnrollment": "マネージド アプリ" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "フィルター", + "assignmentFilterTypeColumnHeader": "フィルター モード", + "assignmentToast": "エンド ユーザーの通知", + "assignmentTypeTableHeader": "割り当ての種類", + "deadlineTimeColumnLabel": "インストールの期限", + "deliveryOptimizationPriorityHeader": "配信の最適化の優先度", + "groupTableHeader": "グループ", + "installContextLabel": "コンテキストのインストール", + "isRemovable": "削除可能としてインストール", + "licenseTypeLabel": "ライセンスの種類", + "modeTableHeader": "グループ モード", + "policySet": "ポリシー セット", + "preventAutoAppUpdate": "アプリの自動更新を防止する", + "preventManagedAppBackup": "iCloud アプリのバックアップを禁止する", + "restartGracePeriodHeader": "再起動の猶予期間", + "startTimeColumnLabel": "可用性", + "tracks": "トラック", + "uninstallOnRemoval": "デバイスの削除時にアンインストールする", + "updateMode": "優先度の更新", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD Web アプリ", + "androidEnterpriseSystemApp": "Android Enterprise システム アプリ", + "androidForWorkApp": "マネージド Google Play ストア アプリ", + "androidLobApp": "Android 基幹業務アプリ", + "androidStoreApp": "Android ストア アプリ", + "builtInAndroid": "組み込み Android アプリ", + "builtInApp": "組み込みアプリ", + "builtInIos": "組み込みの iOS アプリ", + "iosIPadOSWebClip": "iOS/iPadOS Web クリップ", + "iosLobApp": "iOS 基幹業務アプリ", + "iosStoreApp": "iOS ストア アプリ", + "iosVppApp": "iOS Volume Purchase Program アプリ", + "lineOfBusinessApp": "基幹業務アプリ", + "macOSDmgApp": "macOS のアプリ (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS 基幹業務アプリ", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office スイート", + "macOSPkgApp": "macOS のアプリ (PKG)", + "macOSWebClip": "macOS Web クリップ", + "macOsVppApp": "macOS Volume Purchase Program アプリ", + "managedAndroidLobApp": "マネージド Android 基幹業務アプリ", + "managedAndroidStoreApp": "マネージド Android ストア アプリ", + "managedGooglePlayApp": "マネージド Google Play ストア アプリ", + "managedGooglePlayPrivateApp": "マネージド Google Play プライベート アプリ", + "managedGooglePlayWebApp": "マネージド Google Play Web リンク", + "managedIosLobApp": "マネージド iOS 基幹業務アプリ", + "managedIosStoreApp": "マネージド iOS ストア アプリ", + "microsoftStoreForBusinessApp": "ビジネス向け Microsoft ストア アプリ", + "microsoftStoreForBusinessReleaseManagedApp": "ビジネス向け Microsoft ストア", + "officeAddIn": "Office アドイン", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 以降)", + "sharePointApp": "SharePoint アプリ", + "teamsApp": "Teams アプリ", + "webApp": "Web リンク", + "win32CatalogApp": "Windows カタログ アプリ (Win32)", + "winGetPublicApp": "Windows パッケージ マネージャーのコミュニティ リポジトリ", + "winGetStoreApp": "Microsoft Store アプリ (新規)", + "windowsAppXLobApp": "Windows AppX 基幹業務アプリ", + "windowsClassicApp": "Windows アプリ (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 以降)", + "windowsMobileMsiLobApp": "Windows MSI 基幹業務アプリ", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX 基幹業務アプリ", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX 基幹業務アプリ", + "windowsPhone81StoreApp": "Windows Phone 8.1 ストア アプリ", + "windowsPhoneXapLobApp": "Windows Phone XAP 基幹業務アプリ", + "windowsStoreApp": "Microsoft Store アプリ (レガシ)", + "windowsUniversalAppXLobApp": "Windows Universal AppX 基幹業務アプリ", + "windowsUniversalLobApp": "Windows Universal 基幹業務アプリ", + "windowsWebApp": "Windows Web リンク" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "除外", + "include": "含まれる", + "includeAllDevicesVirtualGroup": "含まれる", + "includeAllUsersVirtualGroup": "含まれる" + }, + "AssignmentToast": { + "hideAll": "すべてのトースト通知を非表示にする", + "showAll": "すべてのトースト通知を表示する", + "showReboot": "コンピューターの再起動時にトースト通知を表示する" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "バックグラウンド", + "displayText": "{0} でのコンテンツ ダウンロード", + "foreground": "前景", + "header": "配信の最適化の優先度" + }, + "DeviceRestartBehaviorOptions": { + "allow": "アプリのインストールによるデバイスの強制的な再起動を許可する", + "basedOnReturnCode": "リターン コードを基に動作を決定する", + "force": "Intune によってデバイスの必須の再起動が強制実行されるようにする", + "suppress": "何もしない" + }, + "FilterType": { + "exclude": "除外する", + "include": "含む", + "none": "なし" + }, + "InstallIntent": { + "available": "登録済みデバイスで使用可能", + "availableWithoutEnrollment": "登録の有無にかかわらず使用可能", + "notApplicable": "該当なし", + "required": "必須", + "uninstall": "アンインストール" + }, + "SettingType": { + "assignmentType": "割り当ての種類", + "deviceLicensing": "ライセンスの種類", + "installContext": "デバイスの削除時にアンインストールする", + "toastSettings": "エンド ユーザーの通知", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "既定", + "postponed": "延期", + "priority": "高優先度" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "最初のプロビジョニング用にデバイスを構成し、ユーザーに割り当てます。", + "title": "デバイスの準備" + }, + "EnrollmentSettings": { + "description": "登録のブロックやユーザーへの割り当てなどの登録設定を構成します。", + "title": "登録設定" + }, + "OSConfiguration": { + "menuDescription": "起動可能なフラッシュ ドライブから Windows を回復するために使用できる設定を構成します。", + "menuTitle": "オペレーティング システムの構成" + }, + "coManagementAuthorityDesc": "Configuration Manager 統合の共同管理設定を構成します", + "coManagementAuthorityTitle": "共同管理の設定", + "deploymentProfiles": "Windows AutoPilot Deployment プロファイル", + "description": "ユーザーまたは管理者が Windows 10/11 PC を Intune に登録する 7 つの異なる方法について説明します。", + "descriptionLabel": "Windows 登録方法", + "enrollmentStatusPage": "登録ステータス ページ" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "デバイスの登録が必要な条件は、\"デバイスの登録または参加\" ユーザー操作では利用できません。", - "message": "[デバイスの登録または参加] ユーザー アクション用に作成されたポリシーで使用できるのは [多要素認証を要求する] のみです。{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "推奨される全てのドライバー更新プログラムを自動的に承認する", + "manual": "ドライバー更新プログラムを手動で承認して展開する" + }, + "Details": { + "ApprovalMethod": { + "label": "承認メソッド:" + }, + "DeploymentDeferralInDays": { + "label": "後日、更新プログラムを利用できるようにする", + "units": "(日)", + "value": "{0} 日" + }, + "bladeTitle": "Windows 10 以降のドライバー更新プログラム (プレビュー)", + "lastSync": "前回の同期:", + "lastSyncDefaultText": "初期インベントリ コレクションが保留中です", + "loadError": "読み込みに失敗しました!" + }, + "DriverStatus": { + "approved": "承認済み", + "declined": "否認済み", + "export": "推奨されるドライバーをエクスポートしています", + "needsReview": "レビューが必要です", + "paused": "一時停止済み" }, + "DriversToReview": { + "text": "{0} して確認する" + }, + "Subtitle": { + "automatic": "ドライバー更新プログラムの自動承認ポリシー", + "manual": "ドライバー更新プログラムの手動承認ポリシー" + }, + "SyncNotification": { + "failure": "{0} を同期できません。", + "failureDescription": "エラーが発生したため、要求された同期を完了できませんでした。もう一度お試しください。", + "pending": "{0} を同期しています", + "pendingDescription": "最新のデータを取得しています。 この処理には数分かかる場合があります。", + "success": "{0} の同期が完了しました", + "successDescription": "WUfB サービスとの同期が {0} で完了しました" + }, + "SyncSpinner": { + "text": "同期が処理中です。これには数分かかる場合があります。アラートを検索するか、数分後にもう一度ご確認ください。" + }, + "TabName": { + "basics": "基本", + "driverUpdateSettings": "設定", + "otherDrivers": "その他のドライバー", + "properties": "プロパティ", + "recommendedDrivers": "推奨ドライバー" + }, + "driverAddFilter": "フィルターの追加", + "driverApplicableDevices": "適用可能なデバイス", + "driverApprovalStatus": "状態", + "driverBulkActions": "一括処理", + "driverClass": "ドライバー クラス", + "driverCount": "{2} 件中 {0} ~ {1} 件のレコードを表示しています", + "driverFilterNoneSelected": "1 つも選択されていません", + "driverManufacturer": "製造元", + "driverName": "ドライバー名", + "driverNameLower": "ウィンドウ ドライバー更新プログラムの展開", + "driverNameUpper": "Windows ドライバー更新プログラムの展開", + "driverRefresh": "最新の情報に更新", + "driverReleaseDate": "リリース日", + "driverSearch": "検索", + "driverSearchKeyword": "検索キーワードを入力", + "driverVersion": "バージョン", + "firstDeploymentDate": "最初の展開", + "infoBoxText": "ポリシーを割り当てて作成した後、インベントリの作成には最大 24 時間かかる場合があります。", + "textBlockText": "ポリシー承認とデプロイ設定を選択します。更新プログラムを自動的に、または手動で承認および展開するためのポリシーを設定します。一度ポリシーを作成すると、承認方法を変更することはできませんが、割り当てられたデバイスのインベントリが作成されると、個々のドライバーの承認と展開の詳細の変更が一度可能になります。" + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "社内での使用が承認されていないアプリをユーザーがインストールするときに通知を受け取るためにこれらの設定を使用します。制限されたアプリの一覧の種類を選択します。

                \r\n 禁止されたアプリ - ユーザーがインストールするときに通知を受け取るアプリの一覧。
                \r\n 承認されたアプリ - 社内での使用が承認されているアプリの一覧。この一覧にないアプリをユーザーがインストールするときに通知されます。
                \r\n ", + "androidZebraMxZebraMx": "MX プロファイルを XML 形式でアップロードして Zebra デバイスを構成します。", + "iosDeviceFeaturesAirprint": "これらの設定を使用して、ネットワーク上の AirPrint 互換プリンターに自動的に接続するように iOS デバイスを構成します。プリンターの IP アドレスとリソース パスが必要です。", + "iosDeviceFeaturesExtensibleSingleSignOn": "IOS 13.0 以降を実行しているデバイスに対してシングル サインオン (SSO) を有効にするアプリ拡張機能を構成します。", + "iosDeviceFeaturesHomeScreenLayout": "iOS デバイスのドックおよびホーム画面のレイアウトを構成します。特定のデバイスでは、表示できるアイテム数が制限されている場合があります。", + "iosDeviceFeaturesIOSWallpaper": "iOS デバイスのホーム画面とロック画面の両方またはそのいずれかに表示される画像を表示します。\r\n それぞれの場所に固有の画像を表示するには、ロック画面の画像を指定したプロファイルを 1 つと、ホーム画面の画像を指定したプロファイルを 1 つ作成します。\r\n 次に、両方のプロファイルをユーザーに割り当てます。\r\n
                \r\n
                  \r\n
                • 最大ファイル サイズ: 750 KB
                • \r\n
                • ファイルの種類: PNG、JPG、JPEG
                • \r\n
                \r\n ", + "iosDeviceFeaturesNotifications": "アプリの通知設定を指定します。iOS 9.3 以降をサポートします。", + "iosDeviceFeaturesSharedDevice": "ロック画面に表示される省略可能なテキストを指定してください。これは iOS 9.3 以降でサポートされています。詳細情報", + "iosGeneralApplicationRestrictions": "社内での使用が承認されていないアプリをユーザーがインストールするときに通知を受け取るためにこれらの設定を使用します。制限されたアプリの一覧の種類を選択します。

                \r\n 禁止されたアプリ - ユーザーがインストールするときに通知を受け取るアプリの一覧。
                \r\n 承認されたアプリ - 社内での使用が承認されているアプリの一覧。この一覧にないアプリをユーザーがインストールするときに通知されます。
                \r\n ", + "iosGeneralApplicationVisibility": "ユーザーが表示または起動できる iOS アプリを指定するには、表示するアプリの一覧を使用します。ユーザーが表示または起動できない iOS アプリを指定するには、非表示のアプリの一覧を使用します。", + "iosGeneralAutonomousSingleAppMode": "このリストに追加してデバイスに割り当てたアプリは、そのアプリの起動後はそのアプリだけを実行するようにデバイスをロックするか、特定のアクションの実行中 (たとえば、テストの実行中) にデバイスをロックすることができます。アクションが完了するか、制限が削除されると、デバイスは通常の状態に戻ります。", + "iosGeneralKiosk": "キオスク モードでは、さまざまな設定をデバイス内にロックするか、デバイスで実行できる 1 つのアプリを指定します。このモードは、デバイスで 1 つのデモ アプリだけを実行する、小売店などの環境で便利です。", + "macDeviceFeaturesAirprint": "これらの設定を使って macOS デバイスを構成し、ネットワーク上で AirPrint と互換性のあるプリンターに自動的に接続します。プリンターの IP アドレスとリソース パスが必要です。", + "macDeviceFeaturesAssociatedDomains": "組織のアプリと Web サイトの間でデータとサインイン資格情報を共有するように、関連付けられたドメインを構成します。このプロファイルは、macOS 10.15 以降を実行しているデバイスに適用できます。", + "macDeviceFeaturesExtensibleSingleSignOn": "macOS 10.15 以降を実行しているデバイスに対してシングル サインオン (SSO) を有効にするアプリ拡張機能を構成します。", + "macDeviceFeaturesLoginItems": "ユーザーがデバイスにログインするときに開くアプリ、ファイル、およびフォルダーを選択します。選択したアプリを開く方法をユーザーが変更できないようにする場合、ユーザーの構成からアプリを非表示にすることができます。", + "macDeviceFeaturesLoginWindow": "ユーザーのログイン前後の macOS ログイン画面の外観と、利用可能な機能を構成します。", + "macExtensionsKernelExtensions": "これらの設定は、10.13.2 以降を実行している macOS デバイスのカーネル拡張機能ポリシーを構成する場合に使用します。", + "macGeneralDomains": "ユーザーが送信または受信するメールのうち、ここで指定したドメインと一致しないものは、信頼されていないメールとしてマークされます。", + "windows10EndpointProtectionApplicationGuard": "Microsoft Edge を使用している間は、Microsoft Defender Application Guard により、組織によって信頼済みと定義されていないサイトから環境が保護されます。分離されたネットワーク境界の一覧に含まれないサイトにユーザーがアクセスすると、そのサイトは Hyper-V の仮想ブラウズ セッションで開きます。信頼済みサイトはネットワーク境界によって定義され、これはデバイスの構成で設定できます。この機能は、64 ビットの Windows 10 以降を実行するデバイスでのみ使用可能です。", + "windows10EndpointProtectionCredentialGuard": "Credential Guard を有効にすると、次の必須設定が有効になります。\r\n
                \r\n
                  \r\n
                • 仮想化ベースのセキュリティを有効にする: 次の再起動時に仮想化ベースのセキュリティ (VBS) をオンにします。仮想化ベースのセキュリティでは、Windows ハイパーバイザーを使用してセキュリティ サービスのサポートを提供します。
                • \r\n
                  \r\n
                • セキュア ブートと直接メモリ アクセス: セキュア ブートと直接メモリ アクセス (DMA) を使用して VBS をオンにします。
                • \r\n
                \r\n ", + "windows10EndpointProtectionDeviceGuard": "Microsoft Defender アプリケーション制御による監査が必要であるか、実行しても差し支えないとの信頼をそこから得られる追加のアプリを選択します。Windows コンポーネントと Windows ストアのすべてのアプリは、実行しても差し支えないとの信頼を自動的に得ます。

                \r\n [監査のみ] モードで実行しているアプリケーションはブロックされません。[監査のみ] モードの場合、すべてのイベントがローカル クライアントのログに記録されます。\r\n ", + "windows10GeneralPrivacyPerApp": "[既定のプライバシー] で定義したのとは異なるプライバシー動作を設定するアプリを追加します。", + "windows10NetworkBoundaryNetworkBoundary": "ネットワーク境界は、クラウドでホストされているドメインや、エンタープライズ ネットワーク上のコンピューターの IP アドレスの範囲などのエンタープライズ リソースの一覧です。これらの場所に存在するデータを保護するポリシーを適用するには、ネットワーク境界を定義します。", + "windowsHealthMonitoring": "Windows の正常性の監視ポリシーを構成します。", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone は、禁止アプリ一覧で指定されたアプリや、承認済みアプリ一覧で指定されていないアプリをユーザーがインストールしたり起動したりするのを阻止できます。マネージド アプリはすべて、承認済み一覧に追加する必要があります。" + }, + "Inputs": { + "accountDomain": "アカウントのドメイン", + "accountDomainHint": "例: contosodomain", + "accountDomainInfoBalloon": "ユーザーのアカウント ドメインを指定します。", + "accountTypeInfoBalloon": "認証モデルに基づいて構成されているアカウントの種類を指定します", + "allowContactSetting": "ユーザーに連絡先の設定の変更を許可する", + "allowContactSyncInfoBalloon": "連絡先の同期設定を変更することをユーザーに許可するかどうかを指定します", + "allowUserChange": "ユーザーに設定の変更を許可する", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "com.microsoft.word に類似したパッケージ名を入力してください", + "androidUrlValidation": "https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=ja のような有効な URL を入力します", + "appInstallContext": "アプリのインストール コンテキスト", + "appUrlLabel": "アプリ ストアの URL", + "appleUrlValidation": "https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8 のような有効な URL を入力します", + "applicableDeviceType": "適用可能なデバイスの種類", + "assignmentActionLabel": "モード", + "authenticationMethodInfoBalloon": "ユーザーの認証方法を指定します", + "authenticationMetod": "認証方法", + "authenticationType": "認証の種類", + "authenticationTypeInfoBalloon": "ユーザーの認証の種類を指定する", + "availableLicenseCount": "使用可能なライセンス", + "basicAuth": "基本認証", + "biometricsInfoBalloon": "TouchID または FaceID などの生体認証を、デバイス上のアプリにアクセスするためにユーザーに求めることができます。必要に応じて、このプロファイルで選択した認証方法に加えて、生体認証が使用されます。Intune App Protection ポリシーが展開されている場合は、この設定を有効にしないでください。App Protection ポリシーには管理対象データへのアクセスに先立つアクセス要件が含まれているためです。両方を有効にすると、Outlook Mobile にアクセスするためにアクセス プロンプトが複数表示されます。設定で構成しない場合、既定のアプリ設定はオフになります。 ", + "bookNameLabel": "ブックの名前", + "bundleDescriptionHint": "含まれているアプリに関する詳しい説明を入力します。", + "calendar": "予定表", + "categoryLabel": "カテゴリ", + "categoryNameLabel": "既定の名前", + "certProfileType": "証明書プロファイルの種類", + "certificate": "証明書", + "certificates": "証明書", + "commandLineLabel": "コマンドライン引数", + "commandLineSizeHint": "コマンドライン引数テキストの最大長は 1024 文字です", + "configurationSettingsFormatLabel": "構成設定の形式", + "configurationSettingsLabel": "設定の形式", + "contactSync": "連絡先を保存する", + "contactSyncInfoBalloon": "連絡先をモバイル デバイスのネイティブ アドレス帳に保存すると、新しい通話とテキスト メッセージを、ユーザーの既存の Outlook 連絡先にリンクすることができます。設定で構成しない場合、既定のアプリ設定はオフになります。", + "contacts": "連絡先", + "createdDateTime": "作成済み", + "defaultCategoryHint": "既定のカテゴリを変更することはできません", + "deploySMimeCertsFromIntune": "Intune から S/MIME 証明書を展開します", + "descriptionGenericLabel": "説明", + "descriptionHint": "説明の入力...", + "descriptionLabel": "説明", + "descriptionSizeHint": "説明の長さは、10,000 文字以内にする必要があります", + "developerLabel": "開発者", + "developerSizeHint": "開発者名の最大長は 256 文字です。", + "disable": "無効", + "disabled": "無効", + "displayNameLabel": "名前", + "displayVersionHint": "アプリのバージョンを入力します", + "displayVersionLabel": "アプリのバージョン", + "displayVersionLengthCheck": "表示バージョンの長さは最大 130 文字までにする必要があります", + "eBookCategoryNameLabel": "既定の名前", + "emailAccount": "メール アカウント名", + "emailAccountHint": "例: 会社のメール", + "emailAccountInfoBalloon": "ユーザーのデバイスに表示されるメール アカウントの表示名を指定します", + "emailAddressAttribute": "AAD からのメール アドレス属性", + "emailAddressInfoBalloon": "メールの送受信に使用するメール アドレスを指定します", + "emailServer": "メール サーバー", + "emailServerHint": "例: mail.contoso.com", + "emailServerInfoBalloon": "Exchange Server のホスト名を指定します", + "enable": "有効にする", + "enableSMime": "S/MIME を有効にする", + "enabled": "有効", + "encryptAllEmails": "すべての電子メールを暗号化します", + "encryptionCertificates": "暗号化証明書", + "endUserNotifications": "エンドユーザー通知", + "enrollmentTypeLabel": "デバイス登録の種類", + "externalRecipients": "外部受信者のメール ヒント", + "externalRecipientsInfoBalloon": "外部受信者のメール ヒントは、送信者が外部の受信者を追加したり、外部受信者が含まれる配布グループを追加したりする場合に表示されます。このメール ヒントでは、作成したメッセージが組織外に送られるかどうかを送信者に通知するので、表現、口調、内容に関して適切な判断を下すのに役立ちます。利用できるのは、ハイブリッド先進認証を使用する Exchange Online アカウントおよびオンプレミスのアカウントのみです。設定で構成しない場合、既定のアプリ設定はオンになります。", + "focusedInbox": "優先受信トレイ", + "focusedInboxInfoBalloon": "優先受信トレイは、受信トレイを [Focused (優先)] と [Other (その他)] に分けます。最も重要な電子メールは [Focused (優先)] タブに入り、残りは [Other (その他)] タブで簡単にアクセスできるようになりますが、そのままにしておくことができます。設定で構成しない場合、既定のアプリ設定は [オン] になります。", + "fullScreenEnabledLabel": "全画面表示", + "gmailNineAmountOfEmail": "同期するメールの量", + "gmailNineAuthenticationMethodInfoBalloon": "ユーザーがメール サーバーの認証を受ける方法を選択します。エンド ユーザーにとって最も安全でシームレスなエクスペリエンスを提供するには証明書を使用します。デバイス所有者のデバイスの SCEP と PKCS 証明書プロファイルが利用できないため、証明書ベースの認証はまだ利用できません。 ", + "gmailNineCertificateUPNInfoBalloon": "証明書には、サブジェクトの別名としてユーザー プリンシパル名 (UPN) が含まれていなければなりません。", + "gmailNineEmailAddressInfoBalloon": "MyName@contoso.com (UPN) などのプロファイルで使用されるメール アドレスを動的に生成するために、Intune が Azure AD から取得する属性です。メール プロファイルの AAD 属性の詳細についてご確認ください。", + "gmailNineEmailServerInfoBalloon": "指定したアプリでメールを取得するために接続するメール サーバーの Exchange の場所 (URL)。", + "gmailNineEmailSynchronizeInfoBalloon": "クライアントで同期するメールの量を制御します。", + "gmailNineSSLInfoBalloon": "SSL を有効にすると、メール サーバーとのすべての通信を保護できます。", + "gmailNineUsernameInfoBalloon": "MyName@contoso.com (UPN) または MyName (ユーザー名) などのプロファイルで使用されるユーザー名を動的に生成するために、Intune が Azure AD から取得する属性です。メール プロファイルの AAD 属性の詳細についてご確認ください。", + "ignoreManifestScope": "マニフェストの範囲を無視する", + "ignoreVersionDetection": "アプリのバージョンを無視する", + "informationUrlLabel": "情報 URL", + "informationUrlSizeHint": "情報 URL の最大長は 1024 文字です", + "installAsManaged": "管理対象としてインストールする", + "installationSourceLabel": "アプリの種類", + "installerTypeInfoBalloon": "アプリケーション パッケージのインストーラーの種類。", + "installerTypeLabel": "インストーラーの種類", + "isFeatured": "ポータル サイトでおすすめアプリとして表示する", + "isMAMEnabledToggleLabel": "はい", + "lastModifiedDateTime": "最終更新時刻", + "ldapUrl": "LDAP URL", + "licensingType": "デバイス コンテキストの割り当てをサポートする", + "microsoft": "Microsoft", + "minimumOperationSystem": "最低限のオペレーティング システム", + "modernAuth": "先進認証", + "nameHint": "名前の入力", + "nameLabel": "名前", + "nameSizeHint": "名前の最大長は 512 文字です。", + "notConfigured": "構成されていません", + "notesLabel": "メモ", + "notesSizeHint": "ノート テキストの最大長は 1024 文字です。", + "notificationType": "通知の種類", + "oneDay": "1 日", + "oneMonth": "1 か月", + "oneWeek": "1 週間", + "outlookSMimeSettings": "Outlook S/MIME の設定", + "ownerLabel": "所有者", + "ownerSizeHint": "所有者名の最大長は 256 文字です。", + "packageIdLabel": "パッケージ識別子", + "packageNameLabel": "パッケージ名", + "pivCredentialNotConfigured": "ご利用のテナントに関して、派生資格情報の発行者が選択されていません。このポリシーをデバイスに正常に適用するには、その前にいずれかを構成する必要があります。", + "platformLabel": "プラットフォーム", + "policyDescriptionLabel": "説明", + "policyNameLabel": "名前", + "preComposedIconEnabled": "合成済み", + "primarySMTPAddress": "プライマリ SMTP アドレス", + "privacyUrlLabel": "プライバシー URL", + "publisherHint": "発行元の名前を入力してください", + "publisherLabel": "発行元", + "publisherSizeHint": "発行元の名前の長さは、2 文字以上 1024 文字以下にする必要があります", + "require": "必要", + "requireBiometrics": "アプリへのアクセスに生体認証を設定する", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "少なくとも 1 つのスコープ タグが必要です", + "searchAppLabel": "アプリの選択", + "searchAppLinkText": "アプリ ストアを検索します", + "searchWinGetPublicRepositoryLinkText": "Windows パッケージ マネージャーのコミュニティ リポジトリを検索する", + "searchWinGetStoreRepositoryLinkText": "Microsoft Store アプリ (新規) を検索する", + "selectAAD": "AAD 属性の選択", + "selectAppFileLabel": "ファイルの選択", + "selectAppFileLinkText": "アプリ パッケージ ファイルの選択", + "selectAppFileToUpdateLabel": "更新するファイルの選択", + "selectAuthMethod": "認証の方式を選びます", + "selectAuthType": "認証の種類の選択", + "selectCatalogAppLabel": "アプリの選択", + "selectCatalogAppLinkText": "Windows アプリ (Win32) カタログを検索する", + "selectCertificate": "証明書を選択してください", + "signAllEmails": "すべての電子メールに署名します", + "signingCertificates": "署名証明書", + "ssl": "SSL", + "suiteDescriptionLabel": "スイートの説明", + "suiteNameLabel": "スイート名", + "targetApplicationBundleIdentifier": "ターゲット アプリケーション バンドル識別子", + "targetedPlatformsLabel": "対象プラットフォーム", + "tasks": "タスク", + "threeDays": "3 日", + "totalLicenseCount": "ライセンスの総数", + "twoWeeks": "2 週間", + "unifiedAssignmentsLabel": "割り当て先:", + "unlimited": "無制限", + "urlHint": "有効な URL を入力してください", + "useManagedBrowserHint": "Android と iOS のみ。詳細を表示", + "useManagedBrowserLabel": "このリンクを開くには Managed Browser が必要です", + "userPrinicipalName": "ユーザー プリンシパル名", + "username": "ユーザー名", + "usernameAttribute": "AAD からのユーザー名の属性", + "usernameAttributreInfoBalloon": "アカウントの認証に使用するメール プロファイルのユーザー プリンシパル名を指定します", + "usernamePassword": "ユーザー名とパスワード", + "webAppUrlHint": "http:// または https:// で始まる有効な URL を入力してください", + "webAppUrlLabel": "アプリ URL", + "webAppUrlSizeHint": "アプリの URL 最大長は、1024 文字です", + "windowsUrlValidation": "https://www.microsoft.com/store/p/lync/9wzdncrfhvhm のような有効な URL を入力してください", + "xMLDataEntered": "XML データが入力されました", + "xmlFormatInvalid": "XML ポリシーの形式が無効です。", + "xmlTooLarge": "入力サイズは 1 MB 未満である必要があります。" + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "{0} を削除できませんでした", @@ -8432,374 +8847,13 @@ "modifying": "{0} を削除しています", "success": "{0} が正常に削除されました" }, - "Included": { - "none": "クラウド アプリ、アクション、認証コンテキストが選択されていません", - "plural": "{0} 個の認証コンテキストを含む", - "singular": "1 個の認証コンテキストを含む" - }, - "InfoBlade": { - "createTitle": "認証コンテキストの追加", - "deleteDisallowed": "条件付きアクセス ポリシーによって参照されている間は、この認証コンテキストを削除できません。", - "descPlaceholder": "認証コンテキストの説明を追加してください", - "modifyTitle": "認証コンテキストの変更", - "namePlaceholder": "例: 信頼できる場所、信頼できるデバイス、強力な認可", - "publishDesc": "アプリに発行すると、アプリで認証コンテキストが使用できるようになります。タグの条件付きアクセス ポリシーの構成が完了したら、発行してください。[詳細情報][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "アプリに発行", - "titleDesc": "アプリケーションのデータとアクションを保護するために使用される認証コンテキストを構成します。アプリケーション管理者が理解できる名前と説明をお使いください。[詳細情報][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "この認証コンテキストの発行を取り消すと、認証コンテキストによって保護されているリソースへのアクセスが失われる可能性があります。" - }, "Notify": { "failure": "{0} を更新できませんでした", "modifying": "{0} を変更しています", "success": "{0} が正常に更新されました" }, - "WhatIf": { - "selected": "含まれる認証コンテキスト" - }, - "addNewStepUp": "新しい認証コンテキスト", - "bannerText": "Azure AD Premium を使用して、独自の認証コンテキスト値と条件付きアクセス ポリシーを作成します", - "checkBoxInfo": "このポリシーが適用される認証コンテキストを選択します", - "configure": "認証コンテキストの構成", - "createCA": "条件付きアクセス ポリシーを認証コンテキストに割り当てる", - "dataGrid": "認証コンテキストの一覧", - "deleteFailedByReference": "この認証コンテキストは CA ポリシーによって参照されているため、削除できません。", - "description": "説明", - "documentation": "ドキュメント", - "getStarted": "概要", - "label": "認証コンテキスト", - "menuLabel": "認証コンテキスト", - "name": "名前", - "noAuthContextConfigured": "認証コンテキストが構成されていません。", - "noAuthContextSet": "認証コンテキストがありません", - "noData": "表示する認証コンテキストがありません", - "selectionInfo": "認証コンテキストは、SharePoint や Microsoft Cloud App Security などのアプリのアプリケーション データとアクションを保護するために使用されます。", - "step": "ステップ", - "tabDescription": "認証コンテキストを管理して、アプリ内のデータとアクションを保護します。条件付きアクセス ポリシーによって参照されている認証コンテキストは削除できません。[詳細情報][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "認証コンテキストを含むリソースをタグ付けする" + "menuLabel": "認証コンテキスト" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (電話によるサインイン)", - "email": "メールのワンタイム パスコード", - "federatedMultiFactor": "フェデレーション多要素", - "federatedSingleFactor": "フェデレーション単一要素", - "fido2": "FIDO2 セキュリティ キー", - "hardwareOath": "ハードウェア OATH トークン", - "hardwareOathEmail": "ハードウェア OATH トークン + メールのワンタイム パスコード", - "hardwareOathFederatedSingleFactor": "フェデレーション単一要素 + ハードウェア OATH トークン", - "microsoftAuthenticatorPush": "Microsoft Authenticator (プッシュ通知)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (プッシュ通知) + メールのワンタイム パスコード", - "microsoftAuthenticatorPushFederatedSingleFactor": "フェデレーション単一要素 + Microsoft Authenticator (プッシュ通知)", - "none": "なし", - "password": "パスワード", - "passwordHardwareOath": "パスワード + ハードウェア OATH トークン", - "passwordMicrosoftAuthenticatorPush": "パスワード + Microsoft Authenticator (プッシュ通知)", - "passwordSms": "パスワード + SMS", - "passwordSoftwareOath": "パスワード + ソフトウェア OATH トークン", - "passwordVoice": "パスワード + 音声", - "passwordX509CertificateMultiFactor": "パスワードと証明書ベースの認証 (多要素)", - "passwordX509CertificateSingleFactor": "パスワードと証明書ベースの認証 (単一要素)", - "sms": "SMS", - "smsEmail": "SMS + メールのワンタイム パスコード", - "smsFederatedSingleFactor": "フェデレーション単一要素 + SMS", - "softwareOath": "ソフトウェア OATH トークン", - "softwareOathEmail": "ソフトウェア OATH トークン + メールのワンタイム パスコード", - "softwareOathFederatedSingleFactor": "フェデレーション単一要素 + ソフトウェア OATH トークン", - "temporaryAccessPassMultiUse": "一時アクセス パス (複数使用)", - "temporaryAccessPassOneTime": "一時アクセス パス (1 回限りの使用)", - "voice": "音声", - "voiceEmail": "音声 + メールのワンタイム パスコード", - "voiceFederatedSingleFactor": "フェデレーション単一要素 + 音声", - "windowsHelloForBusiness": "Windows Hello for Business", - "x509CertificateMultiFactor": "証明書ベースの認証 (多要素)", - "x509CertificateSingleFactor": "証明書ベースの認証 (単一要素)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "ダウンロードをブロックする (プレビュー)", - "monitorOnly": "監視のみ (プレビュー)", - "protectDownloads": "ダウンロードを保護する (プレビュー)", - "useCustomControls": "カスタム ポリシーを使用する..." - }, - "ariaLabel": "適用するアプリの条件付きアクセス制御の種類を選択します" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "アプリ ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "選択したクラウド アプリの一覧" - }, - "UpperGrid": { - "ariaLabel": "検索用語に一致するクラウド アプリの一覧" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "[選択された場所] を使用する場合、少なくとも 1 つの場所を選択する必要があります。", - "selector": "少なくとも 1 つの場所を選択してください" - }, - "privateLinksInfo": "Azure AD の Private Link は、Azure サービスに最適です。このポリシーが適用されるプリンシパルに、M365 などのパブリック サービスに至る要件がないことを確認してください。" - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "次のクライアントのうち、少なくとも 1 つを選択する必要があります" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "このポリシーは、ブラウザーと先進認証アプリにのみ適用されます。すべてのクライアント アプリにポリシーを適用するには、クライアント アプリの条件を有効にし、すべてのクライアント アプリを選択してください。", - "classicExperience": "このポリシーが作成されたため、既定のクライアント アプリの構成が更新されました。", - "legacyAuth": "構成されていない場合、ポリシーは、最新および従来の認証を含むすべてのクライアント アプリに適用されるようになりました。" - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "属性", - "placeholder": "属性を選択" - }, - "Configure": { - "infoBalloon": "ポリシーを適用するアプリ フィルターを構成します。" - }, - "NoPermissions": { - "learnMoreAria": "カスタム セキュリティ属性のアクセス許可に関する詳細情報。", - "message": "カスタム セキュリティ属性を使用するために必要なアクセス許可がありません。" - }, - "gridHeader": "カスタム セキュリティ属性を使用すると、ルール ビルダーまたはルール構文テキスト ボックスを使用して、フィルター ルールを作成または編集できます。プレビューでは、文字列型の属性のみがサポートされています。整数型またはブール型の属性は表示されません。", - "learnMoreAria": "ルール ビルダーと構文テキスト ボックスの使用に関する詳細情報。", - "noAttributes": "フィルター処理できるカスタム属性はありません。このフィルターを使用するには、いくつかの属性を構成する必要があります。", - "title": "フィルターの編集 (プレビュー)" - }, - "CloudAppsUserActions": { - "any": "すべてのクラウド アプリまたはアクション", - "infoBalloon": "テストするクラウド アプリまたはユーザー アクション。例: 'SharePoint Online'", - "learnMore": "すべてまたは特定のクラウド アプリまたはアクションに基づいて、アクセスを制御します。", - "learnMoreB2C": "すべてまたは特定のクラウド アプリに基づいて、アクセスを制御します。", - "learnMoreNetworkAccess": "すべてまたは特定のネットワーク アクセス トラフィック、クラウド アプリまたはアクションに基づいて、アクセスを制御します。", - "title": "クラウド アプリまたは操作" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "除外されたクラウド アプリの一覧" - }, - "Filter": { - "configured": "構成済み", - "label": "フィルターの編集 (プレビュー)", - "with": "{1} による {0}" - }, - "Included": { - "gridAria": "含まれているクラウド アプリの一覧" - }, - "Validation": { - "authContext": "[認証コンテキスト] では、少なくとも 1 つのサブ項目を構成する必要があります。", - "networkAccess": "[ネットワーク アクセス] では、少なくとも 1 つのトラフィック プロファイルを構成する必要があります。", - "selectApps": "\"{0}\" を構成する必要があります", - "selector": "少なくとも 1 つのアプリを選択してください。", - "userActions": "[ユーザー操作] では、少なくとも 1 つのサブ項目を構成する必要があります。" - } - }, - "DeviceState": { - "LearnMore": { - "message": "ユーザーがサインインしているデバイスが [Hybrid Azure AD Join を使用した] または [準拠としてマーク済み] でない場合にユーザー アクセスを制御します。\n これは非推奨になりました。代わりに '{1}' をお使いください。" - } - }, - "Errors": { - "notFound": "ポリシーが見つからなかったか、削除されています。", - "notFoundDetailed": "ポリシー \"{0}\" が存在しません。削除された可能性があります。" - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "すべて", - "b2bCollaborationGuestLabel": "B2B Collaboration ゲスト ユーザー", - "b2bCollaborationMemberLabel": "B2B Collaboration メンバー ユーザー", - "b2bDirectConnectUserLabel": "B2B 直接接続ユーザー", - "enumeratedExternalTenantsError": "外部テナントを少なくとも 1 つ選択してください。", - "enumeratedExternalTenantsLabel": "選択", - "externalTenantsLabel": "外部 Azure AD 組織の指定", - "externalUserDropdownLabel": "ゲストまたは外部ユーザーの種類の選択", - "externalUsersError": "外部ゲストまたはユーザーの種類を少なくとも 1 つ選択してください", - "guestOrExternalUsersInfoContent": "B2B Collaboration、B2B 直接接続、その他の種類の外部ユーザーが含まれます。", - "guestOrExternalUsersLabel": "ゲストまたは外部ユーザー", - "internalGuestLabel": "ローカル ゲスト ユーザー", - "otherExternalUserLabel": "その他の外部ユーザー", - "previewTag": "{0} (プレビュー)", - "serviceProviderUsersLabel": "サービス プロバイダー ユーザー" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "国/地域の検索方法", - "gps": "GPS 座標による場所の特定", - "info": "条件付きアクセス ポリシーの場所の条件が構成されている場合、ユーザーは、認証アプリから GPS の場所を共有するように求められます。 ", - "ip": "IP アドレスによる場所の特定 (IPv4 のみ)" - }, - "Header": { - "new": "新しい場所 ({0})", - "update": "場所の更新 ({0})" - }, - "IP": { - "learn": "ネームド ロケーションの IPv4 と IPv6 の範囲を構成します。\n[詳細情報][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "不明な国または地域とは、特定の国または地域に関連付けられていない IP アドレスです。[詳細情報][1]\n\nこれには、以下が含まれます。\n* IPv6 アドレス\n* 直接マッピングされていない IPv4 アドレス\n[1]: https://aka.ms/canamedlocations\n", - "label": "不明な国またはリージョンを含める" - }, - "Name": { - "empty": "名前は空にできません", - "placeholder": "この場所に名前を指定" - }, - "PrivateLink": { - "learn": "Azure AD のプライベート リンクを含むネームド ロケーションを新規作成します。\n[詳細情報][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "国の検索", - "names": "名前を検索", - "privateLinks": "プライベート リンクの検索" - }, - "Trusted": { - "label": "信頼できる場所としてマークする" - }, - "enter": "新しい IPv4 または IPv6 の範囲を入力してください", - "example": "例: 40.77.182.32/27 または 2a01:111::/32" - }, - "Label": { - "addCountries": "国の場所", - "addIpRange": "IP 範囲の場所", - "addPrivateLink": "Azure Private Link" - }, - "Notification": { - "Create": { - "Failed": { - "description": "新しい場所 ({0}) の作成でエラーが発生しました", - "title": "作成に失敗しました" - }, - "InProgress": { - "description": "新しい場所 ({0}) を作成しています", - "title": "作成中です" - }, - "Success": { - "description": "新しい場所 ({0}) の作成に成功しました", - "title": "作成に成功しました" - } - }, - "Delete": { - "Failed": { - "description": "場所 ({0}) の削除でエラーが発生しました", - "title": "削除に失敗しました" - }, - "InProgress": { - "description": "場所 ({0}) を削除しています", - "title": "削除の進行中" - }, - "Success": { - "description": "場所 ({0}) の削除に成功しました", - "title": "削除に成功しました" - } - }, - "Update": { - "Failed": { - "description": "場所 ({0}) の更新でエラーが発生しました", - "title": "更新に失敗しました" - }, - "InProgress": { - "description": "場所 ({0}) を更新しています", - "title": "更新が進行中" - }, - "Success": { - "description": "場所 ({0}) の更新に成功しました", - "title": "更新に成功しました" - } - } - }, - "PrivateLinks": { - "grid": "プライベート リンクの一覧" - }, - "Trusted": { - "title": "信頼済みタイプ", - "trusted": "信頼されている" - }, - "Type": { - "all": "すべての種類", - "countries": "国", - "ipRanges": "IP 範囲", - "privateLinks": "プライベート リンク", - "title": "場所の種類" - }, - "iPRangeInvalidError": "値は有効な IPv4 または IPv6 の範囲である必要があります。", - "iPRangeLinkOrSiteLocalError": "リンク ローカル アドレスまたはサイト ローカル アドレスとして検出された IP ネットワーク。", - "iPRangeOctetError": "IP ネットワークの先頭を 0 または 255 にすることはできません。", - "iPRangePrefixError": "IP ネットワーク プレフィックスは /{0} から /{1} の間である必要があります。", - "iPRangePrivateError": "プライベート アドレスとして検出された IP ネットワーク。" - }, - "NamedNetwork": { - "List": { - "gridAria": "名前付きの場所のリスト" - } - }, - "NetworkAccess": { - "Included": { - "none": "ターゲット リソースが選択されていません", - "plural": "{0}ネットワーク トラフィック プロファイルが選択されました", - "singular": "1 個のネットワーク トラフィック プロファイルが選択されました" - }, - "internetOptionText": "パブリック トラフィック", - "label": "ネットワーク アクセス (プレビュー)", - "m365OptionText": "M365 トラフィック", - "privateOptionText": "プライベート トラフィック", - "selectTrafficProfilesLabel": "このポリシーが適用されるトラフィック プロファイルを選択します", - "targetResourcesBalloonContext": "ターゲット リソース", - "targetResourcesSelectorTitle": "ターゲット リソース", - "trafficProfilesLearnMoreTooltip": "追加のトラフィック プロファイルを表示するには、NaaS ライセンスをさらに追加します。", - "ztnaEnableLearnMore": "ネットワーク アクセス制御を使用するには、ゼロ トラスト Cloud Edge を有効にする必要があります。" - }, - "Policies": { - "Grid": { - "aria": "条件付きアクセス ポリシーの一覧" - }, - "countText": "{1} 個のポリシーのうち {0} 個が見つかりました", - "countTextSingular": "1 個のポリシーのうち {0} 個が見つかりました", - "search": "ポリシーの検索" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "ポリシーを適用するために必要なサービス プリンシパルのリスク レベルを構成します​", - "infoBalloonContent": "選択したリスク レベルにポリシーを適用するようサービス プリンシパルのリスクを構成します", - "title": "サービス プリンシパルのリスク" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "選択したリアルタイム サインイン リスク検出にポリシーを適用するようにリスク検出を構成します。" - }, - "LearnMore": { - "message": "特定のリアルタイム サインイン リスク検出に対応するため、ユーザー アクセスを制御します。" - }, - "description": "含まれているいずれかのリスク検出でリスクが検出された場合、この条件は満たされます。これは、サインイン リスク レベルの計算には影響を与えません。", - "header": "リアルタイムの組み込みリスク検出", - "info": "サインイン中にリスクを検出する検出。", - "label": "サインイン リスクの検出 (プレビュー)", - "title": "サインイン リスクの検出" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "強力な認証を満たす方法の組み合わせ (パスワード + SMS など)", - "displayName": "多要素認証" - }, - "Passwordless": { - "description": "強力な認証に適合するパスワードレスの方法 (Microsoft Authenticator など) ", - "displayName": "パスワードレスの多要素認証" - }, - "PhishingResistant": { - "description": "最も強力な認証のためのフィッシング防止のパスワードレス メソッド (FIDO2 セキュリティ キーなど)", - "displayName": "フィッシングに強い多要素認証" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "フェデレーション プロバイダーが満たす認証方法の要求に関する詳細情報を表示します。", "certificate": "証明書の認証", @@ -8808,287 +8862,6 @@ "require": "フェデレーション認証方法が必要 (プレビュー)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "オフ", - "on": "オン", - "reportOnly": "レポート専用" - }, - "PolicyTemplates": { - "Devices": { - "description": "[デバイス] ポリシー テンプレート カテゴリを選択して、ネットワークにアクセスするデバイスを可視化します。アクセスを許可する前に、コンプライアンスと正常性状態を確認します。", - "name": "デバイス" - }, - "Identities": { - "description": "ID ポリシー テンプレート カテゴリを選択して、デジタル資産全体で強力な認証を使用して各 ID を確認し、セキュリティで保護します。", - "name": "ID" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "すべてのアプリ", - "office365": "Office 365", - "registerSecurityInfo": "セキュリティ情報の登録" - }, - "Conditions": { - "androidAndIOS": "デバイス プラットフォーム: Android および iOS", - "anyDevice": "Android、iOS、Windows、Mac を除くすべてのデバイス", - "anyDeviceStateExceptHybrid": "「準拠している」および「Hybrid Azure AD Join を使用した」以外のすべてのデバイスの状態", - "anyLocation": "信頼以外のすべての場所", - "browserMobileDesktop": "クライアント アプリ: ブラウザー、モバイル アプリ、デスクトップの各クライアント", - "exchangeActiveSync": "クライアント アプリ: Exchange Active Sync、その他のクライアント", - "windowsAndMac": "デバイス プラットフォーム: Windows および Mac" - }, - "Devices": { - "anyDevice": "任意のデバイス" - }, - "Grant": { - "appProtectionPolicy": "アプリ保護ポリシーが必要", - "approvedClientApp": "承認されたクライアント アプリが必要", - "blockAccess": "アクセスのブロック", - "mfa": "多要素認証を要求する", - "passwordChange": "パスワードの変更を要求する", - "requireCompliantDevice": "デバイスは準拠しているとしてマーク済みであることが必要", - "requireHybridAzureADDevice": "Hybrid Azure AD Join を使用したデバイスが必要" - }, - "Session": { - "appEnforcedRestrictions": "アプリによって適用される制限を使用する", - "signInFrequency": "サインインの頻度と永続的なブラウザー セッションの禁止" - }, - "UsersAndGroups": { - "allUsers": "すべてのユーザー", - "directoryRoles": "現在の管理者以外のディレクトリ ロール", - "globalAdmin": "グローバル管理者", - "noGuestAndAdmins": "ゲストと外部、グローバル管理者、現在の管理者以外のすべてのユーザー" - }, - "azureManagement": "Azure の管理", - "deviceFilters": "デバイスのフィルター", - "devicePlatforms": "デバイス プラットフォーム" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "アンマネージド デバイスからの SharePoint、OneDrive、Exchange コンテンツへのアクセスをブロックまたは制限します。", - "name": "CA014: アンマネージド デバイスに対してアプリケーションによって適用される制限を使用する", - "title": "アンマネージド デバイスに対してアプリケーションによって適用される制限を使用する" - }, - "ApprovedClientApps": { - "description": "データ損失を防ぐために、組織は Intune アプリ保護を使用して、承認された先進認証クライアント アプリへのアクセスを制限できます。", - "name": "CA012: 承認済みのクライアント アプリとアプリ保護を要求する", - "title": "承認済みのクライアント アプリとアプリ保護を要求する" - }, - "BlockAccessOnUnknowns": { - "description": "デバイスの種類が不明またはサポートされていない場合、ユーザーは会社のリソースへのアクセスをブロックされます。", - "name": "CA010: 不明なまたはサポートされていないデバイス プラットフォームのアクセスをブロックする", - "title": "不明なまたはサポートされていないデバイス プラットフォームのアクセスをブロックする" - }, - "BlockLegacyAuth": { - "description": "多要素認証をバイパスするために使用できるレガシ認証エンドポイントをブロックします。 ", - "name": "CA003: レガシ認証をブロックする", - "title": "レガシ認証をブロックする" - }, - "NoPersistentBrowserSession": { - "description": "ブラウザーが閉じられた後もブラウザー セッションがサインインしたままにならないようにし、サインイン頻度を 1 時間に設定することで、アンマネージド デバイスでのユーザー アクセスを保護します。", - "name": "CA011: 永続的なブラウザー セッションなし", - "title": "永続的なブラウザー セッションなし" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "特権管理者に、準拠または Hybrid Azure AD Join を使用したデバイスでの、リソースへのアクセスのみを行うように要求します。​", - "name": "CA009: 準拠しているか、Hybrid Azure AD Join を使用したデバイスを管理者に要求する", - "title": "準拠しているか、Hybrid Azure AD Join を使用したデバイスを管理者に要求する" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "ユーザーにマネージド デバイスの使用または多要素認証の実行を要求することで、会社のリソースへのアクセスを保護します (macOS または Windows のみ)", - "name": "CA013: 準拠していること、Hybrid Azure AD Join を使用したデバイス、または多要素認証をすべてのユーザーに要求する", - "title": "準拠していること、Hybrid Azure AD Join を使用したデバイス、または多要素認証をすべてのユーザーに要求する" - }, - "RequireMFAAllUsers": { - "description": "侵害のリスクを軽減するために、すべてのユーザー アカウントに多要素認証を要求します。", - "name": "CA004: すべてのユーザーに多要素認証を要求する", - "title": "すべてのユーザーに多要素認証を要求する" - }, - "RequireMFAForAdmins": { - "description": "侵害のリスクを軽減するために、特権のある管理アカウントに多要素認証を要求します。このポリシーは、セキュリティの既定値と同じロールを対象とします。", - "name": "CA001: 管理者に多要素認証を要求する", - "title": "管理者に多要素認証を要求する" - }, - "RequireMFAForAzureManagement": { - "description": "Azure リソースへの特権アクセスを保護するには、多要素認証が必要です。", - "name": "CA006: Azure 管理に多要素認証を要求する", - "title": "Azure 管理に多要素認証を要求する" - }, - "RequireMFAForGuestAccess": { - "description": "ゲスト ユーザーが会社のリソースにアクセスするときに多要素認証を実行することを要求します。", - "name": "CA005: ゲスト アクセスに多要素認証を要求する", - "title": "ゲスト アクセスに多要素認証を要求する" - }, - "RequireMFAForRiskySignIn": { - "description": "サインイン リスクが中または高であることが検出された場合、多要素認証を要求します。(Azure AD Premium 2 ライセンスが必要)", - "name": "CA007: 危険なサインインに多要素認証を要求する", - "title": "危険なサインインに多要素認証を要求する" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "ユーザー リスクが高であることが検出された場合、ユーザーにパスワードの変更を要求します。(Azure AD Premium 2 ライセンスが必要)", - "name": "CA008: 危険性の高いユーザーにパスワードの変更を要求する", - "title": "危険性の高いユーザーにパスワードの変更を要求する" - }, - "RequireSecurityInfo": { - "description": "ユーザーが Azure AD 多要素認証とセルフサービス パスワードに登録するタイミングと方法をセキュリティで保護します。 ", - "name": "CA002: セキュリティ情報登録の保護", - "title": "セキュリティ情報登録の保護" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "このポリシーを有効にすると、不明なデバイスの種類からのアクセスが禁止されます。ユーザーに影響しないことを確認するまで、レポート専用モードを使用することをお勧めします。" - }, - "BlockLegacyAuth": { - "description": "ユーザーに影響しないことを確認するまで、レポート専用モードを使用することをお勧めします。", - "title": "このポリシーを有効にすると、すべてのユーザーのレガシ認証がブロックされます。" - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "特権ユーザーに影響しないことを確認するまで、レポート専用モードを使用して開始することを検討してください。", - "reportOnly": "準拠デバイスが必要なレポート専用モードのポリシーでは、デバイス コンプライアンスが強制されていない場合でも、ポリシーの評価時に、Mac、iOS、Android のユーザーにデバイス証明書を選択するよう求めるメッセージが表示される場合があります。このメッセージは、デバイスが準拠するまで繰り返される可能性があります。" - }, - "Title": { - "on": "このポリシーを有効にすると、マネージド デバイス (準拠または Hybrid Azure AD Join を使用しているなど) を使用しない限り、特権ユーザーのアクセスは禁止されます。有効にする前に、コンプライアンス ポリシーを構成しているか、または Hybrid Azure AD 構成を有効にしているかを確認してください。", - "reportOnly": "有効にする前に、コンプライアンス ポリシーを構成しているか、または Hybrid Azure AD 構成を有効にしているかを確認してください。" - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "このポリシーは、現在ログインしている管理者を除くすべてのユーザーに影響します。これがユーザーに影響しないことを確認するまで、レポート専用モードを使用して開始することを検討してください。" - }, - "Title": { - "on": "ご自分をロックアウトしないでください。お使いのデバイスが準拠しているか、Hybrid Azure AD Join を使用しているか、または多要素認証を構成していることを確認してください。 ", - "reportOnly": "準拠デバイスが必要なレポート専用モードのポリシーでは、デバイス コンプライアンスが強制されていない場合でも、ポリシーの評価時に、Mac、iOS、Android のユーザーにデバイス証明書を選択するよう求めるメッセージが表示される場合があります。このメッセージは、デバイスが準拠するまで繰り返される可能性があります。" - } - }, - "RequireMfa": { - "description": "オンプレミスのオブジェクトを同期するために緊急アクセス アカウントか Azure AD Connect を使用する場合、作成後にこのポリシーから以下のアカウントを除外しなければならない場合があります。" - }, - "RequireMfaAdmins": { - "description": "現在の管理者アカウントは自動的に除外されますが、それ以外はすべてポリシーの作成時に保護されます。まずはレポート専用モードを使用することをお勧めします。", - "title": "自分自身をロックアウトしないでください。このポリシーは Azure portal に影響します。" - }, - "RequireMfaAllUsers": { - "description": "この変更を計画してすべてのユーザーにお知らせするまで、まずはレポート専用モードを使用することをお勧めします。", - "title": "このポリシーを有効にすると、すべてのユーザーに多要素認証が強制されます。" - }, - "RequireSecurityInfo": { - "description": "会社のニーズに応じてこれらのアカウントを保護するため、構成をご確認ください。", - "title": "このポリシーから除外されるユーザーとロール: ゲストや外部ユーザー、グローバル管理者、現在の管理者" - } - }, - "basics": "基本", - "clientApps": "クライアント アプリ", - "cloudApps": "クラウド アプリ", - "cloudAppsOrActions": "クラウド アプリまたは操作 ", - "conditions": "条件 ", - "createNewPolicy": "テンプレートから新しいポリシーを作成 (プレビュー)", - "createPolicy": "ポリシーの作成", - "currentUser": "現在のユーザー", - "customizeBuild": "ツールのカスタマイズ", - "customizeTemplate": "テンプレート リストが、作成するポリシーの種類に基づいてカスタマイズされます", - "excludedDevicePlatform": "除外されたデバイス プラットフォーム", - "excludedDirectoryRoles": "除外されたディレクトリ ロール", - "excludedLocation": "除外されたディレクトリ ロール", - "excludedUsers": "除外されたユーザー", - "grantControl": "制御の許可 ", - "includeFilteredDevice": "フィルター処理されたデバイスをポリシーに含める", - "includedDevicePlatform": "含められたデバイス プラットフォーム", - "includedDirectoryRoles": "含められたディレクトリ ロール", - "includedLocation": "含められた場所", - "includedUsers": "含められたユーザー", - "legacyAuthenticationClients": "レガシ認証クライアント", - "namePolicy": "ポリシーに名前をつける", - "needAdPremiumMessage": "この機能を使用するには、Azure AD Premium サブスクリプションが必要です。", - "next": "次へ", - "policyName": "ポリシー名", - "policyState": "ポリシーの状態", - "policySummary": "ポリシーの概要", - "policyTemplate": "ポリシー テンプレート", - "previous": "前へ", - "reviewAndCreate": "確認と作成", - "riskLevels": "リスク レベル", - "selectATemplate": "テンプレートの選択", - "selectTemplate": "テンプレートの選択", - "selectTemplateCategory": "テンプレート カテゴリの選択", - "selectTemplateRecommendation": "応答に基づいて次のテンプレートをお勧めします", - "sessionControl": "セッション制御 ", - "signInFrequency": "サインインの頻度", - "signInRisk": "サインイン リスク", - "template": "テンプレート ", - "templateCategory": "テンプレート カテゴリ", - "userRisk": "ユーザーのリスク", - "usersAndGroups": "ユーザーとグループ ", - "viewPolicySummary": "ポリシーの概要を表示する " - }, - "SSM": { - "MemberSelector": { - "description": "ユーザーとグループ" - }, - "Notification": { - "Migration": { - "error": "継続的アクセス評価の設定を条件付きアクセス ポリシーに移行できませんでした", - "inProgress": "継続的アクセス評価の設定の移行中", - "success": "継続的アクセス評価の設定が条件付きアクセス ポリシーに正常に移行されました", - "successDescription": "条件付きアクセス ポリシーに移動して、[CAE 設定から作成された CA ポリシー] という新規作成されたポリシーで、移行された設定をご確認ください。" - }, - "error": "継続的アクセス評価の設定を更新できませんでした", - "inProgress": "継続的アクセス評価の設定を更新しています", - "success": "継続的アクセス評価の設定が正常に更新されました" - }, - "PreviewOptions": { - "disable": "プレビューを無効にする", - "enable": "プレビューを有効にする" - }, - "StrictLocationEnforcement": { - "infoContent1": "ネットワーク パーティションまたは IPv4/IPv6 の不一致により、Azure AD とリソース プロバイダーによって同じクライアント デバイスから異なる IP が確認されました。厳密な場所の強制により、Azure AD とリソース プロバイダーによって確認された両方の IP アドレスに基づいて条件付きアクセス ポリシーが適用されます。", - "infoContent2": "最大限のセキュリティを確保するには、Azure AD とリソース プロバイダーの両方によって確認できる IP をすべてネームド ロケーション ポリシーに含め、\"厳密な場所の強制\" モードを有効にすることをお勧めします。", - "label": "厳密な場所の強制", - "title": "その他の強制モード" - }, - "bladeTitle": "継続的アクセス評価", - "description": "ユーザーのアクセスが削除されるか、クライアントの IP アドレスが変更されるとき、継続的アクセス評価により、リソースとアプリケーションへのアクセスが凖リアルタイムで自動的にブロックされます。", - "migrateLabel": "移行", - "migrationError": "次のエラーにより、移行が失敗しました: {0}", - "migrationInfo": "CAE 設定は、条件付きアクセス UX に移動されました。上の [移行] ボタンを使用して移行し、今後は条件付きアクセス ポリシーで構成してください。詳細については、こちらをクリックしてください。", - "noLicenseMessage": "Azure AD Premium を使用してスマート セッション管理設定を管理する", - "optionsPickerTitle": "継続的アクセス評価の有効化または無効化", - "upsellInfo": "このページの設定を変更することはできなくなりました。ここでの設定は無視する必要があります。前の設定が適用されます。今後は、[条件付きアクセス] で CAE 設定を構成できます。詳細については、こちらをクリックしてください。" - }, - "SamlReauth": { - "Filter": { - "warning": "動的クエリを使用するアプリケーションにターゲット設定しています。一部のアプリケーションでは、[サインインの頻度 (毎回)] のセッション制御で使用することがサポートされていない場合があります。{0}推奨されるシナリオの詳細をご覧ください。{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "選択された組織の一覧" - }, - "Upper": { - "gridAria": "利用可能な組織の一覧" - }, - "addTenantLabel": "テナントを選択に追加", - "customOrganizationDescription": "このテナント ID を持つ組織を追加します", - "description": "Azure AD 組織を追加するため、そのドメイン名の 1 つを入力します。", - "notFoundResult": "見つかりませんでした", - "searchBoxPlaceholder": "テナント ID またはドメイン名", - "subTitle": "Azure AD 組織", - "tenantAdded": "このテナント ID は既に追加されています。", - "tenantIdNotFound": "テナント ID が見つかりません" - }, - "Selector": { - "AdditionalDetails": { - "aria": "組織 ID: {0}" - }, - "DisplayText": { - "multiple": "{0} 個の Azure AD 組織が選択されました", - "single": "1 個の Azure AD 組織が選択されました" - }, - "gridAria": "選択された組織の一覧" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "セッションの有効期間の変更", "mainOptionHelp": "ユーザーにメッセージを表示する頻度と、ブラウザー セッションを永続的にするかどうかを構成します。先進認証プロトコルがサポートされていないアプリケーションではこのポリシーが無視される可能性があります。その場合、アプリケーション開発者にお問い合わせください。" }, - "SigninRisk": { - "LearnMore": { - "message": "特定のサインイン リスク レベルに対応するため、ユーザー アクセスを制御します。" - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "\"{0}\" を選択すると、\"{1}\" 条件は構成できなくなります。" - }, - "description": "サインイン リスク レベルは、すべてのリアルタイム リスク検出に基づいて生成されます。", - "header": "このポリシーを適用するサインイン リスク レベルを選択します" - }, "SingleSelectorActive": { "failed": "このデータを読み込めません。", "reattempt": "データを読み込んでいます。{1} 個中 {0} 個を再試行します。" }, - "TimeCondition": { - "Errors": { - "both": "\"対象\" または \"対象外\" の時間の範囲が無効です。", - "daysOfWeek": "{0}少なくとも 1 つの曜日を指定してください。", - "endBeforeStart": "{0}開始日時が終了日時より前であることを確認してください。", - "exclude": "\"対象外\" の時間の範囲が無効です。", - "generic": "{0}曜日とタイム ゾーンの両方が設定されていることを確認してください。[終日] チェック ボックスがオフになっている場合は、開始時刻と終了時刻も設定する必要があります。", - "include": "\"対象\" の時間の範囲が無効です。", - "timeMissing": "{0}開始時刻と終了時刻の両方を指定してください。", - "timeZone": "{0}タイム ゾーンを指定してください。", - "timesAndZone": "{0}開始時刻、終了時刻、タイム ゾーンが設定されていることを確認してください。" - } - }, - "UserActions": { - "Included": { - "none": "クラウド アプリまたは操作が選択されていません", - "plural": "{0} 個のユーザー操作が含まれています", - "singular": "1 個のユーザー操作が含まれています" - }, - "accessRequirement1": "レベル 1", - "accessRequirement2": "レベル 2", - "accessRequirement3": "レベル 3", - "accessRequirementsLabel": "セキュリティで保護されたアプリ データにアクセスしています", - "appsActionsAuthTitle": "クラウド アプリ、アクション、または認証コンテキスト", - "appsOrActionsSelectorInfoBallonText": "アクセスされたアプリケーションまたはユーザー アクション", - "appsOrActionsTitle": "クラウド アプリまたは操作", - "label": "ユーザー操作", - "mainOptionsLabel": "このポリシーが適用される対象を選択する", - "registerOrJoinDevices": "デバイスの登録または参加", - "registerSecurityInfo": "セキュリティ情報の登録", - "selectionInfo": "このポリシーが適用される操作を選択します", - "whatIf": "ユーザー操作が含まれています" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "ディレクトリ ロールの選択" @@ -9197,88 +8925,6 @@ }, "learnMore": "ユーザーとグループ、ワークロード ID、ディレクトリ ロール、外部ゲストなど、ポリシーを適用するユーザーに基づいてアクセスを制御します。" }, - "ValidationResult": { - "blockEveryonePolicy": "ポリシーの構成がサポートされていません。割り当てと制御を確認してください。", - "invalidApplicationCondition": "無効なクラウド アプリケーションが選択されました", - "invalidClientTypesCondition": "無効なクライアント アプリが選択されました", - "invalidConditions": "割り当てが選択されていません", - "invalidControls": "無効なコントロールが選択されました", - "invalidDevicePlatformsCondition": "無効なデバイス プラットフォームが選択されました", - "invalidDevicesCondition": "デバイスの構成が無効です。\"{0}\" の構成が無効である可能性があります。", - "invalidGrantControlPolicy": "許可の制御が無効です", - "invalidLocationsCondition": "無効な場所が選択されました", - "invalidNetworkAccessSecurityPolicyId": "セッション ネットワーク制御にアタッチされた Azure Policy が無効です。", - "invalidPolicy": "割り当てが選択されていません", - "invalidSessionControlPolicy": "セッションの制御が無効です", - "invalidSignInRisksCondition": "無効なサインイン リスクが選択されました", - "invalidUserRisksCondition": "無効なユーザー リスクが選択されました", - "invalidUsersCondition": "無効なユーザーが選択されました", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM ポリシーは Android または iOS クライアント プラットフォームにのみ適用されます。", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "ネットワーク アクセス セッション ポリシーは、ネットワーク アクセス トラフィック プロファイルが対象になっている場合にのみ正しく機能します。ターゲット リソース セクションを更新してください。", - "notSupportedCombination": "ポリシーの構成はサポートされていません。サポートされているポリシーの詳細を確認してください。", - "pending": "ポリシーを検証しています", - "requireComplianceEveryonePolicy": "ポリシーの構成では、すべてのユーザーがデバイスに準拠する必要があります。選択した割り当てを確認してください。", - "success": "有効なポリシー" - }, - "VpnCert": { - "Grid": { - "aria": "VPN 証明書の一覧" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "すべての認証強度を有効にするには、外部ユーザーに対する Azure AD テナントからの請求を受け入れるように、テナント間アクセス設定を構成します。認証強度によって、外部ユーザーの第 2 要素認証のみが構成されます。", - "externalUsers": "すべての組み込みの認証強度を有効にするには、外部ユーザーの Azure AD テナントからの要求を受け入れるようにテナント間アクセス設定を構成します。" - }, - "combinedRegistration": "\"認証強度が必要\" を正常に機能させるために、統合された登録を有効にします。特定のユーザーのグループだけではなく、すべてのユーザーに対して有効にすることを強くお勧めします。", - "compliantDeviceEnabled": "自分自身をロックアウトしないでください。デバイスが準拠していることをご確認ください。", - "domainJoinedDeviceEnabled": "自分自身をロックアウトしないでください。デバイスが Hybrid Azure AD Join を使用したであることをご確認ください。", - "notAvailableForSP": "ポリシーの割り当てで '{0}' が選択されているため、一部のコントロールを使用できません", - "requireAuthOrMfa": "'{0}' と '{1}' は同時に使用できません。", - "requireMfa": "新しい \"{0}\" パブリック プレビューのテストを行うことを検討してください", - "requirePasswordChangeEnabled": "\"パスワードの変更が必要\" は、ポリシーが \"すべてのクラウド アプリ\" に割り当てられている場合にのみ使用できます" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "準拠デバイスが必要なレポート専用モードのポリシーでは、macOS、iOS、Android、Linux のユーザーにデバイス証明書を選択するよう求めるメッセージが表示される場合があります。", - "excludeDevicePlatforms": "デバイス プラットフォーム macOS、iOS、Android、Linux をこのポリシーから除外します。", - "proceedAnywayDevicePlatforms": "選択した構成を続行します。macOS、iOS、Android、Linux のユーザーには、デバイスのコンプライアンス確認時にメッセージが表示される場合があります。" - }, - "blockCurrentUserPolicy": "自分自身をロックアウトしないでください。まずは少数のユーザーにポリシーを適用して、想定どおりに動作するかどうかを確認することをお勧めします。また、このポリシーから少なくとも 1 人の管理者を除外することをお勧めします。こうすることで、アクセス権を保持し、変更が必要な場合にポリシーを更新できます。影響を受けるユーザーとアプリをご確認ください。", - "devicePlatformsReportOnlyPolicy": "準拠デバイスが必要なレポート専用モードのポリシーでは、macOS、iOS、Android のユーザーにデバイス証明書を選択するよう求めるメッセージが表示される場合があります。", - "excludeCurrentUserSelection": "現在のユーザー {0} をこのポリシーから除外してください。", - "excludeDevicePlatforms": "デバイス プラットフォーム macOS、iOS、Android をこのポリシーから除外します。", - "proceedAnywayDevicePlatforms": "選択した構成を続行します。macOS、iOS、Android のユーザーには、デバイスのコンプライアンス確認時にメッセージが表示される場合があります。", - "proceedAnywaySelection": "自分のアカウントがこのポリシーの影響を受けることを理解しました。続行します。" - }, - "ServicePrincipals": { - "blockExchange": "Office 365 Exchange Online を選択すると、OneDrive や Teams などのアプリにも影響します。", - "blockPortal": "自分自身をロックアウトしないでください。このポリシーは Azure portal に影響します。続行する前に、自分または他のユーザーがポータルに戻れることをご確認ください。", - "blockPortalWithSession": "自分自身をロックアウトしないでください。このポリシーは Azure portal に影響します。続行する前に、自分または他のユーザーがポータルに戻れることをご確認ください。
                \"すべてのクラウド アプリ\" が選択されている場合にのみ正常に機能する永続的ブラウザー セッション ポリシーを構成している場合は、この警告を無視してください。", - "blockSharePoint": "SharePoint Online を選択すると、Microsoft Teams、Planner、Delve、MyAnalytics、Newsfeed などのアプリにも影響します。", - "blockSkype": "Skype for Business Online を選択すると、Microsoft Teams にも影響があります。", - "includeOrExclude": "'{0}' または '{1}' のアプリ フィルターを構成できますが、両方は構成できません。", - "selectAppsNAForSP": "ポリシー割り当てで '{0}' が選択されているため、個々のクラウド アプリを選択できません", - "teamsBlocked": "SharePoint Online や Exchange Online などのアプリがポリシーに含まれている場合は、Microsoft Teams も影響を受けます。" - }, - "Users": { - "blockAllUsers": "自分自身をロックアウトしないでください。このポリシーは、すべてのユーザーに影響します。まずは少数のユーザーにポリシーを適用して、想定どおりに動作するかどうかを確認することをお勧めします。", - "xtap": "許可制御における \"認証強度を要求する\" 構成は、外部ユーザーに対して有効でない可能性があります。" - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "サインイン中に使用されたデバイス上の属性の一覧です。", - "infoBalloon": "サインイン中に使用されたデバイス上の属性の一覧です。" - } - }, - "noTenantSelected": "テナントが選択されていません", - "selectOrganization": "組織の選択", - "tenantIdWithPlaceholder": "テナント ID: {0}", - "tenantSelectionRequired": "テナントが必要です" - }, "advancedTabText": "詳細設定", "allCloudAppsErrorBox": "\"パスワードの変更が必要\" 許可が選択されている場合は、\"すべてのクラウド アプリ\" を選択する必要があります", "allCloudAppsReauth": "[サインインの頻度 (毎回)] セッション制御と [サインイン リスク] 条件が選択されている場合は、[すべてのクラウド アプリ] を選択する必要があります", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 年", "vpncertDropdownTwoyearOption": "2 年", "wednesday": "水曜日", - "whatIfAppEnforcedControl": "アプリによって適用される制限を使用する", - "whatIfBladeDescription": "特定の条件下でサインインする場合の、ユーザーに対する条件付きアクセスの影響をテストします。", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "クラシック ポリシーは、このツールでは評価されません。", - "whatIfClientAppInfo": "ユーザーがサインインするときに使用するクライアント アプリ。「ブラウザー」などです。", "whatIfCountry": "国/地域", "whatIfCountryInfo": "ユーザーがサインインしている国/地域。", "whatIfDevicePlatformInfo": "ユーザーがサインインしているデバイス プラットフォーム。", - "whatIfDeviceStateInfo": "ユーザーがサインインしているデバイスの状態", "whatIfEnterIpAddress": "IP アドレスを入力してください (例: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "無効な IP アドレスが指定されました。", - "whatIfEvaResultApplication": "クラウド アプリ", - "whatIfEvaResultClientApps": "クライアント アプリ", - "whatIfEvaResultDevicePlatform": "デバイス プラットフォーム", - "whatIfEvaResultEmptyPolicy": "空のポリシー", - "whatIfEvaResultInvalidCondition": "無効な条件", - "whatIfEvaResultInvalidPolicy": "無効なポリシー", - "whatIfEvaResultLocation": "場所", - "whatIfEvaResultNotEnoughInformation": "情報不足", - "whatIfEvaResultPolicyNotEnabled": "ポリシーが有効になっていません", - "whatIfEvaResultSignInRisk": "サインイン リスク", - "whatIfEvaResultUsers": "ユーザーとグループ", "whatIfIpAddress": "IP アドレス", "whatIfIpAddressInfo": "ユーザーがサインインしている IP アドレス。", "whatIfIpCountryInfoBoxText": "IP アドレスまたは国/地域を使用する場合、両方のフィールドが必要になり、共に正しくマップする必要があります。", - "whatIfPolicyAppliesTab": "適用するポリシー", - "whatIfPolicyAppliesTabWithCount": "適用可能なポリシー ({0})", - "whatIfPolicyDoesNotApplyTab": "適用しないポリシー", - "whatIfPolicyDoesNotApplyTabWithCount": "適用できないポリシー ({0})", - "whatIfReasons": "このポリシーを適用しない理由", - "whatIfSelectClientApp": "クライアント アプリの選択...", "whatIfSelectCountry": "国/地域を選択してください...", "whatIfSelectDevicePlatform": "デバイス プラットフォームの選択...", "whatIfSelectPrivateLink": "プライベート リンクを選択してください...", - "whatIfSelectServicePrincipalRisk": "サービス プリンシパルリスクを選択...", "whatIfSelectSignInRisk": "サインイン リスクを選択...", - "whatIfSelectType": "ID の種類の選択", - "whatIfSelectUserRisk": "ユーザー リスクの選択...", - "whatIfServicePrincipalRiskInfo": "サービス プリンシパルに関連付けられているリスク レベル", "whatIfSignInRisk": "サインイン リスク", "whatIfSignInRiskInfo": "サインインに関連付けられているリスク レベル", "whatIfUnknownAreas": "不明な領域", - "whatIfUserPickerLabel": "選択したユーザー", - "whatIfUserPickerNoRowsLabel": "ユーザーまたはサービス プリンシパルが選択されていません", - "whatIfUserRiskInfo": "ユーザーに関連付けられているリスク レベル", - "whatIfUserSelectorInfo": "ディレクトリ内のテスト対象ユーザー", "windows365InfoBox": "Windows 365 を選択すると、クラウド PC と Azure Virtual Desktop セッション ホストへの接続に影響します。詳細については、こちらをクリックしてください。", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "このポリシーを編集するには、ワークロード ID の Premium P1 または P2 ライセンスが必要です。", "workloadIdentity": "ワークロード ID" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "フィルター", - "assignmentFilterTypeColumnHeader": "フィルター モード", - "assignmentToast": "エンド ユーザーの通知", - "assignmentTypeTableHeader": "割り当ての種類", - "deadlineTimeColumnLabel": "インストールの期限", - "deliveryOptimizationPriorityHeader": "配信の最適化の優先度", - "groupTableHeader": "グループ", - "installContextLabel": "コンテキストのインストール", - "isRemovable": "削除可能としてインストール", - "licenseTypeLabel": "ライセンスの種類", - "modeTableHeader": "グループ モード", - "policySet": "ポリシー セット", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "iCloud アプリのバックアップを禁止する", - "restartGracePeriodHeader": "再起動の猶予期間", - "startTimeColumnLabel": "可用性", - "tracks": "トラック", - "uninstallOnRemoval": "デバイスの削除時にアンインストールする", - "updateMode": "優先度の更新", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD Web アプリ", - "androidEnterpriseSystemApp": "Android Enterprise システム アプリ", - "androidForWorkApp": "マネージド Google Play ストア アプリ", - "androidLobApp": "Android 基幹業務アプリ", - "androidStoreApp": "Android ストア アプリ", - "builtInAndroid": "組み込み Android アプリ", - "builtInApp": "組み込みアプリ", - "builtInIos": "組み込みの iOS アプリ", - "iosIPadOSWebClip": "iOS/iPadOS Web クリップ", - "iosLobApp": "iOS 基幹業務アプリ", - "iosStoreApp": "iOS ストア アプリ", - "iosVppApp": "iOS Volume Purchase Program アプリ", - "lineOfBusinessApp": "基幹業務アプリ", - "macOSDmgApp": "macOS のアプリ (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS 基幹業務アプリ", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office スイート", - "macOsVppApp": "macOS Volume Purchase Program アプリ", - "managedAndroidLobApp": "マネージド Android 基幹業務アプリ", - "managedAndroidStoreApp": "マネージド Android ストア アプリ", - "managedGooglePlayApp": "マネージド Google Play ストア アプリ", - "managedGooglePlayPrivateApp": "マネージド Google Play プライベート アプリ", - "managedGooglePlayWebApp": "マネージド Google Play Web リンク", - "managedIosLobApp": "マネージド iOS 基幹業務アプリ", - "managedIosStoreApp": "マネージド iOS ストア アプリ", - "microsoftStoreForBusinessApp": "ビジネス向け Microsoft ストア アプリ", - "microsoftStoreForBusinessReleaseManagedApp": "ビジネス向け Microsoft ストア", - "officeAddIn": "Office アドイン", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 以降)", - "sharePointApp": "SharePoint アプリ", - "teamsApp": "Teams アプリ", - "webApp": "Web リンク", - "winGetPublicApp": "Windows パッケージ マネージャーのコミュニティ リポジトリ", - "winGetStoreApp": "Microsoft Store アプリ (新規)", - "windowsAppXLobApp": "Windows AppX 基幹業務アプリ", - "windowsClassicApp": "Windows アプリ (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 以降)", - "windowsMobileMsiLobApp": "Windows MSI 基幹業務アプリ", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX 基幹業務アプリ", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX 基幹業務アプリ", - "windowsPhone81StoreApp": "Windows Phone 8.1 ストア アプリ", - "windowsPhoneXapLobApp": "Windows Phone XAP 基幹業務アプリ", - "windowsStoreApp": "Microsoft Store アプリ (レガシ)", - "windowsUniversalAppXLobApp": "Windows Universal AppX 基幹業務アプリ", - "windowsUniversalLobApp": "Windows Universal 基幹業務アプリ", - "windowsWebApp": "Windows Web リンク" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "除外", - "include": "含まれる", - "includeAllDevicesVirtualGroup": "含まれる", - "includeAllUsersVirtualGroup": "含まれる" - }, - "AssignmentToast": { - "hideAll": "すべてのトースト通知を非表示にする", - "showAll": "すべてのトースト通知を表示する", - "showReboot": "コンピューターの再起動時にトースト通知を表示する" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "バックグラウンド", - "displayText": "{0} でのコンテンツ ダウンロード", - "foreground": "前景", - "header": "配信の最適化の優先度" - }, - "DeviceRestartBehaviorOptions": { - "allow": "アプリのインストールによるデバイスの強制的な再起動を許可する", - "basedOnReturnCode": "リターン コードを基に動作を決定する", - "force": "Intune によってデバイスの必須の再起動が強制実行されるようにする", - "suppress": "何もしない" - }, - "FilterType": { - "exclude": "除外する", - "include": "含む", - "none": "なし" - }, - "InstallIntent": { - "available": "登録済みデバイスで使用可能", - "availableWithoutEnrollment": "登録の有無にかかわらず使用可能", - "notApplicable": "該当なし", - "required": "必須", - "uninstall": "アンインストール" - }, - "SettingType": { - "assignmentType": "割り当ての種類", - "deviceLicensing": "ライセンスの種類", - "installContext": "デバイスの削除時にアンインストールする", - "toastSettings": "エンド ユーザーの通知", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "既定", - "postponed": "延期", - "priority": "高優先度" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "最初のプロビジョニング用にデバイスを構成し、ユーザーに割り当てます。", - "title": "デバイスの準備" - }, - "EnrollmentSettings": { - "description": "登録のブロックやユーザーへの割り当てなどの登録設定を構成します。", - "title": "登録設定" - }, - "coManagementAuthorityDesc": "Configuration Manager 統合の共同管理設定を構成します", - "coManagementAuthorityTitle": "共同管理の設定", - "deploymentProfiles": "Windows AutoPilot Deployment プロファイル", - "description": "ユーザーまたは管理者が Windows 10/11 PC を Intune に登録する 7 つの異なる方法について説明します。", - "descriptionLabel": "Windows 登録方法", - "enrollmentStatusPage": "登録ステータス ページ" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "アプリのインストールによるデバイスの強制的な再起動を許可する", - "basedOnReturnCode": "リターン コードを基に動作を決定する", - "force": "Intune によってデバイスの必須の再起動が強制実行されるようにする", - "suppress": "何もしない" - }, - "RunAsAccountOptions": { - "system": "システム", - "user": "ユーザー" - }, - "availableUninstall": "利用可能なアンインストールを許可する", - "availableUninstallTooltip": "Intune ポータル サイトのユーザーにこのアプリのアンインストール オプションを提供するには、[はい] を選択します。ユーザーが Intune ポータル サイトからアプリをアンインストールできないようにするには、[いいえ] を選択します。", - "bladeTitle": "プログラム", - "deviceRestartBehavior": "デバイスの再起動", - "deviceRestartBehaviorTooltip": "アプリが正常にインストールされた後の、デバイスの再起動の動作を選択します。リターン コードの構成設定に基づいてデバイスを再起動するには、[リターン コードを基に動作を決定する] を選択してください。MSI ベースのアプリのインストール中にデバイスの再起動を抑止するには、[何もしない] を選択してください。再起動を抑止せずにアプリのインストールを完了できるようにするには、[アプリのインストールによるデバイスの強制的な再起動を許可する] を選択してください。アプリのインストールが正常に完了した後、常にデバイスを再起動するには、[Intune によってデバイスの必須の再起動が強制実行されるようにする] を選択してください。", - "header": "アプリをインストール/アンインストールするコマンドを指定します:", - "installCommand": "インストール コマンド", - "installCommandMaxLengthErrorMessage": "インストール コマンドは、許可されている最大長の 1024 文字以下でなければなりません。", - "installCommandTooltip": "このアプリをインストールするために使用する完全なインストール コマンド ラインです。", - "runAs32Bit": "64 ビット クライアント上でインストール/アンインストール コマンドを 32 ビット プロセス内で実行する", - "runAs32BitTooltip": "64 ビット クライアント上でアプリのインストール/アンインストールを 32 ビット プロセス内で実行するには、[はい] を選択します。[いいえ] (既定) を選択すると、64 ビット クライアント上でアプリのインストール/アンインストールが 64 ビット プロセス内で実行されます。32 ビットのクライアントでは、常に 32 ビット プロセスが使用されます。", - "runAsAccount": "インストールの処理", - "runAsAccountTooltip": "サポートされている場合、このアプリをすべてのユーザーにインストールするには、[システム] を選択します。このアプリをデバイスにログインしているユーザーにインストールするには、[ユーザー] を選択します。2 つの目的の MSI アプリでは、変更すると、最初のインストール時にデバイスに適用された値が復元されるまで、更新とアンインストールが正常に完了しなくなります。", - "selectorLabel": "プログラム", - "uninstallCommand": "アンインストール コマンド", - "uninstallCommandTooltip": "このアプリをアンインストールするために使用する完全なアンインストール コマンド ラインです。" - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "社内での使用が承認されていないアプリをユーザーがインストールするときに通知を受け取るためにこれらの設定を使用します。制限されたアプリの一覧の種類を選択します。

                \r\n 禁止されたアプリ - ユーザーがインストールするときに通知を受け取るアプリの一覧。
                \r\n 承認されたアプリ - 社内での使用が承認されているアプリの一覧。この一覧にないアプリをユーザーがインストールするときに通知されます。
                \r\n ", - "androidZebraMxZebraMx": "MX プロファイルを XML 形式でアップロードして Zebra デバイスを構成します。", - "iosDeviceFeaturesAirprint": "これらの設定を使用して、ネットワーク上の AirPrint 互換プリンターに自動的に接続するように iOS デバイスを構成します。プリンターの IP アドレスとリソース パスが必要です。", - "iosDeviceFeaturesExtensibleSingleSignOn": "IOS 13.0 以降を実行しているデバイスに対してシングル サインオン (SSO) を有効にするアプリ拡張機能を構成します。", - "iosDeviceFeaturesHomeScreenLayout": "iOS デバイスのドックおよびホーム画面のレイアウトを構成します。特定のデバイスでは、表示できるアイテム数が制限されている場合があります。", - "iosDeviceFeaturesIOSWallpaper": "iOS デバイスのホーム画面とロック画面の両方またはそのいずれかに表示される画像を表示します。\r\n それぞれの場所に固有の画像を表示するには、ロック画面の画像を指定したプロファイルを 1 つと、ホーム画面の画像を指定したプロファイルを 1 つ作成します。\r\n 次に、両方のプロファイルをユーザーに割り当てます。\r\n
                \r\n
                  \r\n
                • 最大ファイル サイズ: 750 KB
                • \r\n
                • ファイルの種類: PNG、JPG、JPEG
                • \r\n
                \r\n ", - "iosDeviceFeaturesNotifications": "アプリの通知設定を指定します。iOS 9.3 以降をサポートします。", - "iosDeviceFeaturesSharedDevice": "ロック画面に表示される省略可能なテキストを指定してください。これは iOS 9.3 以降でサポートされています。詳細情報", - "iosGeneralApplicationRestrictions": "社内での使用が承認されていないアプリをユーザーがインストールするときに通知を受け取るためにこれらの設定を使用します。制限されたアプリの一覧の種類を選択します。

                \r\n 禁止されたアプリ - ユーザーがインストールするときに通知を受け取るアプリの一覧。
                \r\n 承認されたアプリ - 社内での使用が承認されているアプリの一覧。この一覧にないアプリをユーザーがインストールするときに通知されます。
                \r\n ", - "iosGeneralApplicationVisibility": "ユーザーが表示または起動できる iOS アプリを指定するには、表示するアプリの一覧を使用します。ユーザーが表示または起動できない iOS アプリを指定するには、非表示のアプリの一覧を使用します。", - "iosGeneralAutonomousSingleAppMode": "このリストに追加してデバイスに割り当てたアプリは、そのアプリの起動後はそのアプリだけを実行するようにデバイスをロックするか、特定のアクションの実行中 (たとえば、テストの実行中) にデバイスをロックすることができます。アクションが完了するか、制限が削除されると、デバイスは通常の状態に戻ります。", - "iosGeneralKiosk": "キオスク モードでは、さまざまな設定をデバイス内にロックするか、デバイスで実行できる 1 つのアプリを指定します。このモードは、デバイスで 1 つのデモ アプリだけを実行する、小売店などの環境で便利です。", - "macDeviceFeaturesAirprint": "これらの設定を使って macOS デバイスを構成し、ネットワーク上で AirPrint と互換性のあるプリンターに自動的に接続します。プリンターの IP アドレスとリソース パスが必要です。", - "macDeviceFeaturesAssociatedDomains": "組織のアプリと Web サイトの間でデータとサインイン資格情報を共有するように、関連付けられたドメインを構成します。このプロファイルは、macOS 10.15 以降を実行しているデバイスに適用できます。", - "macDeviceFeaturesExtensibleSingleSignOn": "macOS 10.15 以降を実行しているデバイスに対してシングル サインオン (SSO) を有効にするアプリ拡張機能を構成します。", - "macDeviceFeaturesLoginItems": "ユーザーがデバイスにログインするときに開くアプリ、ファイル、およびフォルダーを選択します。選択したアプリを開く方法をユーザーが変更できないようにする場合、ユーザーの構成からアプリを非表示にすることができます。", - "macDeviceFeaturesLoginWindow": "ユーザーのログイン前後の macOS ログイン画面の外観と、利用可能な機能を構成します。", - "macExtensionsKernelExtensions": "これらの設定は、10.13.2 以降を実行している macOS デバイスのカーネル拡張機能ポリシーを構成する場合に使用します。", - "macGeneralDomains": "ユーザーが送信または受信するメールのうち、ここで指定したドメインと一致しないものは、信頼されていないメールとしてマークされます。", - "windows10EndpointProtectionApplicationGuard": "Microsoft Edge を使用している間は、Microsoft Defender Application Guard により、組織によって信頼済みと定義されていないサイトから環境が保護されます。分離されたネットワーク境界の一覧に含まれないサイトにユーザーがアクセスすると、そのサイトは Hyper-V の仮想ブラウズ セッションで開きます。信頼済みサイトはネットワーク境界によって定義され、これはデバイスの構成で設定できます。この機能は、64 ビットの Windows 10 以降を実行するデバイスでのみ使用可能です。", - "windows10EndpointProtectionCredentialGuard": "Credential Guard を有効にすると、次の必須設定が有効になります。\r\n
                \r\n
                  \r\n
                • 仮想化ベースのセキュリティを有効にする: 次の再起動時に仮想化ベースのセキュリティ (VBS) をオンにします。仮想化ベースのセキュリティでは、Windows ハイパーバイザーを使用してセキュリティ サービスのサポートを提供します。
                • \r\n
                  \r\n
                • セキュア ブートと直接メモリ アクセス: セキュア ブートと直接メモリ アクセス (DMA) を使用して VBS をオンにします。
                • \r\n
                \r\n ", - "windows10EndpointProtectionDeviceGuard": "Microsoft Defender アプリケーション制御による監査が必要であるか、実行しても差し支えないとの信頼をそこから得られる追加のアプリを選択します。Windows コンポーネントと Windows ストアのすべてのアプリは、実行しても差し支えないとの信頼を自動的に得ます。

                \r\n [監査のみ] モードで実行しているアプリケーションはブロックされません。[監査のみ] モードの場合、すべてのイベントがローカル クライアントのログに記録されます。\r\n ", - "windows10GeneralPrivacyPerApp": "[既定のプライバシー] で定義したのとは異なるプライバシー動作を設定するアプリを追加します。", - "windows10NetworkBoundaryNetworkBoundary": "ネットワーク境界は、クラウドでホストされているドメインや、エンタープライズ ネットワーク上のコンピューターの IP アドレスの範囲などのエンタープライズ リソースの一覧です。これらの場所に存在するデータを保護するポリシーを適用するには、ネットワーク境界を定義します。", - "windowsHealthMonitoring": "Windows の正常性の監視ポリシーを構成します。", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone は、禁止アプリ一覧で指定されたアプリや、承認済みアプリ一覧で指定されていないアプリをユーザーがインストールしたり起動したりするのを阻止できます。マネージド アプリはすべて、承認済み一覧に追加する必要があります。" - }, - "Inputs": { - "accountDomain": "アカウントのドメイン", - "accountDomainHint": "例: contosodomain", - "accountDomainInfoBalloon": "ユーザーのアカウント ドメインを指定します。", - "accountTypeInfoBalloon": "認証モデルに基づいて構成されているアカウントの種類を指定します", - "allowContactSetting": "ユーザーに連絡先の設定の変更を許可する", - "allowContactSyncInfoBalloon": "連絡先の同期設定を変更することをユーザーに許可するかどうかを指定します", - "allowUserChange": "ユーザーに設定の変更を許可する", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "com.microsoft.word に類似したパッケージ名を入力してください", - "androidUrlValidation": "https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=ja のような有効な URL を入力します", - "appInstallContext": "アプリのインストール コンテキスト", - "appUrlLabel": "アプリ ストアの URL", - "appleUrlValidation": "https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8 のような有効な URL を入力します", - "applicableDeviceType": "適用可能なデバイスの種類", - "assignmentActionLabel": "モード", - "authenticationMethodInfoBalloon": "ユーザーの認証方法を指定します", - "authenticationMetod": "認証方法", - "authenticationType": "認証の種類", - "authenticationTypeInfoBalloon": "ユーザーの認証の種類を指定する", - "availableLicenseCount": "使用可能なライセンス", - "basicAuth": "基本認証", - "biometricsInfoBalloon": "TouchID または FaceID などの生体認証を、デバイス上のアプリにアクセスするためにユーザーに求めることができます。必要に応じて、このプロファイルで選択した認証方法に加えて、生体認証が使用されます。Intune App Protection ポリシーが展開されている場合は、この設定を有効にしないでください。App Protection ポリシーには管理対象データへのアクセスに先立つアクセス要件が含まれているためです。両方を有効にすると、Outlook Mobile にアクセスするためにアクセス プロンプトが複数表示されます。設定で構成しない場合、既定のアプリ設定はオフになります。 ", - "bookNameLabel": "ブックの名前", - "bundleDescriptionHint": "含まれているアプリに関する詳しい説明を入力します。", - "calendar": "予定表", - "categoryLabel": "カテゴリ", - "categoryNameLabel": "既定の名前", - "certProfileType": "証明書プロファイルの種類", - "certificate": "証明書", - "certificates": "証明書", - "commandLineLabel": "コマンドライン引数", - "commandLineSizeHint": "コマンドライン引数テキストの最大長は 1024 文字です", - "configurationSettingsFormatLabel": "構成設定の形式", - "configurationSettingsLabel": "設定の形式", - "contactSync": "連絡先を保存する", - "contactSyncInfoBalloon": "連絡先をモバイル デバイスのネイティブ アドレス帳に保存すると、新しい通話とテキスト メッセージを、ユーザーの既存の Outlook 連絡先にリンクすることができます。設定で構成しない場合、既定のアプリ設定はオフになります。", - "contacts": "連絡先", - "createdDateTime": "作成済み", - "defaultCategoryHint": "既定のカテゴリを変更することはできません", - "deploySMimeCertsFromIntune": "Intune から S/MIME 証明書を展開します", - "descriptionGenericLabel": "説明", - "descriptionHint": "説明の入力...", - "descriptionLabel": "説明", - "descriptionSizeHint": "説明の長さは、10,000 文字以内にする必要があります", - "developerLabel": "開発者", - "developerSizeHint": "開発者名の最大長は 256 文字です。", - "disable": "無効", - "disabled": "無効", - "displayNameLabel": "名前", - "displayVersionHint": "アプリのバージョンを入力します", - "displayVersionLabel": "アプリのバージョン", - "displayVersionLengthCheck": "表示バージョンの長さは最大 130 文字までにする必要があります", - "eBookCategoryNameLabel": "既定の名前", - "emailAccount": "メール アカウント名", - "emailAccountHint": "例: 会社のメール", - "emailAccountInfoBalloon": "ユーザーのデバイスに表示されるメール アカウントの表示名を指定します", - "emailAddressAttribute": "AAD からのメール アドレス属性", - "emailAddressInfoBalloon": "メールの送受信に使用するメール アドレスを指定します", - "emailServer": "メール サーバー", - "emailServerHint": "例: mail.contoso.com", - "emailServerInfoBalloon": "Exchange Server のホスト名を指定します", - "enable": "有効にする", - "enableSMime": "S/MIME を有効にする", - "enabled": "有効", - "encryptAllEmails": "すべての電子メールを暗号化します", - "encryptionCertificates": "暗号化証明書", - "endUserNotifications": "エンドユーザー通知", - "enrollmentTypeLabel": "デバイス登録の種類", - "externalRecipients": "外部受信者のメール ヒント", - "externalRecipientsInfoBalloon": "外部受信者のメール ヒントは、送信者が外部の受信者を追加したり、外部受信者が含まれる配布グループを追加したりする場合に表示されます。このメール ヒントでは、作成したメッセージが組織外に送られるかどうかを送信者に通知するので、表現、口調、内容に関して適切な判断を下すのに役立ちます。利用できるのは、ハイブリッド先進認証を使用する Exchange Online アカウントおよびオンプレミスのアカウントのみです。設定で構成しない場合、既定のアプリ設定はオンになります。", - "focusedInbox": "優先受信トレイ", - "focusedInboxInfoBalloon": "優先受信トレイは、受信トレイを [Focused (優先)] と [Other (その他)] に分けます。最も重要な電子メールは [Focused (優先)] タブに入り、残りは [Other (その他)] タブで簡単にアクセスできるようになりますが、そのままにしておくことができます。設定で構成しない場合、既定のアプリ設定は [オン] になります。", - "gmailNineAmountOfEmail": "同期するメールの量", - "gmailNineAuthenticationMethodInfoBalloon": "ユーザーがメール サーバーの認証を受ける方法を選択します。エンド ユーザーにとって最も安全でシームレスなエクスペリエンスを提供するには証明書を使用します。デバイス所有者のデバイスの SCEP と PKCS 証明書プロファイルが利用できないため、証明書ベースの認証はまだ利用できません。 ", - "gmailNineCertificateUPNInfoBalloon": "証明書には、サブジェクトの別名としてユーザー プリンシパル名 (UPN) が含まれていなければなりません。", - "gmailNineEmailAddressInfoBalloon": "MyName@contoso.com (UPN) などのプロファイルで使用されるメール アドレスを動的に生成するために、Intune が Azure AD から取得する属性です。メール プロファイルの AAD 属性の詳細についてご確認ください。", - "gmailNineEmailServerInfoBalloon": "指定したアプリでメールを取得するために接続するメール サーバーの Exchange の場所 (URL)。", - "gmailNineEmailSynchronizeInfoBalloon": "クライアントで同期するメールの量を制御します。", - "gmailNineSSLInfoBalloon": "SSL を有効にすると、メール サーバーとのすべての通信を保護できます。", - "gmailNineUsernameInfoBalloon": "MyName@contoso.com (UPN) または MyName (ユーザー名) などのプロファイルで使用されるユーザー名を動的に生成するために、Intune が Azure AD から取得する属性です。メール プロファイルの AAD 属性の詳細についてご確認ください。", - "ignoreVersionDetection": "アプリのバージョンを無視する", - "informationUrlLabel": "情報 URL", - "informationUrlSizeHint": "情報 URL の最大長は 1024 文字です", - "installAsManaged": "管理対象としてインストールする", - "installationSourceLabel": "アプリの種類", - "installerTypeInfoBalloon": "アプリケーション パッケージのインストーラーの種類。", - "installerTypeLabel": "インストーラーの種類", - "isFeatured": "ポータル サイトでおすすめアプリとして表示する", - "isMAMEnabledToggleLabel": "はい", - "lastModifiedDateTime": "最終更新時刻", - "ldapUrl": "LDAP URL", - "licensingType": "デバイス コンテキストの割り当てをサポートする", - "microsoft": "Microsoft", - "minimumOperationSystem": "最低限のオペレーティング システム", - "modernAuth": "先進認証", - "nameHint": "名前の入力", - "nameLabel": "名前", - "nameSizeHint": "名前の最大長は 512 文字です。", - "notConfigured": "構成されていません", - "notesLabel": "メモ", - "notesSizeHint": "ノート テキストの最大長は 1024 文字です。", - "notificationType": "通知の種類", - "oneDay": "1 日", - "oneMonth": "1 か月", - "oneWeek": "1 週間", - "outlookSMimeSettings": "Outlook S/MIME の設定", - "ownerLabel": "所有者", - "ownerSizeHint": "所有者名の最大長は 256 文字です。", - "packageIdLabel": "パッケージ識別子", - "packageNameLabel": "パッケージ名", - "pivCredentialNotConfigured": "ご利用のテナントに関して、派生資格情報の発行者が選択されていません。このポリシーをデバイスに正常に適用するには、その前にいずれかを構成する必要があります。", - "platformLabel": "プラットフォーム", - "policyDescriptionLabel": "説明", - "policyNameLabel": "名前", - "primarySMTPAddress": "プライマリ SMTP アドレス", - "privacyUrlLabel": "プライバシー URL", - "publisherHint": "発行元の名前を入力してください", - "publisherLabel": "発行元", - "publisherSizeHint": "発行元の名前の長さは、2 文字以上 1024 文字以下にする必要があります", - "require": "必要", - "requireBiometrics": "アプリへのアクセスに生体認証を設定する", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "少なくとも 1 つのスコープ タグが必要です", - "searchAppLabel": "アプリの選択", - "searchAppLinkText": "アプリ ストアを検索します", - "searchWinGetPublicRepositoryLinkText": "Windows パッケージ マネージャーのコミュニティ リポジトリを検索する", - "searchWinGetStoreRepositoryLinkText": "Microsoft Store アプリ (新規) を検索する", - "selectAAD": "AAD 属性の選択", - "selectAppFileLabel": "ファイルの選択", - "selectAppFileLinkText": "アプリ パッケージ ファイルの選択", - "selectAppFileToUpdateLabel": "更新するファイルの選択", - "selectAuthMethod": "認証の方式を選びます", - "selectAuthType": "認証の種類の選択", - "selectCertificate": "証明書を選択してください", - "signAllEmails": "すべての電子メールに署名します", - "signingCertificates": "署名証明書", - "ssl": "SSL", - "suiteDescriptionLabel": "スイートの説明", - "suiteNameLabel": "スイート名", - "tasks": "タスク", - "threeDays": "3 日", - "totalLicenseCount": "ライセンスの総数", - "twoWeeks": "2 週間", - "unifiedAssignmentsLabel": "割り当て先:", - "unlimited": "無制限", - "urlHint": "有効な URL を入力してください", - "useManagedBrowserHint": "Android と iOS のみ。詳細を表示", - "useManagedBrowserLabel": "このリンクを開くには Managed Browser が必要です", - "userPrinicipalName": "ユーザー プリンシパル名", - "username": "ユーザー名", - "usernameAttribute": "AAD からのユーザー名の属性", - "usernameAttributreInfoBalloon": "アカウントの認証に使用するメール プロファイルのユーザー プリンシパル名を指定します", - "usernamePassword": "ユーザー名とパスワード", - "webAppUrlHint": "http:// または https:// で始まる有効な URL を入力してください", - "webAppUrlLabel": "アプリ URL", - "webAppUrlSizeHint": "アプリの URL 最大長は、1024 文字です", - "windowsUrlValidation": "https://www.microsoft.com/store/p/lync/9wzdncrfhvhm のような有効な URL を入力してください", - "xMLDataEntered": "XML データが入力されました", - "xmlFormatInvalid": "XML ポリシーの形式が無効です。", - "xmlTooLarge": "入力サイズは 1 MB 未満である必要があります。" - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "未サポート", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "品質更新プログラム ポリシーの作成には、特定のライセンスが必要です。", "warningBoxText": "ソフトウェア更新プログラムを迅速にインストール処理すると、必要に応じてコンプライアンスを満たすまでの時間を短縮するのに役立ちますが、エンド ユーザーの生産性に大きく影響します。営業時間中の再起動が大幅に増えるおそれがあります。" }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                \n
                  \n
                • This setting works correctly when \"All cloud apps\" are selected
                • \n
                • This does not affect token lifetimes or the sign-in frequency setting.
                • \n
                • This will override the \"Show option to stay signed in\" policy in Company Branding.
                • \n
                • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                • \n
                • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                  Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Microsoft Edge の構成設定", "edgeWindowsDataProtectionSettings": "Microsoft Edge (Windows) のデータ保護設定 - プレビュー", @@ -10783,7 +11566,10 @@ "Column": { "author": "作成者", "template": "テンプレート名" - } + }, + "Row": { + "ariaLabel": "行 {0} / {1}、列 {2}" + } }, "SettingsCatalog": { "subtitle": "最初から始め、使用可能な設定のライブラリから必要な設定を選択します", @@ -11593,6 +12379,7 @@ "gettingStarted": "はじめに", "messages": "メッセージ", "onlineResources": "オンライン リソース", + "policyHealth": "ポリシーの正常性", "releaseManagement": "リリース管理", "serviceRequests": "サービス要求", "settings": "設定", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "すべてのアプリ", "allDevices": "すべてのデバイス", - "androidFotaDeployments": "Android FOTA 展開", + "androidFotaDeployments": "Android FOTA の展開 (プレビュー)", "appBundles": "アプリ バンドル", "appCategories": "アプリのカテゴリ", "appConfigPolicies": "アプリ構成ポリシー", @@ -11621,11 +12408,14 @@ "assignedPermissions": "割り当てられたアクセス許可", "assignedRoles": "割り当てられたロール", "autopilotDeploymentReport": "Autopilot Deployment (プレビュー)", + "autopilotDeploymentReportV2": "Autopilot 展開 2.0 (プレビュー)", "brandingAndCustomization": "カスタマイズ", "cartProfiles": "カート プロファイル", "certificateConnectors": "証明書のコネクタ", "chromeEnterprise": "Chrome Enterprise (プレビュー)", "cloudAttachedDevices": "クラウドに接続されたデバイス (プレビュー)", + "cloudPcActions": "クラウド PC アクション (プレビュー)", + "cloudPcMaintenanceWindows": "クラウド PC のメンテナンス期間 (プレビュー)", "compliancePolicies": "コンプライアンス ポリシー", "complianceScriptManagement": "スクリプト", "complianceScriptManagementPreview": "スクリプト (プレビュー)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "登録制限", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange サービス コネクタ", - "failuresForDriverUpdates": "Windows ドライバー プログラムのエラー (プレビュー)", + "failuresForDriverUpdates": "Windows ドライバー更新プログラムのエラー", "failuresForFeatureUpdates": "機能の更新エラー", "failuresForQualityUpdates": "Windows の優先更新プログラムのエラー", "featureFlighting": "機能フライティング", "featureUpdateDeployments": "Windows 10 以降向け機能更新プログラム", "flighting": "フライティング", - "fotaUpdate": "ファームウェアの上書き更新", + "fotaUpdate": "ファームウェアの上書き更新 (プレビュー)", "groupPolicy": "管理用テンプレート", "groupPolicyAnalytics": "グループ ポリシー分析", "helpSupport": "ヘルプとサポート", @@ -11717,12 +12507,12 @@ "user": "ユーザー", "userExecutionStatus": "ユーザーの状態", "wdacSupplementalPolicies": "S モードの補足ポリシー", - "windows10DriverUpdate": "Windows 10 以降向けドライバー更新プログラム (プレビュー)", + "windows10DriverUpdate": "Windows 10 以降向けドライバー更新プログラム", "windows10QualityUpdate": "Windows 10 以降向け品質更新プログラム", "windows10UpdateRings": "Windows 10 以降向け更新リング", "windows10XPolicyFailures": "Windows 10X のポリシー エラー", "windows365Connector": "Windows 365 Citrix コネクタ", - "windows365ConnectorPublicPreview": "Windows 365 Citrix コネクタ (プレビュー)", + "windows365PartnerConnector": "Windows 365 パートナー コネクタ", "windowsDiagnosticData": "Windows データ", "windowsEnterpriseCertificate": "Windows Enterprise 証明書", "windowsManagement": "PowerShell スクリプト", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "デバイス再起動の猶予期間", "summaryTitle": "エンド ユーザー エクスペリエンス" }, - "EnrollmentType": { - "devicesWithEnrollment": "マネージド デバイス", - "devicesWithoutEnrollment": "マネージド アプリ" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "選択した要件としてのファイルまたはフォルダー。", + "pathToolTip": "検出するファイルまたはフォルダーの完全なパス。", + "property": "プロパティ", + "valueToolTip": "選択した検出方法に一致する要件値を選択します。日付と時刻の要件は、現地の形式で入力してください。" + }, + "GridColumns": { + "pathOrScript": "パス/スクリプト", + "type": "種類" + }, + "Registry": { + "keyPath": "キー パス", + "keyPathTooltip": "必要な値を含むレジストリ エントリの完全なパス。", + "operator": "演算子", + "operatorTooltip": "比較演算子を選択します。", + "registryRequirement": "レジストリ キーの要件", + "registryRequirementTooltip": "レジストリ キーの要件の比較を選択します。", + "valueName": "値の名前", + "valueNameTooltip": "必要なレジストリ値の名前。" + }, + "RequirementTypeOptions": { + "fileType": "ファイル", + "registry": "レジストリ", + "script": "スクリプト" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "ブール値", + "dateTime": "日時", + "float": "浮動小数点", + "integer": "整数", + "string": "文字列", + "version": "バージョン" + }, + "duplicateName": "スクリプト名 {0} は既に使用されています。別の名前を指定してください。", + "enforceSignatureCheck": "スクリプト署名チェックを強制", + "enforceSignatureCheckTooltip": "スクリプトに信頼できる発行元の署名があることを確認するには、[はい] を選択します。署名がある場合、スクリプトは警告やプロンプトなしで実行されます。スクリプトはブロックされずに実行されます。[いいえ] (既定) を選択すると、署名の検証なしで、エンドユーザーの確認に基づいてスクリプトが実行されます。", + "loggedOnCredentials": "このスクリプトをログオンしたユーザーの資格情報を使用して実行する", + "loggedOnCredentialsTooltip": "サインインしたデバイスの資格情報を使用してスクリプトを実行します。", + "operatorTooltip": "要件の比較演算子を選択します。", + "requirementMethod": "出力データの型を選択する", + "requirementMethodTooltip": "検出の一致の要件を特定する際に使用するデータ型を選択します。", + "scriptContent": "スクリプトの内容", + "scriptFile": "スクリプト ファイル", + "scriptFileTooltip": "クライアント上でアプリのプレゼンスを検出する PowerShell スクリプトを選択します。アプリが検出されると、要件プロセスにより、終了コード 0 値が指定され、STDOUT に文字列値が書き込まれます。", + "scriptName": "スクリプト名", + "value": "値", + "valueTooltip": "選択した検出方法に一致する要件値を選択します。日付と時刻の要件は、現地の形式で入力してください。" + }, + "bladeTitle": "要件規則の追加", + "createRequirementHeader": "要件を作成します。", + "header": "追加の要件規則を構成する", + "label": "追加の要件規則", + "noRequirementsSelectedPlaceholder": "要件は指定されていません。", + "requirementType": "要件の種類", + "requirementTypeTooltip": "要件の検証方法を特定するために使用する検出方法の種類を選択してください。" + }, + "architectures": "オペレーティング システムのアーキテクチャ", + "architecturesTooltip": "アプリのインストールに必要なアーキテクチャを選択します。", + "bladeTitle": "必要条件", + "diskSpace": "必要なディスク領域 (MB)", + "diskSpaceTooltip": "アプリをインストールするためにシステム ドライブに必要な空きディスク領域です。", + "header": "アプリをインストールする前にデバイスが満たす必要のある要件を指定します:", + "maximumTextFieldValue": "値は、{0} 以下である必要があります。", + "minimumCpuSpeed": "必要な最小 CPU 速度 (MHz)", + "minimumCpuSpeedTooltip": "アプリのインストールに必要な最小 CPU 速度です。", + "minimumLogicalProcessors": "必要な論理プロセッサの最小数", + "minimumLogicalProcessorsTooltip": "アプリのインストールに必要な論理プロセッサの最小数です。", + "minimumOperatingSystem": "最低限のオペレーティング システム", + "minimumOperatingSystemTooltip": "アプリのインストールに必要な最小オペレーティング システムを選択します。", + "minumumTextFieldValue": "値は、{0} 以上である必要があります。", + "physicalMemory": "必要な物理メモリ (MB)", + "physicalMemoryTooltip": "アプリのインストールに必要な物理メモリ (RAM) です。", + "selectorLabel": "必要条件", + "validNumber": "有効な数値を入力してください。" + }, "PolicySet": { "appManagement": "アプリケーション管理", "assignments": "割り当て", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "デバイス構成プロファイル", "powershellScriptTitle": "PowerShell スクリプト" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                  For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                  Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "推奨", "CountryNames": { "countryNameNR": "ナウル", "countryNameBH": "バーレーン", @@ -11909,7 +12984,7 @@ "countryNameBN": "ブルネイ", "countryNameBD": "バングラデシュ", "countryNameMW": "マラウイ", - "countryNameGM": "Gambia", + "countryNameGM": "ガンビア", "countryNameGA": "ガボン", "countryNameCA": "カナダ", "countryNameSH": "セントヘレナ", @@ -12029,7 +13104,7 @@ "countryNameSG": "シンガポール", "countryNameAL": "アルバニア", "countryNameSN": "セネガル", - "countryNameSZ": "Eswatini", + "countryNameSZ": "エスワティニ", "countryNameBZ": "ベリーズ", "countryNameCI": "コートジボワール", "countryNameTW": "台湾", diff --git a/Documentation/Strings-ko.json b/Documentation/Strings-ko.json index 47ebd8b..f576b54 100644 --- a/Documentation/Strings-ko.json +++ b/Documentation/Strings-ko.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "사용 가능한 첫 번째 날짜" }, + "Windows11SideBySideInstall": { + "disabled": "사용 안 함", + "enabled": "사용", + "infoBalloonContent": "Windows 11에 적합하지 않은 디바이스에 최신 Windows 10 기능 업데이트를 설치할지 여부 제어", + "label": "장치에서 Windows 11을 실행할 수 없는 경우 최신 Windows 10 기능 업데이트를 설치합니다." + }, "bladeTitle": "기능 업데이트 배포", "deploymentSettingsTitle": "배포 설정", "loadError": "로드하지 못했습니다.", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "이 기능을 사용하려면 특정 라이선스가 필요합니다.", "gradualRolloutLicenseWarningEdit": "이 기능을 선택하지 않고 정책을 저장할 때까지 이 기능을 계속 사용하고 구성할 수 있습니다.", - "licenseLearnMoreText": "필수 구성 요소 및 기능 업데이트 정책에 대해 자세히 알아보세요." + "licenseLearnMoreText": "필수 구성 요소 및 기능 업데이트 정책에 대해 자세히 알아보세요.", + "specificLicensingRequired": "선택한 일부 기능에는 특정 라이선스가 필요합니다." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "디바이스 사용자가 앱의 용도 및/또는 앱에서 수행할 수 있는 작업을 이해하는 데 도움이 됩니다. 이 설명은 회사 포털에서 볼 수 있습니다.", "developer": "앱을 개발한 회사 또는 개인의 이름입니다. 이 정보는 관리 센터에 로그인한 사용자에게 표시됩니다.", "displayVersion": "앱의 버전입니다. 이 정보는 회사 포털의 사용자에게 표시됩니다.", + "fullScreenEnabled": "예로 구성하면 웹 클립을 전체 화면 웹앱으로 시작합니다.", + "ignoreManifestScope": "예로 구성하면 전체 화면 웹 클립이 Safari UI를 표시하지 않고 외부 웹 사이트로 이동할 수 있습니다. 그렇지 않으면 웹 클립의 URL에서 벗어날 때 Safari UI가 나타납니다. 전체 화면이 false인 경우 이 키는 적용되지 않습니다.", "infoUrl": "앱에 대한 자세한 정보가 있는 웹 사이트 또는 설명서에 사용자를 연결합니다. 정보 URL은 회사 포털의 사용자에게 표시됩니다.", "isFeatured": "추천 앱은 사용자가 신속하게 확인할 수 있도록 회사 포털에 눈에 띄게 배치됩니다.", "learnMore": "자세한 정보", "logo": "앱에 연결된 로고를 업로드합니다. 이 로고는 회사 포털 전체에서 앱 옆에 표시됩니다.", "macOSDmgAppPackageFile": "장치에서 사이드로드할 수 있는 형식으로 앱이 포함된 파일입니다. 유효한 패키지 유형: .dmg.​", + "macOSPkgAppPackageFile": "장치에서 사이드로드할 수 있는 형식으로 앱이 포함된 파일입니다. 유효한 패키지 유형은 .pkg입니다.", "minOperatingSystem": "앱을 설치할 수 있는 최신 운영 체제 버전을 선택합니다. 이전 버전의 운영 체제가 설치된 디바이스에 앱을 할당하면 설치되지 않습니다.", "name": "앱의 이름을 추가합니다. 이 이름은 Intune 앱 목록 및 회사 포털의 사용자에게 표시됩니다.", "notes": "앱에 대한 추가 정보를 추가합니다. 참고는 관리 센터에 로그인한 사용자에게 표시됩니다.", "owner": "조직의 라이선스를 관리하는 사용자의 이름이거나, 이 앱의 연락 지점입니다. 이 이름은 관리 센터에 로그인한 사용자에게 표시됩니다.", "packageId": "앱 패키지 식별자는 앱을 식별하는 고유한 값입니다.", "packageName": "앱의 패키지 이름을 확인하려면 장치 제조업체에 문의하세요. 패키지 이름 예시: com.example.app", + "preComposedIconEnabled": "예로 구성하면 SpringBoard가 아이콘에 \"광택\"을 추가하는 것을 방지합니다.", "privacyUrl": "앱의 개인 정보 설정 및 약관에 대한 자세한 정보를 보려는 사용자를 위한 링크를 제공합니다. 개인 정보 URL은 회사 포털의 사용자에게 표시됩니다.", "publisher": "앱을 배포하는 개발자 또는 회사의 이름입니다. 이 정보는 회사 포털의 사용자에게 표시됩니다.", "selectApp": "Intune으로 배포할 iOS 스토어 앱을 App Store에서 검색합니다.", + "targetApplicationBundleIdentifier": "URL을 여는 애플리케이션을 지정하는 애플리케이션 번들 식별자입니다. iOS 14 이상에서 사용할 수 있습니다.", "useManagedBrowser": "필요한 경우 사용자가 웹 앱을 열 때 Microsoft Edge 또는 Intune Managed Browser 같은 Intune으로 보호되는 브라우저에서 열립니다. 이 설정은 iOS 및 Android 디바이스에 모두 적용됩니다.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "디바이스에서 사이드로드할 수 있는 형식으로 앱을 포함하는 파일입니다. 유효한 패키지 유형: .intunewin.", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                  등록된 디바이스에서 디바이스 잠금이 검색되면 를 선택하여 앱 PIN을 사용하지 않도록 설정하세요.

                  참고: Intune은 iOS/iPadOS에서 타사 EMM 솔루션을 사용하여 디바이스 등록을 검색할 수 없습니다.

                  " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "앱을 설치하면 디바이스가 강제로 다시 시작될 수 있음", + "basedOnReturnCode": "반환 코드에 따라 동작 결정", + "force": "Intune에서 강제로 필수 디바이스를 다시 시작함", + "suppress": "지정된 작업 없음" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "설치 시간 필요(분)", + "maxRunTimeInMinutesToolTip": "시스템에서 설치 프로그램이 완료될 때까지 대기하는 시간(분)입니다. 기본값은 60분입니다." + }, + "RunAsAccountOptions": { + "system": "시스템", + "user": "사용자" + }, + "availableUninstall": "사용 가능한 제거 허용", + "availableUninstallTooltip": "회사 포털에서 사용자에게 이 앱에 대한 제거 옵션을 제공하려면 '예'를 선택하세요. 사용자가 회사 포털에서 앱을 제거하지 못하도록 하려면 '아니요'를 선택합니다.", + "bladeTitle": "프로그램", + "deviceRestartBehavior": "디바이스 다시 시작 동작", + "deviceRestartBehaviorTooltip": "앱을 설치한 후 디바이스 다시 시작 동작을 선택합니다. 반환 코드 구성 설정을 기준으로 디바이스를 다시 시작하려면 '반환 코드에 따라 동작 결정'을 선택합니다. MSI 기반 앱에 대한 앱 설치 중에 디바이스 다시 시작 관련 메시지를 표시하지 않으려면 '특정 작업 없음'을 선택하세요. 다시 시작 관련 메시지 표시 여부와 관계없이 앱 설치를 완료할 수 있도록 하려면 '앱 설치 시 강제로 디바이스 다시 시작'을 선택하세요. 앱을 설치한 후에 항상 디바이스를 다시 시작하려면 'Intune에서 강제로 필수 디바이스를 다시 시작함'을 선택합니다.", + "header": "이 앱을 설치 및 제거하기 위한 명령 지정:", + "installCommand": "설치 명령", + "installCommandMaxLengthErrorMessage": "설치 명령은 허용되는 최대 길이인 1024자를 초과할 수 없습니다.", + "installCommandTooltip": "이 앱을 설치하는 데 사용되는 전체 설치 명령줄입니다.", + "runAs32Bit": "64비트 클라이언트에서 32비트 프로세스로 설치 및 제거 명령 실행", + "runAs32BitTooltip": "64비트 클라이언트에서 32비트 프로세스로 앱을 설치 및 제거하려면 '예'를 선택합니다. 64비트 클라이언트에서 64비트 프로세스로 앱을 설치 및 제거하려면 '아니요'(기본값)를 선택합니다. 32비트 클라이언트에서는 항상 32비트 프로세스가 사용됩니다.", + "runAsAccount": "설치 동작", + "runAsAccountTooltip": "지원되는 경우 모든 사용자에 대해 이 앱을 설치하려면 '시스템'을 선택합니다. 디바이스에 로그인한 사용자에 대해 이 앱을 설치하려면 '사용자'를 선택합니다. 이중 목적 MSI 앱의 경우 원래 설치 시 디바이스에 적용된 값이 복원될 때까지 변경 내용으로 인해 업데이트 및 제거가 완료되지 않습니다.", + "selectorLabel": "프로그램", + "uninstallCommand": "제거 명령", + "uninstallCommandTooltip": "이 앱을 제거하는 데 사용되는 전체 제거 명령줄입니다." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "새로 만들기", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS 앱(DMG)", "macOSEdgeApp": "Microsoft Edge(macOS)", "macOSLobApp": "macOS 기간 업무 앱", - "macOSMdatpApp": "Microsoft Defender ATP(macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP(macOS)", "macOSOfficeSuiteApp": "Microsoft 365 앱(macOS)", + "macOSPkgApp": "macOS 앱(PKG)", + "macOSWebClip": "macOS 웹 클립", "macOsVppApp": "macOS Volume Purchase Program 앱", "managedAndroidLobApp": "관리되는 Android LOB(기간 업무) 앱", "managedAndroidStoreApp": "관리되는 Android 스토어 앱", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "PowerShell 스크립트 파일을 지정합니다. 파일은 200KB 미만이어야 합니다.", "uploadLabel": "스크립트 위치" }, - "bashScriptObjectName": "Bash 스크립트", "createButtonText": "추가", "createPowershellScriptFlowSectionName": "PowerShell 스크립트 추가", "customAttributeObjectName": "사용자 지정 특성", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "이러한 설정은 Android 9 이하 버전을 실행하는 디바이스에 적용되며 Android OS 버전을 실행하는 모든 삼성 Knox 장치에도 적용됩니다.", "androidPasswordHeader": "디바이스의 잠금을 해제하려면 암호가 필요합니다. 구성되지 않은 경우 암호 사용은 선택 사항이며, 사용자가 구성할 수 있습니다.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-On VPN", - "androidSafetyNetBasicIntegrityAndCertified": "기본 무결성 및 인증 디바이스 검사", - "androidSafetyNetbasicIntegrity": "기본 무결성 검사", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "기본 무결성 및 디바이스 무결성 확인", + "androidPlayIntegrityVerdictBasicIntegrity": "기본 무결성 검사", "androidTRDeprecation": "삼성 Knox 디바이스를 제외하고 Android 11 이상을 실행하는 디바이스에는 신뢰할 수 있는 인증서를 더 이상 설치할 수 없습니다. SCEP 인증서 프로필을 사용하는 경우 계속해서 신뢰할 수 있는 인증서 프로필을 만들어 배포하고 이를 SCEP 인증서 프로필과 연결해야 하지만 신뢰할 수 있는 루트 인증서를 이러한 디바이스에 수동으로 전달해야 합니다.", "androidTenAndAbovePasswordHeader": "Android 10 이상", "androidTenAndAbovePasswordHeaderDescription": "이러한 설정은 Android 10 이상 버전을 실행하는 디바이스에 적용됩니다.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "다른 디스크 암호화에 대한 경고", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "\"필요\"를 선택하면 모바일 디바이스의 스토리지 카드가 암호화됩니다.", "bitLockerEnableStorageCardEncryptionOnMobileName": "스토리지 카드 암호화(모바일만 해당)", - "bitLockerEnabledDescription": "디바이스에서 BitLocker를 사용하도록 설정해야 합니다.", - "bitLockerEnabledName": "BitLocker 필요", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "\"필요\"를 선택하면 BitLocker 디바이스 암호화가 사용하도록 설정됩니다. 디바이스 하드웨어 및 Windows 버전에 따라 최종 사용자에게 디바이스에 타사 암호화가 없음을 확인하는 메시지가 표시될 수 있습니다. 타사 암호화가 사용되는 동안 Windows 암호화를 켜면 디바이스가 불안정한 상태가 됩니다.", "bitLockerEncryptDeviceName": "디바이스 암호화", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128비트", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Touch ID 및 Face ID 잠금 해제 차단", "blockUSBConnectionDescription": "디바이스의 USB 연결을 사용할 수 있는지 여부를 지정합니다. USB 충전은 이 설정의 영향을 받지 않습니다. 이 설정은 Windows 데스크톱 플랫폼에서 지원되지 않습니다.", "blockUSBConnectionName": "USB 연결", + "blockUnifiedPasswordForWorkProfileDescription": "사용자가 잠금 화면과 회사 프로필에 서로 다른 두 암호를 사용하도록 하려면 하나의 잠금 사용을 차단합니다. 하나의 화면 잠금을 사용하는 것은 사용자에게 편리하지만 디바이스 잠금을 해제할 수 있는 모든 사용자가 회사 프로필에 액세스할 수 있도록 합니다. Android 9.0 Pie 이상을 실행하는 디바이스에 적용됩니다.", + "blockUnifiedPasswordForWorkProfileName": "회사 프로필 및 디바이스에 대한 잠금 1개", "blockUnmanagedDocumentsInManagedAppsName": "회사 앱에서 회사 문서가 아닌 문서 보기 차단", "blockUntrustedTLSCertificatesDescription": "신뢰할 수 없는 TLS(전송 계층 보안) 인증서를 차단합니다.", "blockUntrustedTLSCertificatesName": "신뢰할 수 없는 TLS 인증서 차단", @@ -2825,6 +2871,8 @@ "cellularName": "셀룰러", "certificateCredentialConfigurationDisabledDescription": "사용자가 할당된 인증서와 연결된 인증서와 관련이 있는 자격 증명을 변경하지 못하도록 차단합니다.", "certificateCredentialConfigurationDisabledName": "사용자는 자격 증명을 구성할 수 있습니다(회사 프로필 수준).", + "certificateInstallDescription": "여기에 나열하는 앱은 Intune에서 만든 인증서를 변경할 수 있으며 Intune 외부에서 전송된 인증서를 관리할 수 있습니다.", + "certificateInstallTitle": "다른 앱에서 인증서를 설치하고 관리하도록 허용", "certificateNotFound": "인증서 정책을 찾을 수 없습니다. 삭제되었습니까?", "certificateOption": "인증서", "certificateRevocationCheck": "인증서 해지 확인", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "인쇄 서비스 리소스 URI", "cloudProtectionDescription": "의심스러운 활동 검색을 허용하기 위해 Microsoft 활성 보호 서비스 원격 분석을 보냅니다.", "cloudProtectionName": "클라우드 제공 보호", - "codeIntegrityEnabledDescription": "디바이스에서 코드 무결성을 사용하도록 설정해야 합니다.", - "codeIntegrityEnabledName": "코드 무결성 필요", + "codeIntegrityEnabledName": "코드 무결성", "complianceAntiSpywareRequirementDescription": "Windows 보안 센터에 등록된 스파이웨어 방지 솔루션(예: DigiCert, Microsoft Defender)을 켜고 모니터링해야 함", "complianceAntiSpywareRequirementName": "스파이웨어 방지", "complianceAntiSpywareSignatureUpToDateDescription": "스파이웨어 방지 서명이 최신 상태여야 함", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "이 설정은 다시 사용할 수 없는 최근 암호 수를 지정합니다. 권장 값은 5입니다.", "complianceNumberOfPreviousPasswordsToBlockName": "다시 사용할 수 없는 이전 암호 수", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "디바이스에서 사용할 수 있는 최신 OS 빌드 버전을 선택합니다.", + "complianceOsBuildVersionRestrictionMaximumDescription": "디바이스에서 사용할 수 있는 최신 OS 빌드 버전을 입력합니다(예: 20E252)
                  Apple 신속 보안 대응 업데이트를 최대 OS 빌드로 설정하려면 보조 빌드 버전을 입력하세요(예: 20E772520a).", "complianceOsBuildVersionRestrictionMaximumName": "최대 OS 빌드 버전", - "complianceOsBuildVersionRestrictionMinimumDescription": "디바이스에서 사용할 수 있는 가장 오래된 OS 빌드 버전을 선택합니다.", + "complianceOsBuildVersionRestrictionMinimumDescription": "디바이스에서 사용할 수 있는 가장 오래된 OS 빌드 버전을 입력합니다(예: 20E252)
                  Apple 신속 보안 대응 업데이트를 최소 OS 빌드로 설정하려면 보조 빌드 버전을 입력하세요(예: 20E772520a).", "complianceOsBuildVersionRestrictionMinimumName": "최소 OS 빌드 버전", "complianceOsVersionRestrictionHeader": "운영 체제 버전", "complianceOsVersionRestrictionMaximumAndroidDescription": "디바이스에 대한 최대 OS 버전 규격 요구 사항을 지정합니다(예: Nougat에 대해 이 필드에 \"7.1\" 지정).", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "보안 패치 및 향상된 기능을 위해 디바이스에서 강제로 자동 업데이트를 수행합니다.", "complianceUpdatesRequireAutomaticUpdatesName": "Microsoft에서 자동 업데이트 요구", "complianceWin10RequiredPasswordTypeDescription": "이 설정은 필요한 암호/PIN 유형을 결정합니다.
                  \r\n디바이스 기본값(암호, 숫자 PIN 또는 영숫자 PIN 필요)
                  \r\n영숫자(암호 또는 영숫자 PIN 필요)
                  \r\n숫자(암호 또는 숫자 PIN 필요)
                  \r\n권장 사항: 필요한 암호 유형: 영숫자, 암호 복잡도: 숫자 및 소문자 필요", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 또는 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11만 해당", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Microsoft Defender의 최소 버전(예: 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender 맬웨어 방지 최소 버전", - "complianceWindowsDeviceHealthAttestationHeader": "Windows 상태 증명 서비스 평가 규칙", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft 증명 서비스 평가 규칙

                  이러한 규칙을 사용하여 부팅 시 디바이스에 보호 조치가 사용하도록 설정되어 있음을 확인합니다. 이 규칙에 대해 자세히 알아보기", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "모바일 디바이스에서 실행할 수 있는 최신 OS 버전을 선택합니다. 운영 체제 버전은 주 버전.부 버전.빌드.수정 버전으로 정의됩니다.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "모바일 디바이스에서 실행할 수 있는 가장 오래된 OS 버전을 선택합니다. 운영 체제 버전은 주 버전.부 버전.빌드.수정 버전으로 정의됩니다.", "complianceWindowsOsVersionRestrictionHeaderDescription": "운영 체제 버전은 주 버전.부 버전.빌드.수정 버전으로 정의됩니다. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "보조 OS 및 비 OS 소프트웨어 업데이트", "delayMinorOSUpdateVisibilityOption": "보조 OS 소프트웨어 업데이트", "delayOSUpdateVisibilityOption": "운영 체제 업데이트", + "delegatedScopeLogsTitle": "중요한 Android 로그에 액세스", "deliveryOptimizationBandwidthHeader": "대역폭", "deliveryOptimizationCachingHeader": "캐싱", "deliveryOptimizationDODescription": "배달 최적화가 콘텐츠 배포 시나리오에 대해 네트워크 대역폭 사용을 관리하기 위해 사용할 수 있는 다운로드 방법을 지정합니다.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "파생된 자격 증명 발급자를 검색하는 중...", "derivedCredentialsTenantLevelNotConfigured": "이 정책이 디바이스에 올바르게 적용될 수 있도록 테넌트의 파생된 자격 증명 발급자를 지정하지 않았습니다. 발급자를 지정하려면 여기를 클릭하세요.", "descriptionName": "설명", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "구성 관리자(테넌트 연결만 해당)", "desktopOption": "데스크톱", "destinationPrefix": "대상 접두사/크기(예: 192.168.0.1/255)", "developerUnlock": "개발자 잠금 해제", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "이상", "eDPPolicyVersionAndBelowName": "이하", "eDPPolicyVersionEqualsName": "같음", - "earlyLaunchAntiMalwareDriverEnabledDescription": "맬웨어 방지 조기 실행 드라이버를 사용하도록 설정해야 합니다.", - "earlyLaunchAntiMalwareDriverEnabledName": "맬웨어 방지 조기 실행 드라이버 필요", + "earlyLaunchAntiMalwareDriverEnabledName": "맬웨어 방지 조기 실행", "easAccountSettingsHeader": "Exchange ActiveSync 계정 설정", "easAllData": "모든 데이터", "easCalendarContactsOnly": "일정 및 연락처만", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "모든 주소", "firewallRulesPortOrPortRangeInvalidCharacterError": "포트 목록에는 숫자, '-' 또는 ','만 포함할 수 있습니다.", "firewallRulesPortOrPortRangeInvalidError": "포트 목록에 잘못된 포트 및/또는 포트 범위가 포함되어 있습니다.", + "firmwareProtectionEnabledName": "펌웨어 보호", "firmwareUpdatesBehaviorName": "펌웨어 업데이트", "firstActiveEthernet": "첫 번째 활성 이더넷", "firstAvailableOption": "사용 가능한 첫 번째", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "인터넷 피어링과 혼합된 HTTP (3)", "httpWithPeeringNatOption": "동일한 NAT 뒤의 피어링과 혼합된 HTTP (1)", "httpWithPeeringPrivateGroupOption": "프라이빗 그룹에서의 피어링과 혼합된 HTTP (2)", + "hvciEnabledName": "메모리 무결성 보호", "hybridSleepBatteryDescription": "이 정책 설정을 사용하면 배터리로 디바이스 전원을 켰을 때 하이브리드 절전 모드를 끌 수 있습니다.
                  이 정책을 사용하지 않도록 설정하면 장치에서 하이브리드 절전 모드 또는 최대 절전 모드가 허용되지 않습니다.
                  이 정책이 구성되어 있지 않으면 사용자가 이 설정을 제어합니다.", "hybridSleepName": "하이브리드 절전 모드", "hybridSleepPluggedInDescription": "이 정책 설정을 사용하면 디바이스를 연결할 때 하이브리드 절전 모드를 끌 수 있습니다.
                  이 정책을 사용하지 않도록 설정하면 디바이스에서 하이브리드 절전 모드 또는 최대 절전 모드가 허용되지 않습니다.
                  이 정책이 구성되어 있지 않으면 사용자가 이 설정을 제어합니다.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "보통-낮음", "mediumOption": "보통", "meetingInformationDisplayedOnWelcomeScreenName": "시작 화면에 표시되는 모임 정보", + "memoryAccessProtectionEnabledName": "메모리 액세스 보호", "messagingBlockMMSDescription": "디바이스에서 MMS 보내기/받기 기능을 사용하지 않도록 설정합니다.", "messagingBlockMMSName": "MMS(모바일 전용)", "messagingBlockRCSDescription": "디바이스에서 Rich Communication Services 보내기/받기 기능을 사용하지 않도록 설정합니다.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "최대 OS 버전보다 작아야 합니다.", "mustBeValidAddress": "올바른 주소여야 합니다. 예: 4.3.6.0, itgproxy.com 등", "mustBeValidAndroidPackageName": "패키지 이름에는 문자, 숫자, 밑줄 및 마침표만 사용해야 합니다. 문자로 시작해야 합니다.", - "mustBeValidBuildVersionFormat": "유효한 빌드 버전 형식이어야 합니다. 예: 18A391, 16G1114 등", + "mustBeValidBuildVersionFormat": "유효한 빌드 버전 형식이어야 합니다. 예: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "유효한 DNS 접미사여야 합니다. 예: itgproxy.com", "mustBeValidDateFormat": "유효한 날짜 형식(YYYY-MM-DD)이어야 합니다. 예: 2016-10-01, 2016-10-31 등", "mustBeValidDomain": "올바른 도메인이어야 합니다. 예: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "네트워크 확장", "networkInterface": "네트워크 인터페이스", "networkInterfaceDescription": "구성할 네트워크 인터페이스", + "networkLogsTitle": "이 앱에서 Android 네트워크 활동 로그에 액세스하도록 허용", "networkProxyAutomaticConfigurationUrlDescription": "사용할 PAC 스크립트의 URL입니다.", "networkProxyAutomaticConfigurationUrlName": "설정 스크립트 주소 URL", "networkProxyDisableAutoDetectDescription": "설정을 자동으로 검색합니다. 사용하도록 설정된 경우 시스템에서 PAC 스크립트의 경로를 찾으려고 시도합니다.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "숨기기", "pinnedFolderOptionShow": "표시", "pipeInvalidError": "값에는 '|'이 포함되지 않아야 합니다.", + "playIntegrityVerdictOptionsDescription": "플레이 무결성 평가 결과 수준 설정", + "playIntegrityVerdictOptionsName": "플레이 무결성 평가 결과", "pluggedInHeader": "전원 사용", "policyDomainNameService": "DNS", "policyEmailAddress": "전자 메일 주소", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "기본 정책입니다. 사용자가 존재해야 하며 유효한 Intune 라이선스를 가지고 있어야 합니다.", "requireUserExistanceName": "등록된 사용자가 있습니다.", "required": "필수", - "requiredAndroidSafetyNetEvaluationTypeBasic": "구성되지 않음(기본 평가로 기본값 설정)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "SafetyNet 장치 증명 응답을 계산하는 데 사용할 평가 유형을 선택합니다.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "하드웨어 지원 키", - "requiredAndroidSafetyNetEvaluationTypeName": "필요한 SafetyNet 평가 유형", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "구성되지 않음", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "플레이 무결성 평가 결과 디바이스 증명 응답을 계산하는 데 사용할 평가 유형을 선택합니다.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "강력한 무결성 확인", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "하드웨어 지원 보안 기능을 사용하여 강력한 무결성 확인", "requiredExtensionsColumnHeader": "패키지 패밀리 이름", "requiredExtensionsExamples": "예: Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "암호 필요, 제한 없음", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "예: contoso.com", "safeSearchFilterDescription": "Cortana가 검색 결과에서 성인 콘텐츠를 필터링하는 방법을 지정합니다.", "safeSearchFilterName": "안전 검색(모바일 전용)", - "safetyNetAttestationOptionsDescription": "SafetyNet 증명 수준 설정", - "safetyNetAttestationOptionsName": "SafetyNet 디바이스 증명", "sampleSharingEnableOrNotConfiguredDescription": "엔드포인트용 Microsoft Defender 샘플 공유 구성 매개 변수를 반환하거나 설정합니다.", "sampleSharingEnableOrNotConfiguredName": "모든 파일에 대해 샘플 공유", "saturday": "토요일", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "2차 인증 방법", "secondaryAuthenticationMethodTEAPDescription": "사용자가 인증할 보조 방법을 선택합니다. 인증서를 선택하면 디바이스에 배포된 인증서 프로필(SCEP 또는 PKCS) 중 하나를 선택합니다. 디바이스에서 서버에 제공하는 ID 인증서입니다.", "secretKey": "비밀 키:", - "secureBootEnabledDescription": "디바이스에서 보안 부팅을 사용하도록 설정해야 합니다.", - "secureBootEnabledName": "디바이스에서 보안 부팅을 사용하도록 설정해야 합니다.", + "secureBootEnabledName": "보안 부팅", "secured": "보안됨", "securityAssociationIdleTimeDescription": "이 시간(초) 동안 네트워크 트래픽이 표시되지 않은 후 보안 연결이 삭제됩니다.", "securityAssociationIdleTimeHint": "유휴 시간(초) 입력(300~3,600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "공통 조건 모드​", "securityDeveloperSettingsEnabledDescription": "개발자 설정에 대한 액세스를 허용합니다.", "securityDeveloperSettingsEnabledName": "개발자 설정", + "securityLogsTitle": "이 앱에서 Android 보안 로그에 액세스하도록 허용", "securityOption": "진단 데이터 끄기", "securityRequireVerifyAppsDescription": "Google Play 보호를 사용하여 앱이 설치되기 전과 설치된 후에 앱을 검사합니다. 위협을 검색하면 사용자에게 디바이스에서 앱을 제거하라고 경고할 수 있습니다. 기본적으로 필요합니다.", "securityRequireVerifyAppsName": "앱에서 위협 검색", @@ -5968,6 +6021,7 @@ "selectManagedApps": "관리되는 앱 선택", "selectMicrosoftEdgeApp": "Microsoft Edge 레거시 브라우저 추가", "selectMicrosoftTunnelSite": "사이트 선택", + "selectNetworkApp": "Android 네트워크 활동 로그에 액세스할 앱 선택", "selectNetworkInterface": "네트워크 인터페이스 선택", "selectNonEapMethod": "EAP 이외의 방법 선택", "selectOneOption": "하나 선택", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "서버 유효성 검사에 대한 루트 인증서", "selectRootCertificatesForServerValidationName": "서버 유효성을 검사할 루트 인증서", "selectSecurity": "보안 유형 선택", + "selectSecurityApp": "Android 보안 로그에 액세스할 앱 선택", "selectService": "도움이 필요한 관리 유형은 무엇인가요?", "selectStoreApp": "Store 앱 추가", "selectStoreAppEmpty": "스토어 앱 추가", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "앱", "trafficRuleAppTypeName": "앱 유형", "trafficRuleClaimsName": "클레임", - "trafficRuleDirectionDescription": "규칙이 인바운드 트래픽 또는 아웃바운드 트래픽에 적용되는지 여부를 지정합니다
                  \r\n
                  \r\n 인바운드 = 규칙이 모든 인바운드 트래픽에 적용됩니다.\r\n
                  \r\n
                  \r\n 아웃바운드 = 규칙이 모든 아웃바운드 트래픽에 적용됩니다.\r\n ", + "trafficRuleDirectionDescription": "인바운드는 VPN을 통한 외부 사이트의 트래픽을 허용합니다. 아웃바운드는 VPN을 통해 외부 사이트로의 트래픽을 허용합니다. 둘 다 허용하려면 두 가지 규칙을 만듭니다.", "trafficRuleDirectionName": "방향", "trafficRuleRoutingPolicyTypeDescription": "분할 터널과 강제 터널 중에서 선택합니다.
                  \r\n
                  \r\n 분할 터널 = VPN 인터페이스로 가도록 지정된 트래픽만(네트워킹 스택에서 결정된 대로) 인터페이스를 통과합니다. 인터넷 트래픽은 계속 다른 인터페이스를 통과할 수 있습니다.\r\n
                  \r\n
                  \r\n 강제 터널 = 모든 IP 트래픽이 VPN 인터페이스만 통과해야 합니다(이 트래픽 규칙의 경우).\r\n
                  \r\n
                  \r\n 이 규칙이 앱과 연결된 경우에만 적용할 수 있습니다.\r\n ", "trafficRuleRoutingPolicyTypeName": "규칙 유형", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "사용자", "vPNPolicyProfileTargetDescription": "이 프로필을 사용자 조작 없이 연결되고 인증에 컴퓨터 인증서를 사용하는 Always-On VPN 연결로 바꿉니다. IKEv2 연결 형식만 지원합니다. AutoPilot 첫 실행 경험이 완료된 후 VPN 프로필은 디바이스에서 제거됩니다.", "vPNPolicyProfileTargetName": "Windows AutoPilot에 이 VPN 프로필 사용", + "vPNPolicyProxyExclListDescription1": "연결 시 프록시를 사용하여 제외할 호스트 목록입니다. 이러한 호스트는 *.example.com 같은 와일드카드를 사용할 수 있습니다.", + "vPNPolicyProxyExclListDescription2": "프록시를 무시하는 호스트 이름을 목록입니다. 호스트 이름에는 *.example.com과 같은 와일드카드가 포함될 수 있습니다.", + "vPNPolicyProxyExclListExcludedHosts": "제외된 호스트", + "vPNPolicyProxyExclListExclusions": "제외", + "vPNPolicyProxyExclListFileImport": "호스트 목록을 가져올 파일", + "vPNPolicyProxyExclListHostName": "호스트 이름", + "vPNPolicyProxyExclListImport": "프록시 제외 가져오기", + "vPNPolicyProxyExclListInvalid": "잘못된 입력", + "vPNPolicyProxyExclListList": "제외 목록", + "vPNPolicyProxyExclListManage": "프록시 제외 관리", + "vPNPolicyProxyExclListName": "프록시 제외 목록", "vPNPolicyRememberCredentialsName": "로그온 시 자격 증명 기억", "vPNPolicyRoutesForThisConnectionDescription": "선택 사항입니다.", "vPNPolicyRoutesForThisConnectionName": "이 VPN 연결에 대한 분할 터널링 경로", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "가상 홈 단추", "virtualHomeButtonNotConfigured": "구성되지 않음", "virtualHomeButtonSwipeUp": "위로 살짝 밀기", + "virtualizationBasedSecurityEnabledName": "가상화 기반 보안", "virtualizationOfCpuAndIOName": "CPU 및 IO 가상화", "visibleAppsListOptionsDescription": "목록이 숨길 앱 목록인지, 표시할 앱 목록인지를 설정합니다.", "visibleAppsListOptionsName": "앱 목록의 유형", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: 모든 앱에서 웹 링크 허용", "rootCertificate": "루트 인증서", "safetyNetDeviceAttestation": "SafetyNet 디바이스 증명", + "samsungKnoxAttestationRequired": "삼성 Knox 디바이스 증명", "saveAppsNotificationText": "선택한 앱을 저장하는 중", "saveChangesCommandText": "저장", "savePolicySettingsNotificationText": "정책 설정을 저장하는 중", @@ -7885,10 +7953,12 @@ "state": "상태", "status": "상태", "store": "저장", + "subjectOnlyOptionText": "주체만", "success": "성공", "successfully": "성공", "summary": "요약", "summaryLensTitle": "요약", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "원격 요청", "summarySettingsPartWipeRequestsSelectorText": "초기화 요청", "supportId": "지원 ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "값", "valueMustNotContainCharsError": "값에 포함되지 않아야 하는 문자: {0}", "versionValidationExample": "

                  형식: [주 버전].[부 버전] 또는 [주 버전].[부 버전].[빌드].[수정 버전]

                  예: 1.5 또는 1.5.50.101

                  ", - "versionValidationWith2To4Segments": "

                  형식: [주].[부] 또는 [주].[부].[빌드] 또는 [주].[부].[빌드].[수정]

                  예: 1.5 또는 1.5.50 또는 1.5.50.101

                  ", + "versionValidationWith2To5Segments": "

                  형식: [Major].[Minor] 또는 [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]. iOS의 경우, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse]도 지원됩니다.

                  참고: 앱은 RapidSecurityResponse 위반에 대해 초기화를 수행하지 않으며 차단 또는 경고만 지원됩니다.

                  예제: 1.5 or 1.5.50 또는 1.5.50.101 또는 (iOS의 경우) 1.5.50.101.a

                  ", "versionValidationWithDateFormat": "유효한 날짜 형식(YYYY-MM-DD)이어야 합니다.", "warn": "경고", "warning": "경고", @@ -8342,89 +8412,434 @@ "wiredNetwork": "유선 네트워크", "workProfile": "개인 소유 회사 프로필" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "선택한 요구 사항으로써 파일 또는 폴더입니다.", - "pathToolTip": "검색할 파일 또는 폴더의 전체 경로입니다.", - "property": "속성", - "valueToolTip": "선택한 검색 방법과 일치하는 요구 사항 값을 선택합니다. 날짜 및 시간 요구 사항은 현지 형식으로 입력해야 합니다." - }, - "GridColumns": { - "pathOrScript": "경로/스크립트", - "type": "형식" - }, - "Registry": { - "keyPath": "키 경로", - "keyPathTooltip": "요구 사항으로써 값을 포함하는 레지스트리 항목의 전체 경로입니다.", - "operator": "연산자", - "operatorTooltip": "비교 연산자를 선택합니다.", - "registryRequirement": "레지스트리 키 요구 사항", - "registryRequirementTooltip": "레지스트리 키 요구 사항 비교를 선택합니다.", - "valueName": "값 이름", - "valueNameTooltip": "필요한 레지스트리 값의 이름입니다." - }, - "RequirementTypeOptions": { - "fileType": "파일", - "registry": "레지스트리", - "script": "스크립트" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "부울", - "dateTime": "날짜 및 시간", - "float": "부동 소수점", - "integer": "정수", - "string": "문자열", - "version": "버전" - }, - "duplicateName": "스크립트 이름 {0}이(가)이미 사용 중입니다. 다른 이름을 입력하세요.", - "enforceSignatureCheck": "스크립트 서명 확인 적용", - "enforceSignatureCheckTooltip": "스크립트가 신뢰할 수 있는 게시자에 의해 서명되었는지 확인하려면 '예'를 선택합니다(경고나 메시지가 표시되지 않고 스크립트가 실행되도록 함). 스크립트가 차단 해제된 상태로 실행됩니다. 서명 확인 없이 최종 사용자 확인으로 스크립트를 실행하려면 '아니요'(기본값)를 선택합니다.", - "loggedOnCredentials": "로그온된 자격 증명을 사용하여 이 스크립트 실행", - "loggedOnCredentialsTooltip": "로그인한 디바이스 자격 증명을 사용하여 스크립트 실행", - "operatorTooltip": "요구 사항 비교 연산자를 선택합니다.", - "requirementMethod": "출력 데이터 형식 선택", - "requirementMethodTooltip": "검색 일치 요구 사항을 확인할 때 사용하는 데이터 형식을 선택합니다.", - "scriptContent": "스크립트 콘텐츠", - "scriptFile": "스크립트 파일", - "scriptFileTooltip": "클라이언트에서 앱의 존재를 검색하는 PowerShell 스크립트를 선택합니다. 앱이 검색되면 요구 사항 프로세스에서 0 값 종료 코드를 제공하고 STDOUT에 문자열 값을 씁니다.", - "scriptName": "스크립트 이름", - "value": "값", - "valueTooltip": "선택한 검색 방법과 일치하는 요구 사항 값을 선택합니다. 날짜 및 시간 요구 사항은 현지 형식으로 입력해야 합니다." - }, - "bladeTitle": "요구 사항 규칙 추가", - "createRequirementHeader": "요구 사항을 만듭니다.", - "header": "추가 요구 사항 규칙 구성", - "label": "추가 요구 사항 규칙", - "noRequirementsSelectedPlaceholder": "요구 사항이 지정되지 않았습니다.", - "requirementType": "요구 사항 유형", - "requirementTypeTooltip": "요구 사항을 확인하는 방법을 결정하는 데 사용되는 검색 방법 유형을 선택합니다." - }, - "architectures": "운영 체제 아키텍처", - "architecturesTooltip": "앱을 설치하는 데 필요한 아키텍처를 선택합니다.", - "bladeTitle": "요구 사항", - "diskSpace": "필요한 디스크 공간(MB)", - "diskSpaceTooltip": "앱을 설치하는 데 필요한 시스템 드라이브의 사용 가능한 디스크 공간입니다.", - "header": "앱을 설치하기 전에 디바이스가 충족해야 하는 요구 사항 지정:", - "maximumTextFieldValue": "값은 {0} 이하여야 합니다.", - "minimumCpuSpeed": "필요한 최소 CPU 속도(MHz)", - "minimumCpuSpeedTooltip": "앱을 설치하는 데 필요한 최소 CPU 속도입니다.", - "minimumLogicalProcessors": "필요한 최소 논리 프로세서 수", - "minimumLogicalProcessorsTooltip": "앱을 설치하는 데 필요한 최소 논리 프로세서 수입니다.", - "minimumOperatingSystem": "최소 운영 체제", - "minimumOperatingSystemTooltip": "앱을 설치하는 데 필요한 최소 운영 체제를 선택합니다.", - "minumumTextFieldValue": "값은 {0} 이상이어야 합니다.", - "physicalMemory": "필요한 실제 메모리(MB)", - "physicalMemoryTooltip": "앱을 설치하는 데 필요한 실제 메모리(RAM)입니다.", - "selectorLabel": "요구 사항", - "validNumber": "유효한 숫자를 입력하세요." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "업데이트를 점진적으로 사용할 수 있도록 설정", + "immediateStart": "가능한 한 빨리 업데이트를 사용할 수 있도록 설정", + "startDateOnly": "특정 날짜에 업데이트를 사용할 수 있도록 설정" + }, + "EnrollmentType": { + "devicesWithEnrollment": "관리 디바이스", + "devicesWithoutEnrollment": "관리되는 앱" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "필터", + "assignmentFilterTypeColumnHeader": "필터 모드", + "assignmentToast": "최종 사용자 알림", + "assignmentTypeTableHeader": "할당 유형", + "deadlineTimeColumnLabel": "설치 최종 기한", + "deliveryOptimizationPriorityHeader": "배달 최적화 우선 순위", + "groupTableHeader": "그룹", + "installContextLabel": "설치 컨텍스트", + "isRemovable": "이동식으로 설치", + "licenseTypeLabel": "라이선스 유형", + "modeTableHeader": "그룹 모드", + "policySet": "정책 집합", + "preventAutoAppUpdate": "자동 앱 업데이트 방지", + "preventManagedAppBackup": "iCloud 앱 백업 방지", + "restartGracePeriodHeader": "다시 시작 유예 기간", + "startTimeColumnLabel": "가용성", + "tracks": "트랙", + "uninstallOnRemoval": "디바이스 제거 시 제거", + "updateMode": "업데이트 우선 순위", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD 웹앱", + "androidEnterpriseSystemApp": "Android Enterprise 시스템 앱", + "androidForWorkApp": "관리형 Google Play 스토어 앱", + "androidLobApp": "Android LOB(기간 업무) 앱", + "androidStoreApp": "Android 스토어 앱", + "builtInAndroid": "기본 제공 Android 앱", + "builtInApp": "기본 제공 앱", + "builtInIos": "기본 제공 iOS 앱", + "iosIPadOSWebClip": "iOS/iPadOS 웹 클립", + "iosLobApp": "iOS LOB(기간 업무) 앱", + "iosStoreApp": "iOS 스토어 앱", + "iosVppApp": "iOS 대량 구매 프로그램 앱", + "lineOfBusinessApp": "LOB(기간 업무) 앱", + "macOSDmgApp": "macOS 앱(DMG)", + "macOSEdgeApp": "Microsoft Edge(macOS)", + "macOSLobApp": "macOS 기간 업무 앱", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP(macOS)", + "macOSOfficeSuiteApp": "macOS Office 제품군", + "macOSPkgApp": "macOS 앱(PKG)", + "macOSWebClip": "macOS 웹 클립", + "macOsVppApp": "macOS Volume Purchase Program 앱", + "managedAndroidLobApp": "관리되는 Android LOB(기간 업무) 앱", + "managedAndroidStoreApp": "관리되는 Android 스토어 앱", + "managedGooglePlayApp": "관리형 Google Play 스토어 앱", + "managedGooglePlayPrivateApp": "관리형 Google Play 프라이빗 앱", + "managedGooglePlayWebApp": "관리형 Google Play 웹 링크", + "managedIosLobApp": "관리되는 iOS LOB(기간 업무) 앱", + "managedIosStoreApp": "관리되는 iOS 스토어 앱", + "microsoftStoreForBusinessApp": "비즈니스용 Microsoft 스토어 앱", + "microsoftStoreForBusinessReleaseManagedApp": "비즈니스용 Microsoft 스토어", + "officeAddIn": "Office 추가 기능", + "officeSuiteApp": "Microsoft 365 앱(Windows 10 이상)", + "sharePointApp": "SharePoint 앱", + "teamsApp": "Teams 앱", + "webApp": "웹 링크", + "win32CatalogApp": "Windows 카탈로그 앱(Win32)", + "winGetPublicApp": "Windows 패키지 관리자 커뮤니티 리포지토리", + "winGetStoreApp": "Microsoft Store 앱(신규)", + "windowsAppXLobApp": "Windows AppX LOB(기간 업무) 앱", + "windowsClassicApp": "Windows 앱(Win32)", + "windowsEdgeApp": "Microsoft Edge(Windows 10 이상)", + "windowsMobileMsiLobApp": "Windows MSI 기간 업무 앱", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX LOB(기간 업무) 앱", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX LOB(기간 업무) 앱", + "windowsPhone81StoreApp": "Windows Phone 8.1 스토어 앱", + "windowsPhoneXapLobApp": "Windows Phone XAP LOB(기간 업무) 앱", + "windowsStoreApp": "Microsoft Store 앱(레거시)", + "windowsUniversalAppXLobApp": "Windows Universal AppX LOB(기간 업무) 앱", + "windowsUniversalLobApp": "Windows 유니버설 사업 부문 앱", + "windowsWebApp": "Windows 웹 링크" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "제외됨", + "include": "포함됨", + "includeAllDevicesVirtualGroup": "포함됨", + "includeAllUsersVirtualGroup": "포함됨" + }, + "AssignmentToast": { + "hideAll": "모든 알림 메시지 숨기기", + "showAll": "모든 알림 메시지 표시", + "showReboot": "컴퓨터 다시 시작에 대한 알림 메시지 표시" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "백그라운드", + "displayText": "{0}에서 콘텐츠 다운로드", + "foreground": "포그라운드", + "header": "배달 최적화 우선 순위" + }, + "DeviceRestartBehaviorOptions": { + "allow": "앱을 설치하면 디바이스가 강제로 다시 시작될 수 있음", + "basedOnReturnCode": "반환 코드에 따라 동작 결정", + "force": "Intune에서 강제로 필수 디바이스를 다시 시작함", + "suppress": "구체적인 작업이 없음" + }, + "FilterType": { + "exclude": "제외", + "include": "포함", + "none": "없음" + }, + "InstallIntent": { + "available": "등록된 디바이스에 사용 가능", + "availableWithoutEnrollment": "등록 유무에 상관없이 사용 가능", + "notApplicable": "적용할 수 없음", + "required": "필수", + "uninstall": "제거" + }, + "SettingType": { + "assignmentType": "할당 유형", + "deviceLicensing": "라이선스 형식", + "installContext": "디바이스 제거 시 제거", + "toastSettings": "최종 사용자 알림", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "기본값", + "postponed": "연기됨", + "priority": "높은 우선 순위" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "초기 프로비전을 위해 디바이스를 구성하고 사용자에게 할당합니다.", + "title": "디바이스 준비" + }, + "EnrollmentSettings": { + "description": "등록 차단과 같은 등록 설정을 구성하고 사용자에게 할당합니다.", + "title": "등록 설정" + }, + "OSConfiguration": { + "menuDescription": "사용자가 부팅 가능한 플래시 드라이브에서 Windows를 복구하는 데 사용할 수 있는 설정을 구성합니다.", + "menuTitle": "운영 체제 구성" + }, + "coManagementAuthorityDesc": "Configuration Manager 통합에 대한 공동 관리 설정을 구성합니다.", + "coManagementAuthorityTitle": "공동 관리 설정 ", + "deploymentProfiles": "Windows AutoPilot 배포 프로필", + "description": "사용자 또는 관리자가 Windows 10/11 PC를 Intune에 등록하는 7가지 방법을 알아봅니다.", + "descriptionLabel": "Windows 등록 방법", + "enrollmentStatusPage": "등록 상태 페이지" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "장치 등록이 필요한 조건은 \"등록 또는 참가 장치\" 사용자 작업을 통해 사용할 수 없습니다.", - "message": "\"디바이스 등록 또는 조인\" 사용자 작업에 대해 생성된 정책에서만 \"다단계 인증 필요\"를 사용할 수 있습니다.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "모든 권장 드라이버 업데이트 자동 승인", + "manual": "드라이버 업데이트 수동 승인 및 배포" + }, + "Details": { + "ApprovalMethod": { + "label": "승인 방법:" + }, + "DeploymentDeferralInDays": { + "label": "이후에 업데이트를 사용할 수 있도록 설정", + "units": "(일)", + "value": "{0}일" + }, + "bladeTitle": "드라이버 업데이트 Windows 10 이상(미리 보기)", + "lastSync": "마지막 동기화:", + "lastSyncDefaultText": "초기 인벤토리 수집 대기 중", + "loadError": "로드하지 못했습니다." + }, + "DriverStatus": { + "approved": "승인됨", + "declined": "거절됨", + "export": "권장 드라이버 내보내는 중", + "needsReview": "검토 필요", + "paused": "일시 중지됨" }, + "DriversToReview": { + "text": "검토할 {0}" + }, + "Subtitle": { + "automatic": "자동 승인 드라이버 업데이트 정책", + "manual": "수동 승인 드라이버 업데이트 정책" + }, + "SyncNotification": { + "failure": "{0}을(를) 동기화할 수 없습니다.", + "failureDescription": "오류가 발생하여 요청한 동기화를 완료할 수 없습니다. 다시 시도해 주세요.", + "pending": "{0} 동기화 진행 중", + "pendingDescription": "가장 최근의 데이터를 검색하고 있습니다. 이 프로세스는 몇 분 정도 걸릴 수 있습니다.", + "success": "{0} 동기화 완료", + "successDescription": "{0}에 WUfB 서비스와 동기화 완료" + }, + "SyncSpinner": { + "text": "동기화가 진행 중입니다. 몇 분 정도 걸릴 수 있습니다. 알림을 찾거나 몇 분 후에 다시 확인하세요." + }, + "TabName": { + "basics": "기본", + "driverUpdateSettings": "설정", + "otherDrivers": "기타 드라이버", + "properties": "속성", + "recommendedDrivers": "권장 드라이버" + }, + "driverAddFilter": "필터 추가", + "driverApplicableDevices": "적용 가능한 장치", + "driverApprovalStatus": "상태", + "driverBulkActions": "대량 작업", + "driverClass": "드라이버 클래스", + "driverCount": "레코드 {0}~{1}/{2}개 표시 중", + "driverFilterNoneSelected": "선택된 항목이 없음", + "driverManufacturer": "제조업체", + "driverName": "드라이버 이름", + "driverNameLower": "Windows 드라이버 업데이트 배포", + "driverNameUpper": "Windows 드라이버 업데이트 배포", + "driverRefresh": "새로 고침", + "driverReleaseDate": "릴리스 날짜", + "driverSearch": "검색", + "driverSearchKeyword": "검색 키워드 입력", + "driverVersion": "버전", + "firstDeploymentDate": "첫 번째 배포", + "infoBoxText": "정책을 할당하고 만든 후 인벤토리를 채우는 데 최대 24시간이 걸릴 수 있습니다.", + "textBlockText": "정책 승인 및 배포 설정을 선택합니다. 업데이트를 자동으로 또는 수동으로 승인하고 배포하는 정책을 설정하도록 선택합니다. 정책을 만든 후에는 승인 방법을 변경할 수 없지만 할당된 디바이스에 대한 인벤토리가 빌드되면 개별 드라이버 승인 및 배포 세부 정보를 변경할 수 있습니다." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "이 설정을 사용하여 회사에서 사용이 승인되지 않은 앱을 어떤 사용자가 설치하는지 알 수 있습니다. 제한된 앱 목록 유형을 선택하세요.

                  \r\n 금지된 앱 - 사용자가 앱을 설치할 때 알림을 받고 싶은 앱 목록입니다.
                  \r\n 승인된 앱 - 회사에서 사용이 승인된 앱 목록입니다. 이 목록에 없는 앱을 사용자가 설치하면 알림을 받게 됩니다.
                  \r\n ", + "androidZebraMxZebraMx": "MX 프로필을 XML 형식으로 업로드하여 Zebra 디바이스를 구성합니다.", + "iosDeviceFeaturesAirprint": "네트워크의 AirPrint 호환 프린터에 자동으로 연결하도록 iOS 디바이스를 구성하는 데 이러한 설정을 사용합니다. 프린터의 IP 주소 및 리소스 경로가 필요합니다.", + "iosDeviceFeaturesExtensibleSingleSignOn": "iOS 13.0 이상을 실행하는 디바이스에 SSO(Single Sign-On)를 사용하도록 설정하는 앱 확장을 구성합니다.", + "iosDeviceFeaturesHomeScreenLayout": "iOS 디바이스에서 도크 및 홈 화면에 대한 레이아웃을 구성합니다. 특정 디바이스에서는 표시할 수 있는 항목 수가 제한될 수 있습니다.", + "iosDeviceFeaturesIOSWallpaper": "iOS 디바이스의 홈 화면 및/또는 잠금 화면에 나타나는 이미지를 표시합니다.\r\n 각 위치에 고유한 이미지를 표시하려면 잠금 화면 이미지를 사용하여 프로필을 하나 만들고, 홈 화면 이미지를 사용하여 프로필을 하나 만듭니다.\r\n 그런 다음 두 프로필을 모두 사용자에게 할당합니다.\r\n
                  \r\n
                    \r\n
                  • 최대 파일 크기: 750KB
                  • \r\n
                  • 파일 형식: PNG, JPG 또는 JPEG
                  • \r\n
                  \r\n ", + "iosDeviceFeaturesNotifications": "앱에 대한 알림 설정을 지정합니다. iOS 9.3 이상을 지원합니다.", + "iosDeviceFeaturesSharedDevice": "잠긴 화면에 표시되는 선택적 텍스트를 지정하세요. iOS 9.3 이상에서 지원됩니다. 자세한 정보", + "iosGeneralApplicationRestrictions": "이 설정을 사용하여 회사에서 사용이 승인되지 않은 앱을 어떤 사용자가 설치하는지 알 수 있습니다. 제한된 앱 목록 유형을 선택하세요.

                  \r\n 금지된 앱 - 사용자가 앱을 설치할 때 알림을 받고 싶은 앱 목록입니다.
                  \r\n 승인된 앱 - 회사에서 사용이 승인된 앱 목록입니다. 이 목록에 없는 앱을 사용자가 설치하면 알림을 받게 됩니다.
                  \r\n ", + "iosGeneralApplicationVisibility": "표시된 앱 목록을 사용하여 사용자가 보거나 실행할 수 있는 iOS 앱을 지정하세요. 숨겨진 앱 목록을 사용하여 사용자가 보거나 실행할 수 있는 iOS 앱을 지정하세요.", + "iosGeneralAutonomousSingleAppMode": "이 목록에 추가하고 디바이스에 할당하는 앱은 해당 앱이 실행될 때에만 작동하도록 디바이스를 잠그거나, 특정 작업이 실행 중인 동안(예: 테스트 수행) 디바이스를 잠글 수 있습니다. 작업을 완료하거나 제한을 제거하면 디바이스가 정상 상태로 돌아옵니다.", + "iosGeneralKiosk": "키오스크 모드는 다양한 설정을 디바이스에 잠그거나 디바이스에서 실행할 수 있는 단일 앱을 지정합니다. 이 모드는 디바이스에서 단일 데모 앱만 실행하려는 소매점과 같은 환경에서 유용합니다.", + "macDeviceFeaturesAirprint": "이러한 설정을 사용하여 macOS 디바이스가 네트워크의 AirPrint 호환 프린터에 자동으로 연결되도록 구성합니다. 프린터의 IP 주소와 리소스 경로가 필요합니다.", + "macDeviceFeaturesAssociatedDomains": "조직의 앱과 웹 사이트 간에 데이터와 로그인 자격 증명을 공유하도록 연결된 도메인을 구성합니다. 이 프로필은 macOS 10.15 이상을 실행하는 디바이스에 적용할 수 있습니다.", + "macDeviceFeaturesExtensibleSingleSignOn": "macOS 10.15 이상을 실행하는 디바이스에 SSO(Single Sign-On)를 사용하도록 설정하는 앱 확장을 구성합니다.", + "macDeviceFeaturesLoginItems": "사용자가 디바이스에 로그인할 때 열리는 앱, 파일 및 폴더를 선택합니다. 사용자가 선택된 앱이 열리는 방식을 변경하지 못하도록 하려는 경우 사용자 구성에서 앱을 숨길 수 있습니다.", + "macDeviceFeaturesLoginWindow": "macOS 로그인 화면의 모양과 로그인 전후 사용자가 사용할 수 있는 기능을 구성합니다.", + "macExtensionsKernelExtensions": "이러한 설정을 사용하여 10.13.2 이상을 실행하는 macOS 디바이스에서 커널 확장 정책을 구성합니다.", + "macGeneralDomains": "사용자가 보내거나 받는 메일 중 여기에 지정하는 도메인과 일치하지 않는 메일은 신뢰할 수 없는 것으로 표시됩니다.", + "windows10EndpointProtectionApplicationGuard": "Microsoft Edge를 사용하는 동안 Microsoft Defender Application Guard는 조직에서 신뢰할 수 있는 사이트로 정의되지 않은 사이트로부터 환경을 보호합니다. 사용자가 격리된 네트워크 경계 목록에 없는 사이트를 방문하면 사이트가 Hyper-V의 가상 브라우징 세션에서 열립니다. 신뢰할 수 있는 사이트는 [디바이스 구성]에서 구성할 수 있는 네트워크 경계에 의해 정의됩니다. 이 기능은 Windows 10(64비트) 이상의 운영체제가 설치된 디바이스에 대해서만 사용할 수 있습니다.", + "windows10EndpointProtectionCredentialGuard": "Credential Guard를 사용하도록 설정하면 다음과 같은 필수 설정이 사용하도록 설정됩니다.\r\n
                  \r\n
                    \r\n
                  • 가상화 기반 보안 사용: 다음 다시 부팅 시 VBS(가상화 기반 보안)를 켭니다. 가상화 기반 보안에서는 Windows 하이퍼바이저를 사용하여 보안 서비스에 대한 지원을 제공합니다.
                  • \r\n
                    \r\n
                  • 보안 부팅 및 DMA(직접 메모리 액세스): 보안 부팅 및 DMA(직접 메모리 액세스)를 통해 VBS를 켭니다.
                  • \r\n
                  \r\n ", + "windows10EndpointProtectionDeviceGuard": "Microsoft Defender 애플리케이션 제어를 통해 감사해야 하거나 실행을 신뢰할 수 있는 추가 앱을 선택합니다. Windows 구성 요소 및 Windows 스토어의 모든 앱은 자동으로 실행이 신뢰됩니다.

                  \r\n \"감사 전용\" 모드에서 실행될 때는 애플리케이션이 차단되지 않습니다. \"감사 전용\" 모드에서는 모든 이벤트가 로컬 클라이언트 로그에 기록됩니다.\r\n ", + "windows10GeneralPrivacyPerApp": "“기본 개인 정보 보호”에서 정의한 것과 개인 정보 보호 방식이 달라야 하는 앱을 추가합니다.", + "windows10NetworkBoundaryNetworkBoundary": "네트워크 경계는 엔터프라이즈 네트워크에 있는 컴퓨터의 클라우드에 호스트된 도메인 및 IP 주소 범위 같은 엔터프라이즈 리소스의 목록입니다. 네트워크 경계를 정의하여 이러한 위치에 있는 데이터를 보호하는 정책을 적용하세요.", + "windowsHealthMonitoring": "Windows 상태 모니터링 정책을 구성합니다.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone은 사용자가 금지된 앱 목록에 지정된 앱이나 승인된 앱 목록에서 지정되지 않은 앱을 설치 또는 실행하지 못하도록 차단할 수 있습니다. 관리되는 앱은 모두 승인된 목록에 추가해야 합니다." + }, + "Inputs": { + "accountDomain": "계정 도메인", + "accountDomainHint": "예: contosodomain", + "accountDomainInfoBalloon": "사용자의 계정 도메인을 지정합니다.", + "accountTypeInfoBalloon": "인증 모델에 따라 구성할 계정 유형을 지정합니다.", + "allowContactSetting": "사용자가 연락처 설정을 변경할 수 있도록 허용", + "allowContactSyncInfoBalloon": "사용자가 연락처 동기화 설정을 변경할 수 있도록 허용할지를 지정합니다.", + "allowUserChange": "사용자가 설정을 변경할 수 있도록 허용", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "com.microsoft.word와 비슷한 패키지 이름을 입력하세요.", + "androidUrlValidation": "유효한 URL을 입력하세요(예: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en).", + "appInstallContext": "앱 설치 컨텍스트", + "appUrlLabel": "앱 스토어 URL", + "appleUrlValidation": "유효한 URL을 입력하세요(https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8).", + "applicableDeviceType": "적용할 수 있는 디바이스 유형", + "assignmentActionLabel": "모드", + "authenticationMethodInfoBalloon": "사용자에 대한 인증 방법을 지정합니다.", + "authenticationMetod": "인증 방법", + "authenticationType": "인증 형식", + "authenticationTypeInfoBalloon": "사용자의 인증 형식 지정", + "availableLicenseCount": "사용 가능한 라이선스", + "basicAuth": "기본 인증", + "biometricsInfoBalloon": "사용자가 디바이스의 앱에 액세스하기 위해 TouchID 또는 FaceID 같은 생체 인식이 필요할 수 있습니다. 필요한 경우 생체 인식은 이 프로필에서 선택한 인증 방법과 함께 사용됩니다. 앱 보호 정책에 관리되는 데이터에 액세스하기 전 액세스 요구 사항이 포함되므로, Intune 앱 보호 정책이 배포될 때 이 설정은 사용하도록 설정되어 있지 않아야 합니다. 둘 다 사용하도록 설정하면 Outlook 모바일에 액세스하기 위한 여러 액세스 프롬프트가 발생합니다. 구성되지 않도록 설정하면 기본 앱 설정이 [끄기]로 설정됩니다. ", + "bookNameLabel": "책 이름", + "bundleDescriptionHint": "포함된 앱을 기술하는 설명을 입력합니다.", + "calendar": "일정", + "categoryLabel": "범주", + "categoryNameLabel": "기본 이름", + "certProfileType": "인증서 프로필 유형", + "certificate": "인증서", + "certificates": "인증서", + "commandLineLabel": "명령줄 인수", + "commandLineSizeHint": "명령줄 인수 텍스트의 최대 길이는 1024자입니다.", + "configurationSettingsFormatLabel": "구성 설정 형식", + "configurationSettingsLabel": "설정 형식", + "contactSync": "연락처 저장", + "contactSyncInfoBalloon": "모바일 디바이스의 기본 주소록에 연락처를 저장하면 새 통화 및 텍스트 메시지를 사용자의 기존 Outlook 연락처에 연결할 수 있습니다. 구성되지 않도록 설정하면 기본 앱 설정이 [끄기]로 설정됩니다.", + "contacts": "연락처", + "createdDateTime": "만든 날짜", + "defaultCategoryHint": "기본 범주를 변경할 수 없습니다.", + "deploySMimeCertsFromIntune": "Intune에서 S/MIME 인증서 배포", + "descriptionGenericLabel": "설명", + "descriptionHint": "설명 입력...", + "descriptionLabel": "설명", + "descriptionSizeHint": "설명은 10,000자를 초과할 수 없습니다.", + "developerLabel": "개발자", + "developerSizeHint": "개발자 이름의 최대 길이는 256자입니다.", + "disable": "사용 안 함", + "disabled": "사용 안 함", + "displayNameLabel": "이름", + "displayVersionHint": "앱 버전 입력", + "displayVersionLabel": "앱 버전", + "displayVersionLengthCheck": "디스플레이 버전의 길이는 최대 130자여야 합니다.", + "eBookCategoryNameLabel": "기본 이름", + "emailAccount": "메일 계정 이름", + "emailAccountHint": "예: 회사 메일", + "emailAccountInfoBalloon": "사용자의 디바이스에서 사용자에게 메일 계정을 표시할 표시 이름을 지정합니다.", + "emailAddressAttribute": "AAD의 메일 주소 특성", + "emailAddressInfoBalloon": "메일을 보내고 받는 데 사용할 메일 주소를 지정합니다.", + "emailServer": "메일 서버", + "emailServerHint": "예: mail.contoso.com", + "emailServerInfoBalloon": "Exchange Server의 호스트 이름을 지정합니다.", + "enable": "사용", + "enableSMime": "S/MIME 사용", + "enabled": "사용", + "encryptAllEmails": "모든 메일 암호화", + "encryptionCertificates": "암호화 인증서", + "endUserNotifications": "최종 사용자 알림", + "enrollmentTypeLabel": "디바이스 등록 유형", + "externalRecipients": "외부 받는 사람 메일 설명", + "externalRecipientsInfoBalloon": "보낸 사람이 외부 받는 사람을 추가하거나 외부 받는 사람이 포함된 메일 그룹을 추가하면 외부 받는 사람 메일 설명이 표시됩니다. 이 메일 설명은 작성하는 메시지가 조직에서 나갈지를 보낸 사람에게 알려 단어, 어조 및 내용을 올바르게 결정할 수 있도록 합니다. 하이브리드 최신 인증을 사용하는 Exchange Online 계정 및 온-프레미스 계정에만 사용할 수 있습니다. 구성되지 않도록 설정하면 기본 앱 설정이 [켜기]로 설정됩니다.", + "focusedInbox": "중요 받은 편지함", + "focusedInboxInfoBalloon": "중요 받은 편지함은 받은 편지함을 [중요]와 [기타]의 두 탭으로 나눕니다. 가장 중요한 메일은 [중요] 탭에 있으며, 나머지 메일은 여전히 쉽게 액세스할 수 있지만 방해되지 않도록 [기타] 탭에 있습니다. 구성되지 않도록 설정하면 기본 앱 설정이 [켜기]로 설정됩니다. ", + "fullScreenEnabledLabel": "전체 화면", + "gmailNineAmountOfEmail": "동기화할 메일 양", + "gmailNineAuthenticationMethodInfoBalloon": "사용자가 VPN 서버에 인증하는 방법을 선택합니다. 인증서를 사용하여 가장 안전하고 원활한 환경을 최종 사용자에게 제공하세요. 인증 방법을 선택하세요. 디바이스 소유자 디바이스에 대한 SCEP 및 PKCS 인증서 프로필을 사용할 수 없으므로 인증서 기반 인증을 아직 사용할 수 없습니다. ", + "gmailNineCertificateUPNInfoBalloon": "인증서에 UPN(사용자 계정 이름)이 주체 대체 이름으로 포함되어야 합니다.", + "gmailNineEmailAddressInfoBalloon": "해당 프로필에서 사용할 메일 주소(예: MyName@contoso.com(UPN))를 동적으로 생성하기 위해 Intune이 Azure AD에서 가져오는 특성입니다. 메일 정책의 AAD 특성에 대해 자세히 알아보기.", + "gmailNineEmailServerInfoBalloon": "지정한 앱이 연결되어 메일을 가져오는 메일 서버의 Exchange 위치(URL)입니다.", + "gmailNineEmailSynchronizeInfoBalloon": "클라이언트에서 동기화할 메일 수를 제어합니다.", + "gmailNineSSLInfoBalloon": "SSL을 사용하여 메일 서버와의 모든 통신을 보호합니다.", + "gmailNineUsernameInfoBalloon": "해당 프로필에서 사용할 사용자 이름(예: MyName@contoso.com(UPN) 또는 MyName(username))을 동적으로 생성하기 위해 Intune이 Azure AD에서 가져오는 특성입니다. 메일 정책의 AAD 특성에 대해 자세히 알아보세요.", + "ignoreManifestScope": "매니페스트 범위 무시", + "ignoreVersionDetection": "앱 버전 무시", + "informationUrlLabel": "정보 URL", + "informationUrlSizeHint": "정보 URL의 최대 길이는 1024자입니다.", + "installAsManaged": "관리형으로 설치", + "installationSourceLabel": "앱 유형", + "installerTypeInfoBalloon": "애플리케이션 패키지의 설치 관리자 유형입니다.", + "installerTypeLabel": "설치 관리자 유형", + "isFeatured": "회사 포털에서 이 항목을 추천 앱으로 표시", + "isMAMEnabledToggleLabel": "예", + "lastModifiedDateTime": "마지막 업데이트 시간", + "ldapUrl": "LDAP URL", + "licensingType": "디바이스 컨텍스트 할당 지원", + "microsoft": "Microsoft", + "minimumOperationSystem": "최소 운영 체제", + "modernAuth": "최신 인증", + "nameHint": "이름 입력", + "nameLabel": "이름", + "nameSizeHint": "이름의 최대 길이는 512자입니다.", + "notConfigured": "구성되지 않음", + "notesLabel": "참고", + "notesSizeHint": "메모 텍스트의 최대 길이는 1024자입니다.", + "notificationType": "알림 유형", + "oneDay": "1일", + "oneMonth": "1개월", + "oneWeek": "1주", + "outlookSMimeSettings": "Outlook S/MIME 설정", + "ownerLabel": "소유자", + "ownerSizeHint": "소유자 이름의 최대 길이는 256자입니다.", + "packageIdLabel": "패키지 식별자", + "packageNameLabel": "패키지 이름", + "pivCredentialNotConfigured": "테넌트의 파생된 자격 증명 발급자를 선택하지 않았습니다. 이 정책을 디바이스에 적용하려면 발급자를 구성해야 합니다.", + "platformLabel": "플랫폼", + "policyDescriptionLabel": "설명", + "policyNameLabel": "이름", + "preComposedIconEnabled": "미리 구성됨", + "primarySMTPAddress": "기본 SMTP 주소", + "privacyUrlLabel": "개인정보취급방침 URL", + "publisherHint": "게시자 이름을 입력하세요.", + "publisherLabel": "게시자", + "publisherSizeHint": "판매자 이름의 길이는 2자에서 1024자(포함) 사이여야 합니다.", + "require": "필요", + "requireBiometrics": "앱에 액세스하려면 생체 인식 필요", + "sAMAccountName": "SamAccountName", + "scopeTagsRequired": "한 개 이상의 범위 태그가 필요합니다.", + "searchAppLabel": "앱 선택", + "searchAppLinkText": "App Store 검색", + "searchWinGetPublicRepositoryLinkText": "Windows 패키지 관리자 커뮤니티 리포지토리 검색", + "searchWinGetStoreRepositoryLinkText": "Microsoft Store 앱(신규) 검색", + "selectAAD": "AAD 특성 선택", + "selectAppFileLabel": "파일 선택", + "selectAppFileLinkText": "앱 패키지 파일 선택", + "selectAppFileToUpdateLabel": "업데이트할 파일 선택", + "selectAuthMethod": "인증 방법 선택", + "selectAuthType": "인증 형식 선택", + "selectCatalogAppLabel": "앱 선택", + "selectCatalogAppLinkText": "Windows 앱(Win32) 카탈로그 검색", + "selectCertificate": "인증서 선택", + "signAllEmails": "모든 메일 서명", + "signingCertificates": "서명 인증서", + "ssl": "SSL", + "suiteDescriptionLabel": "제품군 설명", + "suiteNameLabel": "제품군 이름", + "targetApplicationBundleIdentifier": "대상 애플리케이션 번들 식별자", + "targetedPlatformsLabel": "대상 플랫폼", + "tasks": "작업", + "threeDays": "3일", + "totalLicenseCount": "총 라이선스 수", + "twoWeeks": "2주", + "unifiedAssignmentsLabel": "할당 대상:", + "unlimited": "무제한", + "urlHint": "유효한 URL을 입력하세요.", + "useManagedBrowserHint": "Android 및 iOS에만 해당. 자세히 알아보기", + "useManagedBrowserLabel": "이 링크를 열려면 Managed Browser가 필요", + "userPrinicipalName": "사용자 계정 이름", + "username": "사용자 이름", + "usernameAttribute": "AAD의 사용자 이름 특성", + "usernameAttributreInfoBalloon": "계정을 인증하는 데 사용할 메일 프로필의 사용자 계정 이름을 지정합니다.", + "usernamePassword": "사용자 이름 및 암호", + "webAppUrlHint": "http:// 또는 https://로 시작하는 유효한 URL을 입력하세요.", + "webAppUrlLabel": "앱 URL", + "webAppUrlSizeHint": "앱 URL의 최대 길이는 1024자입니다.", + "windowsUrlValidation": "유효한 URL을 입력하세요(예: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm).", + "xMLDataEntered": "입력한 XML 데이터", + "xmlFormatInvalid": "XML 정책 형식이 잘못되었습니다.", + "xmlTooLarge": "입력 크기는 1MB 미만이어야 합니다." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "{0} 삭제 실패", @@ -8432,374 +8847,13 @@ "modifying": "{0} 삭제 중", "success": "{0}을(를) 삭제함" }, - "Included": { - "none": "선택한 클라우드 앱, 작업 또는 인증 컨텍스트가 없습니다.", - "plural": "{0}개 인증 컨텍스트가 포함됨", - "singular": "1개 인증 컨텍스트가 포함됨" - }, - "InfoBlade": { - "createTitle": "인증 컨텍스트 추가", - "deleteDisallowed": "조건부 액세스 정책에서 참조하는 동안에는 이 인증 컨텍스트를 삭제할 수 없습니다.", - "descPlaceholder": "인증 컨텍스트에 대한 설명 추가", - "modifyTitle": "인증 컨텍스트 수정", - "namePlaceholder": "예: 신뢰할 수 있는 위치, 신뢰할 수 있는 디바이스, 강력한 인증", - "publishDesc": "앱에 게시하면 앱에서 인증 컨텍스트를 사용할 수 있습니다. 태그에 대한 조건부 액세스 정책 구성을 완료한 후에 게시합니다. [자세한 정보][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "앱에 게시", - "titleDesc": "애플리케이션 데이터 및 작업을 보호하는 데 사용되는 인증 컨텍스트를 구성합니다. 애플리케이션 관리자가 인식할 수 있는 이름 및 설명을 사용합니다. [자세한 정보][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "이 인증 컨텍스트를 게시 취소하면 인증 컨텍스트로 보호되는 리소스에 대한 액세스 권한이 손실될 수 있습니다." - }, "Notify": { "failure": "{0} 업데이트 실패", "modifying": "{0} 수정", "success": "{0} 업데이트 성공" }, - "WhatIf": { - "selected": "인증 컨텍스트가 포함됨" - }, - "addNewStepUp": "새 인증 컨텍스트", - "bannerText": "Azure AD Premium을 사용하여 고유한 인증 컨텍스트 값 및 조건부 액세스 정책 만들기", - "checkBoxInfo": "이 정책이 적용될 인증 컨텍스트를 선택합니다.", - "configure": "인증 컨텍스트 구성", - "createCA": "인증 컨텍스트에 조건부 액세스 정책 할당", - "dataGrid": "인증 컨텍스트 목록", - "deleteFailedByReference": "CA 정책에서 참조하고 있으므로 이 인증 컨텍스트를 삭제할 수 없습니다.", - "description": "설명", - "documentation": "설명서", - "getStarted": "시작하기", - "label": "인증 컨텍스트", - "menuLabel": "인증 컨텍스트", - "name": "이름", - "noAuthContextConfigured": "인증 컨텍스트가 구성되지 않았습니다.", - "noAuthContextSet": "인증 컨텍스트가 없습니다.", - "noData": "표시할 인증 컨텍스트 없음", - "selectionInfo": "인증 컨텍스트는 SharePoint, Microsoft Cloud App Security와 같은 앱에서 애플리케이션 데이터와 동작을 보호하는 데 사용됩니다.", - "step": "단계", - "tabDescription": "앱의 데이터 및 작업을 보호하기 위해 인증 컨텍스트를 관리합니다. 조건부 액세스 정책에서 참조하는 인증 컨텍스트는 삭제할 수 없습니다. [자세히 알아보기][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "인증 컨텍스트를 사용하여 리소스에 태그 지정" + "menuLabel": "인증 컨텍스트" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator(전화 로그인)", - "email": "이메일 일회용 암호", - "federatedMultiFactor": "페더레이션된 다단계", - "federatedSingleFactor": "페더레이션된 단일 요소", - "fido2": "FIDO2 보안 키", - "hardwareOath": "하드웨어 OATH 토큰", - "hardwareOathEmail": "하드웨어 OATH 토큰 + 이메일 일회용 암호", - "hardwareOathFederatedSingleFactor": "연합 단일 요소 + 하드웨어 OATH 토큰", - "microsoftAuthenticatorPush": "Microsoft Authenticator - 푸시 알림", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator(푸시 알림) + 이메일 1회용 암호", - "microsoftAuthenticatorPushFederatedSingleFactor": "페더레이션된 단일 요소 + Microsoft Authenticator - 푸시 알림", - "none": "없음", - "password": "암호", - "passwordHardwareOath": "암호 + 하드웨어 OATH 토큰", - "passwordMicrosoftAuthenticatorPush": "암호 + Microsoft Authenticator - 푸시 알림", - "passwordSms": "암호 + SMS", - "passwordSoftwareOath": "암호 + 소프트웨어 OATH 토큰", - "passwordVoice": "암호 + 음성", - "passwordX509CertificateMultiFactor": "암호 + 인증서 기반 인증(다단계)", - "passwordX509CertificateSingleFactor": "암호 + 인증서 기반 인증(단일 단계)", - "sms": "SMS", - "smsEmail": "SMS + 이메일 일회용 암호", - "smsFederatedSingleFactor": "페더레이션된 단일 요소 + SMS", - "softwareOath": "소프트웨어 OATH 토큰", - "softwareOathEmail": "소프트웨어 OATH 토큰 + 이메일 1회용 암호", - "softwareOathFederatedSingleFactor": "연합 단일 요소 + 소프트웨어 OATH 토큰", - "temporaryAccessPassMultiUse": "임시 액세스 패스(다중 사용)", - "temporaryAccessPassOneTime": "임시 액세스 패스(일회성 사용)", - "voice": "Voice", - "voiceEmail": "음성 + 이메일 일회용 암호", - "voiceFederatedSingleFactor": "페더레이션된 단일 요소 + 음성", - "windowsHelloForBusiness": "비즈니스용 Windows Hello", - "x509CertificateMultiFactor": "인증서 기반 인증(Multi-Factor)", - "x509CertificateSingleFactor": "인증서 기반 인증(단일 단계)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "다운로드 차단(미리 보기)", - "monitorOnly": "모니터만(미리 보기)", - "protectDownloads": "다운로드 보호(미리 보기)", - "useCustomControls": "사용자 지정 정책 사용..." - }, - "ariaLabel": "적용할 조건부 액세스 앱 컨트롤 종류 선택" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "앱 ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "선택된 클라우드 앱 목록" - }, - "UpperGrid": { - "ariaLabel": "검색 용어와 일치하는 클라우드 앱 목록" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "\"선택한 위치\"에서 하나 이상의 위치를 선택해야 합니다.", - "selector": "하나 이상의 위치를 선택하세요." - }, - "privateLinksInfo": "Azure AD용 Private Link는 Azure 서비스에 가장 적합합니다. 이 정책이 적용되는 보안 주체에 M365와 같은 퍼블릭 서비스에 적중할 요구 사항이 없는지 확인하세요." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "다음 클라이언트 중 하나 이상을 선택해야 합니다." - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "이 정책은 브라우저 및 최신 인증 앱에만 적용됩니다. 모든 클라이언트 앱에 정책을 적용하려면 클라이언트 앱 조건을 사용하도록 설정하고 모든 클라이언트 앱을 선택하세요.", - "classicExperience": "이 정책을 만든 후로 기본 클라이언트 앱 구성이 업데이트되었습니다.", - "legacyAuth": "구성되지 않은 경우 이제 정책이 최신 및 레거시 인증을 포함한 모든 클라이언트 앱에 적용됩니다." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "특성", - "placeholder": "특성 선택" - }, - "Configure": { - "infoBalloon": "정책을 적용할 앱 필터를 구성합니다." - }, - "NoPermissions": { - "learnMoreAria": "사용자 지정 보안 특성 권한에 대한 자세한 정보입니다.", - "message": "사용자 지정 보안 특성을 사용하는 데 필요한 권한이 없습니다." - }, - "gridHeader": "사용자 지정 보안 특성을 사용하여 규칙 작성기 또는 규칙 구문 텍스트 상자를 사용하여 필터 규칙을 만들거나 편집할 수 있습니다. 미리 보기에서는 문자열 형식의 특성만 지원됩니다. 정수 또는 부울 형식의 특성은 표시되지 않습니다.", - "learnMoreAria": "규칙 작성기 및 구문 텍스트 상자를 사용하는 방법에 대한 자세한 정보입니다.", - "noAttributes": "필터링할 수 있는 사용자 지정 특성이 없습니다. 이 필터를 사용하려면 일부 특성을 구성해야 합니다.", - "title": "필터 편집(미리 보기)" - }, - "CloudAppsUserActions": { - "any": "임의 클라우드 앱 또는 작업", - "infoBalloon": "테스트할 클라우드 앱 또는 사용자 작업입니다(예: 'SharePoint Online').", - "learnMore": "모든 또는 특정 클라우드 앱 또는 작업을 기반으로 액세스를 제어합니다.", - "learnMoreB2C": "모든 또는 특정 클라우드 앱을 기반으로 액세스를 제어합니다.", - "learnMoreNetworkAccess": "모든 또는 특정 네트워크 액세스 트래픽, 클라우드 앱 또는 작업을 기반으로 액세스를 제어합니다.", - "title": "클라우드 앱 또는 작업" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "제외된 클라우드 앱 목록" - }, - "Filter": { - "configured": "구성됨", - "label": "필터 편집(미리 보기)", - "with": "{0}({1} 포함)" - }, - "Included": { - "gridAria": "포함된 클라우드 앱 목록" - }, - "Validation": { - "authContext": "\"인증 컨텍스트\"를 사용하여 하나 이상의 하위 항목을 구성해야 합니다.", - "networkAccess": "“네트워크 액세스”를 사용하여 트래픽 프로필을 하나 이상 구성해야 합니다.", - "selectApps": "\"{0}\"을(를) 구성해야 합니다.", - "selector": "앱을 하나 이상 선택하세요.", - "userActions": "\"사용자 작업\"을 사용하여 하나 이상의 하위 항목을 구성해야 합니다." - } - }, - "DeviceState": { - "LearnMore": { - "message": "사용자가 로그인하는 장치가 \"하이브리드 Azure AD 조인\" 또는 \"준수로 표시\"되지 않은 경우 사용자 액세스를 제어합니다.\n 이 항목은 더 이상 사용되지 않습니다. '{1}'을(를) 대신 사용하세요." - } - }, - "Errors": { - "notFound": "정책을 찾을 수 없거나 정책이 삭제되었습니다.", - "notFoundDetailed": "정책 \"{0}\"이(가) 더 이상 존재하지 않습니다. 삭제되었을 수 있습니다." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "모두", - "b2bCollaborationGuestLabel": "B2B collaboration 게스트 사용자", - "b2bCollaborationMemberLabel": "B2B collaboration 구성원 사용자", - "b2bDirectConnectUserLabel": "B2B 직접 연결 사용자", - "enumeratedExternalTenantsError": "하나 이상의 외부 테넌트를 선택하세요.", - "enumeratedExternalTenantsLabel": "선택", - "externalTenantsLabel": "외부 Azure AD 조직 지정", - "externalUserDropdownLabel": "게스트 또는 외부 사용자 유형 선택", - "externalUsersError": "하나 이상의 외부 게스트 또는 사용자 유형 선택", - "guestOrExternalUsersInfoContent": "B2B Collaboration, B2B 직접 연결 및 기타 유형의 외부 사용자를 포함합니다.", - "guestOrExternalUsersLabel": "게스트 또는 외부 사용자", - "internalGuestLabel": "로컬 게스트 사용자", - "otherExternalUserLabel": "기타 외부 사용자", - "previewTag": "{0}(미리 보기)", - "serviceProviderUsersLabel": "서비스 공급자 사용자" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "국가/지역 조회 방법", - "gps": "GPS 좌표로 위치 확인", - "info": "조건부 액세스 정책의 위치 조건이 구성되면 Authenticator 앱에서 GPS 위치 공유 요청 메시지가 표시됩니다. ", - "ip": "IP 주소로 위치 확인(IPv4에만 해당)" - }, - "Header": { - "new": "새 위치({0})", - "update": "위치({0}) 업데이트" - }, - "IP": { - "learn": "명명된 위치 IPv4 및 IPv6 범위를 구성합니다.\n[자세한 정보][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "알 수 없는 국가/지역은 특정 국가나 지역과 연결되지 않은 IP 주소입니다. [자세한 정보][1]\n\n여기에는 다음이 포함됩니다.\n* IPv6 주소\n* 직접 매핑이 없는 IPv4 주소\n[1]: https://aka.ms/canamedlocations\n", - "label": "알 수 없는 국가/지역 포함" - }, - "Name": { - "empty": "이름은 비워 둘 수 없습니다.", - "placeholder": "이 위치의 이름 지정" - }, - "PrivateLink": { - "learn": "Azure AD에 대한 사설 링크를 포함하는 새 명명된 위치를 만듭니다.\n[자세히 알아보기][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "국가 검색", - "names": "이름 검색", - "privateLinks": "사설 링크 검색" - }, - "Trusted": { - "label": "신뢰할 수 있는 위치로 표시" - }, - "enter": "새 IPv4 또는 IPv6 범위 입력", - "example": "예: 40.77.182.32/27 또는 2a01:111::/32" - }, - "Label": { - "addCountries": "국가 위치", - "addIpRange": "IP 범위 위치", - "addPrivateLink": "Azure Private Link" - }, - "Notification": { - "Create": { - "Failed": { - "description": "새 위치({0}) 만들기 실패", - "title": "만드는 데 실패했습니다." - }, - "InProgress": { - "description": "새 위치({0})를 만드는 중", - "title": "만들기 진행 중" - }, - "Success": { - "description": "새 위치({0}) 만들기 성공", - "title": "만드는 데 성공했습니다." - } - }, - "Delete": { - "Failed": { - "description": "위치({0}) 삭제 실패", - "title": "삭제하는 데 실패했습니다." - }, - "InProgress": { - "description": "위치({0})를 삭제하는 중", - "title": "삭제 진행 중" - }, - "Success": { - "description": "위치({0}) 삭제 성공", - "title": "삭제했습니다." - } - }, - "Update": { - "Failed": { - "description": "위치({0}) 업데이트 실패", - "title": "업데이트에 실패했습니다." - }, - "InProgress": { - "description": "위치({0})를 업데이트하는 중", - "title": "업데이트 진행 중" - }, - "Success": { - "description": "위치({0}) 업데이트 성공", - "title": "업데이트에 성공했습니다." - } - } - }, - "PrivateLinks": { - "grid": "사설 링크 목록" - }, - "Trusted": { - "title": "신뢰할 수 있는 형식", - "trusted": "인증 신뢰" - }, - "Type": { - "all": "모든 형식", - "countries": "국가", - "ipRanges": "IP 범위", - "privateLinks": "사설 링크", - "title": "위치 유형" - }, - "iPRangeInvalidError": "값은 유효한 IPv4 또는 IPv6 범위여야 합니다.", - "iPRangeLinkOrSiteLocalError": "IP 네트워크가 링크 로컬 또는 사이트 로컬 주소로 검색되었습니다.", - "iPRangeOctetError": "IP 네트워크는 0 또는 255로 시작할 수 없습니다.", - "iPRangePrefixError": "IP 네트워크 접두사는 /{0}에서 /{1} 사이여야 합니다.", - "iPRangePrivateError": "IP 네트워크가 프라이빗 주소로 검색되었습니다." - }, - "NamedNetwork": { - "List": { - "gridAria": "명명된 위치 목록" - } - }, - "NetworkAccess": { - "Included": { - "none": "대상 리소스를 선택하지 않음", - "plural": "네트워크 트래픽 프로필 {0}대 선택됨", - "singular": "네트워크 트래픽 프로필 1대 선택됨" - }, - "internetOptionText": "퍼블릭 트래픽", - "label": "네트워크 액세스(미리 보기)", - "m365OptionText": "M365 트래픽", - "privateOptionText": "프라이빗 트래픽", - "selectTrafficProfilesLabel": "이 정책이 적용되는 트래픽 프로필 선택", - "targetResourcesBalloonContext": "대상 리소스", - "targetResourcesSelectorTitle": "대상 리소스", - "trafficProfilesLearnMoreTooltip": "추가 트래픽 프로필을 보려면 NaaS 라이선스를 더 추가하세요.", - "ztnaEnableLearnMore": "네트워크 액세스 제어를 사용하려면 제로 트러스트 Cloud Edge를 켜야 합니다. " - }, - "Policies": { - "Grid": { - "aria": "조건부 액세스 정책 목록" - }, - "countText": "{1}개 중 {0}개 정책을 찾았습니다.", - "countTextSingular": "1개 중 {0}개 정책을 찾았습니다.", - "search": "정책 검색" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "정책을 적용하는 데 필요한 서비스 사용자 위험 수준을 구성합니다​", - "infoBalloonContent": "선택한 위험 수준에 정책을 적용하도록 서비스 사용자 위험 구성", - "title": "서비스 사용자 위험" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "선택한 실시간 로그인 위험 검색에 정책을 적용하도록 위험 검색을 구성합니다." - }, - "LearnMore": { - "message": "특정 실시간 로그인 위험 검색에 응답하도록 사용자 액세스를 제어합니다." - }, - "description": "포함된 위험 검색에서 위험을 검색하면 이 조건이 충족됩니다. 로그인 위험 수준 계산에는 영향을 주지 않습니다.", - "header": "실시간 기본 제공 위험 검색", - "info": "로그인하는 동안 위험을 검색하는 검색입니다.", - "label": "로그인 위험 검색(미리 보기)", - "title": "로그인 위험 검색" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "암호 + SMS와 같은 강력한 인증을 충족하는 방법의 조합", - "displayName": "다단계 인증" - }, - "Passwordless": { - "description": "Microsoft Authenticator와 같은 강력한 인증을 충족하는 암호 없는 방법", - "displayName": "암호 없는 다단계 인증" - }, - "PhishingResistant": { - "description": "FIDO2 보안 키와 같은 가장 강력한 인증을 위한 피싱 방지 암호 없는 방법", - "displayName": "피싱 방지 다단계 인증" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "페더레이션 공급자가 충족하는 인증 방법을 요구하는 방법에 대해 자세히 알아봅니다.", "certificate": "인증서 인증", @@ -8808,287 +8862,6 @@ "require": "페더레이션된 인증 방법 필요(미리 보기)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "끄기", - "on": "설정", - "reportOnly": "보고서 전용" - }, - "PolicyTemplates": { - "Devices": { - "description": "디바이스 정책 템플릿 범주를 선택하여 네트워크에 액세스하는 디바이스를 파악합니다. 액세스 권한을 부여하기 전에 규정 준수 및 상태를 확인하세요.", - "name": "디바이스" - }, - "Identities": { - "description": "ID 정책 템플릿 범주를 선택하여 전체 디지털 자산에서 강력한 인증으로 각 ID를 확인하고 보호합니다.", - "name": "ID" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "모든 앱", - "office365": "Office 365", - "registerSecurityInfo": "보안 정보 등록" - }, - "Conditions": { - "androidAndIOS": "장치 플랫폼: Android 및 IOS", - "anyDevice": "Android, IOS, Windows 및 Mac을 제외한 모든 장치", - "anyDeviceStateExceptHybrid": "규정 준수 및 하이브리드 Azure AD 조인을 제외한 모든 장치 상태", - "anyLocation": "신뢰할 수 있는 위치를 제외한 모든 위치", - "browserMobileDesktop": "클라이언트 앱: 브라우저, 모바일 앱 및 데스크톱 클라이언트", - "exchangeActiveSync": "클라이언트 앱: Exchange Active Sync, 기타 클라이언트", - "windowsAndMac": "장치 플랫폼: Windows 및 Mac" - }, - "Devices": { - "anyDevice": "모든 디바이스" - }, - "Grant": { - "appProtectionPolicy": "앱 보호 정책 필요", - "approvedClientApp": "승인된 클라이언트 앱 필요", - "blockAccess": "접근 차단", - "mfa": "다단계 인증 필요", - "passwordChange": "암호 변경 필요", - "requireCompliantDevice": "준수 상태로 표시된 디바이스 필요", - "requireHybridAzureADDevice": "하이브리드 Azure AD 조인된 디바이스 필요" - }, - "Session": { - "appEnforcedRestrictions": "앱 적용 제한 사용", - "signInFrequency": "로그인 빈도 및 비영구 브라우저 세션" - }, - "UsersAndGroups": { - "allUsers": "모든 사용자", - "directoryRoles": "현재 관리자를 제외한 디렉토리 역할", - "globalAdmin": "전역 관리자", - "noGuestAndAdmins": "게스트 및 외부를 제외한 모든 사용자, 전역 관리자, 현재 관리자" - }, - "azureManagement": "Azure 관리", - "deviceFilters": "디바이스용 필터", - "devicePlatforms": "디바이스 플랫폼" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "관리되지 않는 장치에서 SharePoint, OneDrive 및 Exchange 콘텐츠에 대한 액세스를 차단하거나 제한합니다.", - "name": "CA014: 관리되지 않는 장치에 대한 응용 프로그램 적용 제한 사용", - "title": "관리되지 않는 장치에 대한 애플리케이션 적용 제한 사용" - }, - "ApprovedClientApps": { - "description": "데이터 손실을 방지하기 위해 조직은 Intune 앱 보호를 사용하여 승인된 최신 인증 클라이언트 앱에 대한 액세스를 제한할 수 있습니다.", - "name": "CA012: 승인된 클라이언트 앱 및 앱 보호 필요", - "title": "승인된 클라이언트 앱 및 앱 보호 필요" - }, - "BlockAccessOnUnknowns": { - "description": "장치 유형을 알 수 없거나 지원되지 않는 경우 사용자는 회사 리소스에 액세스할 수 없습니다.", - "name": "CA010: 알 수 없거나 지원되지 않는 장치 플랫폼에 대한 액세스 차단", - "title": "알 수 없거나 지원되지 않는 장치 플랫폼에 대한 액세스 차단" - }, - "BlockLegacyAuth": { - "description": "다단계 인증을 우회하는 데 사용할 수 있는 레거시 인증 엔드포인트를 차단합니다. ", - "name": "CA003: 레거시 인증 차단", - "title": "기존 인증 차단" - }, - "NoPersistentBrowserSession": { - "description": "브라우저를 닫은 후 브라우저 세션이 로그인 상태로 유지되지 않도록 하고 로그인 빈도를 1시간으로 설정하여 관리되지 않는 장치에서 사용자 액세스를 보호합니다.", - "name": "CA011: 지속적인 브라우저 세션이 없음", - "title": "지속적인 브라우저 세션 없음" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "규정 준수 또는 하이브리드 Azure AD 조인된 장치를 사용할 때 권한 있는 관리자가 리소스에만 액세스하도록 요구합니다.​", - "name": "CA009: 관리자를 위한 호환 또는 하이브리드 Azure AD 조인된 장치 필요", - "title": "관리자를 위한 규격 또는 하이브리드 Azure AD 조인된 장치 필요" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "사용자가 관리 디바이스를 사용하거나 다단계 인증을 수행하도록 요구하여 회사 리소스에 대한 액세스를 보호합니다(macOS 또는 Windows만 해당).", - "name": "CA013: 모든 사용자에 대해 규정 준수 디바이스나 하이브리드 Azure AD 조인된 디바이스 또는 다단계 인증 필요", - "title": "모든 사용자에 대해 호환 디바이스나 하이브리드 Azure AD 조인된 디바이스 또는 다단계 인증 필요" - }, - "RequireMFAAllUsers": { - "description": "손상 위험을 줄이기 위해 모든 사용자 계정에 대해 다단계 인증을 요구합니다.", - "name": "CA004: 모든 사용자에 대해 다단계 인증 필요", - "title": "모든 사용자에 대해 다단계 인증 필요" - }, - "RequireMFAForAdmins": { - "description": "손상 위험을 줄이기 위해 권한 있는 관리 계정에 다단계 인증을 요구합니다. 이 정책은 보안 기본값과 동일한 역할을 대상으로 합니다.", - "name": "CA001: 관리자에 대해 다단계 인증 필요", - "title": "관리자에 대해 다단계 인증 필요" - }, - "RequireMFAForAzureManagement": { - "description": "Azure 리소스에 대한 권한 있는 액세스를 보호하려면 다단계 인증이 필요합니다.", - "name": "CA006: Azure 관리에 다단계 인증 필요", - "title": "Azure 관리에 다단계 인증 필요" - }, - "RequireMFAForGuestAccess": { - "description": "게스트 사용자가 회사 리소스에 액세스할 때 다단계 인증을 수행하도록 요구합니다.", - "name": "CA005: 게스트 액세스에 다단계 인증 필요", - "title": "게스트 액세스에 다단계 인증 필요" - }, - "RequireMFAForRiskySignIn": { - "description": "로그인 위험 수준이 중간 또는 높은 것으로 감지되면 다단계 인증이 필요합니다(Azure AD Premium 2 라이선스 필요).", - "name": "CA007: 위험한 로그인에 대해 다단계 인증 필요", - "title": "위험한 로그인에 대해 다단계 인증 필요" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "사용자 위험이 높은 것으로 감지되면 사용자에게 암호를 변경하도록 요구합니다(Azure AD Premium 2 라이선스 필요).", - "name": "CA008: 고위험 사용자에 대한 암호 변경 필요", - "title": "고위험 사용자에 대한 암호 변경 요구" - }, - "RequireSecurityInfo": { - "description": "사용자가 Azure AD 다단계 인증 및 셀프 서비스 암호를 사용하도록 등록하는 시기와 방법을 보호합니다. ", - "name": "CA002: 보안 정보 등록 보안", - "title": "보안 정보 등록 보안" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "이 정책을 사용하면 알 수 없는 장치 유형의 액세스가 방지됩니다. 사용자에게 영향을 미치지 않는다는 것을 확인할 때까지 보고 전용 모드를 사용하는 것이 좋습니다." - }, - "BlockLegacyAuth": { - "description": "사용자에게 영향을 미치지 않는다는 것을 확인할 때까지 보고 전용 모드를 사용하는 것을 고려하세요.", - "title": "이 정책을 사용하면 모든 사용자에 대한 레거시 인증이 차단됩니다." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "권한 있는 사용자에게 영향을 미치지 않는다는 것을 확인할 때까지 보고 전용 모드를 사용하는 것을 고려하세요.", - "reportOnly": "규정 준수 장치가 필요한 보고 전용 모드의 정책은 장치 규정 준수가 적용되지 않더라도 Mac, iOS 및 Android 사용자에게 정책 평가 중에 장치 인증서를 선택하라는 메시지를 표시할 수 있습니다. 이러한 프롬프트는 장치가 규정을 준수할 때까지 반복될 수 있습니다." - }, - "Title": { - "on": "이 정책을 사용하면 규정 준수 또는 하이브리드 Azure AD 조인과 같은 관리되는 장치를 사용하지 않는 한 권한 있는 사용자가 액세스할 수 없습니다. 사용하기 전에 규정 준수 정책을 구성했거나 하이브리드 Azure AD 구성을 사용했는지 확인합니다.", - "reportOnly": "사용하기 전에 규정 준수 정책을 구성했거나 하이브리드 Azure AD 구성을 사용했는지 확인합니다." - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "이 정책은 현재 로그인한 관리자를 제외한 모든 사용자에게 적용됩니다. 이것이 사용자에게 영향을 미치지 않는다는 것을 확인할 때까지 보고 전용 모드를 사용하는 것을 고려하세요." - }, - "Title": { - "on": "로그인이 불가하지 않도록 유의하세요. 규정 준수 디바이스인지, 하이브리드 Azure AD 조인된 디바이스인지 또는 다단계 인증을 구성했는지 확인합니다. ", - "reportOnly": "규정 준수 장치가 필요한 보고 전용 모드의 정책은 장치 규정 준수가 적용되지 않더라도 Mac, iOS 및 Android 사용자에게 정책 평가 중에 장치 인증서를 선택하라는 메시지를 표시할 수 있습니다. 이러한 프롬프트는 장치가 규정을 준수할 때까지 반복될 수 있습니다." - } - }, - "RequireMfa": { - "description": "긴급 액세스 계정을 사용하거나 Azure AD 연결을 사용하여 온-프레미스 개체를 동기화하는 경우 생성 후 이러한 계정을 이 정책에서 제외해야 할 수 있습니다." - }, - "RequireMfaAdmins": { - "description": "현재 관리자 계정은 자동으로 제외되지만 다른 모든 계정은 정책 생성 시 보호됩니다. 처음에는 보고 전용 모드를 사용하는 것이 좋습니다.", - "title": "자신을 잠그지 마세요! 이 정책은 Azure Portal에 영향을 줍니다." - }, - "RequireMfaAllUsers": { - "description": "이 변경 사항을 계획하여 모든 사용자에게 전달할 때까지 보고서 전용 모드를 사용하는 것이 좋습니다.", - "title": "이 정책을 사용하면 모든 사용자에 대해 다단계 인증이 시행됩니다." - }, - "RequireSecurityInfo": { - "description": "회사 요구 사항에 따라 이러한 계정을 보호하기 위해 구성을 검토해야 합니다.", - "title": "다음 사용자 및 역할은 이 정책에서 제외됩니다. 게스트 및 외부 사용자, 전역 관리자, 현재 관리자" - } - }, - "basics": "기본", - "clientApps": "클라이언트 앱", - "cloudApps": "클라우드 앱", - "cloudAppsOrActions": "클라우드 앱 또는 작업 ", - "conditions": "조건 ", - "createNewPolicy": "템플릿에서 새 정책 만들기(미리 보기)", - "createPolicy": "정책 생성", - "currentUser": "현재 사용자", - "customizeBuild": "빌드 사용자 지정", - "customizeTemplate": "템플릿 목록은 만들려는 정책 유형에 따라 사용자 지정됩니다.", - "excludedDevicePlatform": "제외된 디바이스 플랫폼", - "excludedDirectoryRoles": "제외된 디렉터리 역할", - "excludedLocation": "제외된 디렉터리 역할", - "excludedUsers": "제외된 사용자", - "grantControl": "제어 권한 부여 ", - "includeFilteredDevice": "정책에 필터링된 디바이스 포함", - "includedDevicePlatform": "포함된 디바이스 플랫폼", - "includedDirectoryRoles": "포함된 디렉터리 역할", - "includedLocation": "포함된 위치", - "includedUsers": "포함된 사용자", - "legacyAuthenticationClients": "레거시 인증 클라이언트", - "namePolicy": "정책 이름 지정", - "needAdPremiumMessage": "이 기능을 사용하려면 Azure AD Premium 구독이 필요합니다.", - "next": "다음", - "policyName": "정책 이름", - "policyState": "정책 상태", - "policySummary": "정책 요약", - "policyTemplate": "정책 템플릿", - "previous": "이전", - "reviewAndCreate": "검토 + 만들기", - "riskLevels": "위험 수준", - "selectATemplate": "템플릿 선택", - "selectTemplate": "템플릿 선택", - "selectTemplateCategory": "템플릿 범주 선택", - "selectTemplateRecommendation": "응답에 따라 다음 템플릿을 사용하는 것이 좋습니다.", - "sessionControl": "세션 제어 ", - "signInFrequency": "로그인 빈도", - "signInRisk": "로그인 위험", - "template": "템플릿 ", - "templateCategory": "템플릿 범주", - "userRisk": "사용자 위험", - "usersAndGroups": "사용자 및 그룹 ", - "viewPolicySummary": "정책 요약 보기 " - }, - "SSM": { - "MemberSelector": { - "description": "사용자 및 그룹" - }, - "Notification": { - "Migration": { - "error": "연속 액세스 평가 설정을 조건부 액세스 정책으로 마이그레이션하지 못함", - "inProgress": "지속적인 액세스 권한 평가 설정을 마이그레이션하는 중", - "success": "연속 액세스 평가 설정을 조건부 액세스 정책으로 마이그레이션함", - "successDescription": "조건부 액세스 정책을 진행하여 \"CAE 설정에서 만든 CA 정책\"이라는 이름의 새로 만든 정책에서 마이그레이션된 설정을 확인하세요." - }, - "error": "지속적인 액세스 권한 평가 설정을 업데이트하지 못했습니다.", - "inProgress": "지속적인 액세스 권한 평가 설정을 업데이트하는 중", - "success": "지속적인 액세스 권한 평가 설정을 업데이트했습니다." - }, - "PreviewOptions": { - "disable": "미리 보기 사용 안 함", - "enable": "미리 보기 사용" - }, - "StrictLocationEnforcement": { - "infoContent1": "네트워크 파티션 또는 IPv4/IPv6 불일치로 인해 동일한 클라이언트 디바이스에서 Azure AD 및 리소스 공급자가 다른 IP를 확인할 수 있습니다. 엄격한 위치 적용은 Azure AD와 리소스 공급자에서 확인하는 두 IP 주소를 기준으로 조건부 액세스 정책을 적용합니다.", - "infoContent2": "최대 보안을 보장하려면 Azure AD와 리소스 공급자에서 확인할 수 있는 모든 IP를 명명된 위치 정책에 포함하고 \"엄격한 위치 적용\" 모드를 켜는 것이 좋습니다.", - "label": "엄격한 위치 적용", - "title": "추가 적용 모드" - }, - "bladeTitle": "지속적인 액세스 권한 평가", - "description": "사용자의 액세스 권한이 제거되거나 클라이언트 IP 주소가 변경되면 지속적인 액세스 권한 평가가 거의 실시간으로 리소스 및 애플리케이션에 대한 액세스를 자동 차단합니다. ", - "migrateLabel": "마이그레이션", - "migrationError": "{0} 오류로 인해 마이그레이션하지 못했습니다.", - "migrationInfo": "CAE 설정이 조건부 액세스 UX로 이동되었습니다. 위의 \"마이그레이션\" 단추로 마이그레이션하고 조건부 액세스 정책을 계속 진행하여 구성하세요. 자세한 내용을 보려면 여기를 클릭하세요.", - "noLicenseMessage": "Azure AD Premium에서 스마트 세션 관리 설정 관리", - "optionsPickerTitle": "지속적인 액세스 권한 평가 사용/사용 안 함", - "upsellInfo": "이 페이지의 설정을 더 이상 변경할 수 없으며 여기에서 설정을 무시해야 합니다. 이전 설정이 적용됩니다. 앞으로 조건부 액세스에서 CAE 설정을 구성할 수 있습니다. 자세히 알아보려면 여기를 클릭하세요." - }, - "SamlReauth": { - "Filter": { - "warning": "동적 쿼리를 사용하여 애플리케이션을 대상으로 지정고 있습니다. 일부 애플리케이션은 \"매번 로그인 빈도\" 세션 제어와 함께 사용하도록 지원되지 않을 수 있습니다. {0}권장 시나리오에 대해 자세히 알아보세요.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "선택한 조직 목록" - }, - "Upper": { - "gridAria": "사용 가능한 조직 목록" - }, - "addTenantLabel": "선택한 항목에 테넌트 추가", - "customOrganizationDescription": "이 테넌트 ID가 있는 조직 추가", - "description": "도메인 이름 중 하나를 입력하여 Azure AD 조직을 추가합니다.", - "notFoundResult": "찾을 수 없음", - "searchBoxPlaceholder": "테넌트 ID 또는 도메인 이름", - "subTitle": "Azure AD 조직", - "tenantAdded": "이 테넌트 ID는 이미 추가되었습니다.", - "tenantIdNotFound": "테넌트 ID를 찾을 수 없음" - }, - "Selector": { - "AdditionalDetails": { - "aria": "조직 ID: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD 조직 선택됨", - "single": "1 Azure AD 조직 선택됨" - }, - "gridAria": "선택한 조직 목록" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "세션 수명 수정", "mainOptionHelp": "사용자에게 메시지가 표시되는 빈도와 브라우저 세션이 지속될지 여부를 구성합니다. 최신 인증 프로토콜을 지원하지 않는 애플리케이션은 이러한 정책을 준수하지 않을 수 있습니다. 그러한 경우 애플리케이션 개발자에게 문의하세요." }, - "SigninRisk": { - "LearnMore": { - "message": "사용자 액세스를 제어하여 특정 로그인 위험 수준에 대응합니다." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "\"{0}\"을(를) 선택하면 \"{1}\" 조건을 구성할 수 없습니다." - }, - "description": "로그인 위험 수준은 모든 실시간 위험 검색을 기반으로 생성됩니다.", - "header": "이 정책을 적용할 로그인 위험 수준 선택" - }, "SingleSelectorActive": { "failed": "이 데이터를 로드할 수 없습니다.", "reattempt": "데이터를 로드합니다. {1} 중 {0}을(를) 다시 시도합니다." }, - "TimeCondition": { - "Errors": { - "both": "\"포함\" 또는 \"제외\" 시간 범위가 잘못되었습니다.", - "daysOfWeek": "{0} 요일을 하나 이상 지정해야 합니다.", - "endBeforeStart": "{0} 시작 날짜/시간이 종료 날짜/시간보다 이전이어야 합니다.", - "exclude": "\"제외\" 시간 범위가 잘못되었습니다.", - "generic": "{0} 요일 및 표준 시간대를 설정해야 합니다. \"하루 종일\"을 선택하지 않은 경우 시작 시간 및 종료 시간도 설정해야 합니다.", - "include": "\"포함\" 시간 범위가 잘못되었습니다.", - "timeMissing": "{0} 시작 시간과 종료 시간을 모두 지정해야 합니다.", - "timeZone": "{0} 표준 시간대를 지정해야 합니다.", - "timesAndZone": "{0} 시작 시간, 종료 시간 및 표준 시간대를 지정해야 합니다." - } - }, - "UserActions": { - "Included": { - "none": "선택한 클라우드 앱 또는 작업 없음", - "plural": "{0}개 사용자 작업 포함됨", - "singular": "1개 사용자 작업 포함됨" - }, - "accessRequirement1": "수준 1", - "accessRequirement2": "수준 2", - "accessRequirement3": "수준 3", - "accessRequirementsLabel": "보안 앱 데이터 액세스", - "appsActionsAuthTitle": "클라우드 앱, 작업 또는 인증 컨텍스트", - "appsOrActionsSelectorInfoBallonText": "액세스한 애플리케이션 또는 사용자 작업", - "appsOrActionsTitle": "클라우드 앱 또는 작업", - "label": "사용자 작업", - "mainOptionsLabel": "이 정책을 적용할 항목을 선택합니다.", - "registerOrJoinDevices": "디바이스 등록 또는 가입", - "registerSecurityInfo": "보안 정보 등록", - "selectionInfo": "이 정책이 적용될 작업을 선택합니다.", - "whatIf": "사용자 작업 포함됨" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "디렉터리 역할 선택" @@ -9197,88 +8925,6 @@ }, "learnMore": "사용자 및 그룹, 워크로드 ID, 디렉터리 역할 또는 외부 게스트와 같이 정책을 적용할 대상에 따라 액세스를 제어합니다." }, - "ValidationResult": { - "blockEveryonePolicy": "정책 구성이 지원되지 않습니다. 할당 및 제어를 검토하세요.", - "invalidApplicationCondition": "잘못된 클라우드 애플리케이션이 선택됨", - "invalidClientTypesCondition": "잘못된 클라이언트 앱이 선택됨", - "invalidConditions": "할당이 선택되지 않음", - "invalidControls": "잘못된 컨트롤이 선택됨", - "invalidDevicePlatformsCondition": "잘못된 디바이스 플랫폼이 선택됨", - "invalidDevicesCondition": "잘못된 장치 구성입니다. 잘못된 \"{0}\" 구성일 수 있습니다.", - "invalidGrantControlPolicy": "잘못된 권한 부여 컨트롤", - "invalidLocationsCondition": "잘못된 위치가 선택됨", - "invalidNetworkAccessSecurityPolicyId": "세션 네트워크 컨트롤에 연결된 정책이 잘못되었습니다.", - "invalidPolicy": "할당이 선택되지 않음", - "invalidSessionControlPolicy": "잘못된 세션 컨트롤", - "invalidSignInRisksCondition": "잘못된 로그인 위험이 선택됨", - "invalidUserRisksCondition": "잘못된 사용자 위험이 선택됨", - "invalidUsersCondition": "잘못된 사용자가 선택됨", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM 정책은 Android 또는 iOS 클라이언트 플랫폼에만 적용할 수 있습니다.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "네트워크 액세스 세션 정책은 네트워크 액세스 트래픽 프로필이 대상으로 지정된 경우에만 올바르게 작동합니다. 대상 리소스 섹션을 업데이트하세요.", - "notSupportedCombination": "정책 구성이 지원되지 않습니다. 지원되는 정책에 대해 자세히 알아보세요.", - "pending": "위반 정책", - "requireComplianceEveryonePolicy": "정책 구성을 위해서는 모든 사용자의 디바이스 준수가 필요합니다. 선택된 할당을 검토하세요.", - "success": "유효한 정책" - }, - "VpnCert": { - "Grid": { - "aria": "VPN 인증서 목록" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "모든 인증 강도를 사용하려면 외부 사용자에 대한 Azure AD 테넌트에서 오는 클레임을 수락하도록 테넌트 간 액세스 설정을 구성합니다. 인증 강도는 외부 사용자에 대한 두 번째 요소 인증만 구성합니다.", - "externalUsers": "모든 기본 제공 인증 강도를 사용하려면 외부 사용자에 대한 Azure AD 테넌트에서 제공되는 클레임을 수락하도록 테넌트 간 액세스 설정을 구성합니다." - }, - "combinedRegistration": "올바르게 작동하려면 \"인증 강도 필요\"에 대한 결합 등록을 활성화하세요. 그룹이 아닌 모든 사용자에 대해 이 기능을 켜는 것이 좋습니다.", - "compliantDeviceEnabled": "자신이 잠기지 않도록 하세요. 디바이스가 규격 디바이스인지 확인하세요.", - "domainJoinedDeviceEnabled": "자신이 잠기지 않도록 하세요. 디바이스가 하이브리드 Azure AD 조인된 디바이스인지 확인하세요.", - "notAvailableForSP": "정책 할당에서 '{0}' 선택으로 인해 일부 컨트롤을 사용할 수 없습니다.", - "requireAuthOrMfa": "\"{0}\"은(는) \"{1}\"와(과) 함께 사용할 수 없습니다.", - "requireMfa": "새 \"{0}\" 공개 미리 보기를 테스트하는 것이 좋습니다.", - "requirePasswordChangeEnabled": "\"암호 변경 필요\"는 정책이 \"모든 클라우드 앱\"에 할당된 경우에만 사용할 수 있습니다." - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "규격 디바이스가 필요한 보고서 전용 모드의 정책은 macOS, iOS, Android, Linux의 사용자에게 디바이스 인증서를 선택하라는 메시지를 표시할 수 있습니다.", - "excludeDevicePlatforms": "이 정책에서 디바이스 플랫폼 macOS, iOS, Android, Linux를 제외합니다.", - "proceedAnywayDevicePlatforms": "선택한 구성을 계속 진행합니다. macOS, iOS, Android, Linux의 사용자에게는 디바이스의 규정 준수 여부가 확인되면 프롬프트가 표시될 수 있습니다." - }, - "blockCurrentUserPolicy": "자신이 잠기지 않도록 하세요. 소규모 사용자 세트에 정책을 적용하여 이 정책이 예상대로 작동하는지 확인하는 것이 좋습니다. 또한 이 정책에서 한 명 이상의 관리자를 제외하는 것이 좋습니다. 이렇게 하면 계속 액세스하면서도 변경이 필요할 때 정책을 업데이트할 수 있습니다. 영향을 받는 사용자 및 앱을 확인하세요.", - "devicePlatformsReportOnlyPolicy": "규격 디바이스가 필요한 보고서 전용 모드의 정책은 macOS, iOS 및 Android의 사용자에게 디바이스 인증서를 선택하라는 메시지를 표시할 수 있습니다.", - "excludeCurrentUserSelection": "이 정책에서 현재 사용자 {0}을(를) 제외합니다.", - "excludeDevicePlatforms": "이 정책에서 디바이스 플랫폼 macOS, iOS 및 Android를 제외합니다.", - "proceedAnywayDevicePlatforms": "선택한 구성을 계속 진행합니다. macOS, iOS 및 Android의 사용자에게는 디바이스의 규정 준수 여부가 확인되면 프롬프트가 표시될 수 있습니다.", - "proceedAnywaySelection": "내 계정이 이 정책의 영향을 받는다는 것을 이해합니다. 그래도 계속합니다." - }, - "ServicePrincipals": { - "blockExchange": "Office 365 Exchange Online을 선택하면 OneDrive 및 Teams과 같은 앱에도 영향을 줍니다.", - "blockPortal": "자신이 잠기지 않도록 하세요. 이 정책은 Azure Portal에 영향을 줍니다. 계속하려면 먼저 사용자 또는 다른 사람이 포털로 돌아올 수 있는지 확인하세요.", - "blockPortalWithSession": "계정이 잠기지 않도록 주의하세요. 이 정책은 Azure Portal에 영향을 줍니다. 계속하기 전에 본인 또는 다른 사용자가 포털로 돌아올 수 있는지 확인합니다.
                  \"모든 클라우드 앱\"을 선택한 경우에만 제대로 작동하는 영구 브라우저 세션 정책을 구성하려는 경우에는 이 경고를 무시하세요.", - "blockSharePoint": "SharePoint Online을 선택하면 Microsoft Teams, Planner, Delve, MyAnalytics 및 Newsfeed와 같은 앱에도 영향을 미칩니다.", - "blockSkype": "비즈니스용 Skype Online을 선택하면 Microsoft Teams에도 영향을 줍니다.", - "includeOrExclude": "'{0}' 또는 '{1}'에 대한 앱 필터를 구성할 수 있지만 두 가지를 모두 다 구성할 수는 없습니다.", - "selectAppsNAForSP": "정책 할당의 '{0}' 선택으로 인해 개별 클라우드 앱을 선택할 수 없습니다.", - "teamsBlocked": "SharePoint Online 및 Exchange Online과 같은 앱이 정책에 포함된 경우에 Microsoft Teams도 영향을 받습니다." - }, - "Users": { - "blockAllUsers": "계정이 잠기지 않도록 주의하세요. 이 정책은 모든 사용자에게 영향을 미칩니다. 먼저 적은 수의 사용자에게 정책을 적용하여 정책이 예상대로 작동하는지 확인하는 것이 좋습니다.", - "xtap": " 권한 부여 제어의 \"인증 강도 필요\" 구성이 외부 사용자에게 유효하지 않을 수 있습니다." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "로그인하는 동안 사용하는 디바이스의 특성 목록입니다.", - "infoBalloon": "로그인하는 동안 사용하는 디바이스의 특성 목록입니다." - } - }, - "noTenantSelected": "선택한 테넌트 없음", - "selectOrganization": "조직 선택", - "tenantIdWithPlaceholder": "테넌트 ID: {0}", - "tenantSelectionRequired": "테넌트 필요" - }, "advancedTabText": "고급", "allCloudAppsErrorBox": "\"암호 변경 필요\" 권한을 선택하면 \"모든 클라우드 앱\"을 선택해야 합니다.", "allCloudAppsReauth": "\"매회 로그인 빈도\" 세션 제어 및 \"로그인 위험\" 조건이 선택된 경우 \"모든 클라우드 앱\"을 꼭 선택해야 합니다", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3년", "vpncertDropdownTwoyearOption": "2년", "wednesday": "수요일", - "whatIfAppEnforcedControl": "앱 적용 제한 사용", - "whatIfBladeDescription": "특정 조건에서 로그인하는 경우 사용자에 대한 조건부 액세스의 영향을 테스트합니다.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "클래식 정책은 이 도구에서 평가되지 않습니다.", - "whatIfClientAppInfo": "사용자가 로그인하는 클라이언트 앱입니다(예: '브라우저').", "whatIfCountry": "국가/지역", "whatIfCountryInfo": "사용자가 로그인하는 국가/지역입니다.", "whatIfDevicePlatformInfo": "사용자가 로그인하는 디바이스 플랫폼입니다.", - "whatIfDeviceStateInfo": "사용자가 로그인하고 있는 디바이스 상태입니다.", "whatIfEnterIpAddress": "IP 주소(예: 40.77.182.32) 입력", "whatIfErrorInvalidIpAddress": "잘못된 IP 주소를 지정했습니다.", - "whatIfEvaResultApplication": "클라우드 앱", - "whatIfEvaResultClientApps": "클라이언트 앱", - "whatIfEvaResultDevicePlatform": "디바이스 플랫폼", - "whatIfEvaResultEmptyPolicy": "빈 정책", - "whatIfEvaResultInvalidCondition": "잘못된 조건", - "whatIfEvaResultInvalidPolicy": "잘못된 정책", - "whatIfEvaResultLocation": "위치", - "whatIfEvaResultNotEnoughInformation": "정보가 부족함", - "whatIfEvaResultPolicyNotEnabled": "사용하도록 설정되지 않은 정책", - "whatIfEvaResultSignInRisk": "로그인 위험", - "whatIfEvaResultUsers": "사용자 및 그룹", "whatIfIpAddress": "IP 주소", "whatIfIpAddressInfo": "사용자가 로그인하는 IP 주소입니다.", "whatIfIpCountryInfoBoxText": "IP 주소 또는 국가/지역을 사용하는 경우 두 필드가 모두 필요하며 함께 올바르게 매핑되어야 합니다.", - "whatIfPolicyAppliesTab": "적용되는 정책", - "whatIfPolicyAppliesTabWithCount": "적용 가능한 정책({0})", - "whatIfPolicyDoesNotApplyTab": "적용되지 않는 정책", - "whatIfPolicyDoesNotApplyTabWithCount": "적용할 수 없는 정책({0})", - "whatIfReasons": "이 정책이 적용되지 않는 이유", - "whatIfSelectClientApp": "클라이언트 앱 선택...", "whatIfSelectCountry": "국가/지역 선택...", "whatIfSelectDevicePlatform": "디바이스 플랫폼 선택...", "whatIfSelectPrivateLink": "프라이빗 링크 선택...", - "whatIfSelectServicePrincipalRisk": "서비스 사용자 위험 선택...", "whatIfSelectSignInRisk": "로그인 위험 선택", - "whatIfSelectType": "ID 유형 선택", - "whatIfSelectUserRisk": "사용자 위험 선택...", - "whatIfServicePrincipalRiskInfo": "서비스 사용자와 관련된 위험 수준", "whatIfSignInRisk": "로그인 위험", "whatIfSignInRiskInfo": "로그인과 관련된 위험 수준입니다.", "whatIfUnknownAreas": "알 수 없는 영역", - "whatIfUserPickerLabel": "선택한 사용자", - "whatIfUserPickerNoRowsLabel": "사용자 또는 서비스 주체가 선택되지 않음", - "whatIfUserRiskInfo": "사용자와 관련된 위험 수준", - "whatIfUserSelectorInfo": "디렉터리에서 테스트할 대상 사용자", "windows365InfoBox": "Windows 365를 선택하면 Cloud PC 및 Azure Virtual Desktop 세션 호스트에 대한 연결에 영향을 줍니다. 자세히 알아보려면 여기를 클릭하세요.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "이 정책을 편집하려면 워크로드 ID 프리미엄 P1 또는 P2 라이선스가 필요합니다.", "workloadIdentity": "워크로드 ID" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "필터", - "assignmentFilterTypeColumnHeader": "필터 모드", - "assignmentToast": "최종 사용자 알림", - "assignmentTypeTableHeader": "할당 유형", - "deadlineTimeColumnLabel": "설치 최종 기한", - "deliveryOptimizationPriorityHeader": "배달 최적화 우선 순위", - "groupTableHeader": "그룹", - "installContextLabel": "설치 컨텍스트", - "isRemovable": "이동식으로 설치", - "licenseTypeLabel": "라이선스 유형", - "modeTableHeader": "그룹 모드", - "policySet": "정책 집합", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "iCloud 앱 백업 방지", - "restartGracePeriodHeader": "다시 시작 유예 기간", - "startTimeColumnLabel": "가용성", - "tracks": "트랙", - "uninstallOnRemoval": "디바이스 제거 시 제거", - "updateMode": "업데이트 우선 순위", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD 웹앱", - "androidEnterpriseSystemApp": "Android Enterprise 시스템 앱", - "androidForWorkApp": "관리형 Google Play 스토어 앱", - "androidLobApp": "Android LOB(기간 업무) 앱", - "androidStoreApp": "Android 스토어 앱", - "builtInAndroid": "기본 제공 Android 앱", - "builtInApp": "기본 제공 앱", - "builtInIos": "기본 제공 iOS 앱", - "iosIPadOSWebClip": "iOS/iPadOS 웹 클립", - "iosLobApp": "iOS LOB(기간 업무) 앱", - "iosStoreApp": "iOS 스토어 앱", - "iosVppApp": "iOS 대량 구매 프로그램 앱", - "lineOfBusinessApp": "LOB(기간 업무) 앱", - "macOSDmgApp": "macOS 앱(DMG)", - "macOSEdgeApp": "Microsoft Edge(macOS)", - "macOSLobApp": "macOS 기간 업무 앱", - "macOSMdatpApp": "Microsoft Defender ATP(macOS)", - "macOSOfficeSuiteApp": "macOS Office 제품군", - "macOsVppApp": "macOS Volume Purchase Program 앱", - "managedAndroidLobApp": "관리되는 Android LOB(기간 업무) 앱", - "managedAndroidStoreApp": "관리되는 Android 스토어 앱", - "managedGooglePlayApp": "관리형 Google Play 스토어 앱", - "managedGooglePlayPrivateApp": "관리형 Google Play 프라이빗 앱", - "managedGooglePlayWebApp": "관리형 Google Play 웹 링크", - "managedIosLobApp": "관리되는 iOS LOB(기간 업무) 앱", - "managedIosStoreApp": "관리되는 iOS 스토어 앱", - "microsoftStoreForBusinessApp": "비즈니스용 Microsoft 스토어 앱", - "microsoftStoreForBusinessReleaseManagedApp": "비즈니스용 Microsoft 스토어", - "officeAddIn": "Office 추가 기능", - "officeSuiteApp": "Microsoft 365 앱(Windows 10 이상)", - "sharePointApp": "SharePoint 앱", - "teamsApp": "Teams 앱", - "webApp": "웹 링크", - "winGetPublicApp": "Windows 패키지 관리자 커뮤니티 리포지토리", - "winGetStoreApp": "Microsoft Store 앱(신규)", - "windowsAppXLobApp": "Windows AppX LOB(기간 업무) 앱", - "windowsClassicApp": "Windows 앱(Win32)", - "windowsEdgeApp": "Microsoft Edge(Windows 10 이상)", - "windowsMobileMsiLobApp": "Windows MSI 기간 업무 앱", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX LOB(기간 업무) 앱", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX LOB(기간 업무) 앱", - "windowsPhone81StoreApp": "Windows Phone 8.1 스토어 앱", - "windowsPhoneXapLobApp": "Windows Phone XAP LOB(기간 업무) 앱", - "windowsStoreApp": "Microsoft Store 앱(레거시)", - "windowsUniversalAppXLobApp": "Windows Universal AppX LOB(기간 업무) 앱", - "windowsUniversalLobApp": "Windows 유니버설 사업 부문 앱", - "windowsWebApp": "Windows 웹 링크" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "제외됨", - "include": "포함됨", - "includeAllDevicesVirtualGroup": "포함됨", - "includeAllUsersVirtualGroup": "포함됨" - }, - "AssignmentToast": { - "hideAll": "모든 알림 메시지 숨기기", - "showAll": "모든 알림 메시지 표시", - "showReboot": "컴퓨터 다시 시작에 대한 알림 메시지 표시" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "백그라운드", - "displayText": "{0}에서 콘텐츠 다운로드", - "foreground": "포그라운드", - "header": "배달 최적화 우선 순위" - }, - "DeviceRestartBehaviorOptions": { - "allow": "앱을 설치하면 디바이스가 강제로 다시 시작될 수 있음", - "basedOnReturnCode": "반환 코드에 따라 동작 결정", - "force": "Intune에서 강제로 필수 디바이스를 다시 시작함", - "suppress": "구체적인 작업이 없음" - }, - "FilterType": { - "exclude": "제외", - "include": "포함", - "none": "없음" - }, - "InstallIntent": { - "available": "등록된 디바이스에 사용 가능", - "availableWithoutEnrollment": "등록 유무에 상관없이 사용 가능", - "notApplicable": "적용할 수 없음", - "required": "필수", - "uninstall": "제거" - }, - "SettingType": { - "assignmentType": "할당 유형", - "deviceLicensing": "라이선스 형식", - "installContext": "디바이스 제거 시 제거", - "toastSettings": "최종 사용자 알림", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "기본값", - "postponed": "연기됨", - "priority": "높은 우선 순위" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "초기 프로비전을 위해 디바이스를 구성하고 사용자에게 할당합니다.", - "title": "디바이스 준비" - }, - "EnrollmentSettings": { - "description": "등록 차단과 같은 등록 설정을 구성하고 사용자에게 할당합니다.", - "title": "등록 설정" - }, - "coManagementAuthorityDesc": "Configuration Manager 통합에 대한 공동 관리 설정을 구성합니다.", - "coManagementAuthorityTitle": "공동 관리 설정 ", - "deploymentProfiles": "Windows AutoPilot 배포 프로필", - "description": "사용자 또는 관리자가 Windows 10/11 PC를 Intune에 등록하는 7가지 방법을 알아봅니다.", - "descriptionLabel": "Windows 등록 방법", - "enrollmentStatusPage": "등록 상태 페이지" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "앱을 설치하면 디바이스가 강제로 다시 시작될 수 있음", - "basedOnReturnCode": "반환 코드에 따라 동작 결정", - "force": "Intune에서 강제로 필수 디바이스를 다시 시작함", - "suppress": "지정된 작업 없음" - }, - "RunAsAccountOptions": { - "system": "시스템", - "user": "사용자" - }, - "availableUninstall": "사용 가능한 제거 허용", - "availableUninstallTooltip": "회사 포털에서 사용자에게 이 앱에 대한 제거 옵션을 제공하려면 '예'를 선택하세요. 사용자가 회사 포털에서 앱을 제거하지 못하도록 하려면 '아니요'를 선택합니다.", - "bladeTitle": "프로그램", - "deviceRestartBehavior": "디바이스 다시 시작 동작", - "deviceRestartBehaviorTooltip": "앱을 설치한 후 디바이스 다시 시작 동작을 선택합니다. 반환 코드 구성 설정을 기준으로 디바이스를 다시 시작하려면 '반환 코드에 따라 동작 결정'을 선택합니다. MSI 기반 앱에 대한 앱 설치 중에 디바이스 다시 시작 관련 메시지를 표시하지 않으려면 '특정 작업 없음'을 선택하세요. 다시 시작 관련 메시지 표시 여부와 관계없이 앱 설치를 완료할 수 있도록 하려면 '앱 설치 시 강제로 디바이스 다시 시작'을 선택하세요. 앱을 설치한 후에 항상 디바이스를 다시 시작하려면 'Intune에서 강제로 필수 디바이스를 다시 시작함'을 선택합니다.", - "header": "이 앱을 설치 및 제거하기 위한 명령 지정:", - "installCommand": "설치 명령", - "installCommandMaxLengthErrorMessage": "설치 명령은 허용되는 최대 길이인 1024자를 초과할 수 없습니다.", - "installCommandTooltip": "이 앱을 설치하는 데 사용되는 전체 설치 명령줄입니다.", - "runAs32Bit": "64비트 클라이언트에서 32비트 프로세스로 설치 및 제거 명령 실행", - "runAs32BitTooltip": "64비트 클라이언트에서 32비트 프로세스로 앱을 설치 및 제거하려면 '예'를 선택합니다. 64비트 클라이언트에서 64비트 프로세스로 앱을 설치 및 제거하려면 '아니요'(기본값)를 선택합니다. 32비트 클라이언트에서는 항상 32비트 프로세스가 사용됩니다.", - "runAsAccount": "설치 동작", - "runAsAccountTooltip": "지원되는 경우 모든 사용자에 대해 이 앱을 설치하려면 '시스템'을 선택합니다. 디바이스에 로그인한 사용자에 대해 이 앱을 설치하려면 '사용자'를 선택합니다. 이중 목적 MSI 앱의 경우 원래 설치 시 디바이스에 적용된 값이 복원될 때까지 변경 내용으로 인해 업데이트 및 제거가 완료되지 않습니다.", - "selectorLabel": "프로그램", - "uninstallCommand": "제거 명령", - "uninstallCommandTooltip": "이 앱을 제거하는 데 사용되는 전체 제거 명령줄입니다." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "이 설정을 사용하여 회사에서 사용이 승인되지 않은 앱을 어떤 사용자가 설치하는지 알 수 있습니다. 제한된 앱 목록 유형을 선택하세요.

                  \r\n 금지된 앱 - 사용자가 앱을 설치할 때 알림을 받고 싶은 앱 목록입니다.
                  \r\n 승인된 앱 - 회사에서 사용이 승인된 앱 목록입니다. 이 목록에 없는 앱을 사용자가 설치하면 알림을 받게 됩니다.
                  \r\n ", - "androidZebraMxZebraMx": "MX 프로필을 XML 형식으로 업로드하여 Zebra 디바이스를 구성합니다.", - "iosDeviceFeaturesAirprint": "네트워크의 AirPrint 호환 프린터에 자동으로 연결하도록 iOS 디바이스를 구성하는 데 이러한 설정을 사용합니다. 프린터의 IP 주소 및 리소스 경로가 필요합니다.", - "iosDeviceFeaturesExtensibleSingleSignOn": "iOS 13.0 이상을 실행하는 디바이스에 SSO(Single Sign-On)를 사용하도록 설정하는 앱 확장을 구성합니다.", - "iosDeviceFeaturesHomeScreenLayout": "iOS 디바이스에서 도크 및 홈 화면에 대한 레이아웃을 구성합니다. 특정 디바이스에서는 표시할 수 있는 항목 수가 제한될 수 있습니다.", - "iosDeviceFeaturesIOSWallpaper": "iOS 디바이스의 홈 화면 및/또는 잠금 화면에 나타나는 이미지를 표시합니다.\r\n 각 위치에 고유한 이미지를 표시하려면 잠금 화면 이미지를 사용하여 프로필을 하나 만들고, 홈 화면 이미지를 사용하여 프로필을 하나 만듭니다.\r\n 그런 다음 두 프로필을 모두 사용자에게 할당합니다.\r\n
                  \r\n
                    \r\n
                  • 최대 파일 크기: 750KB
                  • \r\n
                  • 파일 형식: PNG, JPG 또는 JPEG
                  • \r\n
                  \r\n ", - "iosDeviceFeaturesNotifications": "앱에 대한 알림 설정을 지정합니다. iOS 9.3 이상을 지원합니다.", - "iosDeviceFeaturesSharedDevice": "잠긴 화면에 표시되는 선택적 텍스트를 지정하세요. iOS 9.3 이상에서 지원됩니다. 자세한 정보", - "iosGeneralApplicationRestrictions": "이 설정을 사용하여 회사에서 사용이 승인되지 않은 앱을 어떤 사용자가 설치하는지 알 수 있습니다. 제한된 앱 목록 유형을 선택하세요.

                  \r\n 금지된 앱 - 사용자가 앱을 설치할 때 알림을 받고 싶은 앱 목록입니다.
                  \r\n 승인된 앱 - 회사에서 사용이 승인된 앱 목록입니다. 이 목록에 없는 앱을 사용자가 설치하면 알림을 받게 됩니다.
                  \r\n ", - "iosGeneralApplicationVisibility": "표시된 앱 목록을 사용하여 사용자가 보거나 실행할 수 있는 iOS 앱을 지정하세요. 숨겨진 앱 목록을 사용하여 사용자가 보거나 실행할 수 있는 iOS 앱을 지정하세요.", - "iosGeneralAutonomousSingleAppMode": "이 목록에 추가하고 디바이스에 할당하는 앱은 해당 앱이 실행될 때에만 작동하도록 디바이스를 잠그거나, 특정 작업이 실행 중인 동안(예: 테스트 수행) 디바이스를 잠글 수 있습니다. 작업을 완료하거나 제한을 제거하면 디바이스가 정상 상태로 돌아옵니다.", - "iosGeneralKiosk": "키오스크 모드는 다양한 설정을 디바이스에 잠그거나 디바이스에서 실행할 수 있는 단일 앱을 지정합니다. 이 모드는 디바이스에서 단일 데모 앱만 실행하려는 소매점과 같은 환경에서 유용합니다.", - "macDeviceFeaturesAirprint": "이러한 설정을 사용하여 macOS 디바이스가 네트워크의 AirPrint 호환 프린터에 자동으로 연결되도록 구성합니다. 프린터의 IP 주소와 리소스 경로가 필요합니다.", - "macDeviceFeaturesAssociatedDomains": "조직의 앱과 웹 사이트 간에 데이터와 로그인 자격 증명을 공유하도록 연결된 도메인을 구성합니다. 이 프로필은 macOS 10.15 이상을 실행하는 디바이스에 적용할 수 있습니다.", - "macDeviceFeaturesExtensibleSingleSignOn": "macOS 10.15 이상을 실행하는 디바이스에 SSO(Single Sign-On)를 사용하도록 설정하는 앱 확장을 구성합니다.", - "macDeviceFeaturesLoginItems": "사용자가 디바이스에 로그인할 때 열리는 앱, 파일 및 폴더를 선택합니다. 사용자가 선택된 앱이 열리는 방식을 변경하지 못하도록 하려는 경우 사용자 구성에서 앱을 숨길 수 있습니다.", - "macDeviceFeaturesLoginWindow": "macOS 로그인 화면의 모양과 로그인 전후 사용자가 사용할 수 있는 기능을 구성합니다.", - "macExtensionsKernelExtensions": "이러한 설정을 사용하여 10.13.2 이상을 실행하는 macOS 디바이스에서 커널 확장 정책을 구성합니다.", - "macGeneralDomains": "사용자가 보내거나 받는 메일 중 여기에 지정하는 도메인과 일치하지 않는 메일은 신뢰할 수 없는 것으로 표시됩니다.", - "windows10EndpointProtectionApplicationGuard": "Microsoft Edge를 사용하는 동안 Microsoft Defender Application Guard는 조직에서 신뢰할 수 있는 사이트로 정의되지 않은 사이트로부터 환경을 보호합니다. 사용자가 격리된 네트워크 경계 목록에 없는 사이트를 방문하면 사이트가 Hyper-V의 가상 브라우징 세션에서 열립니다. 신뢰할 수 있는 사이트는 [디바이스 구성]에서 구성할 수 있는 네트워크 경계에 의해 정의됩니다. 이 기능은 Windows 10(64비트) 이상의 운영체제가 설치된 디바이스에 대해서만 사용할 수 있습니다.", - "windows10EndpointProtectionCredentialGuard": "Credential Guard를 사용하도록 설정하면 다음과 같은 필수 설정이 사용하도록 설정됩니다.\r\n
                  \r\n
                    \r\n
                  • 가상화 기반 보안 사용: 다음 다시 부팅 시 VBS(가상화 기반 보안)를 켭니다. 가상화 기반 보안에서는 Windows 하이퍼바이저를 사용하여 보안 서비스에 대한 지원을 제공합니다.
                  • \r\n
                    \r\n
                  • 보안 부팅 및 DMA(직접 메모리 액세스): 보안 부팅 및 DMA(직접 메모리 액세스)를 통해 VBS를 켭니다.
                  • \r\n
                  \r\n ", - "windows10EndpointProtectionDeviceGuard": "Microsoft Defender 애플리케이션 제어를 통해 감사해야 하거나 실행을 신뢰할 수 있는 추가 앱을 선택합니다. Windows 구성 요소 및 Windows 스토어의 모든 앱은 자동으로 실행이 신뢰됩니다.

                  \r\n \"감사 전용\" 모드에서 실행될 때는 애플리케이션이 차단되지 않습니다. \"감사 전용\" 모드에서는 모든 이벤트가 로컬 클라이언트 로그에 기록됩니다.\r\n ", - "windows10GeneralPrivacyPerApp": "“기본 개인 정보 보호”에서 정의한 것과 개인 정보 보호 방식이 달라야 하는 앱을 추가합니다.", - "windows10NetworkBoundaryNetworkBoundary": "네트워크 경계는 엔터프라이즈 네트워크에 있는 컴퓨터의 클라우드에 호스트된 도메인 및 IP 주소 범위 같은 엔터프라이즈 리소스의 목록입니다. 네트워크 경계를 정의하여 이러한 위치에 있는 데이터를 보호하는 정책을 적용하세요.", - "windowsHealthMonitoring": "Windows 상태 모니터링 정책을 구성합니다.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone은 사용자가 금지된 앱 목록에 지정된 앱이나 승인된 앱 목록에서 지정되지 않은 앱을 설치 또는 실행하지 못하도록 차단할 수 있습니다. 관리되는 앱은 모두 승인된 목록에 추가해야 합니다." - }, - "Inputs": { - "accountDomain": "계정 도메인", - "accountDomainHint": "예: contosodomain", - "accountDomainInfoBalloon": "사용자의 계정 도메인을 지정합니다.", - "accountTypeInfoBalloon": "인증 모델에 따라 구성할 계정 유형을 지정합니다.", - "allowContactSetting": "사용자가 연락처 설정을 변경할 수 있도록 허용", - "allowContactSyncInfoBalloon": "사용자가 연락처 동기화 설정을 변경할 수 있도록 허용할지를 지정합니다.", - "allowUserChange": "사용자가 설정을 변경할 수 있도록 허용", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "com.microsoft.word와 비슷한 패키지 이름을 입력하세요.", - "androidUrlValidation": "유효한 URL을 입력하세요(예: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en).", - "appInstallContext": "앱 설치 컨텍스트", - "appUrlLabel": "앱 스토어 URL", - "appleUrlValidation": "유효한 URL을 입력하세요(https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8).", - "applicableDeviceType": "적용할 수 있는 디바이스 유형", - "assignmentActionLabel": "모드", - "authenticationMethodInfoBalloon": "사용자에 대한 인증 방법을 지정합니다.", - "authenticationMetod": "인증 방법", - "authenticationType": "인증 형식", - "authenticationTypeInfoBalloon": "사용자의 인증 형식 지정", - "availableLicenseCount": "사용 가능한 라이선스", - "basicAuth": "기본 인증", - "biometricsInfoBalloon": "사용자가 디바이스의 앱에 액세스하기 위해 TouchID 또는 FaceID 같은 생체 인식이 필요할 수 있습니다. 필요한 경우 생체 인식은 이 프로필에서 선택한 인증 방법과 함께 사용됩니다. 앱 보호 정책에 관리되는 데이터에 액세스하기 전 액세스 요구 사항이 포함되므로, Intune 앱 보호 정책이 배포될 때 이 설정은 사용하도록 설정되어 있지 않아야 합니다. 둘 다 사용하도록 설정하면 Outlook 모바일에 액세스하기 위한 여러 액세스 프롬프트가 발생합니다. 구성되지 않도록 설정하면 기본 앱 설정이 [끄기]로 설정됩니다. ", - "bookNameLabel": "책 이름", - "bundleDescriptionHint": "포함된 앱을 기술하는 설명을 입력합니다.", - "calendar": "일정", - "categoryLabel": "범주", - "categoryNameLabel": "기본 이름", - "certProfileType": "인증서 프로필 유형", - "certificate": "인증서", - "certificates": "인증서", - "commandLineLabel": "명령줄 인수", - "commandLineSizeHint": "명령줄 인수 텍스트의 최대 길이는 1024자입니다.", - "configurationSettingsFormatLabel": "구성 설정 형식", - "configurationSettingsLabel": "설정 형식", - "contactSync": "연락처 저장", - "contactSyncInfoBalloon": "모바일 디바이스의 기본 주소록에 연락처를 저장하면 새 통화 및 텍스트 메시지를 사용자의 기존 Outlook 연락처에 연결할 수 있습니다. 구성되지 않도록 설정하면 기본 앱 설정이 [끄기]로 설정됩니다.", - "contacts": "연락처", - "createdDateTime": "만든 날짜", - "defaultCategoryHint": "기본 범주를 변경할 수 없습니다.", - "deploySMimeCertsFromIntune": "Intune에서 S/MIME 인증서 배포", - "descriptionGenericLabel": "설명", - "descriptionHint": "설명 입력...", - "descriptionLabel": "설명", - "descriptionSizeHint": "설명은 10,000자를 초과할 수 없습니다.", - "developerLabel": "개발자", - "developerSizeHint": "개발자 이름의 최대 길이는 256자입니다.", - "disable": "사용 안 함", - "disabled": "사용 안 함", - "displayNameLabel": "이름", - "displayVersionHint": "앱 버전 입력", - "displayVersionLabel": "앱 버전", - "displayVersionLengthCheck": "디스플레이 버전의 길이는 최대 130자여야 합니다.", - "eBookCategoryNameLabel": "기본 이름", - "emailAccount": "메일 계정 이름", - "emailAccountHint": "예: 회사 메일", - "emailAccountInfoBalloon": "사용자의 디바이스에서 사용자에게 메일 계정을 표시할 표시 이름을 지정합니다.", - "emailAddressAttribute": "AAD의 메일 주소 특성", - "emailAddressInfoBalloon": "메일을 보내고 받는 데 사용할 메일 주소를 지정합니다.", - "emailServer": "메일 서버", - "emailServerHint": "예: mail.contoso.com", - "emailServerInfoBalloon": "Exchange Server의 호스트 이름을 지정합니다.", - "enable": "사용", - "enableSMime": "S/MIME 사용", - "enabled": "사용", - "encryptAllEmails": "모든 메일 암호화", - "encryptionCertificates": "암호화 인증서", - "endUserNotifications": "최종 사용자 알림", - "enrollmentTypeLabel": "디바이스 등록 유형", - "externalRecipients": "외부 받는 사람 메일 설명", - "externalRecipientsInfoBalloon": "보낸 사람이 외부 받는 사람을 추가하거나 외부 받는 사람이 포함된 메일 그룹을 추가하면 외부 받는 사람 메일 설명이 표시됩니다. 이 메일 설명은 작성하는 메시지가 조직에서 나갈지를 보낸 사람에게 알려 단어, 어조 및 내용을 올바르게 결정할 수 있도록 합니다. 하이브리드 최신 인증을 사용하는 Exchange Online 계정 및 온-프레미스 계정에만 사용할 수 있습니다. 구성되지 않도록 설정하면 기본 앱 설정이 [켜기]로 설정됩니다.", - "focusedInbox": "중요 받은 편지함", - "focusedInboxInfoBalloon": "중요 받은 편지함은 받은 편지함을 [중요]와 [기타]의 두 탭으로 나눕니다. 가장 중요한 메일은 [중요] 탭에 있으며, 나머지 메일은 여전히 쉽게 액세스할 수 있지만 방해되지 않도록 [기타] 탭에 있습니다. 구성되지 않도록 설정하면 기본 앱 설정이 [켜기]로 설정됩니다. ", - "gmailNineAmountOfEmail": "동기화할 메일 양", - "gmailNineAuthenticationMethodInfoBalloon": "사용자가 VPN 서버에 인증하는 방법을 선택합니다. 인증서를 사용하여 가장 안전하고 원활한 환경을 최종 사용자에게 제공하세요. 인증 방법을 선택하세요. 디바이스 소유자 디바이스에 대한 SCEP 및 PKCS 인증서 프로필을 사용할 수 없으므로 인증서 기반 인증을 아직 사용할 수 없습니다. ", - "gmailNineCertificateUPNInfoBalloon": "인증서에 UPN(사용자 계정 이름)이 주체 대체 이름으로 포함되어야 합니다.", - "gmailNineEmailAddressInfoBalloon": "해당 프로필에서 사용할 메일 주소(예: MyName@contoso.com(UPN))를 동적으로 생성하기 위해 Intune이 Azure AD에서 가져오는 특성입니다. 메일 정책의 AAD 특성에 대해 자세히 알아보기.", - "gmailNineEmailServerInfoBalloon": "지정한 앱이 연결되어 메일을 가져오는 메일 서버의 Exchange 위치(URL)입니다.", - "gmailNineEmailSynchronizeInfoBalloon": "클라이언트에서 동기화할 메일 수를 제어합니다.", - "gmailNineSSLInfoBalloon": "SSL을 사용하여 메일 서버와의 모든 통신을 보호합니다.", - "gmailNineUsernameInfoBalloon": "해당 프로필에서 사용할 사용자 이름(예: MyName@contoso.com(UPN) 또는 MyName(username))을 동적으로 생성하기 위해 Intune이 Azure AD에서 가져오는 특성입니다. 메일 정책의 AAD 특성에 대해 자세히 알아보세요.", - "ignoreVersionDetection": "앱 버전 무시", - "informationUrlLabel": "정보 URL", - "informationUrlSizeHint": "정보 URL의 최대 길이는 1024자입니다.", - "installAsManaged": "관리형으로 설치", - "installationSourceLabel": "앱 유형", - "installerTypeInfoBalloon": "애플리케이션 패키지의 설치 관리자 유형입니다.", - "installerTypeLabel": "설치 관리자 유형", - "isFeatured": "회사 포털에서 이 항목을 추천 앱으로 표시", - "isMAMEnabledToggleLabel": "예", - "lastModifiedDateTime": "마지막 업데이트 시간", - "ldapUrl": "LDAP URL", - "licensingType": "디바이스 컨텍스트 할당 지원", - "microsoft": "Microsoft", - "minimumOperationSystem": "최소 운영 체제", - "modernAuth": "최신 인증", - "nameHint": "이름 입력", - "nameLabel": "이름", - "nameSizeHint": "이름의 최대 길이는 512자입니다.", - "notConfigured": "구성되지 않음", - "notesLabel": "참고", - "notesSizeHint": "메모 텍스트의 최대 길이는 1024자입니다.", - "notificationType": "알림 유형", - "oneDay": "1일", - "oneMonth": "1개월", - "oneWeek": "1주", - "outlookSMimeSettings": "Outlook S/MIME 설정", - "ownerLabel": "소유자", - "ownerSizeHint": "소유자 이름의 최대 길이는 256자입니다.", - "packageIdLabel": "패키지 식별자", - "packageNameLabel": "패키지 이름", - "pivCredentialNotConfigured": "테넌트의 파생된 자격 증명 발급자를 선택하지 않았습니다. 이 정책을 디바이스에 적용하려면 발급자를 구성해야 합니다.", - "platformLabel": "플랫폼", - "policyDescriptionLabel": "설명", - "policyNameLabel": "이름", - "primarySMTPAddress": "기본 SMTP 주소", - "privacyUrlLabel": "개인정보취급방침 URL", - "publisherHint": "게시자 이름을 입력하세요.", - "publisherLabel": "게시자", - "publisherSizeHint": "판매자 이름의 길이는 2자에서 1024자(포함) 사이여야 합니다.", - "require": "필요", - "requireBiometrics": "앱에 액세스하려면 생체 인식 필요", - "sAMAccountName": "SamAccountName", - "scopeTagsRequired": "한 개 이상의 범위 태그가 필요합니다.", - "searchAppLabel": "앱 선택", - "searchAppLinkText": "App Store 검색", - "searchWinGetPublicRepositoryLinkText": "Windows 패키지 관리자 커뮤니티 리포지토리 검색", - "searchWinGetStoreRepositoryLinkText": "Microsoft Store 앱(신규) 검색", - "selectAAD": "AAD 특성 선택", - "selectAppFileLabel": "파일 선택", - "selectAppFileLinkText": "앱 패키지 파일 선택", - "selectAppFileToUpdateLabel": "업데이트할 파일 선택", - "selectAuthMethod": "인증 방법 선택", - "selectAuthType": "인증 형식 선택", - "selectCertificate": "인증서 선택", - "signAllEmails": "모든 메일 서명", - "signingCertificates": "서명 인증서", - "ssl": "SSL", - "suiteDescriptionLabel": "제품군 설명", - "suiteNameLabel": "제품군 이름", - "tasks": "작업", - "threeDays": "3일", - "totalLicenseCount": "총 라이선스 수", - "twoWeeks": "2주", - "unifiedAssignmentsLabel": "할당 대상:", - "unlimited": "무제한", - "urlHint": "유효한 URL을 입력하세요.", - "useManagedBrowserHint": "Android 및 iOS에만 해당. 자세히 알아보기", - "useManagedBrowserLabel": "이 링크를 열려면 Managed Browser가 필요", - "userPrinicipalName": "사용자 계정 이름", - "username": "사용자 이름", - "usernameAttribute": "AAD의 사용자 이름 특성", - "usernameAttributreInfoBalloon": "계정을 인증하는 데 사용할 메일 프로필의 사용자 계정 이름을 지정합니다.", - "usernamePassword": "사용자 이름 및 암호", - "webAppUrlHint": "http:// 또는 https://로 시작하는 유효한 URL을 입력하세요.", - "webAppUrlLabel": "앱 URL", - "webAppUrlSizeHint": "앱 URL의 최대 길이는 1024자입니다.", - "windowsUrlValidation": "유효한 URL을 입력하세요(예: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm).", - "xMLDataEntered": "입력한 XML 데이터", - "xmlFormatInvalid": "XML 정책 형식이 잘못되었습니다.", - "xmlTooLarge": "입력 크기는 1MB 미만이어야 합니다." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "지원되지 않음", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "품질 업데이트 정책을 만들려면 특정 라이선스가 필요합니다.", "warningBoxText": "소프트웨어 업데이트를 신속하게 처리하면 필요한 경우 규정 준수 상태에 도달하는 시간을 줄이는 데 도움이 될 수 있지만 최종 사용자의 생산성에 미치는 영향이 커집니다. 업무 시간 중에 시스템을 다시 시작할 가능성이 훨씬 증가하기 때문입니다." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                  For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                  Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                  \n
                    \n
                  • This setting works correctly when \"All cloud apps\" are selected
                  • \n
                  • This does not affect token lifetimes or the sign-in frequency setting.
                  • \n
                  • This will override the \"Show option to stay signed in\" policy in Company Branding.
                  • \n
                  • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                  • \n
                  • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                  • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                    Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge 구성 설정", "edgeWindowsDataProtectionSettings": "Edge(Windows) 데이터 보호 설정 - 미리 보기", @@ -10783,7 +11566,10 @@ "Column": { "author": "작성자", "template": "템플릿 이름" - } + }, + "Row": { + "ariaLabel": "{1} 열 {2}의 {0} 행" + } }, "SettingsCatalog": { "subtitle": "처음부터 시작하여 사용 가능한 설정 라이브러리에서 원하는 설정 선택", @@ -11593,6 +12379,7 @@ "gettingStarted": "시작", "messages": "메시지", "onlineResources": "온라인 리소스", + "policyHealth": "정책 상태", "releaseManagement": "릴리스 관리", "serviceRequests": "서비스 요청", "settings": "설정", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "엔드포인트용 Microsoft Defender", "allApps": "모든 앱", "allDevices": "모든 디바이스", - "androidFotaDeployments": "Android FOTA 배포", + "androidFotaDeployments": "Android FOTA 배포(미리 보기)", "appBundles": "앱 번들", "appCategories": "앱 범주", "appConfigPolicies": "앱 구성 정책", @@ -11621,11 +12408,14 @@ "assignedPermissions": "할당된 권한", "assignedRoles": "할당된 역할", "autopilotDeploymentReport": "Autopilot 배포(미리 보기)", + "autopilotDeploymentReportV2": "Autopilot 배포 2.0(미리 보기)", "brandingAndCustomization": "사용자 지정", "cartProfiles": "카트 프로필", "certificateConnectors": "인증서 커넥터", "chromeEnterprise": "Chrome Enterprise(미리 보기)", "cloudAttachedDevices": "클라우드 연결 디바이스(미리 보기)", + "cloudPcActions": "클라우드 PC 작업(미리 보기)", + "cloudPcMaintenanceWindows": "클라우드 PC 유지 관리 기간(미리 보기)", "compliancePolicies": "준수 정책", "complianceScriptManagement": "스크립트", "complianceScriptManagementPreview": "스크립트(미리 보기)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "등록 제한", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange 서비스 커넥터", - "failuresForDriverUpdates": "Windows 드라이버 업데이트 실패(미리 보기)", + "failuresForDriverUpdates": "Windows 드라이버 업데이트 실패", "failuresForFeatureUpdates": "기능 업데이트 실패", "failuresForQualityUpdates": "Windows 긴급 업데이트 오류", "featureFlighting": "기능 플라이팅", "featureUpdateDeployments": "Windows 10 이상의 기능 업데이트", "flighting": "플라이팅", - "fotaUpdate": "펌웨어 무선 업데이트", + "fotaUpdate": "펌웨어 무선 업데이트(미리 보기)", "groupPolicy": "관리 템플릿", "groupPolicyAnalytics": "그룹 정책 분석", "helpSupport": "도움말 및 지원", @@ -11717,12 +12507,12 @@ "user": "사용자", "userExecutionStatus": "사용자 상태", "wdacSupplementalPolicies": "S 모드 추가 정책", - "windows10DriverUpdate": "Windows 10 이상용 드라이버 업데이트(미리 보기)", + "windows10DriverUpdate": "Windows 10 이상용 드라이버 업데이트", "windows10QualityUpdate": "Windows 10 이상의 품질 업데이트", "windows10UpdateRings": "Windows 10 이상용 링 업데이트", "windows10XPolicyFailures": "Windows 10X 정책 실패", "windows365Connector": "Windows 365 Citrix 커넥터", - "windows365ConnectorPublicPreview": "Windows 365 Citrix 커넥터(미리 보기)", + "windows365PartnerConnector": "Windows 365 파트너 커넥터", "windowsDiagnosticData": "Windows 데이터", "windowsEnterpriseCertificate": "Windows 엔터프라이즈 인증서", "windowsManagement": "PowerShell 스크립트", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "디바이스 다시 시작 유예 기간", "summaryTitle": "최종 사용자 환경" }, - "EnrollmentType": { - "devicesWithEnrollment": "관리 디바이스", - "devicesWithoutEnrollment": "관리되는 앱" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "선택한 요구 사항으로써 파일 또는 폴더입니다.", + "pathToolTip": "검색할 파일 또는 폴더의 전체 경로입니다.", + "property": "속성", + "valueToolTip": "선택한 검색 방법과 일치하는 요구 사항 값을 선택합니다. 날짜 및 시간 요구 사항은 현지 형식으로 입력해야 합니다." + }, + "GridColumns": { + "pathOrScript": "경로/스크립트", + "type": "형식" + }, + "Registry": { + "keyPath": "키 경로", + "keyPathTooltip": "요구 사항으로써 값을 포함하는 레지스트리 항목의 전체 경로입니다.", + "operator": "연산자", + "operatorTooltip": "비교 연산자를 선택합니다.", + "registryRequirement": "레지스트리 키 요구 사항", + "registryRequirementTooltip": "레지스트리 키 요구 사항 비교를 선택합니다.", + "valueName": "값 이름", + "valueNameTooltip": "필요한 레지스트리 값의 이름입니다." + }, + "RequirementTypeOptions": { + "fileType": "파일", + "registry": "레지스트리", + "script": "스크립트" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "부울", + "dateTime": "날짜 및 시간", + "float": "부동 소수점", + "integer": "정수", + "string": "문자열", + "version": "버전" + }, + "duplicateName": "스크립트 이름 {0}이(가)이미 사용 중입니다. 다른 이름을 입력하세요.", + "enforceSignatureCheck": "스크립트 서명 확인 적용", + "enforceSignatureCheckTooltip": "스크립트가 신뢰할 수 있는 게시자에 의해 서명되었는지 확인하려면 '예'를 선택합니다(경고나 메시지가 표시되지 않고 스크립트가 실행되도록 함). 스크립트가 차단 해제된 상태로 실행됩니다. 서명 확인 없이 최종 사용자 확인으로 스크립트를 실행하려면 '아니요'(기본값)를 선택합니다.", + "loggedOnCredentials": "로그온된 자격 증명을 사용하여 이 스크립트 실행", + "loggedOnCredentialsTooltip": "로그인한 디바이스 자격 증명을 사용하여 스크립트 실행", + "operatorTooltip": "요구 사항 비교 연산자를 선택합니다.", + "requirementMethod": "출력 데이터 형식 선택", + "requirementMethodTooltip": "검색 일치 요구 사항을 확인할 때 사용하는 데이터 형식을 선택합니다.", + "scriptContent": "스크립트 콘텐츠", + "scriptFile": "스크립트 파일", + "scriptFileTooltip": "클라이언트에서 앱의 존재를 검색하는 PowerShell 스크립트를 선택합니다. 앱이 검색되면 요구 사항 프로세스에서 0 값 종료 코드를 제공하고 STDOUT에 문자열 값을 씁니다.", + "scriptName": "스크립트 이름", + "value": "값", + "valueTooltip": "선택한 검색 방법과 일치하는 요구 사항 값을 선택합니다. 날짜 및 시간 요구 사항은 현지 형식으로 입력해야 합니다." + }, + "bladeTitle": "요구 사항 규칙 추가", + "createRequirementHeader": "요구 사항을 만듭니다.", + "header": "추가 요구 사항 규칙 구성", + "label": "추가 요구 사항 규칙", + "noRequirementsSelectedPlaceholder": "요구 사항이 지정되지 않았습니다.", + "requirementType": "요구 사항 유형", + "requirementTypeTooltip": "요구 사항을 확인하는 방법을 결정하는 데 사용되는 검색 방법 유형을 선택합니다." + }, + "architectures": "운영 체제 아키텍처", + "architecturesTooltip": "앱을 설치하는 데 필요한 아키텍처를 선택합니다.", + "bladeTitle": "요구 사항", + "diskSpace": "필요한 디스크 공간(MB)", + "diskSpaceTooltip": "앱을 설치하는 데 필요한 시스템 드라이브의 사용 가능한 디스크 공간입니다.", + "header": "앱을 설치하기 전에 디바이스가 충족해야 하는 요구 사항 지정:", + "maximumTextFieldValue": "값은 {0} 이하여야 합니다.", + "minimumCpuSpeed": "필요한 최소 CPU 속도(MHz)", + "minimumCpuSpeedTooltip": "앱을 설치하는 데 필요한 최소 CPU 속도입니다.", + "minimumLogicalProcessors": "필요한 최소 논리 프로세서 수", + "minimumLogicalProcessorsTooltip": "앱을 설치하는 데 필요한 최소 논리 프로세서 수입니다.", + "minimumOperatingSystem": "최소 운영 체제", + "minimumOperatingSystemTooltip": "앱을 설치하는 데 필요한 최소 운영 체제를 선택합니다.", + "minumumTextFieldValue": "값은 {0} 이상이어야 합니다.", + "physicalMemory": "필요한 실제 메모리(MB)", + "physicalMemoryTooltip": "앱을 설치하는 데 필요한 실제 메모리(RAM)입니다.", + "selectorLabel": "요구 사항", + "validNumber": "유효한 숫자를 입력하세요." + }, "PolicySet": { "appManagement": "애플리케이션 관리", "assignments": "할당", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "디바이스 구성 프로필", "powershellScriptTitle": "Powershell 스크립트" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                    For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                    Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "권장", "CountryNames": { "countryNameNR": "나우루", "countryNameBH": "바레인", @@ -11909,7 +12984,7 @@ "countryNameBN": "브루나이", "countryNameBD": "방글라데시", "countryNameMW": "말라위", - "countryNameGM": "Gambia", + "countryNameGM": "감비아", "countryNameGA": "가봉", "countryNameCA": "캐나다", "countryNameSH": "세인트 헬레나", @@ -11923,7 +12998,7 @@ "countryNameCY": "키프로스", "countryNameCD": "콩고 민주 공화국", "countryNameTN": "튀니지", - "countryNameTR": "터키", + "countryNameTR": "튀르키예", "countryNameWS": "사모아", "countryNameSE": "스웨덴", "countryNameXK": "코소보", @@ -12029,7 +13104,7 @@ "countryNameSG": "싱가포르", "countryNameAL": "알바니아", "countryNameSN": "세네갈", - "countryNameSZ": "Eswatini", + "countryNameSZ": "에스와티니", "countryNameBZ": "벨리즈", "countryNameCI": "코트디부아르", "countryNameTW": "대만", diff --git a/Documentation/Strings-nl.json b/Documentation/Strings-nl.json index 03f20dc..64eaa2d 100644 --- a/Documentation/Strings-nl.json +++ b/Documentation/Strings-nl.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Eerste beschikbare datum" }, + "Windows11SideBySideInstall": { + "disabled": "Uitgeschakeld", + "enabled": "Ingeschakeld", + "infoBalloonContent": "Bepaal of u de nieuwste Windows 10-onderdelenupdate wilt installeren op apparaten die niet in aanmerking komen voor Windows 11", + "label": "Wanneer Windows 11 niet kan worden uitgevoerd op een apparaat, installeert u de nieuwste Windows 10-onderdelenupdate" + }, "bladeTitle": "Implementaties van onderdelenupdate", "deploymentSettingsTitle": "Implementatie-instellingen", "loadError": "Kan niet laden.", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Voor deze mogelijkheid zijn specifieke licenties vereist.", "gradualRolloutLicenseWarningEdit": "Deze mogelijkheid kan worden gebruikt en geconfigureerd totdat het beleid wordt opgeslagen zonder dat deze mogelijkheid is geselecteerd.", - "licenseLearnMoreText": "Meer informatie over vereisten en beleidsregels voor onderdelenupdates." + "licenseLearnMoreText": "Meer informatie over vereisten en beleidsregels voor onderdelenupdates.", + "specificLicensingRequired": "Voor sommige geselecteerde mogelijkheden zijn specifieke licenties vereist." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Help uw apparaatgebruikers te begrijpen wat de app is en/of wat ze kunnen doen in de app. Deze beschrijving is zichtbaar in de bedrijfsportal.", "developer": "De naam van het bedrijf of de persoon die de app heeft ontwikkeld. Deze informatie is zichtbaar voor personen die zijn aangemeld bij het beheercentrum.", "displayVersion": "De versie van de app. Deze informatie is zichtbaar voor gebruikers in de bedrijfsportal.", + "fullScreenEnabled": "Indien ingesteld op ja, wordt de webclip gestart als een web-app op volledig scherm.", + "ignoreManifestScope": "Indien ingesteld op ja, kan een webclip op volledig scherm naar een externe website navigeren zonder de Safari-gebruikersinterface weer te geven. Anders wordt de Safari-gebruikersinterface weergegeven wanneer u weg navigeert van de URL van de webclip. Deze sleutel heeft geen effect wanneer Volledig scherm onwaar is.", "infoUrl": "Personen koppelen aan een website of documentatie met meer informatie over de app. De informatie-URL is zichtbaar voor gebruikers in de bedrijfsportal.", "isFeatured": "Aanbevolen apps worden opvallend weergegeven in de bedrijfsportal zodat gebruikers ze snel kunnen gebruiken.", "learnMore": "Meer informatie", "logo": "Upload een logo dat is gekoppeld aan de app. Dit logo wordt overal in de bedrijfsportal naast de app weergegeven.​", "macOSDmgAppPackageFile": "Een bestand dat uw app bevat in een indeling die op een apparaat kan worden geladen. Geldig pakkettype: .dmg.​", + "macOSPkgAppPackageFile": "Een bestand dat uw app bevat in een indeling die op een apparaat kan sideloaden. Geldig pakkettype: .pkg.", "minOperatingSystem": "Selecteer de oudste versie van het besturingssysteem waarop de app mag worden geïnstalleerd. Als u de app aan een apparaat met een ouder besturingssysteem toewijst, wordt deze niet geïnstalleerd.​", "name": "Voeg een naam voor de app toe. Deze naam wordt weergegeven in de lijst met apps van Intune en voor gebruikers in de bedrijfsportal.​", "notes": "Voeg aanvullende opmerkingen over de app toe. Notities zijn zichtbaar voor personen die zijn aangemeld bij het beheercentrum.", "owner": "De naam van de persoon in uw organisatie die de licentieverlening beheert of die de contactpersoon voor deze app is. Deze naam is zichtbaar voor personen die zijn aangemeld bij het beheercentrum.​", "packageId": "De app-pakket-id is de unieke waarde waarmee de app wordt geïdentificeerd.", "packageName": "Neem contact op met de fabrikant van het apparaat om de pakketnaam van de app op te halen. Voorbeeld van een pakketnaam: com.example.app", + "preComposedIconEnabled": "Indien ingesteld op ja, voorkomt het dat SpringBoard 'shine' toevoegt aan het pictogram.", "privacyUrl": "Geef een koppeling op voor mensen die meer informatie willen hebben over de privacyinstellingen en voorwaarden van de app. De privacy-URL is zichtbaar voor gebruikers in de bedrijfsportal.", "publisher": "De naam van de ontwikkelaar of het bedrijf dat de app distribueert. Deze informatie is zichtbaar voor gebruikers in de bedrijfsportal.", "selectApp": "Zoek in de App Store naar iOS Store-apps die u wilt implementeren met Intune.", + "targetApplicationBundleIdentifier": "De toepassingsbundel-id waarmee de toepassing wordt opgegeven waarmee de URL wordt geopend. Beschikbaar in iOS 14 en hoger.", "useManagedBrowser": "Als dit vereist is en een gebruiker de web-app opent, wordt deze geopend in een door Intune beveiligde browser zoals Microsoft Edge of Intune Managed Browser. Deze instelling is van toepassing op iOS- en Android-apparaten.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Een bestand dat uw app bevat in een indeling die kan worden gesideload op een apparaat. Geldig pakkettype: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                    Selecteer Ja om de pincode van de app uit te schakelen wanneer een apparaatvergrendeling wordt gedetecteerd op een ingeschreven apparaat.

                    Opmerking: met Intune kan apparaatinschrijving niet worden gedetecteerd met een EMM-oplossing van derden in iOS/iPadOS.

                    " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "Na installatie van de app kan opnieuw opstarten van het apparaat worden afgedwongen", + "basedOnReturnCode": "Bepaal bedrag op basis van retourcodes", + "force": "Via Intune wordt opnieuw opstarten van het apparaat afgedwongen", + "suppress": "Geen specifieke actie" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Installatietijd vereist (minuten)", + "maxRunTimeInMinutesToolTip": "Het aantal minuten dat het systeem wacht totdat het installatieprogramma is voltooid. De standaardwaarde is 60 minuten." + }, + "RunAsAccountOptions": { + "system": "Systeem", + "user": "Gebruiker" + }, + "availableUninstall": "Beschikbare verwijdering toestaan", + "availableUninstallTooltip": "Selecteer Ja om de optie voor het verwijderen van deze app op te geven voor gebruikers van de Bedrijfsportal. Selecteer Nee om te voorkomen dat gebruikers de app verwijderen uit de Bedrijfsportal.", + "bladeTitle": "Programma", + "deviceRestartBehavior": "Gedrag voor opnieuw opstarten van apparaat", + "deviceRestartBehaviorTooltip": "Selecteer het gedrag voor het opnieuw opstarten van het apparaat na installatie van de app. Selecteer Bepaal gedrag op basis van retourcodes om het apparaat opnieuw op te starten op basis van de instellingen van de retourcodes. Selecteer 'Geen specifieke actie' om opnieuw opstarten van het apparaat te onderdrukken bij het installeren van apps op basis van MSI. Selecteer Na installatie van de app kan opnieuw opstarten van het apparaat worden afgedwongen als u wilt dat de app wordt geïnstalleerd zonder dat opnieuw opstarten wordt onderdrukt. Selecteer Via Intune wordt opnieuw opstarten van het apparaat afgedwongen om het apparaat altijd opnieuw op te starten na installatie van de app.", + "header": "Geef de opdrachten op voor het installeren en verwijderen van deze app:", + "installCommand": "Opdracht voor installeren", + "installCommandMaxLengthErrorMessage": "De installatieopdracht mag niet langer zijn dan de maximaal toegestane lengte van 1024 tekens.", + "installCommandTooltip": "De volledige opdrachtregel voor installatie die wordt gebruikt om deze app te installeren.", + "runAs32Bit": "Opdrachten voor installeren en verwijderen uitvoeren in een 32 bitsproces op 64 bitsclients", + "runAs32BitTooltip": "Selecteer Ja als u de app in een 32 bitsproces op 64 bitsclients wilt installeren en verwijderen. Selecteer Nee (standaard) als u de app in een 64 bitsproces op 64 bitsclients wilt installeren en verwijderen. 32 bitsclients gebruiken altijd een 32 bitsproces.", + "runAsAccount": "Installatiegedrag", + "runAsAccountTooltip": "Selecteer Systeem om deze app te installeren voor alle gebruikers, indien ondersteund. Selecteer Gebruiker om deze app te installeren voor de aangemelde gebruiker op het apparaat. Bij wijzigingen kunnen updates en verwijderingen voor apps met MSI met een dubbel doel pas worden voltooid als de waarde die tijdens de oorspronkelijke installatie op het apparaat is toegepast, is hersteld.", + "selectorLabel": "Programma", + "uninstallCommand": "Opdracht voor verwijderen", + "uninstallCommandTooltip": "De volledige opdrachtregel voor verwijdering die wordt gebruikt om deze app te verwijderen." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Nieuwe maken", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS-app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Line-Of-Business-app voor macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365-apps (macOS)", + "macOSPkgApp": "macOS-app (PKG)", + "macOSWebClip": "Webclip voor macOS", "macOsVppApp": "Volume Purchase Program-app voor macOS", "managedAndroidLobApp": "Beheerde Line-Of-Business-app voor Android", "managedAndroidStoreApp": "Beheerde Android Store-app", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Het PowerShell-scriptbestand opgeven. Het bestand moet kleiner zijn dan 200 kB.", "uploadLabel": "Locatie van script" }, - "bashScriptObjectName": "Bash-script", "createButtonText": "Toevoegen", "createPowershellScriptFlowSectionName": "PowerShell-script toevoegen", "customAttributeObjectName": "Aangepast kenmerk", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Deze instellingen werken voor apparaten waarop Android 9 of eerder wordt uitgevoerd. Ze werken ook op alle Samsung Knox-apparaten met een versie van Android OS.", "androidPasswordHeader": "Een wachtwoord vereisen om het apparaat te ontgrendelen. Als dit niet is geconfigureerd, is het gebruik van wachtwoorden optioneel en kan de gebruiker dit configureren.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-on-VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Basisintegriteit en gecertificeerde apparaten controleren", - "androidSafetyNetbasicIntegrity": "Basisintegriteit controleren", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Basisintegriteit en apparaatintegriteit controleren", + "androidPlayIntegrityVerdictBasicIntegrity": "Basisintegriteit controleren", "androidTRDeprecation": "Vertrouwde certificaten kunnen niet meer worden geïnstalleerd op apparaten waarop Android 11 of hoger wordt uitgevoerd, met uitzondering van Samsung Knox-apparaten. Als u SCEP-certificaatprofielen gebruikt, moet u een vertrouwd certificaatprofiel maken en implementeren en dit koppelen aan het SCEP-certificaatprofiel, maar u moet het vertrouwde basiscertificaat handmatig naar die apparaten leveren.", "androidTenAndAbovePasswordHeader": "Windows 10 en later", "androidTenAndAbovePasswordHeaderDescription": "Deze instellingen werken voor apparaten waarop Android 10 of hoger wordt uitgevoerd.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Waarschuwing voor andere schijfversleuteling", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Als u Vereisen selecteert, wordt de opslagkaart van het mobiele apparaat versleuteld.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Opslagkaart versleutelen (alleen mobiel)", - "bitLockerEnabledDescription": "Vereisen dat BitLocker wordt ingeschakeld op het apparaat", - "bitLockerEnabledName": "BitLocker vereisen", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Als u Vereisen selecteert, wordt BitLocker-apparaatversleuteling ingeschakeld. Afhankelijk van de hardware en Windows-versie van het apparaat krijgen eindgebruikers mogelijk de vraag om te bevestigen dat er geen versleuteling van derden wordt gebruikt op het apparaat. Als Windows-versleuteling wordt ingeschakeld terwijl versleuteling van derden actief is, wordt het apparaat instabiel.", "bitLockerEncryptDeviceName": "Apparaten versleutelen", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128 bits", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Ontgrendelen met Touch ID en Face ID blokkeren", "blockUSBConnectionDescription": "Hiermee wordt bepaald of de USB-verbinding op het apparaat is ingeschakeld. Deze instelling wordt niet beïnvloed door opladen via USB. Deze instelling wordt niet ondersteund op Windows-desktopplatformen.", "blockUSBConnectionName": "USB-verbinding", + "blockUnifiedPasswordForWorkProfileDescription": "Blokkeer het gebruik van één vergrendeling als u wilt dat gebruikers twee verschillende wachtwoorden gebruiken voor hun vergrendelingsscherm en werkprofiel. Het gebruik van één schermvergrendeling is handig voor de gebruiker, maar maakt het werkprofiel toegankelijk voor iedereen die het apparaat kan ontgrendelen. Is van toepassing op apparaten met Android 9.0 Pie en hoger.", + "blockUnifiedPasswordForWorkProfileName": "Eén vergrendeling voor werkprofiel en apparaat", "blockUnmanagedDocumentsInManagedAppsName": "Niet-zakelijke documenten weergeven in zakelijke apps blokkeren", "blockUntrustedTLSCertificatesDescription": "Niet-vertrouwde TLS-certificaten (Transport Layer Security) blokkeren.", "blockUntrustedTLSCertificatesName": "Niet-vertrouwde TLS-certificaten blokkeren", @@ -2825,6 +2871,8 @@ "cellularName": "Mobiel", "certificateCredentialConfigurationDisabledDescription": "Blokkeren dat gebruikers wijzigingen kunnen aanbrengen in de referenties die zijn gekoppeld aan certificaten die aan hen zijn toegewezen.", "certificateCredentialConfigurationDisabledName": "Gebruiker kan referenties (op werkprofielniveau) configureren", + "certificateInstallDescription": "Apps die u hier vermeldt, kunnen certificaten wijzigen die door Intune zijn gemaakt en certificaten beheren die buiten Intune worden geleverd.", + "certificateInstallTitle": "Andere apps toestaan certificaten te installeren en te beheren", "certificateNotFound": "Het certificaatbeleid is niet gevonden. Is het mogelijk verwijderd?", "certificateOption": "Certificaat", "certificateRevocationCheck": "Controle van certificaatintrekking", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Resource-URI voor de afdrukservice", "cloudProtectionDescription": "Telemetrie naar Microsoft Active Protection Service verzenden om verdachte activiteiten te detecteren.", "cloudProtectionName": "Cloudbeveiliging", - "codeIntegrityEnabledDescription": "Vereisen dat code-integriteit wordt ingeschakeld op het apparaat", - "codeIntegrityEnabledName": "Code-integriteit vereisen", + "codeIntegrityEnabledName": "Code-integriteit", "complianceAntiSpywareRequirementDescription": "Vereisen dat er voor bewaking een antispywareoplossing is ingeschakeld die is geregistreerd bij Beveiligingscentrum van Windows (bijvoorbeeld DigiCert, Windows Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Vereisen dat de AntiSpyware-handtekening actueel is", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Met deze instelling geeft u aan wat het aantal onlangs gebruikte wachtwoorden is dat niet opnieuw kan worden gebruikt. Aanbevolen waarde: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Aantal vorige wachtwoorden om hergebruik te voorkomen", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Selecteer de nieuwste buildversie van het besturingssysteem voor een apparaat.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Voer de nieuwste buildversie van het besturingssysteem in die een apparaat kan hebben. Bijvoorbeeld: 20E252
                    Als u een Apple Rapid Security Response-update wilt instellen als de maximale build van het besturingssysteem, voert u de aanvullende buildversie in. Bijvoorbeeld: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Maximale buildversie van het besturingssysteem", - "complianceOsBuildVersionRestrictionMinimumDescription": "Selecteer de oudste buildversie van het besturingssysteem die op een apparaat mag worden gebruikt.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Voer de oudste buildversie van het besturingssysteem in die een apparaat mag hebben. Bijvoorbeeld: 20E252
                    Als u een Apple Rapid Security Response-update wilt instellen als de minimale build van het besturingssysteem, voert u de aanvullende buildversie in. Bijvoorbeeld: 20E772520a.", "complianceOsBuildVersionRestrictionMinimumName": "Minimale buildversie van het besturingssysteem", "complianceOsVersionRestrictionHeader": "Besturingssysteemversie", "complianceOsVersionRestrictionMaximumAndroidDescription": "Geef de maximale besturingssysteemversie voor de nalevingsvereiste voor apparaten op. Geef bijvoorbeeld 7.1 op in dit veld voor Nougat", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Automatische updates van beveiligingspatches en verbeteringen voor het apparaat forceren.", "complianceUpdatesRequireAutomaticUpdatesName": "Automatische updates van Microsoft vereisen", "complianceWin10RequiredPasswordTypeDescription": "Met deze instelling wordt bepaald welk type wachtwoord/pincode vereist is.
                    \r\nStandaardwaarde apparaat (wachtwoord, numerieke pincode of alfanumerieke pincode is vereist)
                    \r\nAlfanumeriek (wachtwoord of alfanumerieke pincode is vereist)
                    \r\nNumeriek (wachtwoord of numerieke pincode is vereist)
                    \r\nAanbevelingen: vereist wachtwoordtype: alfanumerieke tekens, wachtwoordcomplexiteit: cijfers en kleine letters zijn vereist", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 of 11", + "complianceWindows11DeviceHealthAttestationHeader": "Alleen Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimale versie van Microsoft Defender (bijvoorbeeld 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Minimale versie van Microsoft Defender Antimalware", - "complianceWindowsDeviceHealthAttestationHeader": "Evaluatieregels voor Windows Health Attestation-service", + "complianceWindowsDeviceHealthAttestationHeader": "Evaluatieregels voor de Microsoft Attestation-service

                    Gebruik deze regels om te controleren of voor een apparaat beschermende maatregelen zijn ingeschakeld tijdens het opstarten. Meer informatie over deze regels", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Selecteer de nieuwste toegestane besturingssysteemversie voor een mobiel apparaat. De besturingssysteemversie is gedefinieerd als major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Selecteer de oudste toegestane besturingssysteemversie voor een mobiel apparaat. De besturingssysteemversie is gedefinieerd als major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "De besturingssysteemversie wordt gedefinieerd als primair.secundair.build.revisie. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Secundaire software-updates voor besturingssysteem en andere software", "delayMinorOSUpdateVisibilityOption": "Secundaire software-updates voor besturingssysteem", "delayOSUpdateVisibilityOption": "Besturingssysteemupdates", + "delegatedScopeLogsTitle": "Toegang tot gevoelige Android-logboeken", "deliveryOptimizationBandwidthHeader": "Bandbreedte", "deliveryOptimizationCachingHeader": "Opslaan in cache", "deliveryOptimizationDODescription": "Hiermee geeft u de downloadmethode op die met Delivery Optimization kan worden gebruikt om het verbruik van netwerkbandbreedte voor scenario's voor omvangrijke distributie van inhoud te beheren.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Zoeken naar verlener van afgeleide referenties...", "derivedCredentialsTenantLevelNotConfigured": "U hebt geen verlener van een afgeleide referentie opgegeven voor de tenant zodat dit beleid op apparaten kan worden toegepast. Klik hier om een verlener op te geven.", "descriptionName": "Beschrijving", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (alleen tenantkoppeling)", "desktopOption": "Desktop", "destinationPrefix": "Voorvoegsel van de bestemming/grootte (bijvoorbeeld 192.168.0.1/255)", "developerUnlock": "Ontgrendeling voor ontwikkelaars", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "En hoger", "eDPPolicyVersionAndBelowName": "En lager", "eDPPolicyVersionEqualsName": "Is gelijk aan", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Vereisen dat het ELAM-stuurprogramma wordt ingeschakeld", - "earlyLaunchAntiMalwareDriverEnabledName": "Het ELAM-stuurprogramma vereisen", + "earlyLaunchAntiMalwareDriverEnabledName": "Early Launch Antimalware", "easAccountSettingsHeader": "Exchange ActiveSync-accountinstellingen", "easAllData": "Alle gegevens", "easCalendarContactsOnly": "Alleen agenda en contactpersonen", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Willekeurig adres", "firewallRulesPortOrPortRangeInvalidCharacterError": "Lijst met poorten mag alleen cijfers, -, of , bevatten.", "firewallRulesPortOrPortRangeInvalidError": "Lijst met poorten bevat ongeldige poorten en/of poortbereiken.", + "firmwareProtectionEnabledName": "Firmwarebeveiliging", "firmwareUpdatesBehaviorName": "Firmware-updates", "firstActiveEthernet": "Eerste actieve Ethernet", "firstAvailableOption": "Eerst beschikbare", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP gecombineerd met internetpeering (3)", "httpWithPeeringNatOption": "HTTP gecombineerd met peers achter hetzelfde NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP gecombineerd met peers in een privégroep (2)", + "hvciEnabledName": "Bescherming van geheugenintegriteit", "hybridSleepBatteryDescription": "Door deze beleidsinstelling kunt u de hybride slaapstand uitschakelen wanneer het apparaat op accustroom werkt.
                    Als dit beleid is uitgeschakeld, kan de hybride slaapstand of ruststand niet voor het apparaat worden ingeschakeld.
                    Als dit beleid niet is geconfigureerd, wordt deze instelling door gebruikers beheerd.", "hybridSleepName": "Hybride slaapstand", "hybridSleepPluggedInDescription": "Door deze beleidsinstelling kunt u de hybride slaapstand uitschakelen wanneer het apparaat op netstroom werkt.
                    Als dit beleid is uitgeschakeld, kan de hybride slaapstand of ruststand niet voor het apparaat worden ingeschakeld.
                    Als dit beleid niet is geconfigureerd, wordt deze instelling door gebruikers beheerd.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Normaal-laag", "mediumOption": "Normaal", "meetingInformationDisplayedOnWelcomeScreenName": "Informatie over de vergadering die wordt weergegeven op het aanmeldingsscherm", + "memoryAccessProtectionEnabledName": "Beveiliging van geheugentoegang", "messagingBlockMMSDescription": "De functie voor mms verzenden/ontvangen uitschakelen op het apparaat.", "messagingBlockMMSName": "Mms (alleen mobiel)", "messagingBlockRCSDescription": "De functie voor rcs verzenden/ontvangen uitschakelen op het apparaat.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Moet kleiner zijn dan de maximale versie van het besturingssysteem", "mustBeValidAddress": "Moet een geldig adres zijn. Bijvoorbeeld: 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "Pakketnaam mag alleen letters, cijfers, onderstrepingstekens en punten bevatten. Moet beginnen met een letter.", - "mustBeValidBuildVersionFormat": "Dit moet een geldige indeling voor een buildversie zijn. Bijvoorbeeld: 18A391 of 16G1114", + "mustBeValidBuildVersionFormat": "Moet een geldige buildversie-indeling hebben. Voorbeeld: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Moet een geldig DNS-achtervoegsel zijn, bijvoorbeeld: itgproxy.com", "mustBeValidDateFormat": "Moet een geldige datumnotatie zijn (DD-MM-JJJJ). Bijvoorbeeld: 01-10-2016, 31-10-2016 enzovoort.", "mustBeValidDomain": "Moet een geldig domein zijn. Voorbeeld: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Netwerkextensies", "networkInterface": "Netwerkinterface", "networkInterfaceDescription": "Te configureren netwerkinterface", + "networkLogsTitle": "Deze app toegang verlenen tot activiteitenlogboeken voor Android-netwerken", "networkProxyAutomaticConfigurationUrlDescription": "URL naar het PAC-script dat u wilt gebruiken.", "networkProxyAutomaticConfigurationUrlName": "URL voor het installatiescriptadres", "networkProxyDisableAutoDetectDescription": "Instellingen automatisch detecteren. Als deze optie is ingeschakeld, probeert het systeem het pad naar een PAC-script te vinden.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Verbergen", "pinnedFolderOptionShow": "Weergeven", "pipeInvalidError": "De waarde mag geen | bevatten.", + "playIntegrityVerdictOptionsDescription": "Het niveau van het Play Integrity Verdict instellen", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "Netstroom", "policyDomainNameService": "DNS", "policyEmailAddress": "E-mailadres", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Standaardbeleid. De gebruiker moet bestaan en een geldige Intune-licentie hebben.", "requireUserExistanceName": "Geregistreerde gebruiker bestaat", "required": "Vereist", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Niet geconfigureerd (standaard ingesteld op basisevaluatie)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Selecteer het evaluatietype dat u wilt gebruiken voor het berekenen van de Attestation-reactie van het SafetyNet-apparaat.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Sleutel op basis van hardware", - "requiredAndroidSafetyNetEvaluationTypeName": "Vereist SafetyNet-evaluatietype", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Niet geconfigureerd", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Selecteer het evaluatietype dat u wilt gebruiken om het Play Integrity Verdict-apparaatbevestigingsantwoord te berekenen.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Sterke integriteit controleren", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Sterke integriteit controleren met behulp van beveiligingsfuncties die door hardware worden ondersteund", "requiredExtensionsColumnHeader": "Familienamen van het pakket", "requiredExtensionsExamples": "bijvoorbeeld Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Wachtwoord vereist, geen beperkingen", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "bijvoorbeeld contoso.com", "safeSearchFilterDescription": "Opgeven hoe inhoud voor volwassen uit de zoekresultaten wordt gefilterd door Cortana.", "safeSearchFilterName": "Veilig zoeken (alleen mobiel)", - "safetyNetAttestationOptionsDescription": "Het niveau van SafetyNet-attestation instellen", - "safetyNetAttestationOptionsName": "SafetyNet-apparaatattestation", "sampleSharingEnableOrNotConfiguredDescription": "Hiermee wordt de configuratieparameter van de voorbeelddeling van Microsoft Defender for Endpoint geretourneerd of ingesteld.", "sampleSharingEnableOrNotConfiguredName": "Voorbeelddeling voor alle bestanden", "saturday": "zaterdag", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Secundaire verificatiemethode", "secondaryAuthenticationMethodTEAPDescription": "Kies de secundaire manier waarop gebruikers moeten worden geverifieerd. Als u Certificaten selecteert, selecteert u een van de certificaatprofielen (SCEP of Public Key Cryptography Standards) die ook op het apparaat zijn geïmplementeerd. Dit is het identiteitscertificaat dat door het apparaat aan de server wordt aangeboden.", "secretKey": "Geheime sleutel:", - "secureBootEnabledDescription": "Vereisen dat beveiligd opstarten wordt ingeschakeld op het apparaat", - "secureBootEnabledName": "Vereisen dat beveiligd opstarten wordt ingeschakeld op het apparaat", + "secureBootEnabledName": "Beveiligd opstarten", "secured": "Beveiligd", "securityAssociationIdleTimeDescription": "Beveiligingskoppelingen worden verwijderd nadat er gedurende deze periode geen netwerkverkeer is geweest.", "securityAssociationIdleTimeHint": "Niet-actieve tijd in seconden (300 - 3600) invoeren", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Modus Algemene criteria​", "securityDeveloperSettingsEnabledDescription": "Sta toegang tot instellingen voor ontwikkelaars toe.", "securityDeveloperSettingsEnabledName": "Instellingen voor ontwikkelaars", + "securityLogsTitle": "Deze app toegang verlenen tot Android-beveiligingslogboeken", "securityOption": "Diagnostische gegevens uitgeschakeld", "securityRequireVerifyAppsDescription": "Google Play Protect inschakelen om apps voor en na installatie te scannen. Als een dreiging wordt gedetecteerd, ontvangt de gebruiker mogelijk een waarschuwing om de app van het apparaat te verwijderen. Deze instelling is standaard vereist.", "securityRequireVerifyAppsName": "Bedreigingsscan op apps", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Beheerde apps selecteren", "selectMicrosoftEdgeApp": "Microsoft Edge Legacy-browser toevoegen", "selectMicrosoftTunnelSite": "Een site selecteren", + "selectNetworkApp": "Een app selecteren voor toegang tot activiteitenlogboeken voor Android-netwerken", "selectNetworkInterface": "Netwerkinterface selecteren", "selectNonEapMethod": "Een niet-EAP-methode selecteren", "selectOneOption": "Kies een optie", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Basiscertificaat voor servervalidatie", "selectRootCertificatesForServerValidationName": "Basiscertificaten voor servervalidatie", "selectSecurity": "Beveiligingstype selecteren", + "selectSecurityApp": "Een app selecteren voor toegang tot Android-beveiligingslogboeken", "selectService": "Met welk beheertype kunnen we u helpen?", "selectStoreApp": "Store-app toevoegen", "selectStoreAppEmpty": "Een Store-app toevoegen", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "App-type", "trafficRuleClaimsName": "Claim", - "trafficRuleDirectionDescription": "Geef op of de regel van toepassing is op inkomend verkeer of uitgaand verkeer.
                    \r\n
                    \r\n Inkomend = De regel is van toepassing op al het binnenkomende verkeer.\r\n
                    \r\n
                    \r\n Uitgaand = De regel is van toepassing op al het uitgaande verkeer.\r\n ", + "trafficRuleDirectionDescription": "Inkomend staat verkeer van externe sites via VPN toe. Uitgaand staat verkeer naar externe sites toe via VPN. Maak twee regels om beide toe te staan.", "trafficRuleDirectionName": "Richting", "trafficRuleRoutingPolicyTypeDescription": "Kies tussen tunnel splitsen en tunnel forceren.
                    \r\n
                    \r\n Bij splitsen gaat alleen het verkeer dat bestemd is voor de VPN-interface (zoals bepaald door de netwerkstack) via de interface. Internetverkeer kan nog steeds plaatsvinden via andere interfaces.\r\n
                    \r\n
                    \r\n Bij forceren gaat alle IP-verkeer alleen via de VPN-interface (voor deze regel voor netwerkverkeer).\r\n
                    \r\n
                    \r\n Dit geldt alleen wanneer deze regel aan een app is gekoppeld.\r\n ", "trafficRuleRoutingPolicyTypeName": "Regeltype", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Gebruiker", "vPNPolicyProfileTargetDescription": "Hiermee wordt het profiel omgezet in een Always-on-VPN-verbinding die verbinding maakt zonder gebruikersinteractie en die voor verificatie computercertificaten gebruikt. Ondersteunt alleen een IKEv2-verbindingstype. Het VPN-profiel wordt van het apparaat verwijderd nadat de AutoPilot Out-of-box-ervaring is voltooid.", "vPNPolicyProfileTargetName": "Dit VPN-profiel gebruiken voor Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Lijst met hosts die moeten worden uitgesloten met behulp van de proxy voor verbindingen. Deze hosts kunnen jokertekens gebruiken, zoals *.voorbeeld.com.", + "vPNPolicyProxyExclListDescription2": "Een lijst met hostnamen waarvoor de proxy wordt omgeleid. De hostnamen kunnen jokertekens bevatten, zoals *.voorbeeld.com.", + "vPNPolicyProxyExclListExcludedHosts": "Uitgesloten hosts", + "vPNPolicyProxyExclListExclusions": "uitsluitingen", + "vPNPolicyProxyExclListFileImport": "Bestand voor het importeren van de hostlijst", + "vPNPolicyProxyExclListHostName": "Hostnaam", + "vPNPolicyProxyExclListImport": "Proxy-uitsluitingen importeren", + "vPNPolicyProxyExclListInvalid": "Ongeldige invoer", + "vPNPolicyProxyExclListList": "Uitsluitingslijst", + "vPNPolicyProxyExclListManage": "Proxy-uitsluitingen beheren", + "vPNPolicyProxyExclListName": "Uitsluitingslijst voor proxy's", "vPNPolicyRememberCredentialsName": "Referenties onthouden bij elke aanmelding", "vPNPolicyRoutesForThisConnectionDescription": "Optioneel.", "vPNPolicyRoutesForThisConnectionName": "Split tunneling-routes voor deze VPN-verbinding", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtuele startknop", "virtualHomeButtonNotConfigured": "Niet geconfigureerd", "virtualHomeButtonSwipeUp": "Omhoog swipen", + "virtualizationBasedSecurityEnabledName": "Beveiliging op basis van virtualisatie", "virtualizationOfCpuAndIOName": "CPU en IO-virtualisatie", "visibleAppsListOptionsDescription": "Instellen of dit een lijst is met apps die moeten worden verborgen, of een lijst met apps die moeten worden weergegeven.", "visibleAppsListOptionsName": "Lijst met typen apps", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Webkoppelingen toestaan in elke app", "rootCertificate": "Basiscertificaat", "safetyNetDeviceAttestation": "SafetyNet-apparaatattestation", + "samsungKnoxAttestationRequired": "Samsung Knox-apparaatbevestiging", "saveAppsNotificationText": "Geselecteerde apps opslaan", "saveChangesCommandText": "Opslaan", "savePolicySettingsNotificationText": "Beleidsinstellingen opslaan", @@ -7885,10 +7953,12 @@ "state": "Status", "status": "Status", "store": "Opslaan", + "subjectOnlyOptionText": "Alleen onderwerp", "success": "Geslaagd", "successfully": "Voltooid", "summary": "Samenvatting", "summaryLensTitle": "Samenvatting", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Externe verzoeken", "summarySettingsPartWipeRequestsSelectorText": "Aanvragen voor wissen", "supportId": "Ondersteunings-id: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Waarde", "valueMustNotContainCharsError": "De waarde mag de volgende tekens niet bevatten: {0}", "versionValidationExample": "

                    Indeling: [Major].[Minor] of [Major].[Minor].[Build].[Revision]

                    Voorbeeld: 1.5 of 1.5.50.101

                    ", - "versionValidationWith2To4Segments": "

                    Indeling: [Major].[Minor] of [Major].[Minor].[Build] of [Major].[Minor].[Build].[Revision]

                    Voorbeeld: 1.5 of 1.5.50 of 1.5.50.101

                    ", + "versionValidationWith2To5Segments": "

                    Opmaak: [Major].[Minor] of [Major].[Minor].[Build] of [Major].[Minor].[Build].[Revision]. Voor iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] wordt ook ondersteund.

                    Opmerking: Apps worden niet gewist voor schendingen van RapidSecurityResponse, alleen blokkeren of waarschuwen wordt ondersteund.

                    Voorbeeld: 1.5 of 1.5.50 of 1.5.50.101 of (voor iOS) 1.5.50.101.a

                    ", "versionValidationWithDateFormat": "Moet een geldige datumnotatie zijn (DD-MM-JJJJ).", "warn": "Waarschuwen", "warning": "Waarschuwing", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Bekabeld netwerk", "workProfile": "Werkprofiel in persoonlijk eigendom" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Het bestand of de map als de geselecteerde vereiste.", - "pathToolTip": "Het volledige pad van het bestand of de map die u wilt detecteren.", - "property": "Eigenschap", - "valueToolTip": "Selecteer een waarde voor de vereiste die overeenkomt met de geselecteerde detectiemethode. Een vereiste voor datum en tijd moet u in de lokale tijdnotatie invoeren." - }, - "GridColumns": { - "pathOrScript": "Pad/script", - "type": "Type" - }, - "Registry": { - "keyPath": "Sleutelpad", - "keyPathTooltip": "Het volledige pad van de registervermelding die de waarde als vereiste bevat.", - "operator": "Operator", - "operatorTooltip": "Selecteer de operator voor de vergelijking.", - "registryRequirement": "Vereiste voor registersleutel", - "registryRequirementTooltip": "Selecteer de vergelijking van de vereiste voor de registersleutel.", - "valueName": "Waardenaam", - "valueNameTooltip": "De naam van de vereiste registerwaarde." - }, - "RequirementTypeOptions": { - "fileType": "Bestand", - "registry": "Register", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Booleaans", - "dateTime": "Datum en tijd", - "float": "Drijvende komma", - "integer": "Geheel getal", - "string": "Tekenreeks", - "version": "Versie" - }, - "duplicateName": "De scriptnaam {0} is al gebruikt. Voer een andere naam in.", - "enforceSignatureCheck": "Controle van scripthandtekening afdwingen", - "enforceSignatureCheckTooltip": "Selecteer Ja om op te geven dat het script is ondertekend door een vertrouwde uitgever. Hierdoor kan het script zonder waarschuwingen of prompts worden uitgevoerd. Het script wordt niet geblokkeerd en wordt uitgevoerd. Selecteer Nee (standaardwaarde) om het script met bevestiging door de eindgebruiker maar zonder handtekeningverificatie uit te voeren.", - "loggedOnCredentials": "Dit script uitvoeren met referenties van aangemelde gebruiker", - "loggedOnCredentialsTooltip": "Het script uitvoeren met de referenties van het aangemelde apparaat.", - "operatorTooltip": "Selecteer de operator voor de vergelijking van vereisten.", - "requirementMethod": "Uitvoergegevenstype selecteren", - "requirementMethodTooltip": "Selecteer het gegevenstype dat wordt gebruikt bij het bepalen van een vereiste voor detectieovereenkomsten.", - "scriptContent": "Scriptinhoud", - "scriptFile": "Scriptbestand", - "scriptFileTooltip": "Selecteer een PowerShell-script waarmee de aanwezigheid van een app op de client wordt gedetecteerd. Als de app wordt gedetecteerd, wordt met het proces van de vereist een afsluitcode met de waarde 0 geretourneerd en een tekenreekswaarde naar STDOUT geschreven.", - "scriptName": "Scriptnaam", - "value": "Waarde", - "valueTooltip": "Selecteer een waarde voor de vereiste die overeenkomt met de geselecteerde detectiemethode. Een vereiste voor datum en tijd moet u in de lokale tijdnotatie invoeren." - }, - "bladeTitle": "Een vereisteregel toevoegen", - "createRequirementHeader": "Maak een vereiste.", - "header": "Aanvullende vereisteregels configureren", - "label": "Aanvullende vereistenregels", - "noRequirementsSelectedPlaceholder": "Er zijn geen vereisten opgegeven.", - "requirementType": "Vereistetype", - "requirementTypeTooltip": "Kies het type detectiemethode dat wordt gebruikt om te bepalen hoe een vereiste wordt gevalideerd." - }, - "architectures": "Architectuur van besturingssysteem", - "architecturesTooltip": "Kies de architecturen die nodig zijn voor het installeren van de app.", - "bladeTitle": "Vereisten", - "diskSpace": "Vereiste schijfruimte (MB)", - "diskSpaceTooltip": "Vrije schijfruimte die nodig is op het systeemstation voor het installeren van de app.", - "header": "Geef de vereisten op waaraan apparaten moeten voldoen voordat de app wordt geïnstalleerd:", - "maximumTextFieldValue": "De waarde mag maximaal {0} zijn.", - "minimumCpuSpeed": "Minimale vereiste processorsnelheid (MHz)", - "minimumCpuSpeedTooltip": "De minimale processorsnelheid die is vereist om de app te installeren.", - "minimumLogicalProcessors": "Minimale aantal vereiste logische processors", - "minimumLogicalProcessorsTooltip": "Het minimale aantal logische processors dat is vereist om de app te installeren.", - "minimumOperatingSystem": "Minimumversie van het besturingssysteem", - "minimumOperatingSystemTooltip": "Selecteer de minimumversie van het besturingssysteem die nodig is voor het installeren van de app.", - "minumumTextFieldValue": "De waarde moet ten minste {0} zijn.", - "physicalMemory": "Vereiste fysieke geheugen (MB)", - "physicalMemoryTooltip": "Fysieke geheugen (RAM) dat is vereist om de app te installeren.", - "selectorLabel": "Vereisten", - "validNumber": "Voer een geldig getal in" + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Update geleidelijk aan beschikbaar maken", + "immediateStart": "Update zo snel mogelijk beschikbaar maken", + "startDateOnly": "Update op een specifieke datum beschikbaar maken" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Beheerde apparaten", + "devicesWithoutEnrollment": "Beheerde apps" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filtermodus", + "assignmentToast": "Meldingen van eindgebruiker", + "assignmentTypeTableHeader": "TOEWIJZINGSTYPE", + "deadlineTimeColumnLabel": "Installatiedeadline", + "deliveryOptimizationPriorityHeader": "Delivery Optimization-prioriteit", + "groupTableHeader": "Groep", + "installContextLabel": "Context installeren", + "isRemovable": "Installeren als verwisselbaar", + "licenseTypeLabel": "Licentietype", + "modeTableHeader": "Groepsmodus", + "policySet": "Beleidsset", + "preventAutoAppUpdate": "Automatische app-updates voorkomen", + "preventManagedAppBackup": "Back-up van iCloud-app voorkomen", + "restartGracePeriodHeader": "Respijtperiode voor opnieuw opstarten", + "startTimeColumnLabel": "Beschikbaarheid", + "tracks": "Tracks", + "uninstallOnRemoval": "Verwijderen bij verwijdering van apparaat", + "updateMode": "Updateprioriteit", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD-web-app", + "androidEnterpriseSystemApp": "Android Enterprise-systeem-app", + "androidForWorkApp": "Beheerde Google Play Store-app", + "androidLobApp": "Line-Of-Business-app voor Android", + "androidStoreApp": "Android Store-app", + "builtInAndroid": "Ingebouwde Android-app", + "builtInApp": "Ingebouwde app", + "builtInIos": "Ingebouwde iOS-app", + "iosIPadOSWebClip": "iOS/iPadOS-webclip", + "iosLobApp": "Line-Of-Business-app voor iOS", + "iosStoreApp": "iOS Store-app", + "iosVppApp": "Volume Purchase Program-app voor iOS", + "lineOfBusinessApp": "Line-Of-Business-app", + "macOSDmgApp": "macOS-app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Line-Of-Business-app voor macOS", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office-suite", + "macOSPkgApp": "macOS-app (PKG)", + "macOSWebClip": "Webclip voor macOS", + "macOsVppApp": "Volume Purchase Program-app voor macOS", + "managedAndroidLobApp": "Beheerde Line-Of-Business-app voor Android", + "managedAndroidStoreApp": "Beheerde Android Store-app", + "managedGooglePlayApp": "Beheerde Google Play Store-app", + "managedGooglePlayPrivateApp": "Persoonlijke beheerde Google Play-app", + "managedGooglePlayWebApp": "Webkoppeling voor beheerde Google Play", + "managedIosLobApp": "Beheerde Line-Of-Business-app voor iOS", + "managedIosStoreApp": "Beheerde iOS Store-app", + "microsoftStoreForBusinessApp": "Microsoft Store voor Bedrijven-app", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store voor Bedrijven", + "officeAddIn": "Office-invoegtoepassing", + "officeSuiteApp": "Microsoft 365-apps (Windows 10 en hoger)", + "sharePointApp": "SharePoint-app", + "teamsApp": "Teams-app", + "webApp": "Webkoppeling", + "win32CatalogApp": "Windows-catalogus-app (Win32)", + "winGetPublicApp": "Opslagplaats van de community van Windows-pakketbeheerder", + "winGetStoreApp": "Microsoft Store-app (nieuw)", + "windowsAppXLobApp": "AppX Line-Of-Business-app voor Windows", + "windowsClassicApp": "Windows-app (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 en hoger)", + "windowsMobileMsiLobApp": "MSI Line-Of-Business-app voor Windows", + "windowsPhone81AppXBundleLobApp": "AppX Line-Of-Business-app voor Windows Phone 8.1", + "windowsPhone81AppXLobApp": "AppX Line-Of-Business-app voor Windows Phone 8.1", + "windowsPhone81StoreApp": "Windows Phone 8.1 Store-app", + "windowsPhoneXapLobApp": "XAP Line-Of-Business-app voor Windows Phone", + "windowsStoreApp": "Microsoft Store-app (verouderd)", + "windowsUniversalAppXLobApp": "Universele AppX Line-Of-Business-app voor Windows", + "windowsUniversalLobApp": "Universele Line-Of-Business-app voor Windows", + "windowsWebApp": "Windows-webkoppeling" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Uitgesloten", + "include": "Inbegrepen", + "includeAllDevicesVirtualGroup": "Inbegrepen", + "includeAllUsersVirtualGroup": "Inbegrepen" + }, + "AssignmentToast": { + "hideAll": "Alle pop-upmeldingen verbergen", + "showAll": "Alle pop-upmeldingen weergeven", + "showReboot": "Pop-upmeldingen voor de computer opnieuw opstarten weergeven" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Achtergrond", + "displayText": "Inhoud downloaden in {0}", + "foreground": "Voorgrond", + "header": "Delivery Optimization-prioriteit" + }, + "DeviceRestartBehaviorOptions": { + "allow": "Na installatie van de app kan opnieuw opstarten van het apparaat worden afgedwongen", + "basedOnReturnCode": "Bepaal bedrag op basis van retourcodes", + "force": "Via Intune wordt opnieuw opstarten van het apparaat afgedwongen", + "suppress": "Geen specifieke actie" + }, + "FilterType": { + "exclude": "Uitsluiten", + "include": "Opnemen", + "none": "Geen" + }, + "InstallIntent": { + "available": "Beschikbaar voor ingeschreven apparaten", + "availableWithoutEnrollment": "Beschikbaar met of zonder inschrijving", + "notApplicable": "Niet van toepassing", + "required": "Vereist", + "uninstall": "Verwijderen" + }, + "SettingType": { + "assignmentType": "Toewijzingstype", + "deviceLicensing": "Licentietype", + "installContext": "Verwijderen bij verwijdering van apparaat", + "toastSettings": "Meldingen van eindgebruiker", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Standaard", + "postponed": "Uitgesteld", + "priority": "Hoge prioriteit" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configureer apparaten voor de eerste inrichting en wijs ze toe aan gebruikers.", + "title": "Apparaatvoorbereiding" + }, + "EnrollmentSettings": { + "description": "Inschrijvingsinstellingen configureren, zoals het blokkeren van de inschrijving en toewijzen aan gebruikers.", + "title": "Inschrijvingsinstellingen" + }, + "OSConfiguration": { + "menuDescription": "Configureer instellingen waarmee gebruikers Windows kunnen herstellen van een opstartbaar flashstation.", + "menuTitle": "Configuratie van het besturingssysteem" + }, + "coManagementAuthorityDesc": "Co-beheerinstellingen configureren voor Configuration Manager-integratie", + "coManagementAuthorityTitle": "Instellingen voor co-beheer ", + "deploymentProfiles": "Windows AutoPilot-implementatieprofielen", + "description": "Meer informatie over de zeven verschillende manieren waarop een Windows 10/11-pc kan worden ingeschreven bij Intune door gebruikers of beheerders.", + "descriptionLabel": "Windows-inschrijvingsmethoden", + "enrollmentStatusPage": "Pagina Status van de inschrijving" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Voorwaarden waarvoor apparaatregistratie is vereist, zijn niet beschikbaar voor de gebruikersactie Apparaten registreren of toevoegen.", - "message": "Alleen 'Meervoudige verificatie vereisen' kan worden gebruikt in beleid dat is gemaakt voor de gebruikersactie 'Apparaten registreren of toevoegen'.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Alle aanbevolen stuurprogramma-updates automatisch goedkeuren", + "manual": "Stuurprogramma-updates handmatig goedkeuren en implementeren" + }, + "Details": { + "ApprovalMethod": { + "label": "Goedkeuringsmethode:" + }, + "DeploymentDeferralInDays": { + "label": "Updates beschikbaar stellen na", + "units": "(dagen)", + "value": "{0} dagen" + }, + "bladeTitle": "Stuurprogramma-updates Windows 10 en hoger (preview)", + "lastSync": "Laatste synchronisatie:", + "lastSyncDefaultText": "Initiële inventarisverzameling in behandeling", + "loadError": "Kan niet laden." + }, + "DriverStatus": { + "approved": "Goedgekeurd", + "declined": "Afgewezen", + "export": "Aanbevolen stuurprogramma's exporteren", + "needsReview": "Beoordeling vereist", + "paused": "Onderbroken" }, + "DriversToReview": { + "text": "{0} ter beoordeling" + }, + "Subtitle": { + "automatic": "Beleid voor automatische goedkeuring van stuurprogramma-updates", + "manual": "Beleid voor handmatige goedkeuring van stuurprogramma-updates" + }, + "SyncNotification": { + "failure": "Kan {0} niet synchroniseren", + "failureDescription": "Er is een fout opgetreden en de aangevraagde synchronisatie kan niet worden voltooid. Probeer het opnieuw.", + "pending": "{0} synchronisatie wordt uitgevoerd", + "pendingDescription": "De meest recente gegevens worden opgehaald. Dit proces kan enkele minuten duren.", + "success": "{0} synchronisatie voltooid", + "successDescription": "De synchronisatie met de WUfB-service is voltooid op {0}" + }, + "SyncSpinner": { + "text": "Er wordt een synchronisatie uitgevoerd. Dit kan enkele minuten duren. Zoek naar een waarschuwing of kom over een paar minuten terug." + }, + "TabName": { + "basics": "Basisinformatie", + "driverUpdateSettings": "Instellingen", + "otherDrivers": "Overige stuurprogramma's", + "properties": "Eigenschappen", + "recommendedDrivers": "Aanbevolen stuurprogramma's" + }, + "driverAddFilter": "Filter toevoegen", + "driverApplicableDevices": "Toepasselijke apparaten", + "driverApprovalStatus": "Status", + "driverBulkActions": "Bulkacties", + "driverClass": "Stuurprogrammaklasse", + "driverCount": "{0} t/m {1} van {2} records weergeven", + "driverFilterNoneSelected": "Niets geselecteerd", + "driverManufacturer": "Fabrikant", + "driverName": "Stuurprogrammanaam", + "driverNameLower": "windows stuurprogramma-update implementatie", + "driverNameUpper": "Windows stuurprogramma-update implementatie", + "driverRefresh": "Vernieuwen", + "driverReleaseDate": "Releasedatum", + "driverSearch": "Zoeken", + "driverSearchKeyword": "Trefwoord voor zoeken invoeren", + "driverVersion": "Versie", + "firstDeploymentDate": "Eerste implementatie", + "infoBoxText": "Nadat er een beleid is toegewezen en gemaakt, kan het 24 uur duren voordat de inventaris is ingevuld.", + "textBlockText": "Selecteer uw beleidsinstellingen voor goedkeuring en implementatie. Stel een beleid in om updates automatisch of handmatig goed te keuren en te implementeren. De goedkeuringsmethode kan niet meer worden gewijzigd zodra een beleid is gemaakt, maar wijzigingen in afzonderlijke stuurprogramma-goedkeuringen en implementatiedetails zijn mogelijk zodra er een inventaris is gemaakt voor toegewezen apparaten." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Gebruik deze instellingen om op de hoogte blijven over welke gebruikers apps installeren die niet zijn goedgekeurd voor gebruik in uw bedrijf. Selecteer het type lijst voor beperkte apps:

                    \r\n Verboden apps - een lijst met apps waarover u een melding wilt ontvangen als gebruikers ze installeren.
                    \r\n Goedgekeurde apps - een lijst met apps die zijn goedgekeurd voor gebruik in uw bedrijf. Wanneer gebruikers een app installeren die niet in deze lijst voorkomt, ontvangt u een melding.
                    \r\n ", + "androidZebraMxZebraMx": "Zebra-apparaten configureren door een MX-profiel in XML-indeling te uploaden.", + "iosDeviceFeaturesAirprint": "Gebruik deze instellingen om iOS-apparaten zodanig te configureren dat ze automatisch verbinding maken met printers in uw netwerk die compatibel zijn met AirPrint. U hebt het IP-adres en het resourcepad van uw printers nodig.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Een app-extensie configureren waarmee eenmalige aanmelding (SSO) wordt ingeschakeld voor apparaten met iOS 13.0 of hoger.", + "iosDeviceFeaturesHomeScreenLayout": "De indeling configureren voor het dock- en startscherm op iOS-apparaten. Bepaalde apparaten kennen limieten voor het aantal items dat kan worden weergegeven.", + "iosDeviceFeaturesIOSWallpaper": "Een afbeelding weergeven die wordt weergegeven op het startscherm en/of het vergrendelingsscherm van iOS-apparaten.\r\n Als u op elke locatie een unieke afbeelding wilt weergeven, maakt u een profiel met een afbeelding voor het vergrendelingsscherm en een profiel met een afbeelding voor het startscherm.\r\n Wijs vervolgens beide profielen aan uw gebruikers toe.\r\n
                    \r\n
                      \r\n
                    • Maximale bestandsgrootte: 750 kB
                    • \r\n
                    • Bestandstype: PNG, JPG of JPEG
                    • \r\n
                    \r\n ", + "iosDeviceFeaturesNotifications": "Meldingsinstellingen voor apps opgeven. Ondersteunt iOS 9.3 en hoger.", + "iosDeviceFeaturesSharedDevice": "Optionele tekst opgeven die wordt weergegeven op het vergrendelingsscherm. De functie wordt ondersteund voor iOS 9.3 en hoger. Meer informatie", + "iosGeneralApplicationRestrictions": "Gebruik deze instellingen om op de hoogte blijven over welke gebruikers apps installeren die niet zijn goedgekeurd voor gebruik in uw bedrijf. Selecteer het type lijst voor beperkte apps:

                    \r\n Verboden apps - een lijst met apps waarover u een melding wilt ontvangen als gebruikers ze installeren.
                    \r\n Goedgekeurde apps - een lijst met apps die zijn goedgekeurd voor gebruik in uw bedrijf. Wanneer gebruikers een app installeren die niet in deze lijst voorkomt, ontvangt u een melding.
                    \r\n ", + "iosGeneralApplicationVisibility": "In de lijst Apps weergeven kunt u de iOS-apps opgeven die gebruikers kunnen zien of starten. In de lijst met verborgen apps kunt u de iOS-apps opgeven die gebruikers niet kunnen zien of starten.", + "iosGeneralAutonomousSingleAppMode": "Apps die u aan deze lijst toevoegt en toewijst aan een apparaat, kunnen het apparaat vergrendelen zodra de app is gestart, zodat alleen de desbetreffende app kan worden uitgevoerd. Of het apparaat kan worden vergrendeld terwijl er een bepaalde acties wordt uitgevoerd (bijvoorbeeld wanneer u een test maakt). Zodra de actie is voltooid of u de beperking verwijdert, keert het apparaat terug naar de normale status.", + "iosGeneralKiosk": "Met de kioskmodus worden verschillende instellingen in een apparaat vergrendeld of wordt er één app gespecificeerd die op het apparaat mag worden uitgevoerd. Dit kan handig zijn wanneer er bijvoorbeeld in een winkel slechts één demo-app op het apparaat mag worden uitgevoerd.", + "macDeviceFeaturesAirprint": "Gebruik deze instellingen om macOS-apparaten zodanig te configureren dat ze automatisch verbinding maken met printers in uw netwerk die compatibel zijn met AirPrint. U hebt het IP-adres en het resourcepad van uw printers nodig.", + "macDeviceFeaturesAssociatedDomains": "De gekoppelde domeinen configureren voor het delen van gegevens en aanmeldingsreferenties tussen de apps en websites van uw organisatie. Dit profiel kan worden toegepast op apparaten met macOS 10.15 of hoger.", + "macDeviceFeaturesExtensibleSingleSignOn": "Een app-extensie configureren waarmee eenmalige aanmelding (SSO) wordt ingeschakeld voor apparaten met macOS 10.15 of hoger.", + "macDeviceFeaturesLoginItems": "Kies welke apps, bestanden en mappen worden geopend wanneer gebruikers zich aanmelden bij hun apparaten. Als u niet wilt dat gebruikers de weergave van de geselecteerde apps kunnen wijzigen, kunt u de app verbergen in de gebruikersconfiguratie.", + "macDeviceFeaturesLoginWindow": "Configureer het uiterlijk van het macOS-aanmeldingsscherm en de functies die beschikbaar zijn voor gebruikers voordat en nadat ze zich hebben aangemeld.", + "macExtensionsKernelExtensions": "Met deze instellingen kunt u het beleid voor kernelextensies configureren op apparaten met macOS 10.13.2 of hoger.", + "macGeneralDomains": "E-mailberichten die de gebruiker verzendt of ontvangt die niet overeenkomen met de domeinen die u hier opgeeft, worden gemarkeerd als niet-vertrouwd.", + "windows10EndpointProtectionApplicationGuard": "Tijdens het gebruik van Microsoft Edge beveiligt Microsoft Defender Application Guard uw omgeving tegen sites die door uw organisatie niet als vertrouwd zijn gedefinieerd. Als gebruikers sites bezoeken die niet worden vermeld in uw geïsoleerde netwerkgrens, worden deze sites geopend in een virtuele browsersessie in Hyper-V. Vertrouwde sites worden gedefinieerd door een netwerkgrens, die in Apparaatconfiguratie kan worden geconfigureerd. Deze functie is alleen beschikbaar voor apparaten met 64-bits Windows 10 of hoger.", + "windows10EndpointProtectionCredentialGuard": "Als u Credential Guard inschakelt, worden de volgende vereiste instellingen ingeschakeld:\r\n
                    \r\n
                      \r\n
                    • Beveiliging op basis van virtualisatie inschakelen: hiermee wordt beveiliging op basis van virtualisatie ingeschakeld bij de volgende keer opnieuw opstarten. Voor beveiliging op basis van virtualisatie wordt Windows Hypervisor gebruikt ter ondersteuning van beveiligingsservices.
                    • \r\n
                      \r\n
                    • Beveiligd opstarten met directe geheugentoegang: hiermee wordt beveiliging op basis van virtualisatie ingeschakeld met beveiligd opstarten en directe geheugentoegang (DMA).
                    • \r\n
                    \r\n ", + "windows10EndpointProtectionDeviceGuard": "Kies aanvullende apps die moeten worden gecontroleerd of kunnen worden vertrouwd door Microsoft Defender-toepassingsbeheer. Windows-onderdelen en alle apps uit Windows Store worden automatisch vertrouwd.

                    \r\n Toepassingen worden niet geblokkeerd wanneer ze in de modus Alleen controle worden uitgevoerd. De modus Alleen controle legt alle gebeurtenissen vast in de logboeken van de lokale client.\r\n ", + "windows10GeneralPrivacyPerApp": "Voeg apps toe waarvoor een ander privacygedrag moet gelden dan wat u in 'Standaardprivacy' hebt gedefinieerd.", + "windows10NetworkBoundaryNetworkBoundary": "De grens van het netwerk is de lijst met ondernemingsresources, zoals in de cloud gehoste domeinen en IP-adresbereiken voor computers op het bedrijfsnetwerk. Stel netwerkgrenzen in om beleid toe te passen ter bescherming van de gegevens die zich op deze locaties bevinden.", + "windowsHealthMonitoring": "Het beleid voor statuscontrole van Windows configureren.", + "windowsPhoneGeneralApplicationRestrictions": "Met Windows Phone kunt u voorkomen dat gebruikers apps installeren of starten die in de lijst met niet-toegestane apps staan of die niet voorkomen in de lijst met goedgekeurde apps. Alle beheerde apps moeten worden toegevoegd aan de goedgekeurde lijst." + }, + "Inputs": { + "accountDomain": "Accountdomein", + "accountDomainHint": "bijvoorbeeld contosodomain", + "accountDomainInfoBalloon": "Geef accountdomein van de gebruiker op.", + "accountTypeInfoBalloon": "Het accounttype opgeven dat wordt geconfigureerd op basis van het verificatiemodel", + "allowContactSetting": "Toestaan dat de gebruiker de instelling voor contactpersonen kan wijzigen", + "allowContactSyncInfoBalloon": "Opgeven of de gebruiker de synchronisatie-instelling voor contactpersonen mag wijzigen", + "allowUserChange": "Toestaan dat de gebruiker de instelling kan wijzigen", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Geef een pakketnaam op die vergelijkbaar is met com.microsoft.word", + "androidUrlValidation": "Voer een geldige URL in die vergelijkbaar is met https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Context voor app-installatie", + "appUrlLabel": "Appstore-URL", + "appleUrlValidation": "Voer een geldige URL in die vergelijkbaar is met https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Toepasselijk apparaattype", + "assignmentActionLabel": "Modus", + "authenticationMethodInfoBalloon": "De verificatiemethode voor de gebruiker opgeven", + "authenticationMetod": "Verificatiemethode", + "authenticationType": "Verificatietype", + "authenticationTypeInfoBalloon": "Het verificatietype voor de gebruiker opgeven", + "availableLicenseCount": "Beschikbare licenties", + "basicAuth": "Basisverificatie", + "biometricsInfoBalloon": "Biometrie, bijvoorbeeld TouchID of FaceID, kan worden vereist voor gebruikers om toegang te krijgen tot de app op hun apparaat. Indien nodig wordt biometrie gebruikt naast de verificatiemethode die is geselecteerd in dit profiel. Deze instelling moet niet worden ingeschakeld wanneer beveiligingsbeleid voor de Intune App is geïmplementeerd, omdat het beveiligingsbeleid voor de app toegangsvereisten omvat waaraan moet worden voldaan voordat toegang wordt verkregen tot beheerde gegevens. Als u beide inschakelt, leidt dit tot meerdere meldingen voor toegang tot Outlook Mobile. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Uit gebruikt.", + "bookNameLabel": "Boeknaam", + "bundleDescriptionHint": "Voer een beschrijving voor de opgenomen apps in.", + "calendar": "Agenda", + "categoryLabel": "Categorie", + "categoryNameLabel": "Standaardnaam", + "certProfileType": "Type van het certificaatprofiel", + "certificate": "Certificaat", + "certificates": "Certificaten", + "commandLineLabel": "Opdrachtregelargumenten", + "commandLineSizeHint": "De maximale lengte van de tekst voor opdrachtregelargumenten is 1024 tekens", + "configurationSettingsFormatLabel": "Indeling van de configuratie-instellingen", + "configurationSettingsLabel": "Indeling voor instellingen", + "contactSync": "Contactpersonen opslaan", + "contactSyncInfoBalloon": "Door het opslaan van contactpersonen naar het systeemeigen adresboek van het mobiele apparaat kunnen nieuwe oproepen en sms-berichten worden gekoppeld met de bestaande Outlook-contactpersonen van de gebruiker. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Uit gebruikt.", + "contacts": "Contacten", + "createdDateTime": "Gemaakt", + "defaultCategoryHint": "Standaardcategorieën kunnen niet worden gewijzigd", + "deploySMimeCertsFromIntune": "S/MIME-certificaten implementeren via Intune", + "descriptionGenericLabel": "Beschrijving", + "descriptionHint": "Een beschrijving invoeren...", + "descriptionLabel": "Beschrijving", + "descriptionSizeHint": "De beschrijving mag niet langer zijn dan 10.000 tekens", + "developerLabel": "Ontwikkelaar", + "developerSizeHint": "De maximale lengte van de naam van de ontwikkelaar is 256 tekens.", + "disable": "Uitschakelen", + "disabled": "Uitgeschakeld", + "displayNameLabel": "Naam", + "displayVersionHint": "De app-versie invoeren", + "displayVersionLabel": "App-versie", + "displayVersionLengthCheck": "De weergaveversie mag maximaal 130 tekens lang zijn", + "eBookCategoryNameLabel": "Standaardnaam", + "emailAccount": "Naam van e-mailaccount", + "emailAccountHint": "bijvoorbeeld bedrijfs-e-mail", + "emailAccountInfoBalloon": "De weergavenaam voor het e-mailaccount opgeven zoals deze wordt weergeven aan gebruikers op hun apparaten", + "emailAddressAttribute": "Kenmerk van het e-mailadres van AAD", + "emailAddressInfoBalloon": "Het e-mailadres opgeven dat moet worden gebruikt voor het verzenden en ontvangen van e-mail", + "emailServer": "E-mailserver", + "emailServerHint": "bijvoorbeeld mail.contoso.com", + "emailServerInfoBalloon": "De hostnaam voor Exchange Server opgeven", + "enable": "Inschakelen", + "enableSMime": "S/MIME inschakelen", + "enabled": "Inschakelen", + "encryptAllEmails": "Alle e-mailberichten versleutelen", + "encryptionCertificates": "Versleutelingscertificaten", + "endUserNotifications": "Meldingen voor eindgebruikers", + "enrollmentTypeLabel": "Type apparaatregistratie", + "externalRecipients": "De MailTip Externe geadresseerden", + "externalRecipientsInfoBalloon": "De MailTip Externe ontvangers wordt weergegeven als de afzender een externe ontvanger of een distributiegroep met externe ontvangers toevoegt. Deze MailTip informeert de afzender als een bericht dat de afzender heeft opgesteld, wordt verzonden naar ontvangers buiten de organisatie. De afzender kan dan de juiste beslissingen nemen over taalgebruik, toon en inhoud. Deze MailTip is alleen beschikbaar voor on-premises en Exchange Online-accounts die gebruikmaken van hybride moderne verificatie. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Aan gebruikt.", + "focusedInbox": "Postvak IN met prioriteit", + "focusedInboxInfoBalloon": "Met Postvak IN met prioriteit wordt het postvak IN gescheiden in twee tabbladen: Met prioriteit en Overige. Uw belangrijkste e-mails bevinden zich op het tabblad Met prioriteit. De rest staat binnen handbereik, maar buiten direct zicht, op het tabblad Overige. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Aan gebruikt.", + "fullScreenEnabledLabel": "Volledig scherm", + "gmailNineAmountOfEmail": "Aantal dagen e-mail voor synchronisatie", + "gmailNineAuthenticationMethodInfoBalloon": "Selecteer hoe gebruikers moeten worden geverifieerd bij de e-mailserver. Gebruik certificaten om de meest veilige en naadloze ervaring aan eindgebruikers te bieden. Op certificaten gebaseerde verificatie is nog niet beschikbaar omdat SCEP- en PKCS-certificaatprofielen voor apparaten van de apparaat-eigenaar niet beschikbaar zijn. ", + "gmailNineCertificateUPNInfoBalloon": "Het certificaat moet een User Principal Name (UPN) bevatten als alternatieve naam voor het onderwerp.", + "gmailNineEmailAddressInfoBalloon": "Het kenmerk dat Intune van Azure AD ontvangt om op dynamische wijze het e-mailadres te genereren dat door dit profiel wordt gebruikt, bijvoorbeeld MyName@contoso.com (UPN). Meer informatie over AAD-kenmerken voor e-mailprofielen.", + "gmailNineEmailServerInfoBalloon": "De Exchange-locatie (URL) van de e-mailserver waarmee de door u opgegeven app verbinding maakt om e-mailberichten op te halen.", + "gmailNineEmailSynchronizeInfoBalloon": "Hiermee kunt u bepalen hoeveel e-mail met de client wordt gesynchroniseerd.", + "gmailNineSSLInfoBalloon": "SSL inschakelen om alle communicatie met de e-mailserver te beveiligen.", + "gmailNineUsernameInfoBalloon": "Het kenmerk dat Intune van Azure AD ontvangt om op dynamische wijze de gebruikersnaam te genereren die door dit profiel wordt gebruikt, bijvoorbeeld MyName@contoso.com (UPN) of MyName (gebruikersnaam). Meer informatie over AAD-kenmerken voor e-mailprofielen.", + "ignoreManifestScope": "Manifestbereik negeren", + "ignoreVersionDetection": "App-versie negeren", + "informationUrlLabel": "Informatie-URL", + "informationUrlSizeHint": "De maximale lengte van de informatie-URL is 1024 tekens", + "installAsManaged": "Installeren als beheerd", + "installationSourceLabel": "App-type", + "installerTypeInfoBalloon": "Het installatietype van het toepassingspakket.", + "installerTypeLabel": "Type installatieprogramma", + "isFeatured": "Deze weergeven als aanbevolen app in de bedrijfsportal", + "isMAMEnabledToggleLabel": "Ja", + "lastModifiedDateTime": "Tijd laatst bijgewerkt", + "ldapUrl": "LDAP-URL", + "licensingType": "Ondersteunt apparaatcontexttoewijzing", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimumversie van het besturingssysteem", + "modernAuth": "Moderne verificatie", + "nameHint": "Een naam invoeren", + "nameLabel": "Naam", + "nameSizeHint": "De maximale lengte van de naam is 512 tekens.", + "notConfigured": "Niet geconfigureerd", + "notesLabel": "Opmerkingen", + "notesSizeHint": "De maximale lengte van de tekst van de notities is 1024 tekens.", + "notificationType": "Meldingstype", + "oneDay": "Eén dag", + "oneMonth": "Een maand", + "oneWeek": "Eén week", + "outlookSMimeSettings": "S/MIME-instellingen voor Outlook", + "ownerLabel": "Eigenaar", + "ownerSizeHint": "De maximale lengte van de naam van de eigenaar is 256 tekens.", + "packageIdLabel": "Pakket-id", + "packageNameLabel": "Pakketnaam", + "pivCredentialNotConfigured": "U hebt geen verlener van afgeleide referenties geselecteerd voor de tenant. Configureer een verlener om dit beleid op apparaten toe te passen.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Beschrijving", + "policyNameLabel": "Naam", + "preComposedIconEnabled": "Vooraf samengesteld", + "primarySMTPAddress": "Primair SMTP-adres", + "privacyUrlLabel": "Privacy-URL", + "publisherHint": "Voer de naam van een uitgever in", + "publisherLabel": "Uitgever", + "publisherSizeHint": "De naam van de uitgever moet tussen de 2 en 1024 tekens lang zijn (inclusief)", + "require": "Vereisen", + "requireBiometrics": "Biometrie vereisen toegang tot de app", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "Er is minstens één bereiktag vereist", + "searchAppLabel": "App selecteren", + "searchAppLinkText": "Zoeken in de App Store", + "searchWinGetPublicRepositoryLinkText": "Opslagplaats van de community van Windows-pakketbeheerder doorzoeken", + "searchWinGetStoreRepositoryLinkText": "Zoeken in de Microsoft Store-app (nieuw)", + "selectAAD": "Een AAD-kenmerk selecteren", + "selectAppFileLabel": "Bestand selecteren", + "selectAppFileLinkText": "App-pakketbestand selecteren", + "selectAppFileToUpdateLabel": "Een bestand selecteren dat moet worden bijgewerkt", + "selectAuthMethod": "Een verificatiemethode selecteren", + "selectAuthType": "Een verificatietype selecteren", + "selectCatalogAppLabel": "App selecteren", + "selectCatalogAppLinkText": "Zoeken in de catalogus van de Windows-app (Win32)", + "selectCertificate": "Selecteer een certificaat", + "signAllEmails": "Alle e-mailberichten ondertekenen", + "signingCertificates": "Handtekeningcertificaten", + "ssl": "SSL", + "suiteDescriptionLabel": "Beschrijving van suite", + "suiteNameLabel": "Naam van suite", + "targetApplicationBundleIdentifier": "Bundel-id van doeltoepassing", + "targetedPlatformsLabel": "Gericht platform", + "tasks": "Taken", + "threeDays": "Drie dagen", + "totalLicenseCount": "Totaal aantal licenties", + "twoWeeks": "Twee weken", + "unifiedAssignmentsLabel": "Toewijzen aan:", + "unlimited": "Onbeperkt", + "urlHint": "Voer een geldige URL in", + "useManagedBrowserHint": "Alleen Android en iOS. Meer informatie.", + "useManagedBrowserLabel": "Een beheerde browser vereisen om deze koppeling te openen", + "userPrinicipalName": "User principal name", + "username": "Gebruikersnaam", + "usernameAttribute": "Kenmerk van de gebruikersnaam van AAD", + "usernameAttributreInfoBalloon": "De user principal name opgeven van het e-mailprofiel dat wordt gebruikt voor verificatie van het account", + "usernamePassword": "Gebruikersnaam en wachtwoord", + "webAppUrlHint": "Voer een geldige URL in die begint met http:// of https://", + "webAppUrlLabel": "App-URL", + "webAppUrlSizeHint": "De maximale lengte van de app-URL is 1024 tekens.", + "windowsUrlValidation": "Voer een geldige URL in die vergelijkbaar is met https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "XML-gegevens zijn ingevoerd", + "xmlFormatInvalid": "De indeling van het XML-beleid is ongeldig.", + "xmlTooLarge": "De invoergrootte moet kleiner zijn dan 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Kan {0} niet verwijderen", @@ -8432,374 +8847,13 @@ "modifying": "{0} verwijderen", "success": "{0} is verwijderd" }, - "Included": { - "none": "Er zijn geen cloud-apps,-acties of -verificatiecontexten geselecteerd", - "plural": "{0} verificatiecontexten opgenomen", - "singular": "1 verificatiecontext opgenomen" - }, - "InfoBlade": { - "createTitle": "Verificatiecontext toevoegen", - "deleteDisallowed": "U kunt deze verificatiecontext niet verwijderen terwijl ernaar wordt verwezen door uw beleid voor voorwaardelijke toegang.", - "descPlaceholder": "Beschrijving voor de verificatiecontext toevoegen", - "modifyTitle": "Verificatiecontext wijzigen", - "namePlaceholder": "Bijvoorbeeld Vertrouwde locatie, Vertrouwd apparaat, Sterke autorisatie", - "publishDesc": "Met Publiceren naar apps maakt u de verificatiecontext beschikbaar voor apps. Voer de publicatie uit zodra u het beleid voor voorwaardelijke toegang voor de tag hebt geconfigureerd. [Meer informatie][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publiceren naar apps", - "titleDesc": "Configureer een verificatiecontext die wordt gebruikt om toepassingsgegevens en acties te beveiligen. Gebruik namen en beschrijvingen die toepassingsbeheerders kunnen begrijpen. [Meer informatie][1]\n[1]https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Als u de publicatie van deze verificatiecontext ongedaan maakt, verliest u mogelijk de toegang tot de resource die wordt beveiligd door de verificatiecontext." - }, "Notify": { "failure": "Kan {0} niet bijwerken", "modifying": "{0} wijzigen", "success": "{0} is bijgewerkt" }, - "WhatIf": { - "selected": "De verificatiecontext is opgenomen" - }, - "addNewStepUp": "Nieuwe verificatiecontext", - "bannerText": "Uw eigen verificatiecontextwaarden en beleid voor voorwaardelijke toegang maken met Azure AD Premium", - "checkBoxInfo": "De verificatiecontext selecteren waarop dit beleid van toepassing is", - "configure": "Verificatiecontexten configureren", - "createCA": "Beleid voor voorwaardelijke toegang toewijzen aan de verificatiecontext", - "dataGrid": "Lijst met verificatiecontexten", - "deleteFailedByReference": "U kunt deze verificatiecontext niet verwijderen omdat ernaar wordt verwezen door CA-beleid.", - "description": "Beschrijving", - "documentation": "Documentatie", - "getStarted": "Aan de slag", - "label": "Verificatiecontext", - "menuLabel": "Verificatiecontext", - "name": "Naam", - "noAuthContextConfigured": "Er zijn geen verificatiecontexten geconfigureerd.", - "noAuthContextSet": "Er zijn geen verificatiecontexten", - "noData": "Er zijn geen verificatiecontexten om weer te geven", - "selectionInfo": "Verificatiecontext wordt gebruikt om toepassingsgegevens en acties te beveiligen in apps als SharePoint en Microsoft Cloud App Security.", - "step": "Stap", - "tabDescription": "Beheer de verificatiecontext om gegevens en acties in uw apps te beveiligen. Verificatiecontexten kunnen niet worden verwijderd wanneer ernaar wordt verwezen door beleid voor voorwaardelijke toegang. [Meer informatie][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Labelen van resources met een verificatiecontext" + "menuLabel": "Verificatiecontext" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (aanmelding via telefoon)", - "email": "Eenmalig wachtwoord e-mailen", - "federatedMultiFactor": "Federatieve multi-factor", - "federatedSingleFactor": "Federatieve enkelvoudige factor", - "fido2": "FIDO2-beveiligingssleutel", - "hardwareOath": "OATH-tokens voor hardware", - "hardwareOathEmail": "OATH-token voor hardware en eenmalige wachtwoordcode per e-mail", - "hardwareOathFederatedSingleFactor": "Federatieve enkelvoudige factor + OATH-hardwaretoken", - "microsoftAuthenticatorPush": "Microsoft Authenticator (pushmelding)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (pushmelding) en eenmalige wachtwoordcode per e-mail", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federatieve enkelvoudige factor + Microsoft Authenticator (push-melding)", - "none": "Geen", - "password": "Wachtwoord", - "passwordHardwareOath": "Wachtwoord + OATH-token voor hardware", - "passwordMicrosoftAuthenticatorPush": "Wachtwoord + Microsoft Authenticator (pushmelding)", - "passwordSms": "Wachtwoord + sms", - "passwordSoftwareOath": "Wachtwoord + OATH-token voor software", - "passwordVoice": "Wachtwoord + Spraak", - "passwordX509CertificateMultiFactor": "Verificatie op basis van wachtwoord en certificaten (meervoudig)", - "passwordX509CertificateSingleFactor": "Verificatie op basis van wachtwoord en certificaten (enkelvoudig)", - "sms": "Sms-bericht", - "smsEmail": "Sms en eenmalige wachtwoordcode per e-mail", - "smsFederatedSingleFactor": "Federatieve enkelvoudige factor + sms", - "softwareOath": "OATH-tokens voor software", - "softwareOathEmail": "OATH-token voor software en eenmalige wachtwoordcode per e-mail", - "softwareOathFederatedSingleFactor": "Federatieve enkelvoudige factor + OATH-softwaretoken", - "temporaryAccessPassMultiUse": "Tijdelijke toegangspas (meerdere toepassingen)", - "temporaryAccessPassOneTime": "Tijdelijke toegangspas (eenmalig gebruik)", - "voice": "Voice", - "voiceEmail": "Spraak en eenmalige wachtwoordcode voor e-mail", - "voiceFederatedSingleFactor": "Federatieve enkelvoudige factor + Spraak", - "windowsHelloForBusiness": "Windows Hello voor Bedrijven", - "x509CertificateMultiFactor": "Verificatie op basis van certificaten (multi-factor)", - "x509CertificateSingleFactor": "Verificatie op basis van certificaten (enkele factor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Downloads blokkeren (preview)", - "monitorOnly": "Alleen bewaken (preview)", - "protectDownloads": "Downloads beveiligen (preview)", - "useCustomControls": "Aangepast beleid gebruiken..." - }, - "ariaLabel": "Kies het soort app-beheer voor voorwaardelijke toegang dat moet worden toegepast" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App-id: {0}" - }, - "LowerGrid": { - "ariaLabel": "Lijst met geselecteerde cloud-apps" - }, - "UpperGrid": { - "ariaLabel": "Lijst met cloud-apps die overeenkomen met de zoekterm" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "U moet ten minste één locatie kiezen bij Geselecteerde locaties.", - "selector": "U moet ten minste één locatie kiezen" - }, - "privateLinksInfo": "Private Link voor Azure AD is het meest geschikt voor Azure-services. Zorg ervoor dat de principals waarop dit beleid wordt toegepast, niet vereist zijn voor openbare services, zoals M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "U moet ten minste één van de volgende clients selecteren" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Dit beleid geldt alleen voor de browser en moderne verificatie-apps. Schakel de voorwaarde voor client-apps in om het beleid toe te passen op alle client-apps en selecteer alle client-apps.", - "classicExperience": "Sinds dit beleid is gemaakt, is de standaardconfiguratie van client-apps bijgewerkt.", - "legacyAuth": "Als deze optie niet is geconfigureerd, is het beleid nu van toepassing op alle client-apps, inclusief moderne en klassieke machtigingen." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Kenmerk", - "placeholder": "Een kenmerk kiezen" - }, - "Configure": { - "infoBalloon": "Configureer de app-filters waarop u een beleid wilt toepassen." - }, - "NoPermissions": { - "learnMoreAria": "Meer informatie over machtigingen voor aangepaste beveiligingskenmerken.", - "message": "U beschikt niet over de machtigingen die nodig zijn om aangepaste beveiligingskenmerken te gebruiken." - }, - "gridHeader": "Met behulp van aangepaste beveiligingskenmerken kunt u de opbouwfunctie voor regels of het tekstvak regelsyntaxis gebruiken om de filterregels te maken of te bewerken. In de preview worden alleen kenmerken van het type Tekenreeks ondersteund. Kenmerken van het type Geheel getal of Booleaanse waarde worden niet weergegeven.", - "learnMoreAria": "Meer informatie over het gebruik van de opbouwfunctie voor regels en het tekstvak voor de syntaxis.", - "noAttributes": "Er zijn geen aangepaste kenmerken beschikbaar om op te filteren. U moet enkele attributen configureren om dit filter te gebruiken.", - "title": "Filter bewerken (preview)" - }, - "CloudAppsUserActions": { - "any": "Een cloud-app of actie", - "infoBalloon": "Cloud-app of gebruikersactie die u wilt testen. Bijvoorbeeld SharePoint Online", - "learnMore": "Toegangsbeheer op basis van alle of specifieke cloud-apps of acties.", - "learnMoreB2C": "Toegangsbeheer op basis van alle of specifieke cloud-apps.", - "learnMoreNetworkAccess": "Toegang beheren op basis van alle of specifiek netwerktoegangsverkeer, cloud-apps of acties.", - "title": "Cloud-apps of acties" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Lijst met uitgesloten cloud-apps" - }, - "Filter": { - "configured": "Geconfigureerd", - "label": "Filter bewerken (preview)", - "with": "{0} met {1}" - }, - "Included": { - "gridAria": "Lijst met opgenomen cloud-apps" - }, - "Validation": { - "authContext": "Met de optie Verificatiecontext moet u minimaal één subitem configureren.", - "networkAccess": "Met Netwerktoegang moet u ten minste één verkeersprofiel configureren.", - "selectApps": "'{0}' moet zijn geconfigureerd", - "selector": "Selecteer ten minste één app.", - "userActions": "Met de optie Gebruikersacties moet u minimaal één subitem configureren." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Beheer gebruikerstoegang wanneer het apparaat waarmee de gebruiker zich aanmeldt niet Hybrid Azure AD-gekoppeld of Gemarkeerd als compatibel is.\n Is afgeschaft. Gebruik in plaats daarvan {1}." - } - }, - "Errors": { - "notFound": "Het beleid is niet gevonden of is verwijderd.", - "notFoundDetailed": "Het beleid {0} bestaat niet meer. Mogelijk is het verwijderd." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Alles", - "b2bCollaborationGuestLabel": "Gastgebruikers voor B2B-samenwerking", - "b2bCollaborationMemberLabel": "B2B-samenwerkingslidgebruikers", - "b2bDirectConnectUserLabel": "B2B-direct connect-gebruikers", - "enumeratedExternalTenantsError": "Selecteer ten minste één externe tenant", - "enumeratedExternalTenantsLabel": "Selecteren", - "externalTenantsLabel": "Externe Azure AD-organisaties opgeven", - "externalUserDropdownLabel": "Gast- of externe gebruikerstypen kiezen", - "externalUsersError": "Selecteer ten minste één extern gast- of gebruikerstype", - "guestOrExternalUsersInfoContent": "Omvat B2B-samenwerking, directe B2B-verbinding en andere typen externe gebruikers.", - "guestOrExternalUsersLabel": "Gasten of externe gebruikers", - "internalGuestLabel": "Lokale gastgebruikers", - "otherExternalUserLabel": "Andere externe gebruikers", - "previewTag": "{0} (preview)", - "serviceProviderUsersLabel": "Gebruikers van serviceproviders" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Opzoekmethode voor land/regio", - "gps": "Locatie bepalen op basis van GPS-coördinaten", - "info": "Wanneer de locatievoorwaarde van een beleid voor voorwaardelijke toegang is geconfigureerd, worden gebruikers in de Authenticator-app gevraagd om hun GPS-locatie te delen. ", - "ip": "Locatie bepalen op basis van IP-adres (alleen IPv4)" - }, - "Header": { - "new": "Nieuwe locatie ({0})", - "update": "Updatelocatie ({0})" - }, - "IP": { - "learn": "Configureer IPv4- en IPv6-bereiken voor de benoemde locatie.\n[Meer informatie][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Onbekende landen/regio's zijn IP-adressen die niet zijn gekoppeld aan een bepaald land of bepaalde regio. [Meer informatie][1]\n\nDit zijn onder andere:\n* IPv6-adressen\n* IPv4-adressen zonder directe toewijzing\n[1]: https://aka.ms/canamedlocations\n", - "label": "Onbekende landen/regio's opnemen" - }, - "Name": { - "empty": "De naam mag niet leeg zijn", - "placeholder": "Deze locatie een naam geven" - }, - "PrivateLink": { - "learn": "Maak een nieuwe benoemde locatie met Private Links voor Azure AD. \n[Meer informatie][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Landen zoeken", - "names": "Namen zoeken", - "privateLinks": "Persoonlijke koppelingen zoeken" - }, - "Trusted": { - "label": "Als vertrouwde locatie markeren" - }, - "enter": "Voer een nieuw IPv4- of IPv6-bereik in", - "example": "bijvoorbeeld: 40.77.182.32/27 of 2a01:111::/32" - }, - "Label": { - "addCountries": "Locatie landen", - "addIpRange": "Locatie van IP-bereiken", - "addPrivateLink": "Persoonlijke koppelingen van Azure" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Kan geen nieuwe locatie maken ({0})", - "title": "Maken is mislukt" - }, - "InProgress": { - "description": "Nieuwe locatie maken ({0})", - "title": "Item wordt gemaakt" - }, - "Success": { - "description": "Nieuwe locatie is gemaakt ({0})", - "title": "Maken is voltooid" - } - }, - "Delete": { - "Failed": { - "description": "Kan de locatie niet verwijderen ({0})", - "title": "Het verwijderen is mislukt" - }, - "InProgress": { - "description": "Locatie verwijderen ({0})", - "title": "Bezig met verwijderen" - }, - "Success": { - "description": "De locatie is verwijderd ({0})", - "title": "Het verwijderen is voltooid" - } - }, - "Update": { - "Failed": { - "description": "Kan de locatie niet bijwerken ({0})", - "title": "Het bijwerken is mislukt" - }, - "InProgress": { - "description": "Locatie bijwerken ({0})", - "title": "Bijwerken wordt uitgevoerd" - }, - "Success": { - "description": "De locatie is bijgewerkt ({0})", - "title": "Het bijwerken is voltooid" - } - } - }, - "PrivateLinks": { - "grid": "Lijst met persoonlijke koppelingen" - }, - "Trusted": { - "title": "Vertrouwd type", - "trusted": "Vertrouwd" - }, - "Type": { - "all": "Alle typen", - "countries": "Landen/regio's", - "ipRanges": "IP-bereiken", - "privateLinks": "Persoonlijke koppelingen", - "title": "Locatietype" - }, - "iPRangeInvalidError": "De waarde moet een geldig IPv4- of IPv6-bereik zijn.", - "iPRangeLinkOrSiteLocalError": "IP-netwerk gedetecteerd als een lokaal adres van koppeling of van een site.", - "iPRangeOctetError": "Het IP-netwerk mag niet beginnen met 0 of 255.", - "iPRangePrefixError": "Het IP-netwerkvoorvoegsel moet liggen tussen /{0} en /{1}", - "iPRangePrivateError": "IP-netwerk gedetecteerd als privéadres." - }, - "NamedNetwork": { - "List": { - "gridAria": "Lijst met benoemde locaties" - } - }, - "NetworkAccess": { - "Included": { - "none": "Er zijn geen doelresources geselecteerd", - "plural": "{0} netwerkverkeersprofielen geselecteerd", - "singular": "1 netwerkverkeersprofiel geselecteerd" - }, - "internetOptionText": "Openbaar verkeer", - "label": "Netwerktoegang (preview-versie)", - "m365OptionText": "M365-verkeer", - "privateOptionText": "Privéverkeer", - "selectTrafficProfilesLabel": "De verkeersprofielen selecteren waarvoor dit beleid van toepassing is", - "targetResourcesBalloonContext": "Doelbronnen", - "targetResourcesSelectorTitle": "Doelbronnen", - "trafficProfilesLearnMoreTooltip": "Als u aanvullende verkeersprofielen wilt weergeven, voegt u meer NaaS-licenties toe.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge moet zijn ingeschakeld om besturingselementen voor netwerktoegang te kunnen gebruiken. " - }, - "Policies": { - "Grid": { - "aria": "Lijst met beleidsregels voor voorwaardelijke toegang" - }, - "countText": "{0} van {1} beleidsregels gevonden", - "countTextSingular": "{0} van 1 beleidsregel gevonden", - "search": "Beleidsregels zoeken" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Risiconiveaus voor service-principal configureren die nodig zijn om beleid af te dwingen​", - "infoBalloonContent": "Risico voor service-principal configureren om beleid toe te passen op geselecteerd(e) risiconiveau(s)", - "title": "RIsico voor service-principal" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configureer risicodetecties om het beleid toe te passen op geselecteerde detectie(s) van aanmeldingsrisico's in realtime." - }, - "LearnMore": { - "message": "Gebruikerstoegang beheren om te reageren op specifieke detecties van aanmeldingsrisico's in realtime." - }, - "description": "Aan deze voorwaarde wordt voldaan als een van de opgenomen risicodetecties risico's detecteert. Dit heeft geen invloed op de berekening van het aanmeldingsrisiconiveau.", - "header": "Realtime ingebouwde risicodetecties", - "info": "Detecties die risico's detecteren tijdens aanmeldingen.", - "label": "Detectie van aanmeldingsrisico's (preview)", - "title": "Detecties van aanmeldingsrisico's" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinaties van methoden die voldoen aan sterke verificatie, zoals wachtwoord en sms", - "displayName": "Meervoudige verificatie" - }, - "Passwordless": { - "description": "Methoden zonder wachtwoord die voldoen aan sterke verificatie, zoals Microsoft Authenticator ", - "displayName": "Meervoudige verificatie zonder wachtwoord" - }, - "PhishingResistant": { - "description": "Phishing-resistente, wachtwoordloze methoden voor de sterkste authenticatie, zoals FIDO2-beveiligingssleutel", - "displayName": "Phishing-veilige meervoudige verificatie" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Meer informatie over het vereisen van verificatiemethoden die zijn voldaan door federatieproviders.", "certificate": "Certificaatverificatie", @@ -8808,287 +8862,6 @@ "require": "Federatieve verificatiemethode vereisen (preview)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Uit", - "on": "Aan", - "reportOnly": "Alleen rapporteren" - }, - "PolicyTemplates": { - "Devices": { - "description": "Selecteer de categorie Apparatenbeleidssjabloon om inzicht te krijgen in apparaten die toegang hebben tot het netwerk. Controleer op naleving en integriteitsstatus voordat u toegang verleent.", - "name": "Apparaten" - }, - "Identities": { - "description": "Selecteer de sjablooncategorie Identiteitenbeleid om elke identiteit te verifiëren en te beveiligen met sterke verificatie in alle digitale activa.", - "name": "Identiteiten" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Alle apps", - "office365": "Office 365", - "registerSecurityInfo": "Beveiligingsgegevens registreren" - }, - "Conditions": { - "androidAndIOS": "Apparaatplatform: Android en iOS", - "anyDevice": "Elk apparaat behalve Android, iOS, Windows en Mac", - "anyDeviceStateExceptHybrid": "Elke apparaatstatus behalve conform en hybride Microsoft Azure Active Directory-gekoppeld", - "anyLocation": "Elke locatie behalve vertrouwd", - "browserMobileDesktop": "Client-apps: browser, mobiele apps en desktopclients", - "exchangeActiveSync": "Client-apps: Exchange Active Sync, andere clients", - "windowsAndMac": "Apparaatplatform: Windows en Mac" - }, - "Devices": { - "anyDevice": "Elk apparaat" - }, - "Grant": { - "appProtectionPolicy": "Beleid voor app-beveiliging vereisen", - "approvedClientApp": "Goedgekeurde client-apps vereisen", - "blockAccess": "Toegang blokkeren", - "mfa": "Meervoudige verificatie vereisen", - "passwordChange": "Wachtwoordwijziging vereisen", - "requireCompliantDevice": "Vereisen dat het apparaat moet worden gemarkeerd als compatibel", - "requireHybridAzureADDevice": "Hybride Azure AD-gekoppeld apparaat vereisen" - }, - "Session": { - "appEnforcedRestrictions": "Door apps gehandhaafde beperkingen gebruiken", - "signInFrequency": "Aanmeldingsfrequentie en nooit permanente browsersessie" - }, - "UsersAndGroups": { - "allUsers": "Alle gebruikers", - "directoryRoles": "Directory-rollen behalve huidige beheerder", - "globalAdmin": "Globale beheerder", - "noGuestAndAdmins": "Alle gebruikers behalve gast en extern, globale beheerders, huidige beheerder" - }, - "azureManagement": "Azure-beheer", - "deviceFilters": "Filters voor apparaten", - "devicePlatforms": "Apparaatplatforms" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Toegang tot SharePoint-, OneDrive- en Exchange-inhoud van niet-beheerde apparaten blokkeren of beperken.", - "name": "CA014: Door de toepassing afgedwongen beperkingen gebruiken voor niet-beheerde apparaten", - "title": "Door de toepassing afgedwongen beperkingen gebruiken voor niet-beheerde apparaten" - }, - "ApprovedClientApps": { - "description": "Om gegevensverlies te voorkomen, kunnen organisaties de toegang tot goedgekeurde moderne verificatieclient-apps beperken met Intune-app-beveiliging.", - "name": "CA012: Goedgekeurde client-apps en app-beveiliging vereisen", - "title": "Goedgekeurde client-apps en app-beveiliging vereisen" - }, - "BlockAccessOnUnknowns": { - "description": "Gebruikers hebben geen toegang tot bedrijfsbronnen wanneer het apparaattype onbekend of niet wordt ondersteund.", - "name": "CA010: Toegang blokkeren voor onbekend of niet-ondersteund apparaatplatform", - "title": "Toegang blokkeren voor onbekend of niet-ondersteund apparaatplatform" - }, - "BlockLegacyAuth": { - "description": "Verouderde verificatie-eindpunten blokkeren die kunnen worden gebruikt om meervoudige verificatie te omzeilen. ", - "name": "CA003: verouderde verificatie blokkeren", - "title": "Verouderde verificatie blokkeren" - }, - "NoPersistentBrowserSession": { - "description": "Beveilig gebruikerstoegang op niet-beheerde apparaten door te voorkomen dat browsersessies aangemeld blijven nadat de browser is gesloten en door een aanmeldingsfrequentie in te stellen op 1 uur.", - "name": "CA011: Geen permanente browsersessie", - "title": "Geen permanente browsersessie" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Vereisen dat bevoegde beheerders alleen toegang hebben tot resources wanneer ze een compatibel of hybride Azure AD-gekoppeld apparaat gebruiken.​", - "name": "CA009: Conformiteit van hybride Microsoft Azure Active Directory-gekoppeld apparaat vereisen voor beheerders", - "title": "Conformiteit van hybride Microsoft Azure Active Directory-gekoppeld apparaat vereisen voor beheerders" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Beveilig de toegang tot bedrijfsbronnen door te vereisen dat gebruikers een beheerd apparaat gebruiken of meervoudige verificatie uitvoeren. (alleen macOS of Windows)", - "name": "CA013: Conformiteit van hybride Microsoft Azure AD-gekoppeld apparaat of meervoudige verificatie vereisen voor alle gebruikers", - "title": "Conformiteit van hybride Microsoft Azure AD-gekoppeld apparaat of meervoudige verificatie vereisen voor alle gebruikers" - }, - "RequireMFAAllUsers": { - "description": "Meervoudige verificatie vereisen voor alle gebruikersaccounts om het risico op inbreuk te verminderen.", - "name": "CA004: Meervoudige verificatie vereisen voor alle gebruikers", - "title": "Meervoudige verificatie vereisen voor alle gebruikers" - }, - "RequireMFAForAdmins": { - "description": "Meervoudige verificatie voor geprivilegieerde beheeraccounts is vereist om risico's van inbreuk te beperken. Dit beleid is gericht op dezelfde rollen als de standaardinstelling voor beveiliging.", - "name": "CA001: Meervoudige verificatie vereisen voor beheerders", - "title": "Meervoudige verificatie vereisen voor beheerders" - }, - "RequireMFAForAzureManagement": { - "description": "Meervoudige verificatie vereisen om bevoegde toegang tot Azure-resources te beveiligen.", - "name": "CA006: Meervoudige verificatie vereisen voor Azure-beheer", - "title": "Meervoudige verificatie vereisen voor Azure-beheer" - }, - "RequireMFAForGuestAccess": { - "description": "Vereisen dat gastgebruikers meervoudige verificatie uitvoeren bij toegang tot uw bedrijfsbronnen.", - "name": "CA005: Meervoudige verificatie vereisen voor gasttoegang", - "title": "Meervoudige verificatie vereisen voor gasttoegang" - }, - "RequireMFAForRiskySignIn": { - "description": "Meervoudige verificatie vereisen als wordt gedetecteerd dat het aanmeldingsrisico gemiddeld of hoog is. (Hiervoor is een Azure AD Premium 2-licentie vereist)", - "name": "CA007: Meervoudige verificatie vereisen voor riskante aanmeldingen", - "title": "Meervoudige verificatie vereisen voor riskante aanmeldingen" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Vereisen dat de gebruiker het wachtwoord wijzigt als het gebruikersrisico hoog is. (Hiervoor is een Azure AD Premium 2-licentie vereist)", - "name": "CA008: Wachtwoordwijziging vereisen voor gebruikers met een hoog risico", - "title": "Wachtwoordwijziging vereisen voor gebruikers met een hoog risico" - }, - "RequireSecurityInfo": { - "description": "Veilig wanneer en hoe gebruikers zich registreren voor meervoudige verificatie en selfservice-wachtwoorden van Azure AD. ", - "name": "CA002: Registratie van beveiligingsgegevens beveiligen", - "title": "Registratie van beveiligingsgegevens beveiligen" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Als u dit beleid inschakelt, voorkomt u toegang tot een onbekend apparaattype. Overweeg om eerst de modus Alleen rapport te gebruiken totdat u hebt bevestigd dat dit geen invloed heeft op uw gebruikers." - }, - "BlockLegacyAuth": { - "description": "Overweeg om de modus Alleen rapport te gebruiken om mee te beginnen totdat u hebt bevestigd dat dit geen invloed heeft op uw gebruikers.", - "title": "Als u dit beleid inschakelt, wordt verouderde verificatie voor al uw gebruikers geblokkeerd." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Overweeg om de modus Alleen rapport te gebruiken om mee te beginnen totdat u hebt bevestigd dat dit geen invloed heeft op uw bevoegde gebruikers.", - "reportOnly": "Beleidsregels in de modus Alleen rapporteren waarvoor compatibele apparaten zijn vereist, kunnen gebruikers op Mac, iOS en Android vragen om een apparaatcertificaat te selecteren tijdens de beleidsevaluatie, zelfs als apparaatnaleving niet wordt afgedwongen. Deze prompts kunnen worden herhaald totdat het apparaat compatibel is gemaakt." - }, - "Title": { - "on": "Als u dit beleid inschakelt, wordt elke toegang voor bevoegde gebruikers voorkomen, tenzij u een beheerd apparaat gebruikt, zoals compatibel of hybride Azure AD-gekoppeld. Zorg ervoor dat u uw nalevingsbeleid hebt geconfigureerd of hybride Azure AD-configuratie hebt ingeschakeld voordat u deze inschakelt.", - "reportOnly": "Zorg ervoor dat u uw nalevingsbeleid hebt geconfigureerd of hybride Azure AD-configuratie hebt ingeschakeld voordat u deze inschakelt. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Dit beleid is van invloed op alle gebruikers, met uitzondering van de huidige aangemelde beheerder. Overweeg om de modus Alleen rapport te gebruiken om mee te beginnen totdat u hebt bevestigd dat dit geen invloed heeft op uw gebruikers." - }, - "Title": { - "on": "Sluit uzelf niet buiten! Zorg ervoor dat uw apparaat compatibel is of hybride Azure AD-gekoppeld is of dat u meervoudige verificatie hebt geconfigureerd. ", - "reportOnly": "Beleidsregels in de modus Alleen rapporteren waarvoor compatibele apparaten zijn vereist, kunnen gebruikers op Mac, iOS en Android vragen om een apparaatcertificaat te selecteren tijdens de beleidsevaluatie, zelfs als apparaatnaleving niet wordt afgedwongen. Deze prompts kunnen herhaald worden totdat het apparaat voldoet aan het beleid." - } - }, - "RequireMfa": { - "description": "Als u accounts voor noodtoegang of Azure AD Connect gebruikt om de on-premises objecten te synchroniseren, moet u deze accounts na het maken mogelijk uitsluiten van dit beleid." - }, - "RequireMfaAdmins": { - "description": "Houd er rekening mee dat het huidige beheerdersaccount automatisch wordt uitgesloten, maar alle andere accounts worden beveiligd bij het maken van beleid. U kunt de modus Alleen rapporteren gebruiken om te beginnen.", - "title": "Sluit uzelf niet buiten! Dit beleid heeft invloed op de Azure Portal." - }, - "RequireMfaAllUsers": { - "description": "U kunt de modus alleen rapporteren gebruiken om te beginnen totdat u deze wijziging aan al uw gebruikers hebt doorgegeven.", - "title": "Als u dit beleid inschakelt, wordt meervoudige verificatie afgedwongen voor al uw gebruikers." - }, - "RequireSecurityInfo": { - "description": "Controleer uw configuratie om deze accounts te beveiligen op basis van de behoeften van uw bedrijf.", - "title": "De volgende gebruikers en rollen zijn uitgesloten van dit beleid: gasten en externe gebruikers, globale beheerders, huidige beheerder" - } - }, - "basics": "Basisinformatie", - "clientApps": "Client-apps", - "cloudApps": "Cloud-apps", - "cloudAppsOrActions": "Cloud-apps of -acties ", - "conditions": "Voorwaarden ", - "createNewPolicy": "Nieuw beleid maken van sjablonen (preview)", - "createPolicy": "Beleid maken", - "currentUser": "Huidige gebruiker", - "customizeBuild": "Uw build aanpassen", - "customizeTemplate": "Sjabloonlijsten worden aangepast op basis van het type beleid dat u wilt maken", - "excludedDevicePlatform": "Uitgesloten apparaatplatformen", - "excludedDirectoryRoles": "Uitgesloten directoryrollen", - "excludedLocation": "Uitgesloten directoryrollen", - "excludedUsers": "Uitgesloten gebruikers", - "grantControl": "Beheer toekennen ", - "includeFilteredDevice": "Gefilterde apparaten opnemen in het beleid", - "includedDevicePlatform": "Opgenomen apparaatplatformen", - "includedDirectoryRoles": "Opgenomen directoryrollen", - "includedLocation": "Inbegrepen locatie", - "includedUsers": "Opgenomen gebruikers", - "legacyAuthenticationClients": "Clients met verouderde verificatie", - "namePolicy": "Uw beleid een naam geven", - "needAdPremiumMessage": "Als u deze functie wilt gebruiken, hebt u een abonnement voor Azure AD Premium nodig.", - "next": "Volgende", - "policyName": "Beleidsnaam", - "policyState": "Beleidsstatus", - "policySummary": "Beleidsoverzicht", - "policyTemplate": "Beleidssjabloon", - "previous": "Vorige", - "reviewAndCreate": "Beoordelen en maken", - "riskLevels": "Risiconiveaus", - "selectATemplate": "Een sjabloon selecteren", - "selectTemplate": "Sjabloon selecteren", - "selectTemplateCategory": "Een sjablooncategorie selecteren", - "selectTemplateRecommendation": "We raden de volgende sjablonen aan op basis van uw antwoord", - "sessionControl": "Sessiebesturingselement ", - "signInFrequency": "Aanmeldingsfrequentie", - "signInRisk": "Aanmeldingsrisico", - "template": "Sjabloon ", - "templateCategory": "Sjablooncategorie", - "userRisk": "Gebruikersrisico", - "usersAndGroups": "Gebruikers en groepen ", - "viewPolicySummary": "Beleidsoverzicht weergeven " - }, - "SSM": { - "MemberSelector": { - "description": "Gebruikers en groepen" - }, - "Notification": { - "Migration": { - "error": "Migreren van instellingen voor Continue toegangsevaluatie naar beleid voor voorwaardelijke toegang is mislukt", - "inProgress": "Instellingen voor Continue toegangsevaluatie migreren", - "success": "Migreren van instellingen voor Continue toegangsevaluatie naar beleid voor voorwaardelijke toegang is geslaagd", - "successDescription": "Ga door naar het beleid voor voorwaardelijke toegang om de gemigreerde instellingen te bekijken in het zojuist gemaakte beleid met de naam 'CA-beleid gemaakt uit CAE-instellingen'." - }, - "error": "Kan de instellingen voor Continue toegangsevaluatie niet bijwerken", - "inProgress": "Instellingen voor Continue toegangsevaluatie bijwerken", - "success": "Instellingen voor Continue toegangsevaluatie zijn bijgewerkt" - }, - "PreviewOptions": { - "disable": "Preview uitschakelen", - "enable": "Preview inschakelen" - }, - "StrictLocationEnforcement": { - "infoContent1": "Er kunnen door Azure AD en een resourceprovider verschillende IP-adressen worden gezien vanaf hetzelfde clientapparaat vanwege een niet-overeenkomende netwerkpartitie of IPv4/IPv6. Door de strikte handhaving van de locatie wordt het beleid voor voorwaardelijke toegang afgedwongen op basis van de IP-adressen die worden gezien door Azure AD en de resourceprovider.", - "infoContent2": "Voor een maximale beveiliging wordt aangeraden alle IP-adressen op te nemen die door zowel Azure AD als de resourceprovider kunnen worden gezien in uw benoemde-locatiebeleid en de modus Strikte locatieafdwinging in te schakelen.", - "label": "Strikte locatieafdwinging", - "title": "Aanvullende afdwingingsmodi" - }, - "bladeTitle": "Continue toegangsevaluatie", - "description": "Wanneer de toegang van een gebruiker wordt verwijderd of als het IP-adres van een client wordt gewijzigd, wordt toegang tot resources en toepassingen in bijna realtime automatisch geblokkeerd met Continue toegangsevaluatie. ", - "migrateLabel": "Migreren", - "migrationError": "De migratie is mislukt vanwege de volgende fout: {0}", - "migrationInfo": "CAE-instelling is verplaatst onder Voorwaardelijke toegang UX, voer een migratie uit met de bovenstaande knop Migreren en configureer deze met het beleid voor voorwaardelijke toegang vanaf nu. Klik hier voor meer informatie.", - "noLicenseMessage": "Instellingen voor slim sessiebeheer beheren met Azure AD Premium", - "optionsPickerTitle": "Continue toegangsevaluatie inschakelen/uitschakelen", - "upsellInfo": "U kunt de instellingen op deze pagina niet meer wijzigen en alle instellingen hier moeten worden genegeerd. Uw vorige instelling wordt bewaard. U kunt uw CAE-instellingen voortaan configureren onder Voorwaardelijke toegang. Klik hier voor meer informatie." - }, - "SamlReauth": { - "Filter": { - "warning": "U richt zich op toepassingen met behulp van een dynamische query. Sommige toepassingen worden mogelijk niet ondersteund voor gebruik met sessiebeheer 'aanmeldingsfrequentie elke keer'. {0}Meer informatie over de aanbevolen scenario's.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Lijst met geselecteerde organisaties" - }, - "Upper": { - "gridAria": "Lijst met beschikbare organisaties" - }, - "addTenantLabel": "Tenant toevoegen aan geselecteerde", - "customOrganizationDescription": "Een organisatie met deze tenant-id toevoegen", - "description": "Voeg een Azure AD-organisatie toe door een van de domeinnamen te typen.", - "notFoundResult": "Niet gevonden", - "searchBoxPlaceholder": "Tenant-ID of domeinnaam", - "subTitle": "Azure AD-organisatie", - "tenantAdded": "Deze tenant-id is al toegevoegd.", - "tenantIdNotFound": "Tenant-id niet gevonden" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organisatie-id: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD-organisatie geselecteerd", - "single": "1 Azure AD-organisatie geselecteerd" - }, - "gridAria": "Lijst met geselecteerde organisaties" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Levensduur van sessie wijzigen", "mainOptionHelp": "Instellen hoe vaak gebruikers vragen worden gesteld en of browsersessies permanent zijn. Toepassingen die geen moderne verificatieprotocollen ondersteunen, voldoen mogelijk niet aan dit beleid. Neem in dergelijke gevallen contact op met de toepassingsontwikkelaar." }, - "SigninRisk": { - "LearnMore": { - "message": "Beheer gebruikerstoegang om te reageren op specifieke risiconiveaus voor aanmeldingen." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Wanneer '{0}' is geselecteerd, kan de voorwaarde '{1}' niet worden geconfigureerd." - }, - "description": "Het risiconiveau voor aanmelding wordt gegenereerd op basis van alle realtime-risicodetecties.", - "header": "Het niveau voor aanmeldingsrisico selecteren waarop dit beleid van toepassing is" - }, "SingleSelectorActive": { "failed": "Kan deze gegevens niet laden.", "reattempt": "Gegevens laden. Nieuwe poging {0} van {1}." }, - "TimeCondition": { - "Errors": { - "both": "Ongeldig tijdsbereik voor Opnemen of Uitsluiten.", - "daysOfWeek": "{0} Geef ten minste één dag van de week op.", - "endBeforeStart": "{0} Zorg ervoor dat de begindatum/-tijd vóór de einddatum/-tijd ligt.", - "exclude": "Ongeldig tijdsbereik voor Uitsluiten.", - "generic": "{0} U moet zowel de dagen van de week als de tijdzone instellen. Als u de optie voor de hele dag niet inschakelt, moet u ook een begin- en eindtijd instellen.", - "include": "Ongeldig tijdsbereik voor Opnemen.", - "timeMissing": "{0} Geef een begin- en eindtijd op.", - "timeZone": "{0} Geef een tijdzone op.", - "timesAndZone": "{0} Stel een begintijd, eindtijd en tijdzone in." - } - }, - "UserActions": { - "Included": { - "none": "Er zijn geen cloud-apps of acties geselecteerd", - "plural": "{0} gebruikersacties zijn opgenomen", - "singular": "1 gebruikersactie is opgenomen" - }, - "accessRequirement1": "Niveau 1", - "accessRequirement2": "Niveau 2", - "accessRequirement3": "Niveau 3", - "accessRequirementsLabel": "Toegang tot beveiligde app-gegevens", - "appsActionsAuthTitle": "Cloud-apps, acties of verificatiecontext", - "appsOrActionsSelectorInfoBallonText": "Toepassingen die worden geopend of gebruikersacties", - "appsOrActionsTitle": "Cloud-apps of acties", - "label": "Gebruikerssacties", - "mainOptionsLabel": "Selecteren waarop dit beleid van toepassing is", - "registerOrJoinDevices": "Apparaten registreren of toevoegen", - "registerSecurityInfo": "Beveiligingsgegevens registreren", - "selectionInfo": "De actie selecteren waarop dit beleid van toepassing is", - "whatIf": "Gebruikersactie is opgenomen" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Directory-rollen kiezen" @@ -9197,88 +8925,6 @@ }, "learnMore": "Beheer de toegang op basis van op wie het beleid van toepassing is, zoals gebruikers en groepen, workloadidentiteiten, directoryrollen of externe gasten." }, - "ValidationResult": { - "blockEveryonePolicy": "De beleidsconfiguratie wordt niet ondersteund. Controleer de toewijzingen en besturingselementen.", - "invalidApplicationCondition": "Ongeldige cloudtoepassingen geselecteerd", - "invalidClientTypesCondition": "Ongeldige clienttoepassingen geselecteerd", - "invalidConditions": "Er zijn geen toewijzingen geselecteerd", - "invalidControls": "Ongeldige besturingselementen geselecteerd", - "invalidDevicePlatformsCondition": "Ongeldige apparaatplatformen geselecteerd", - "invalidDevicesCondition": "Ongeldige apparaatconfiguratie. Waarschijnlijk een ongeldige configuratie van '{0}'.", - "invalidGrantControlPolicy": "Ongeldig verleend besturingselement", - "invalidLocationsCondition": "Ongeldige locaties geselecteerd", - "invalidNetworkAccessSecurityPolicyId": "Het beleid dat is gekoppeld aan sessienetwerkbeheer is ongeldig.", - "invalidPolicy": "Er zijn geen toewijzingen geselecteerd", - "invalidSessionControlPolicy": "Ongeldig sessiebesturingselement", - "invalidSignInRisksCondition": "Ongeldig aanmeldingsrisico geselecteerd", - "invalidUserRisksCondition": "Ongeldig gebruikersrisico geselecteerd", - "invalidUsersCondition": "Ongeldige gebruikers geselecteerd", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "Het MAM-beleid kan enkel worden toegepast op Android- of iOS-clientplatforms.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Het beleid voor netwerktoegangssessies werkt alleen correct wanneer een netwerktoegangsverkeersprofiel doelgericht is. Werk de sectie met doelbronnen bij.", - "notSupportedCombination": "Beleidsconfiguratie wordt niet ondersteund. Meer informatie over ondersteunde beleidsregels.", - "pending": "Beleid valideren", - "requireComplianceEveryonePolicy": "De configuratie van het beleid vereist apparaatcompatibiliteit voor alle gebruikers. Controleer de geselecteerde toewijzingen.", - "success": "Geldig beleid" - }, - "VpnCert": { - "Grid": { - "aria": "Lijst met VPN-certificaten" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Als u alle verificatiesterkten wilt inschakelen, configureert u toegangsinstellingen voor meerdere tenants om claims te accepteren die afkomstig zijn van Azure AD-tenants voor externe gebruikers. Verificatiesterkten configureren alleen tweede-factorverificatie voor externe gebruikers.", - "externalUsers": "Als u alle ingebouwde verificatiesterkten wilt inschakelen, configureert u toegangsinstellingen voor meerdere tenants om claims te accepteren die afkomstig zijn van Azure AD-tenants voor externe gebruikers." - }, - "combinedRegistration": "Schakel gecombineerde registratie in om Verificatiesterkte vereisen correct te laten werken. We raden u ten zeerste aan dit in te schakelen voor alle gebruikers in plaats van alleen voor een groep.", - "compliantDeviceEnabled": "Sluit uzelf niet buiten. Zorg dat uw apparaat compatibel is.", - "domainJoinedDeviceEnabled": "Sluit uzelf niet buiten. Controleer of uw apparaat hybride Azure AD-gekoppeld is.", - "notAvailableForSP": "Sommige besturingselementen zijn niet beschikbaar vanwege de selectie {0} in beleidstoewijzing", - "requireAuthOrMfa": "{0} kan niet worden gebruikt met {1}", - "requireMfa": "Overweeg de nieuwe openbare preview-versie van de {0} te testen", - "requirePasswordChangeEnabled": "Wijziging van wachtwoord vereisen kan alleen worden gebruikt wanneer het beleid is toegewezen aan Alle cloud-apps" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Met beleid in de modus Alleen rapporteren dat compatibele apparaten vereist, kunt u gebruikers van macOS, iOS, Android en Linux vragen om een certificaat voor het apparaat te selecteren.", - "excludeDevicePlatforms": "Apparaatplatformen macOS, iOS, Android en Linux uitsluiten van dit beleid.", - "proceedAnywayDevicePlatforms": "Ga door met de geselecteerde configuratie. Gebruikers van macOS, iOS, Android en Linux moeten mogelijk vragen beantwoorden wanneer het apparaat wordt gecontroleerd op naleving." - }, - "blockCurrentUserPolicy": "Sluit uzelf niet buiten. U kunt een beleid het beste eerst op een klein aantal gebruikers toepassen om te controleren of de functie werkt zoals verwacht. Ook is het verstandig om ten minste één beheerder uit te sluiten van het beleid. Hierdoor hebt u nog steeds toegang en kunt u een beleid bijwerken als er een wijziging nodig is. Evalueer de betrokken gebruikers en apps.", - "devicePlatformsReportOnlyPolicy": "Met beleid in de modus Alleen rapport dat compatibele apparaten vereist, kunt u gebruikers van macOS, iOS, en Android vragen om een certificaat voor het apparaat te selecteren.", - "excludeCurrentUserSelection": "De huidige gebruiker ({0}) uitsluiten van dit beleid.", - "excludeDevicePlatforms": "Apparaatplatformen macOS, iOS en Android uitsluiten van dit beleid.", - "proceedAnywayDevicePlatforms": "Ga door met de geselecteerde configuratie. Gebruikers van macOS, iOS en Android moeten mogelijk vragen beantwoorden wanneer het apparaat wordt gecontroleerd op naleving.", - "proceedAnywaySelection": "Ik begrijp dat mijn account gevolgen ondervindt door dit beleid. Doorgaan." - }, - "ServicePrincipals": { - "blockExchange": "Als u Office 365 Exchange Online selecteert, heeft dit ook invloed op apps als OneDrive en Teams", - "blockPortal": "Sluit uzelf niet buiten. Dit beleid heeft invloed op Azure Portal. Voordat u doorgaat, moet u zorgen dat u of iemand anders toegang blijft houden tot de portal.", - "blockPortalWithSession": "Sluit uzelf niet buiten. Dit beleid heeft invloed op Azure Portal. Voordat u doorgaat, moet u zorgen dat u of iemand anders toegang blijft houden tot de portal.
                    Negeer deze waarschuwing als u een beleid voor permanente browsersessies configureert dat alleen goed werkt als de optie Alle cloud-apps is geselecteerd.", - "blockSharePoint": "Als u SharePoint Online selecteert, heeft dit ook invloed op apps als Microsoft Teams, Planner, Delve, MyAnalytics en Newsfeed.", - "blockSkype": "Het selecteren van Skype voor Bedrijven Online is ook van invloed op Microsoft Teams.", - "includeOrExclude": "U kunt het app-filter voor {0} of {1} configureren, maar niet voor beide.", - "selectAppsNAForSP": "Afzonderlijke cloud-apps kunnen niet worden geselecteerd vanwege de selectie {0} in de beleidstoewijzing", - "teamsBlocked": "Microsoft Teams wordt ook beïnvloed wanneer apps als SharePoint Online en Exchange Online zijn opgenomen in het beleid." - }, - "Users": { - "blockAllUsers": "Sluit uzelf niet buiten. Dit beleid geldt voor alle gebruikers. U kunt een beleid het beste eerst op een klein aantal gebruikers toepassen om te controleren of de functie werkt zoals verwacht.", - "xtap": " De configuratie 'Verificatiesterkten vereisen' in toekenningsbeheer is mogelijk niet geldig voor externe gebruikers." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Lijst met kenmerken van het apparaat dat wordt gebruikt bij de aanmelding.", - "infoBalloon": "Lijst met kenmerken van het apparaat dat wordt gebruikt bij de aanmelding." - } - }, - "noTenantSelected": "Er is geen tenant geselecteerd", - "selectOrganization": "Organisatie selecteren", - "tenantIdWithPlaceholder": "Tenant-id: {0}", - "tenantSelectionRequired": "Tenant vereist" - }, "advancedTabText": "Geavanceerd", "allCloudAppsErrorBox": "Alle cloud-apps moet worden geselecteerd wanneer de toekenning Wachtwoordwijziging vereisen is geselecteerd", "allCloudAppsReauth": "\"Alle cloud-apps\" moet worden geselecteerd wanneer sessiecontrole \"Aanmeldingsfrequentie elke keer\" en toestand \"aanmeldingsrisico\" zijn geselecteerd", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "Drie jaar", "vpncertDropdownTwoyearOption": "Twee jaar", "wednesday": "woensdag", - "whatIfAppEnforcedControl": "Door apps gehandhaafde beperkingen gebruiken", - "whatIfBladeDescription": "De gevolgen van voorwaardelijke toegang op een gebruiker testen wanneer deze zich aanmeldt onder bepaalde omstandigheden.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Klassiek beleid wordt niet door dit hulpprogramma geëvalueerd.", - "whatIfClientAppInfo": "De client-app waarmee de gebruiker zich aanmeldt, bijvoorbeeld Browser.", "whatIfCountry": "Land/regio", "whatIfCountryInfo": "Het land/de regio van waaruit de gebruiker zich aanmeldt.", "whatIfDevicePlatformInfo": "Het apparaatplatform waarmee de gebruiker zich aanmeldt.", - "whatIfDeviceStateInfo": "De apparaatstatus waarmee de gebruiker zich aanmeldt", "whatIfEnterIpAddress": "IP-adres invoeren (bijvoorbeeld 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Er is een ongeldig IP-adres opgegeven.", - "whatIfEvaResultApplication": "Cloud-apps", - "whatIfEvaResultClientApps": "Client-app", - "whatIfEvaResultDevicePlatform": "Apparaatplatform", - "whatIfEvaResultEmptyPolicy": "Leeg beleid", - "whatIfEvaResultInvalidCondition": "Ongeldige voorwaarde", - "whatIfEvaResultInvalidPolicy": "Ongeldig beleid", - "whatIfEvaResultLocation": "Locatie", - "whatIfEvaResultNotEnoughInformation": "Onvoldoende informatie", - "whatIfEvaResultPolicyNotEnabled": "Beleid is niet ingeschakeld", - "whatIfEvaResultSignInRisk": "Aanmeldingsrisico", - "whatIfEvaResultUsers": "Gebruikers en groepen", "whatIfIpAddress": "IP-adres", "whatIfIpAddressInfo": "Het IP-adres waarvandaan de gebruiker zich aanmeldt.", "whatIfIpCountryInfoBoxText": "Als u een IP-adres of land/regio gebruikt, zijn beide velden vereist en moeten ze correct aan elkaar worden toegewezen.", - "whatIfPolicyAppliesTab": "Beleidsregels die worden toegepast", - "whatIfPolicyAppliesTabWithCount": "Toepasbaar beleid ({0})", - "whatIfPolicyDoesNotApplyTab": "Beleidsregels die niet worden toegepast", - "whatIfPolicyDoesNotApplyTabWithCount": "Niet-toepasbaar beleid ({0})", - "whatIfReasons": "Redenen waarom dit beleid niet wordt toegepast", - "whatIfSelectClientApp": "Een client-app selecteren...", "whatIfSelectCountry": "Land/regio selecteren", "whatIfSelectDevicePlatform": "Apparaatplatformen selecteren...", "whatIfSelectPrivateLink": "Privékoppeling selecteren...", - "whatIfSelectServicePrincipalRisk": "Risico van service-principal selecteren...", "whatIfSelectSignInRisk": "Aanmeldingsrisico selecteren...", - "whatIfSelectType": "Identiteitstype selecteren", - "whatIfSelectUserRisk": "Gebruikersrisico selecteren...", - "whatIfServicePrincipalRiskInfo": "Het risiconiveau dat is gekoppeld aan de service-principal", "whatIfSignInRisk": "Aanmeldingsrisico", "whatIfSignInRiskInfo": "Het risiconiveau gekoppeld aam de aanmelding", "whatIfUnknownAreas": "Onbekende gebieden", - "whatIfUserPickerLabel": "Geselecteerde gebruiker", - "whatIfUserPickerNoRowsLabel": "Er is geen gebruiker of service-principal geselecteerd", - "whatIfUserRiskInfo": "Het risiconiveau dat is gekoppeld aan de gebruiker", - "whatIfUserSelectorInfo": "Een gebruiker in de adreslijst die u wilt testen", "windows365InfoBox": "Als u Windows 365 selecteert, is dit van invloed op verbindingen met cloud-pc's en Azure Virtual Desktop-sessiehosts. Klik hier voor meer informatie.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Er is een premium P1- of P2-licentie voor workload-identiteiten vereist om dit beleid te bewerken.", "workloadIdentity": "Workload-identiteit" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filtermodus", - "assignmentToast": "Meldingen van eindgebruiker", - "assignmentTypeTableHeader": "TOEWIJZINGSTYPE", - "deadlineTimeColumnLabel": "Installatiedeadline", - "deliveryOptimizationPriorityHeader": "Delivery Optimization-prioriteit", - "groupTableHeader": "Groep", - "installContextLabel": "Context installeren", - "isRemovable": "Installeren als verwisselbaar", - "licenseTypeLabel": "Licentietype", - "modeTableHeader": "Groepsmodus", - "policySet": "Beleidsset", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Back-up van iCloud-app voorkomen", - "restartGracePeriodHeader": "Respijtperiode voor opnieuw opstarten", - "startTimeColumnLabel": "Beschikbaarheid", - "tracks": "Tracks", - "uninstallOnRemoval": "Verwijderen bij verwijdering van apparaat", - "updateMode": "Updateprioriteit", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD-web-app", - "androidEnterpriseSystemApp": "Android Enterprise-systeem-app", - "androidForWorkApp": "Beheerde Google Play Store-app", - "androidLobApp": "Line-Of-Business-app voor Android", - "androidStoreApp": "Android Store-app", - "builtInAndroid": "Ingebouwde Android-app", - "builtInApp": "Ingebouwde app", - "builtInIos": "Ingebouwde iOS-app", - "iosIPadOSWebClip": "iOS/iPadOS-webclip", - "iosLobApp": "Line-Of-Business-app voor iOS", - "iosStoreApp": "iOS Store-app", - "iosVppApp": "Volume Purchase Program-app voor iOS", - "lineOfBusinessApp": "Line-Of-Business-app", - "macOSDmgApp": "macOS-app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Line-Of-Business-app voor macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office-suite", - "macOsVppApp": "Volume Purchase Program-app voor macOS", - "managedAndroidLobApp": "Beheerde Line-Of-Business-app voor Android", - "managedAndroidStoreApp": "Beheerde Android Store-app", - "managedGooglePlayApp": "Beheerde Google Play Store-app", - "managedGooglePlayPrivateApp": "Persoonlijke beheerde Google Play-app", - "managedGooglePlayWebApp": "Webkoppeling voor beheerde Google Play", - "managedIosLobApp": "Beheerde Line-Of-Business-app voor iOS", - "managedIosStoreApp": "Beheerde iOS Store-app", - "microsoftStoreForBusinessApp": "Microsoft Store voor Bedrijven-app", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store voor Bedrijven", - "officeAddIn": "Office-invoegtoepassing", - "officeSuiteApp": "Microsoft 365-apps (Windows 10 en hoger)", - "sharePointApp": "SharePoint-app", - "teamsApp": "Teams-app", - "webApp": "Webkoppeling", - "winGetPublicApp": "Opslagplaats van de community van Windows-pakketbeheerder", - "winGetStoreApp": "Microsoft Store-app (nieuw)", - "windowsAppXLobApp": "AppX Line-Of-Business-app voor Windows", - "windowsClassicApp": "Windows-app (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 en hoger)", - "windowsMobileMsiLobApp": "MSI Line-Of-Business-app voor Windows", - "windowsPhone81AppXBundleLobApp": "AppX Line-Of-Business-app voor Windows Phone 8.1", - "windowsPhone81AppXLobApp": "AppX Line-Of-Business-app voor Windows Phone 8.1", - "windowsPhone81StoreApp": "Windows Phone 8.1 Store-app", - "windowsPhoneXapLobApp": "XAP Line-Of-Business-app voor Windows Phone", - "windowsStoreApp": "Microsoft Store-app (verouderd)", - "windowsUniversalAppXLobApp": "Universele AppX Line-Of-Business-app voor Windows", - "windowsUniversalLobApp": "Universele Line-Of-Business-app voor Windows", - "windowsWebApp": "Windows-webkoppeling" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Uitgesloten", - "include": "Inbegrepen", - "includeAllDevicesVirtualGroup": "Inbegrepen", - "includeAllUsersVirtualGroup": "Inbegrepen" - }, - "AssignmentToast": { - "hideAll": "Alle pop-upmeldingen verbergen", - "showAll": "Alle pop-upmeldingen weergeven", - "showReboot": "Pop-upmeldingen voor de computer opnieuw opstarten weergeven" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Achtergrond", - "displayText": "Inhoud downloaden in {0}", - "foreground": "Voorgrond", - "header": "Delivery Optimization-prioriteit" - }, - "DeviceRestartBehaviorOptions": { - "allow": "Na installatie van de app kan opnieuw opstarten van het apparaat worden afgedwongen", - "basedOnReturnCode": "Bepaal bedrag op basis van retourcodes", - "force": "Via Intune wordt opnieuw opstarten van het apparaat afgedwongen", - "suppress": "Geen specifieke actie" - }, - "FilterType": { - "exclude": "Uitsluiten", - "include": "Opnemen", - "none": "Geen" - }, - "InstallIntent": { - "available": "Beschikbaar voor ingeschreven apparaten", - "availableWithoutEnrollment": "Beschikbaar met of zonder inschrijving", - "notApplicable": "Niet van toepassing", - "required": "Vereist", - "uninstall": "Verwijderen" - }, - "SettingType": { - "assignmentType": "Toewijzingstype", - "deviceLicensing": "Licentietype", - "installContext": "Verwijderen bij verwijdering van apparaat", - "toastSettings": "Meldingen van eindgebruiker", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Standaard", - "postponed": "Uitgesteld", - "priority": "Hoge prioriteit" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configureer apparaten voor de eerste inrichting en wijs ze toe aan gebruikers.", - "title": "Apparaatvoorbereiding" - }, - "EnrollmentSettings": { - "description": "Inschrijvingsinstellingen configureren, zoals het blokkeren van de inschrijving en toewijzen aan gebruikers.", - "title": "Inschrijvingsinstellingen" - }, - "coManagementAuthorityDesc": "Co-beheerinstellingen configureren voor Configuration Manager-integratie", - "coManagementAuthorityTitle": "Instellingen voor co-beheer ", - "deploymentProfiles": "Windows AutoPilot-implementatieprofielen", - "description": "Meer informatie over de zeven verschillende manieren waarop een Windows 10/11-pc kan worden ingeschreven bij Intune door gebruikers of beheerders.", - "descriptionLabel": "Windows-inschrijvingsmethoden", - "enrollmentStatusPage": "Pagina Status van de inschrijving" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "Na installatie van de app kan opnieuw opstarten van het apparaat worden afgedwongen", - "basedOnReturnCode": "Bepaal bedrag op basis van retourcodes", - "force": "Via Intune wordt opnieuw opstarten van het apparaat afgedwongen", - "suppress": "Geen specifieke actie" - }, - "RunAsAccountOptions": { - "system": "Systeem", - "user": "Gebruiker" - }, - "availableUninstall": "Beschikbare verwijdering toestaan", - "availableUninstallTooltip": "Selecteer Ja om de optie voor het verwijderen van deze app op te geven voor gebruikers van de Bedrijfsportal. Selecteer Nee om te voorkomen dat gebruikers de app verwijderen uit de Bedrijfsportal.", - "bladeTitle": "Programma", - "deviceRestartBehavior": "Gedrag voor opnieuw opstarten van apparaat", - "deviceRestartBehaviorTooltip": "Selecteer het gedrag voor het opnieuw opstarten van het apparaat na installatie van de app. Selecteer Bepaal gedrag op basis van retourcodes om het apparaat opnieuw op te starten op basis van de instellingen van de retourcodes. Selecteer 'Geen specifieke actie' om opnieuw opstarten van het apparaat te onderdrukken bij het installeren van apps op basis van MSI. Selecteer Na installatie van de app kan opnieuw opstarten van het apparaat worden afgedwongen als u wilt dat de app wordt geïnstalleerd zonder dat opnieuw opstarten wordt onderdrukt. Selecteer Via Intune wordt opnieuw opstarten van het apparaat afgedwongen om het apparaat altijd opnieuw op te starten na installatie van de app.", - "header": "Geef de opdrachten op voor het installeren en verwijderen van deze app:", - "installCommand": "Opdracht voor installeren", - "installCommandMaxLengthErrorMessage": "De installatieopdracht mag niet langer zijn dan de maximaal toegestane lengte van 1024 tekens.", - "installCommandTooltip": "De volledige opdrachtregel voor installatie die wordt gebruikt om deze app te installeren.", - "runAs32Bit": "Opdrachten voor installeren en verwijderen uitvoeren in een 32 bitsproces op 64 bitsclients", - "runAs32BitTooltip": "Selecteer Ja als u de app in een 32 bitsproces op 64 bitsclients wilt installeren en verwijderen. Selecteer Nee (standaard) als u de app in een 64 bitsproces op 64 bitsclients wilt installeren en verwijderen. 32 bitsclients gebruiken altijd een 32 bitsproces.", - "runAsAccount": "Installatiegedrag", - "runAsAccountTooltip": "Selecteer Systeem om deze app te installeren voor alle gebruikers, indien ondersteund. Selecteer Gebruiker om deze app te installeren voor de aangemelde gebruiker op het apparaat. Bij wijzigingen kunnen updates en verwijderingen voor apps met MSI met een dubbel doel pas worden voltooid als de waarde die tijdens de oorspronkelijke installatie op het apparaat is toegepast, is hersteld.", - "selectorLabel": "Programma", - "uninstallCommand": "Opdracht voor verwijderen", - "uninstallCommandTooltip": "De volledige opdrachtregel voor verwijdering die wordt gebruikt om deze app te verwijderen." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Gebruik deze instellingen om op de hoogte blijven over welke gebruikers apps installeren die niet zijn goedgekeurd voor gebruik in uw bedrijf. Selecteer het type lijst voor beperkte apps:

                    \r\n Verboden apps - een lijst met apps waarover u een melding wilt ontvangen als gebruikers ze installeren.
                    \r\n Goedgekeurde apps - een lijst met apps die zijn goedgekeurd voor gebruik in uw bedrijf. Wanneer gebruikers een app installeren die niet in deze lijst voorkomt, ontvangt u een melding.
                    \r\n ", - "androidZebraMxZebraMx": "Zebra-apparaten configureren door een MX-profiel in XML-indeling te uploaden.", - "iosDeviceFeaturesAirprint": "Gebruik deze instellingen om iOS-apparaten zodanig te configureren dat ze automatisch verbinding maken met printers in uw netwerk die compatibel zijn met AirPrint. U hebt het IP-adres en het resourcepad van uw printers nodig.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Een app-extensie configureren waarmee eenmalige aanmelding (SSO) wordt ingeschakeld voor apparaten met iOS 13.0 of hoger.", - "iosDeviceFeaturesHomeScreenLayout": "De indeling configureren voor het dock- en startscherm op iOS-apparaten. Bepaalde apparaten kennen limieten voor het aantal items dat kan worden weergegeven.", - "iosDeviceFeaturesIOSWallpaper": "Een afbeelding weergeven die wordt weergegeven op het startscherm en/of het vergrendelingsscherm van iOS-apparaten.\r\n Als u op elke locatie een unieke afbeelding wilt weergeven, maakt u een profiel met een afbeelding voor het vergrendelingsscherm en een profiel met een afbeelding voor het startscherm.\r\n Wijs vervolgens beide profielen aan uw gebruikers toe.\r\n
                    \r\n
                      \r\n
                    • Maximale bestandsgrootte: 750 kB
                    • \r\n
                    • Bestandstype: PNG, JPG of JPEG
                    • \r\n
                    \r\n ", - "iosDeviceFeaturesNotifications": "Meldingsinstellingen voor apps opgeven. Ondersteunt iOS 9.3 en hoger.", - "iosDeviceFeaturesSharedDevice": "Optionele tekst opgeven die wordt weergegeven op het vergrendelingsscherm. De functie wordt ondersteund voor iOS 9.3 en hoger. Meer informatie", - "iosGeneralApplicationRestrictions": "Gebruik deze instellingen om op de hoogte blijven over welke gebruikers apps installeren die niet zijn goedgekeurd voor gebruik in uw bedrijf. Selecteer het type lijst voor beperkte apps:

                    \r\n Verboden apps - een lijst met apps waarover u een melding wilt ontvangen als gebruikers ze installeren.
                    \r\n Goedgekeurde apps - een lijst met apps die zijn goedgekeurd voor gebruik in uw bedrijf. Wanneer gebruikers een app installeren die niet in deze lijst voorkomt, ontvangt u een melding.
                    \r\n ", - "iosGeneralApplicationVisibility": "In de lijst Apps weergeven kunt u de iOS-apps opgeven die gebruikers kunnen zien of starten. In de lijst met verborgen apps kunt u de iOS-apps opgeven die gebruikers niet kunnen zien of starten.", - "iosGeneralAutonomousSingleAppMode": "Apps die u aan deze lijst toevoegt en toewijst aan een apparaat, kunnen het apparaat vergrendelen zodra de app is gestart, zodat alleen de desbetreffende app kan worden uitgevoerd. Of het apparaat kan worden vergrendeld terwijl er een bepaalde acties wordt uitgevoerd (bijvoorbeeld wanneer u een test maakt). Zodra de actie is voltooid of u de beperking verwijdert, keert het apparaat terug naar de normale status.", - "iosGeneralKiosk": "Met de kioskmodus worden verschillende instellingen in een apparaat vergrendeld of wordt er één app gespecificeerd die op het apparaat mag worden uitgevoerd. Dit kan handig zijn wanneer er bijvoorbeeld in een winkel slechts één demo-app op het apparaat mag worden uitgevoerd.", - "macDeviceFeaturesAirprint": "Gebruik deze instellingen om macOS-apparaten zodanig te configureren dat ze automatisch verbinding maken met printers in uw netwerk die compatibel zijn met AirPrint. U hebt het IP-adres en het resourcepad van uw printers nodig.", - "macDeviceFeaturesAssociatedDomains": "De gekoppelde domeinen configureren voor het delen van gegevens en aanmeldingsreferenties tussen de apps en websites van uw organisatie. Dit profiel kan worden toegepast op apparaten met macOS 10.15 of hoger.", - "macDeviceFeaturesExtensibleSingleSignOn": "Een app-extensie configureren waarmee eenmalige aanmelding (SSO) wordt ingeschakeld voor apparaten met macOS 10.15 of hoger.", - "macDeviceFeaturesLoginItems": "Kies welke apps, bestanden en mappen worden geopend wanneer gebruikers zich aanmelden bij hun apparaten. Als u niet wilt dat gebruikers de weergave van de geselecteerde apps kunnen wijzigen, kunt u de app verbergen in de gebruikersconfiguratie.", - "macDeviceFeaturesLoginWindow": "Configureer het uiterlijk van het macOS-aanmeldingsscherm en de functies die beschikbaar zijn voor gebruikers voordat en nadat ze zich hebben aangemeld.", - "macExtensionsKernelExtensions": "Met deze instellingen kunt u het beleid voor kernelextensies configureren op apparaten met macOS 10.13.2 of hoger.", - "macGeneralDomains": "E-mailberichten die de gebruiker verzendt of ontvangt die niet overeenkomen met de domeinen die u hier opgeeft, worden gemarkeerd als niet-vertrouwd.", - "windows10EndpointProtectionApplicationGuard": "Tijdens het gebruik van Microsoft Edge beveiligt Microsoft Defender Application Guard uw omgeving tegen sites die door uw organisatie niet als vertrouwd zijn gedefinieerd. Als gebruikers sites bezoeken die niet worden vermeld in uw geïsoleerde netwerkgrens, worden deze sites geopend in een virtuele browsersessie in Hyper-V. Vertrouwde sites worden gedefinieerd door een netwerkgrens, die in Apparaatconfiguratie kan worden geconfigureerd. Deze functie is alleen beschikbaar voor apparaten met 64-bits Windows 10 of hoger.", - "windows10EndpointProtectionCredentialGuard": "Als u Credential Guard inschakelt, worden de volgende vereiste instellingen ingeschakeld:\r\n
                    \r\n
                      \r\n
                    • Beveiliging op basis van virtualisatie inschakelen: hiermee wordt beveiliging op basis van virtualisatie ingeschakeld bij de volgende keer opnieuw opstarten. Voor beveiliging op basis van virtualisatie wordt Windows Hypervisor gebruikt ter ondersteuning van beveiligingsservices.
                    • \r\n
                      \r\n
                    • Beveiligd opstarten met directe geheugentoegang: hiermee wordt beveiliging op basis van virtualisatie ingeschakeld met beveiligd opstarten en directe geheugentoegang (DMA).
                    • \r\n
                    \r\n ", - "windows10EndpointProtectionDeviceGuard": "Kies aanvullende apps die moeten worden gecontroleerd of kunnen worden vertrouwd door Microsoft Defender-toepassingsbeheer. Windows-onderdelen en alle apps uit Windows Store worden automatisch vertrouwd.

                    \r\n Toepassingen worden niet geblokkeerd wanneer ze in de modus Alleen controle worden uitgevoerd. De modus Alleen controle legt alle gebeurtenissen vast in de logboeken van de lokale client.\r\n ", - "windows10GeneralPrivacyPerApp": "Voeg apps toe waarvoor een ander privacygedrag moet gelden dan wat u in 'Standaardprivacy' hebt gedefinieerd.", - "windows10NetworkBoundaryNetworkBoundary": "De grens van het netwerk is de lijst met ondernemingsresources, zoals in de cloud gehoste domeinen en IP-adresbereiken voor computers op het bedrijfsnetwerk. Stel netwerkgrenzen in om beleid toe te passen ter bescherming van de gegevens die zich op deze locaties bevinden.", - "windowsHealthMonitoring": "Het beleid voor statuscontrole van Windows configureren.", - "windowsPhoneGeneralApplicationRestrictions": "Met Windows Phone kunt u voorkomen dat gebruikers apps installeren of starten die in de lijst met niet-toegestane apps staan of die niet voorkomen in de lijst met goedgekeurde apps. Alle beheerde apps moeten worden toegevoegd aan de goedgekeurde lijst." - }, - "Inputs": { - "accountDomain": "Accountdomein", - "accountDomainHint": "bijvoorbeeld contosodomain", - "accountDomainInfoBalloon": "Geef accountdomein van de gebruiker op.", - "accountTypeInfoBalloon": "Het accounttype opgeven dat wordt geconfigureerd op basis van het verificatiemodel", - "allowContactSetting": "Toestaan dat de gebruiker de instelling voor contactpersonen kan wijzigen", - "allowContactSyncInfoBalloon": "Opgeven of de gebruiker de synchronisatie-instelling voor contactpersonen mag wijzigen", - "allowUserChange": "Toestaan dat de gebruiker de instelling kan wijzigen", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Geef een pakketnaam op die vergelijkbaar is met com.microsoft.word", - "androidUrlValidation": "Voer een geldige URL in die vergelijkbaar is met https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Context voor app-installatie", - "appUrlLabel": "Appstore-URL", - "appleUrlValidation": "Voer een geldige URL in die vergelijkbaar is met https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Toepasselijk apparaattype", - "assignmentActionLabel": "Modus", - "authenticationMethodInfoBalloon": "De verificatiemethode voor de gebruiker opgeven", - "authenticationMetod": "Verificatiemethode", - "authenticationType": "Verificatietype", - "authenticationTypeInfoBalloon": "Het verificatietype voor de gebruiker opgeven", - "availableLicenseCount": "Beschikbare licenties", - "basicAuth": "Basisverificatie", - "biometricsInfoBalloon": "Biometrie, bijvoorbeeld TouchID of FaceID, kan worden vereist voor gebruikers om toegang te krijgen tot de app op hun apparaat. Indien nodig wordt biometrie gebruikt naast de verificatiemethode die is geselecteerd in dit profiel. Deze instelling moet niet worden ingeschakeld wanneer beveiligingsbeleid voor de Intune App is geïmplementeerd, omdat het beveiligingsbeleid voor de app toegangsvereisten omvat waaraan moet worden voldaan voordat toegang wordt verkregen tot beheerde gegevens. Als u beide inschakelt, leidt dit tot meerdere meldingen voor toegang tot Outlook Mobile. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Uit gebruikt.", - "bookNameLabel": "Boeknaam", - "bundleDescriptionHint": "Voer een beschrijving voor de opgenomen apps in.", - "calendar": "Agenda", - "categoryLabel": "Categorie", - "categoryNameLabel": "Standaardnaam", - "certProfileType": "Type van het certificaatprofiel", - "certificate": "Certificaat", - "certificates": "Certificaten", - "commandLineLabel": "Opdrachtregelargumenten", - "commandLineSizeHint": "De maximale lengte van de tekst voor opdrachtregelargumenten is 1024 tekens", - "configurationSettingsFormatLabel": "Indeling van de configuratie-instellingen", - "configurationSettingsLabel": "Indeling voor instellingen", - "contactSync": "Contactpersonen opslaan", - "contactSyncInfoBalloon": "Door het opslaan van contactpersonen naar het systeemeigen adresboek van het mobiele apparaat kunnen nieuwe oproepen en sms-berichten worden gekoppeld met de bestaande Outlook-contactpersonen van de gebruiker. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Uit gebruikt.", - "contacts": "Contacten", - "createdDateTime": "Gemaakt", - "defaultCategoryHint": "Standaardcategorieën kunnen niet worden gewijzigd", - "deploySMimeCertsFromIntune": "S/MIME-certificaten implementeren via Intune", - "descriptionGenericLabel": "Beschrijving", - "descriptionHint": "Een beschrijving invoeren...", - "descriptionLabel": "Beschrijving", - "descriptionSizeHint": "De beschrijving mag niet langer zijn dan 10.000 tekens", - "developerLabel": "Ontwikkelaar", - "developerSizeHint": "De maximale lengte van de naam van de ontwikkelaar is 256 tekens.", - "disable": "Uitschakelen", - "disabled": "Uitgeschakeld", - "displayNameLabel": "Naam", - "displayVersionHint": "De app-versie invoeren", - "displayVersionLabel": "App-versie", - "displayVersionLengthCheck": "De weergaveversie mag maximaal 130 tekens lang zijn", - "eBookCategoryNameLabel": "Standaardnaam", - "emailAccount": "Naam van e-mailaccount", - "emailAccountHint": "bijvoorbeeld bedrijfs-e-mail", - "emailAccountInfoBalloon": "De weergavenaam voor het e-mailaccount opgeven zoals deze wordt weergeven aan gebruikers op hun apparaten", - "emailAddressAttribute": "Kenmerk van het e-mailadres van AAD", - "emailAddressInfoBalloon": "Het e-mailadres opgeven dat moet worden gebruikt voor het verzenden en ontvangen van e-mail", - "emailServer": "E-mailserver", - "emailServerHint": "bijvoorbeeld mail.contoso.com", - "emailServerInfoBalloon": "De hostnaam voor Exchange Server opgeven", - "enable": "Inschakelen", - "enableSMime": "S/MIME inschakelen", - "enabled": "Inschakelen", - "encryptAllEmails": "Alle e-mailberichten versleutelen", - "encryptionCertificates": "Versleutelingscertificaten", - "endUserNotifications": "Meldingen voor eindgebruikers", - "enrollmentTypeLabel": "Type apparaatregistratie", - "externalRecipients": "De MailTip Externe geadresseerden", - "externalRecipientsInfoBalloon": "De MailTip Externe ontvangers wordt weergegeven als de afzender een externe ontvanger of een distributiegroep met externe ontvangers toevoegt. Deze MailTip informeert de afzender als een bericht dat de afzender heeft opgesteld, wordt verzonden naar ontvangers buiten de organisatie. De afzender kan dan de juiste beslissingen nemen over taalgebruik, toon en inhoud. Deze MailTip is alleen beschikbaar voor on-premises en Exchange Online-accounts die gebruikmaken van hybride moderne verificatie. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Aan gebruikt.", - "focusedInbox": "Postvak IN met prioriteit", - "focusedInboxInfoBalloon": "Met Postvak IN met prioriteit wordt het postvak IN gescheiden in twee tabbladen: Met prioriteit en Overige. Uw belangrijkste e-mails bevinden zich op het tabblad Met prioriteit. De rest staat binnen handbereik, maar buiten direct zicht, op het tabblad Overige. Als de optie niet is geconfigureerd, wordt standaard de app-instelling Aan gebruikt.", - "gmailNineAmountOfEmail": "Aantal dagen e-mail voor synchronisatie", - "gmailNineAuthenticationMethodInfoBalloon": "Selecteer hoe gebruikers moeten worden geverifieerd bij de e-mailserver. Gebruik certificaten om de meest veilige en naadloze ervaring aan eindgebruikers te bieden. Op certificaten gebaseerde verificatie is nog niet beschikbaar omdat SCEP- en PKCS-certificaatprofielen voor apparaten van de apparaat-eigenaar niet beschikbaar zijn. ", - "gmailNineCertificateUPNInfoBalloon": "Het certificaat moet een User Principal Name (UPN) bevatten als alternatieve naam voor het onderwerp.", - "gmailNineEmailAddressInfoBalloon": "Het kenmerk dat Intune van Azure AD ontvangt om op dynamische wijze het e-mailadres te genereren dat door dit profiel wordt gebruikt, bijvoorbeeld MyName@contoso.com (UPN). Meer informatie over AAD-kenmerken voor e-mailprofielen.", - "gmailNineEmailServerInfoBalloon": "De Exchange-locatie (URL) van de e-mailserver waarmee de door u opgegeven app verbinding maakt om e-mailberichten op te halen.", - "gmailNineEmailSynchronizeInfoBalloon": "Hiermee kunt u bepalen hoeveel e-mail met de client wordt gesynchroniseerd.", - "gmailNineSSLInfoBalloon": "SSL inschakelen om alle communicatie met de e-mailserver te beveiligen.", - "gmailNineUsernameInfoBalloon": "Het kenmerk dat Intune van Azure AD ontvangt om op dynamische wijze de gebruikersnaam te genereren die door dit profiel wordt gebruikt, bijvoorbeeld MyName@contoso.com (UPN) of MyName (gebruikersnaam). Meer informatie over AAD-kenmerken voor e-mailprofielen.", - "ignoreVersionDetection": "App-versie negeren", - "informationUrlLabel": "Informatie-URL", - "informationUrlSizeHint": "De maximale lengte van de informatie-URL is 1024 tekens", - "installAsManaged": "Installeren als beheerd", - "installationSourceLabel": "App-type", - "installerTypeInfoBalloon": "Het installatietype van het toepassingspakket.", - "installerTypeLabel": "Type installatieprogramma", - "isFeatured": "Deze weergeven als aanbevolen app in de bedrijfsportal", - "isMAMEnabledToggleLabel": "Ja", - "lastModifiedDateTime": "Tijd laatst bijgewerkt", - "ldapUrl": "LDAP-URL", - "licensingType": "Ondersteunt apparaatcontexttoewijzing", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimumversie van het besturingssysteem", - "modernAuth": "Moderne verificatie", - "nameHint": "Een naam invoeren", - "nameLabel": "Naam", - "nameSizeHint": "De maximale lengte van de naam is 512 tekens.", - "notConfigured": "Niet geconfigureerd", - "notesLabel": "Opmerkingen", - "notesSizeHint": "De maximale lengte van de tekst van de notities is 1024 tekens.", - "notificationType": "Meldingstype", - "oneDay": "Eén dag", - "oneMonth": "Een maand", - "oneWeek": "Eén week", - "outlookSMimeSettings": "S/MIME-instellingen voor Outlook", - "ownerLabel": "Eigenaar", - "ownerSizeHint": "De maximale lengte van de naam van de eigenaar is 256 tekens.", - "packageIdLabel": "Pakket-id", - "packageNameLabel": "Pakketnaam", - "pivCredentialNotConfigured": "U hebt geen verlener van afgeleide referenties geselecteerd voor de tenant. Configureer een verlener om dit beleid op apparaten toe te passen.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Beschrijving", - "policyNameLabel": "Naam", - "primarySMTPAddress": "Primair SMTP-adres", - "privacyUrlLabel": "Privacy-URL", - "publisherHint": "Voer de naam van een uitgever in", - "publisherLabel": "Uitgever", - "publisherSizeHint": "De naam van de uitgever moet tussen de 2 en 1024 tekens lang zijn (inclusief)", - "require": "Vereisen", - "requireBiometrics": "Biometrie vereisen toegang tot de app", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "Er is minstens één bereiktag vereist", - "searchAppLabel": "App selecteren", - "searchAppLinkText": "Zoeken in de App Store", - "searchWinGetPublicRepositoryLinkText": "Opslagplaats van de community van Windows-pakketbeheerder doorzoeken", - "searchWinGetStoreRepositoryLinkText": "Zoeken in de Microsoft Store-app (nieuw)", - "selectAAD": "Een AAD-kenmerk selecteren", - "selectAppFileLabel": "Bestand selecteren", - "selectAppFileLinkText": "App-pakketbestand selecteren", - "selectAppFileToUpdateLabel": "Een bestand selecteren dat moet worden bijgewerkt", - "selectAuthMethod": "Een verificatiemethode selecteren", - "selectAuthType": "Een verificatietype selecteren", - "selectCertificate": "Selecteer een certificaat", - "signAllEmails": "Alle e-mailberichten ondertekenen", - "signingCertificates": "Handtekeningcertificaten", - "ssl": "SSL", - "suiteDescriptionLabel": "Beschrijving van suite", - "suiteNameLabel": "Naam van suite", - "tasks": "Taken", - "threeDays": "Drie dagen", - "totalLicenseCount": "Totaal aantal licenties", - "twoWeeks": "Twee weken", - "unifiedAssignmentsLabel": "Toewijzen aan:", - "unlimited": "Onbeperkt", - "urlHint": "Voer een geldige URL in", - "useManagedBrowserHint": "Alleen Android en iOS. Meer informatie.", - "useManagedBrowserLabel": "Een beheerde browser vereisen om deze koppeling te openen", - "userPrinicipalName": "User principal name", - "username": "Gebruikersnaam", - "usernameAttribute": "Kenmerk van de gebruikersnaam van AAD", - "usernameAttributreInfoBalloon": "De user principal name opgeven van het e-mailprofiel dat wordt gebruikt voor verificatie van het account", - "usernamePassword": "Gebruikersnaam en wachtwoord", - "webAppUrlHint": "Voer een geldige URL in die begint met http:// of https://", - "webAppUrlLabel": "App-URL", - "webAppUrlSizeHint": "De maximale lengte van de app-URL is 1024 tekens.", - "windowsUrlValidation": "Voer een geldige URL in die vergelijkbaar is met https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "XML-gegevens zijn ingevoerd", - "xmlFormatInvalid": "De indeling van het XML-beleid is ongeldig.", - "xmlTooLarge": "De invoergrootte moet kleiner zijn dan 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Niet ondersteund", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Voor het maken van beleid voor kwaliteitsupdates zijn specifieke licenties vereist.", "warningBoxText": "Door het versnellen van software-updates kunt u weliswaar de benodigde tijd voor het verkrijgen van naleving (indien nodig) verkorten, maar dit heeft bredere gevolgen voor de productiviteit van eindgebruikers. De kans dat gebruikers te maken krijgen met een herstart tijdens kantooruren neemt hierdoor aanzienlijk toe." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                    For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                    Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                    \n
                      \n
                    • This setting works correctly when \"All cloud apps\" are selected
                    • \n
                    • This does not affect token lifetimes or the sign-in frequency setting.
                    • \n
                    • This will override the \"Show option to stay signed in\" policy in Company Branding.
                    • \n
                    • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                    • \n
                    • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                    • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                      Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Configuratie-instellingen voor Microsoft Edge", "edgeWindowsDataProtectionSettings": "Instellingen voor gegevensbescherming van Microsoft Edge (Windows) - Preview", @@ -10783,7 +11566,10 @@ "Column": { "author": "Auteur", "template": "Sjabloonnaam" - } + }, + "Row": { + "ariaLabel": "row {0} of {1} column {2}" + } }, "SettingsCatalog": { "subtitle": "Begin nieuwe instellingen en selecteer de gewenste instellingen in de bibliotheek met beschikbare instellingen", @@ -11593,6 +12379,7 @@ "gettingStarted": "Aan de slag", "messages": "Berichten", "onlineResources": "Onlineresources", + "policyHealth": "Beleidsstatus", "releaseManagement": "Releasebeheer", "serviceRequests": "Serviceaanvragen", "settings": "Instellingen", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "Alle apps", "allDevices": "Alle apparaten", - "androidFotaDeployments": "Android FOTA-implementaties", + "androidFotaDeployments": "Android FOTA-implementaties (preview)", "appBundles": "App-bundels", "appCategories": "App-categorieën", "appConfigPolicies": "App-configuratiebeleid", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Toegewezen machtigingen", "assignedRoles": "Toegewezen rollen", "autopilotDeploymentReport": "Autopilot-implementaties (preview-versie)", + "autopilotDeploymentReportV2": "Autopilot-implementaties 2.0 (preview)", "brandingAndCustomization": "Aanpassen", "cartProfiles": "Winkelwagenprofielen", "certificateConnectors": "Certificaatconnectors", "chromeEnterprise": "Chrome Enterprise (preview)", "cloudAttachedDevices": "Apparaten met cloudkoppeling (preview)", + "cloudPcActions": "Cloud pc-acties (preview)", + "cloudPcMaintenanceWindows": "Onderhoudsvensters voor cloud-pc (preview- versie)", "compliancePolicies": "Nalevingsbeleid", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11657,7 +12447,7 @@ "enrollmentRestrictions": "Inschrijvingsbeperkingen", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange-serviceconnectors", - "failuresForDriverUpdates": "Fouten bij updates van Windows-stuurprogramma (preview)", + "failuresForDriverUpdates": "Fouten bij bijwerken van Windows-stuurprogramma", "failuresForFeatureUpdates": "Fouten bij updates voor functies", "failuresForQualityUpdates": "Fouten bij versnelde updates van Windows", "featureFlighting": "Functieflighting", @@ -11717,12 +12507,12 @@ "user": "Gebruiker", "userExecutionStatus": "Gebruikersstatus", "wdacSupplementalPolicies": "Aanvullende beleidsregels S-modus", - "windows10DriverUpdate": "Stuurprogramma-updates voor Windows 10 en hoger (preview)", + "windows10DriverUpdate": "Stuurprogramma-updates voor Windows 10 en hoger", "windows10QualityUpdate": "Kwaliteitsupdates voor Windows 10 en hoger", "windows10UpdateRings": "Ringen bijwerken voor Windows 10 en hoger", "windows10XPolicyFailures": "Fouten met Windows 10X-beleid", "windows365Connector": "Windows 365 Citrix connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix-connector (preview)", + "windows365PartnerConnector": "Windows 365-partnerconnectors", "windowsDiagnosticData": "Windows-gegevens", "windowsEnterpriseCertificate": "Windows Enterprise-certificaat", "windowsManagement": "PowerShell-scripts", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Respijtperiode voor opnieuw opstarten van het apparaat", "summaryTitle": "Ervaring voor eindgebruikers" }, - "EnrollmentType": { - "devicesWithEnrollment": "Beheerde apparaten", - "devicesWithoutEnrollment": "Beheerde apps" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Het bestand of de map als de geselecteerde vereiste.", + "pathToolTip": "Het volledige pad van het bestand of de map die u wilt detecteren.", + "property": "Eigenschap", + "valueToolTip": "Selecteer een waarde voor de vereiste die overeenkomt met de geselecteerde detectiemethode. Een vereiste voor datum en tijd moet u in de lokale tijdnotatie invoeren." + }, + "GridColumns": { + "pathOrScript": "Pad/script", + "type": "Type" + }, + "Registry": { + "keyPath": "Sleutelpad", + "keyPathTooltip": "Het volledige pad van de registervermelding die de waarde als vereiste bevat.", + "operator": "Operator", + "operatorTooltip": "Selecteer de operator voor de vergelijking.", + "registryRequirement": "Vereiste voor registersleutel", + "registryRequirementTooltip": "Selecteer de vergelijking van de vereiste voor de registersleutel.", + "valueName": "Waardenaam", + "valueNameTooltip": "De naam van de vereiste registerwaarde." + }, + "RequirementTypeOptions": { + "fileType": "Bestand", + "registry": "Register", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Booleaans", + "dateTime": "Datum en tijd", + "float": "Drijvende komma", + "integer": "Geheel getal", + "string": "Tekenreeks", + "version": "Versie" + }, + "duplicateName": "De scriptnaam {0} is al gebruikt. Voer een andere naam in.", + "enforceSignatureCheck": "Controle van scripthandtekening afdwingen", + "enforceSignatureCheckTooltip": "Selecteer Ja om op te geven dat het script is ondertekend door een vertrouwde uitgever. Hierdoor kan het script zonder waarschuwingen of prompts worden uitgevoerd. Het script wordt niet geblokkeerd en wordt uitgevoerd. Selecteer Nee (standaardwaarde) om het script met bevestiging door de eindgebruiker maar zonder handtekeningverificatie uit te voeren.", + "loggedOnCredentials": "Dit script uitvoeren met referenties van aangemelde gebruiker", + "loggedOnCredentialsTooltip": "Het script uitvoeren met de referenties van het aangemelde apparaat.", + "operatorTooltip": "Selecteer de operator voor de vergelijking van vereisten.", + "requirementMethod": "Uitvoergegevenstype selecteren", + "requirementMethodTooltip": "Selecteer het gegevenstype dat wordt gebruikt bij het bepalen van een vereiste voor detectieovereenkomsten.", + "scriptContent": "Scriptinhoud", + "scriptFile": "Scriptbestand", + "scriptFileTooltip": "Selecteer een PowerShell-script waarmee de aanwezigheid van een app op de client wordt gedetecteerd. Als de app wordt gedetecteerd, wordt met het proces van de vereist een afsluitcode met de waarde 0 geretourneerd en een tekenreekswaarde naar STDOUT geschreven.", + "scriptName": "Scriptnaam", + "value": "Waarde", + "valueTooltip": "Selecteer een waarde voor de vereiste die overeenkomt met de geselecteerde detectiemethode. Een vereiste voor datum en tijd moet u in de lokale tijdnotatie invoeren." + }, + "bladeTitle": "Een vereisteregel toevoegen", + "createRequirementHeader": "Maak een vereiste.", + "header": "Aanvullende vereisteregels configureren", + "label": "Aanvullende vereistenregels", + "noRequirementsSelectedPlaceholder": "Er zijn geen vereisten opgegeven.", + "requirementType": "Vereistetype", + "requirementTypeTooltip": "Kies het type detectiemethode dat wordt gebruikt om te bepalen hoe een vereiste wordt gevalideerd." + }, + "architectures": "Architectuur van besturingssysteem", + "architecturesTooltip": "Kies de architecturen die nodig zijn voor het installeren van de app.", + "bladeTitle": "Vereisten", + "diskSpace": "Vereiste schijfruimte (MB)", + "diskSpaceTooltip": "Vrije schijfruimte die nodig is op het systeemstation voor het installeren van de app.", + "header": "Geef de vereisten op waaraan apparaten moeten voldoen voordat de app wordt geïnstalleerd:", + "maximumTextFieldValue": "De waarde mag maximaal {0} zijn.", + "minimumCpuSpeed": "Minimale vereiste processorsnelheid (MHz)", + "minimumCpuSpeedTooltip": "De minimale processorsnelheid die is vereist om de app te installeren.", + "minimumLogicalProcessors": "Minimale aantal vereiste logische processors", + "minimumLogicalProcessorsTooltip": "Het minimale aantal logische processors dat is vereist om de app te installeren.", + "minimumOperatingSystem": "Minimumversie van het besturingssysteem", + "minimumOperatingSystemTooltip": "Selecteer de minimumversie van het besturingssysteem die nodig is voor het installeren van de app.", + "minumumTextFieldValue": "De waarde moet ten minste {0} zijn.", + "physicalMemory": "Vereiste fysieke geheugen (MB)", + "physicalMemoryTooltip": "Fysieke geheugen (RAM) dat is vereist om de app te installeren.", + "selectorLabel": "Vereisten", + "validNumber": "Voer een geldig getal in" + }, "PolicySet": { "appManagement": "Toepassingsbeheer", "assignments": "Toewijzingen", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Apparaatconfiguratieprofielen", "powershellScriptTitle": "PowerShell-scripts" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                      For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                      Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Aanbevolen", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrein", diff --git a/Documentation/Strings-pl.json b/Documentation/Strings-pl.json index 79d1090..3c089f9 100644 --- a/Documentation/Strings-pl.json +++ b/Documentation/Strings-pl.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Pierwsza dostępna data" }, + "Windows11SideBySideInstall": { + "disabled": "Wyłączono", + "enabled": "Włączono", + "infoBalloonContent": "Określ, czy zainstalować najnowszą aktualizację funkcji systemu Windows 10 na urządzeniach, które nie kwalifikują się do instalacji systemu Windows 11", + "label": "Jeśli na urządzeniu nie można uruchomić systemu Windows 11, zainstaluj najnowszą aktualizację funkcji systemu Windows 10" + }, "bladeTitle": "Wdrożenia aktualizacji funkcji", "deploymentSettingsTitle": "Ustawienia wdrożenia", "loadError": "Ładowanie nie powiodło się!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Ta możliwość wymaga określonego licencjonowania.", "gradualRolloutLicenseWarningEdit": "Ta możliwość może być nadal używana i konfigurowana do czasu zapisania zasad bez wybrania tej możliwości.", - "licenseLearnMoreText": "Dowiedz się więcej o wymaganiach wstępnych i zasadach aktualizacji funkcji." + "licenseLearnMoreText": "Dowiedz się więcej o wymaganiach wstępnych i zasadach aktualizacji funkcji.", + "specificLicensingRequired": "Niektóre wybrane możliwości wymagają określonego licencjonowania." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Pomóż użytkownikom urządzenia zrozumieć, czym jest aplikacja i/lub do czego służy. Opis będzie widoczny dla nich w Portalu firmy.", "developer": "Nazwa firmy lub osoby, która utworzyła aplikację. Te informacje będą widoczne dla osób zalogowanych do centrum administracyjnego.", "displayVersion": "Wersja aplikacji. Ta informacja będzie widoczna dla użytkowników w Portalu firmy.", + "fullScreenEnabled": "Jeśli skonfigurowano z wartością „tak”, uruchamia klip internetowy jako pełnoekranową aplikację internetową.", + "ignoreManifestScope": "Jeśli skonfigurowano z wartością „tak”, klip internetowy w trybie pełnoekranowym może zostać przekierowany do zewnętrznej witryny internetowej bez wyświetlania interfejsu użytkownika przeglądarki Safari. W przeciwnym razie w przypadku przekierowania z adresu URL klipu internetowego interfejs użytkownika przeglądarki Safari zostanie wyświetlony. Ten klucz nie działa, gdy dla trybu pełnoekranowego ustawiono wartość „false”.", "infoUrl": "Podaj link do witryny internetowej lub dokumentacji zawierającej więcej informacji na temat aplikacji. Adres URL informacji będzie widoczny dla użytkowników w Portalu firmy.", "isFeatured": "Polecane aplikacje są wyróżniane w Portalu firmy, aby użytkownicy mogli szybko do nich przejść.", "learnMore": "Dowiedz się więcej", "logo": "Przekaż logo skojarzone z aplikacją. To logo będzie wyświetlane obok aplikacji w całym Portalu firmy.", "macOSDmgAppPackageFile": "Plik zawierający aplikację w formacie, który można załadować bezpośrednio na urządzeniu. Prawidłowy typ pakietu: .dmg.​", + "macOSPkgAppPackageFile": "Plik zawierający aplikację w formacie, który można załadować na urządzenie. Prawidłowy typ pakietu: .pkg.", "minOperatingSystem": "Wybierz najstarszą wersję systemu operacyjnego, w której można zainstalować aplikację. Jeśli aplikacja zostanie przypisana do urządzenia ze starszym systemem operacyjnym, nie zostanie zainstalowana.", "name": "Dodaj nazwę aplikacji. Ta nazwa będzie widoczna na liście aplikacji usługi Intune oraz dla użytkowników w Portalu firmy.", "notes": "Podaj dodatkowe uwagi dotyczące aplikacji. Uwagi będą widoczne dla osób zalogowanych do centrum administracyjnego.", "owner": "Nazwisko osoby w organizacji, która zarządza licencjonowaniem lub z którą należy się kontaktować w sprawach dotyczących aplikacji. To nazwisko będzie widoczne dla osób zalogowanych do centrum administracyjnego.", "packageId": "Identyfikator pakietu aplikacji to unikatowa wartość identyfikująca aplikację.", "packageName": "Skontaktuj się z producentem urządzenia, aby uzyskać nazwę pakietu aplikacji. Przykładowa nazwa pakietu: com.example.app​​", + "preComposedIconEnabled": "Jeśli skonfigurowano z wartością „tak”, aplikacja SpringBoard nie może dodać elementu „błysk” do ikony.", "privacyUrl": "Podaj link dla osób, które chcą dowiedzieć się więcej na temat warunków i ustawień prywatności w aplikacji. Adres URL do informacji o prywatności będzie widoczny dla użytkowników w Portalu firmy.", "publisher": "Nazwa dewelopera lub firmy dystrybuującej aplikację. Te informacje będą widoczne dla użytkowników w Portalu firmy.", "selectApp": "Przeszukaj sklep App Store pod kątem aplikacji ze sklepu dla systemu iOS, które chcesz wdrożyć za pomocą usługi Intune.", + "targetApplicationBundleIdentifier": "Identyfikator pakietu aplikacji określający aplikację, która otwiera adres URL. Dostępne w systemie iOS 14 i nowszych wersjach.", "useManagedBrowser": "Jeśli jest to wymagane, gdy użytkownik otworzy aplikację internetową, zostanie ona otworzona w przeglądarce chronionej za pomocą usługi Intune, takiej jak Microsoft Edge lub Intune Managed Browser. To ustawienie dotyczy urządzeń zarówno z systemem iOS, jak i Android.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Plik zawierający aplikację w formacie, który można załadować bezpośrednio na urządzeniu. Prawidłowy typ pakietu: intunewin.", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                      Wybierz pozycję Tak, aby wyłączyć numer PIN aplikacji, gdy na zarejestrowanym urządzeniu zostanie wykryta blokada urządzenia.

                      Uwaga: usługa Intune nie może wykryć rejestracji urządzeń za pomocą rozwiązania EMM innej firmy w systemie iOS/iPadOS.

                      " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "Instalacja aplikacji może wymusić ponowne uruchomienie urządzenia", + "basedOnReturnCode": "Określ zachowanie na podstawie kodów powrotnych", + "force": "Usługa Intune wymusi obowiązkowe ponowne uruchomienie urządzenia", + "suppress": "Brak określonej czynności" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Wymagany czas instalacji (minuty)", + "maxRunTimeInMinutesToolTip": "Liczba minut, przez które system będzie czekać na zakończenie instalacji programu. Wartość domyślna to 60 minut." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "Użytkownik" + }, + "availableUninstall": "Zezwalaj na dostępne odinstalowywanie", + "availableUninstallTooltip": "Wybierz pozycję „Tak”, aby udostępnić opcję odinstalowywania dla tej aplikacji użytkownikom z Portalu firmy. Wybierz pozycję „Nie”, aby uniemożliwić użytkownikom odinstalowanie aplikacji z Portalu firmy.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Zachowanie ponownego uruchamiania urządzenia", + "deviceRestartBehaviorTooltip": "Wybierz zachowanie ponownego uruchomienia urządzenia po pomyślnej instalacji aplikacji. Wybierz pozycję „Określ zachowanie na podstawie kodów powrotnych”, aby ponownie uruchomić urządzenie na podstawie ustawień konfiguracji kodów powrotnych. Wybierz pozycję „Brak określonej czynności”, aby pominąć ponowne uruchomienie urządzenia podczas instalacji aplikacji korzystającej z instalatora MSI. Wybierz pozycję „Instalacja aplikacji może wymusić ponowne uruchomienie urządzenia”, aby zezwolić na ukończenie instalacji aplikacji bez pomijania ponownego uruchamiania. Wybierz pozycję „Usługa Intune wymusi obowiązkowe ponowne uruchomienie urządzenia”, aby zawsze ponownie uruchamiać urządzenie po pomyślnej instalacji aplikacji.", + "header": "Określ polecenia do instalowania i odinstalowywania tej aplikacji:", + "installCommand": "Polecenie instalacji", + "installCommandMaxLengthErrorMessage": "Polecenie instalacji nie może przekraczać maksymalnej dozwolonej długości równej 1024 znaki.", + "installCommandTooltip": "Pełny wiersz polecenia instalacji służący do zainstalowania tej aplikacji.", + "runAs32Bit": "Uruchom polecenia instalacji i odinstalowywania w procesie 32-bitowym na klientach 64-bitowych", + "runAs32BitTooltip": "Wybierz opcję „Tak”, aby instalować i odinstalowywać aplikację w procesie 32-bitowym na klientach 64-bitowych. Wybierz opcję „Nie” (domyślna), aby instalować i odinstalowywać aplikację w procesie 64-bitowym na klientach 64-bitowych. Klienci 32-bitowi będą zawsze korzystać z procesu 32-bitowego.", + "runAsAccount": "Zachowanie podczas instalowania", + "runAsAccountTooltip": "Wybierz pozycję „System”, aby zainstalować tę aplikację dla wszystkich użytkowników, jeśli jest to obsługiwane. Wybierz pozycję „Użytkownik”, aby zainstalować tę aplikację dla użytkownika zalogowanego na urządzeniu. W przypadku aplikacji MSI o podwójnym przeznaczeniu zmiany uniemożliwią pomyślne zakończenie aktualizacji i dezinstalacji, dopóki nie zostanie przywrócona wartość zastosowana do urządzenia w trakcie pierwotnej instalacji.", + "selectorLabel": "Program", + "uninstallCommand": "Polecenie odinstalowywania", + "uninstallCommandTooltip": "Pełny wiersz polecenia odinstalowywania służący do odinstalowania tej aplikacji." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Utwórz nowy", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Przeglądarka Microsoft Edge (macOS)", "macOSLobApp": "Aplikacja biznesowa systemu macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Aplikacje platformy Microsoft 365 (system macOS)", + "macOSPkgApp": "Aplikacja systemu macOS (PKG)", + "macOSWebClip": "Klip internetowy dla systemu macOS", "macOsVppApp": "Aplikacja nabyta w programie zakupów zbiorczych dla systemu macOS", "managedAndroidLobApp": "Zarządzana aplikacja biznesowa dla systemu Android", "managedAndroidStoreApp": "Zarządzana aplikacja w sklepie dla systemu Android", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Określ plik skryptu programu PowerShell. Plik musi być mniejszy niż 200 KB.", "uploadLabel": "Lokalizacja skryptu" }, - "bashScriptObjectName": "Skrypt powłoki Bash", "createButtonText": "Dodaj", "createPowershellScriptFlowSectionName": "Dodaj skrypt programu PowerShell", "customAttributeObjectName": "Atrybut niestandardowy", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Te ustawienia działają na urządzeniach z systemem Android 9 lub starszym i będą działać na wszystkich urządzeniach z systemem Samsung Knox z dowolną wersją systemu operacyjnego Android.", "androidPasswordHeader": "Wymagaj hasła do odblokowania urządzenia. Jeśli nie zostało skonfigurowane, użycie hasła jest opcjonalne, a decyzja o jego skonfigurowaniu należy do użytkownika.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Zawsze włączona sieć VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Sprawdź podstawową integralność i certyfikowane urządzenia", - "androidSafetyNetbasicIntegrity": "Sprawdź podstawową integralność", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Sprawdź podstawową integralność i integralność urządzenia", + "androidPlayIntegrityVerdictBasicIntegrity": "Sprawdź podstawową integralność", "androidTRDeprecation": "Certyfikatów zaufanych nie można już instalować na urządzeniach z systemem Android 11 lub nowszym, z wyjątkiem urządzeń z rozwiązaniem Samsung Knox. Jeśli korzystasz z profilów certyfikatów SCEP, musisz nadal tworzyć i wdrażać profil certyfikatu zaufanego oraz kojarzyć go z profilem certyfikatu SCEP, ale musisz ręcznie dostarczyć zaufany certyfikat główny do tych urządzeń.", "androidTenAndAbovePasswordHeader": "Android 10 i nowsze", "androidTenAndAbovePasswordHeaderDescription": "Te ustawienia działają na urządzeniach z systemem Android 10 lub nowszym.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Ostrzeżenie dotyczące innego szyfrowania dysku", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Wybranie opcji „Wymagaj” spowoduje zaszyfrowanie karty pamięci urządzenia przenośnego.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Szyfruj kartę pamięci (tylko na urządzeniach przenośnych)", - "bitLockerEnabledDescription": "Wymagaj włączenia funkcji BitLocker na urządzeniu", - "bitLockerEnabledName": "Wymagaj funkcji BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Wybranie opcji „Wymagaj” spowoduje włączenie szyfrowania urządzenia za pomocą funkcji BitLocker. W zależności od sprzętu i wersji systemu Windows urządzenia użytkownicy końcowi mogą być proszeni o potwierdzenie, że na ich urządzeniu nie jest używane szyfrowanie innej firmy. Włączenie szyfrowania systemu Windows, kiedy używane jest szyfrowanie innej firmy spowoduje niestabilność urządzenia.", "bitLockerEncryptDeviceName": "Szyfruj urządzenia", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bitowy", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Blokuj odblokowywanie za pomocą funkcji Touch ID i Face ID", "blockUSBConnectionDescription": "Określa, czy połączenie USB na urządzeniu jest włączone. To ustawienie nie ma wpływu na ładowanie przy użyciu portu USB i nie jest obsługiwane na platformach Windows dla komputerów stacjonarnych.", "blockUSBConnectionName": "Połączenie USB", + "blockUnifiedPasswordForWorkProfileDescription": "Blokuj używanie jednej blokady, jeśli chcesz, aby użytkownicy używali dwóch różnych haseł dla swojego ekranu blokady i profilu służbowego. Użycie jednej blokady ekranu jest wygodne dla użytkownika, ale sprawia, że profil służbowy jest dostępny dla każdej osoby, która może odblokować urządzenie. Dotyczy to urządzeń z systemem Android 9.0 Pie i nowszymi.", + "blockUnifiedPasswordForWorkProfileName": "Jedna blokada dla profilu służbowego i urządzenia", "blockUnmanagedDocumentsInManagedAppsName": "Blokuj wyświetlanie dokumentów innych niż firmowe w aplikacjach firmowych", "blockUntrustedTLSCertificatesDescription": "Blokuj niezaufane certyfikaty protokołu TLS.", "blockUntrustedTLSCertificatesName": "Blokuj niezaufane certyfikaty protokołu TLS", @@ -2825,6 +2871,8 @@ "cellularName": "Sieć komórkowa", "certificateCredentialConfigurationDisabledDescription": "Blokuje użytkownikom możliwość wprowadzania zmian w poświadczeniach skojarzonych z certyfikatami, które mają przypisane.", "certificateCredentialConfigurationDisabledName": "Użytkownik może skonfigurować poświadczenia (poziom profilu służbowego)", + "certificateInstallDescription": "Aplikacje wymienione tutaj mogą zmieniać certyfikaty utworzone przez usługę Intune i zarządzać certyfikatami dostarczanymi poza usługę Intune.", + "certificateInstallTitle": "Zezwalaj innym aplikacjom na instalowanie certyfikatów i zarządzanie nimi", "certificateNotFound": "Nie można znaleźć zasad certyfikatu. Czy zostały usunięte?", "certificateOption": "Certyfikat", "certificateRevocationCheck": "Sprawdzenie odwołania certyfikatu", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Identyfikator URI zasobu usługi drukowania", "cloudProtectionDescription": "Prześlij dane telemetrii usługi Microsoft Active Protection Service, aby umożliwić wykrywanie podejrzanych działań.", "cloudProtectionName": "Ochrona świadczona w chmurze", - "codeIntegrityEnabledDescription": "Wymagaj włączenia integralności kodu na urządzeniu", - "codeIntegrityEnabledName": "Wymagaj integralności kodu", + "codeIntegrityEnabledName": "Integralność kodu", "complianceAntiSpywareRequirementDescription": "Wymagaj, aby dowolne rozwiązanie antyszpiegowskie zarejestrowane w ramach Centrum zabezpieczeń systemu Windows było włączone i przeprowadzało monitorowanie (np. DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Oprogramowanie antyszpiegowskie", "complianceAntiSpywareSignatureUpToDateDescription": "Wymagaj aktualnego podpisu antyszpiegowskiego", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "To ustawienie określa liczbę ostatnich haseł, których nie można użyć ponownie. Zalecana wartość: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Liczba poprzednich haseł, których nie można użyć ponownie", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Wybierz najnowszą wersję kompilacji systemu operacyjnego dostępną dla urządzenia.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Wprowadź najnowszą wersję kompilacji systemu operacyjnego, którą może mieć urządzenie. Na przykład: 20E252
                      . Jeśli chcesz ustawić aktualizację Apple Rapid Security Response jako maksymalną kompilację systemu operacyjnego, wprowadź dodatkową wersję kompilacji. Na przykład: 20E772520a.", "complianceOsBuildVersionRestrictionMaximumName": "Maksymalna wersja kompilacji systemu operacyjnego", - "complianceOsBuildVersionRestrictionMinimumDescription": "Wybierz najstarszą wersję kompilacji systemu operacyjnego dostępną dla urządzenia.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Wprowadź najstarszą wersję kompilacji systemu operacyjnego, którą może mieć urządzenie. Na przykład: 20E252
                      . Jeśli chcesz ustawić aktualizację Apple Rapid Security Response jako maksymalną kompilację systemu operacyjnego, wprowadź dodatkową wersję kompilacji. Na przykład: 20E772520a.", "complianceOsBuildVersionRestrictionMinimumName": "Minimalna wersja kompilacji systemu operacyjnego", "complianceOsVersionRestrictionHeader": "Wersja systemu operacyjnego", "complianceOsVersionRestrictionMaximumAndroidDescription": "Określ maksymalną wersję systemu operacyjnego wymaganą w celu zachowania zgodności urządzeń. Na przykład podaj w tym polu wartość „7.1”, aby określić wersję Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Wymuś automatyczną aktualizacje poprawek bezpieczeństwa i usprawnień urządzeń.", "complianceUpdatesRequireAutomaticUpdatesName": "Wymagaj aktualizacji automatycznych firmy Microsoft", "complianceWin10RequiredPasswordTypeDescription": "To ustawienie określa wymagany typ hasła/kodu PIN.
                      \r\nUstawienie domyślne urządzenia (wymagane hasło, liczbowy kod PIN lub alfanumeryczny kod PIN)
                      \r\nAlfanumeryczne (wymagane hasło lub alfanumeryczny kod PIN)
                      \r\nLiczbowe (wymagane hasło lub liczbowy kod PIN)
                      \r\nZalecenia: wymagany typ hasła: Alfanumeryczne, złożoność hasła: Wymagaj cyfr i małych liter", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 lub 11", + "complianceWindows11DeviceHealthAttestationHeader": "Tylko system Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimalna wersja usługi Microsoft Defender (np. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Minimalna wersja usługi Microsoft Defender Antimalware", - "complianceWindowsDeviceHealthAttestationHeader": "Reguły oceny usługi zaświadczeń o kondycji systemu Windows", + "complianceWindowsDeviceHealthAttestationHeader": "Reguły oceny usługi zaświadczania firmy Microsoft

                      Użyj tych reguł, aby potwierdzić, że urządzenie ma włączone środki ochronne w czasie rozruchu. Dowiedz się więcej o tych regułach", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Wybierz najnowszą wersję systemu operacyjnego, która może być zainstalowana na urządzeniu przenośnym. Wersję podaj w formacie wersja_główna.wersja_pomocnicza.kompilacja.poprawka.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Wybierz najstarszą wersję systemu operacyjnego, która może być zainstalowana na urządzeniu przenośnym. Wersję podaj w formacie wersja_główna.wersja_pomocnicza.kompilacja.poprawka.", "complianceWindowsOsVersionRestrictionHeaderDescription": "Wersja systemu operacyjnego jest definiowana w formacie wersja_główna.wersja_pomocnicza.kompilacja.poprawka.", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Pomocnicze aktualizacje oprogramowania systemu operacyjnego i oprogramowania innego niż system operacyjny", "delayMinorOSUpdateVisibilityOption": "Pomocnicze aktualizacje oprogramowania systemu operacyjnego", "delayOSUpdateVisibilityOption": "Aktualizacje systemu operacyjnego", + "delegatedScopeLogsTitle": "Dostęp do poufnych dzienników systemu Android", "deliveryOptimizationBandwidthHeader": "Przepustowość", "deliveryOptimizationCachingHeader": "Buforowanie", "deliveryOptimizationDODescription": "Określa metodę pobierania, która może być stosowana przez optymalizację dostarczania do zarządzania użyciem przepustowości sieci w scenariuszach dystrybucji zawartości.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Trwa wyszukiwanie wystawcy pochodnych poświadczeń...", "derivedCredentialsTenantLevelNotConfigured": "Nie określono wystawcy pochodnych poświadczeń dla dzierżawy, aby te zasady mogły być pomyślnie stosowane do urządzeń. Kliknij tutaj, aby określić wystawcę.", "descriptionName": "Opis", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (tylko dołączenie dzierżawy)", "desktopOption": "Pulpit", "destinationPrefix": "Prefiks/rozmiar docelowy (np. 192.168.0.1/255)", "developerUnlock": "Odblokowanie trybu deweloperskiego", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "I większe", "eDPPolicyVersionAndBelowName": "I mniejsze", "eDPPolicyVersionEqualsName": "Równe", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Wymagaj włączenia sterownika usługi wczesnej ochrony przed złośliwym kodem", - "earlyLaunchAntiMalwareDriverEnabledName": "Wymagaj sterownika usługi wczesnej ochrony przed złośliwym kodem", + "earlyLaunchAntiMalwareDriverEnabledName": "Usługa wczesnej ochrony przed złośliwym kodem", "easAccountSettingsHeader": "Ustawienia konta programu Exchange ActiveSync", "easAllData": "Wszystkie dane", "easCalendarContactsOnly": "Tylko kalendarz i kontakty", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Dowolny adres", "firewallRulesPortOrPortRangeInvalidCharacterError": "Lista portów może zawierać tylko cyfry oraz znaki „-” i „,”.", "firewallRulesPortOrPortRangeInvalidError": "Lista portów zawiera nieprawidłowe porty i/lub zakresy portów.", + "firmwareProtectionEnabledName": "Ochrona oprogramowania układowego", "firmwareUpdatesBehaviorName": "Aktualizacje oprogramowania układowego", "firstActiveEthernet": "Pierwsza aktywna sieć Ethernet", "firstAvailableOption": "Pierwszy dostępny", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP w połączeniu z internetową komunikacją równorzędną (3)", "httpWithPeeringNatOption": "HTTP w połączeniu z komunikacją równorzędną za tym samym translatorem adresów sieciowych (1)", "httpWithPeeringPrivateGroupOption": "HTTP w połączeniu z komunikacją równorzędną w tej samej grupie prywatnej (2)", + "hvciEnabledName": "Ochrona integralności pamięci", "hybridSleepBatteryDescription": "To ustawienie zasad umożliwia wyłączenie uśpienia hybrydowego, gdy urządzenie jest zasilane z baterii.​
                      Jeśli te zasady zostaną wyłączone, urządzenie nie będzie zezwalać na uśpienie hybrydowe lub hibernację.
                      Jeśli te zasady nie zostaną skonfigurowane, użytkownicy będą mogli kontrolować to ustawienie.", "hybridSleepName": "Uśpienie hybrydowe", "hybridSleepPluggedInDescription": "To ustawienie zasad umożliwia wyłączenie uśpienia hybrydowego, gdy urządzenie jest zasilane z sieci.​
                      Jeśli te zasady zostaną wyłączone, urządzenie nie będzie zezwalać na uśpienie hybrydowe lub hibernację.
                      Jeśli te zasady nie zostaną skonfigurowane, użytkownicy będą mogli kontrolować to ustawienie.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Średnie-niskie", "mediumOption": "Średnie", "meetingInformationDisplayedOnWelcomeScreenName": "Informacje o spotkaniu wyświetlane na ekranie powitalnym", + "memoryAccessProtectionEnabledName": "Ochrona dostępu do pamięci", "messagingBlockMMSDescription": "Wyłącz na urządzeniu funkcję wysyłania/odbierania wiadomości MMS.", "messagingBlockMMSName": "MMS (tylko na urządzeniach przenośnych)", "messagingBlockRCSDescription": "Wyłącz na urządzeniu funkcję wysyłania/odbierania wiadomości Rich Communication Services.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Musi być wartością mniejszą niż maksymalna wersja systemu operacyjnego", "mustBeValidAddress": "Musi być prawidłowym adresem. Przykład: 4.3.6.0, itgproxy.com, itp.", "mustBeValidAndroidPackageName": "Nazwa pakietu może zawierać tylko litery, cyfry, podkreślenia i kropki oraz musi rozpoczynać się od litery.", - "mustBeValidBuildVersionFormat": "Musi mieć prawidłowy format wersji kompilacji. Przykład: 18A391, 16G1114 itp.", + "mustBeValidBuildVersionFormat": "Musi mieć prawidłowy format wersji kompilacji. Przykład: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Musi to być prawidłowy sufiks DNS. Przykład: itgproxy.com", "mustBeValidDateFormat": "Musi być prawidłowym formatem daty (RRRR-MM-DD). Przykład: 2016-10-01, 2016-10-31 itp.", "mustBeValidDomain": "Musi być prawidłową domeną. Przykład: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Rozszerzenia sieci", "networkInterface": "Interfejs sieciowy", "networkInterfaceDescription": "Interfejs sieciowy do skonfigurowania", + "networkLogsTitle": "Zezwalaj tej aplikacji na dostęp do dzienników aktywności sieci systemu Android", "networkProxyAutomaticConfigurationUrlDescription": "Adres URL do skryptu PAC, który ma być używany.", "networkProxyAutomaticConfigurationUrlName": "Adres URL skryptu konfiguracji", "networkProxyDisableAutoDetectDescription": "Automatycznie wykrywaj ustawienia. Jeśli ta opcja jest włączona, system próbuje znaleźć ścieżkę do skryptu PAC.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Ukryj", "pinnedFolderOptionShow": "Pokaż", "pipeInvalidError": "Wartość nie może zawierać znaku „|”.", + "playIntegrityVerdictOptionsDescription": "Ustaw poziom werdyktu integralności gry", + "playIntegrityVerdictOptionsName": "Odtwórz werdykt integralności", "pluggedInHeader": "Jest podłączony", "policyDomainNameService": "DNS", "policyEmailAddress": "Adres e-mail", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Zasady domyślne. Użytkownik musi istnieć i mieć ważną licencję usługi Intune.", "requireUserExistanceName": "Istnieje zarejestrowany użytkownik", "required": "Wymagane", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Nie skonfigurowano (domyślnie jest to ocena podstawowa)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Wybierz typ oceny, który ma zostać użyty do obliczenia odpowiedzi zaświadczania dotyczącego urządzenia z usługą SafetyNet.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Klucz bezpieczeństwa wspierany sprzętowo", - "requiredAndroidSafetyNetEvaluationTypeName": "Wymagany typ oceny SafetyNet", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Nie skonfigurowano", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Wybierz typ oceny, którego chcesz użyć do obliczenia odpowiedzi zaświadczania urządzenia Play Integrity Verdict.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Sprawdź silną integralność", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Sprawdź silną integralność przy użyciu funkcji zabezpieczeń opartych na sprzęcie", "requiredExtensionsColumnHeader": "Nazwy rodzin pakietów", "requiredExtensionsExamples": "np. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Hasło jest wymagane, brak ograniczeń", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "np. contoso.com", "safeSearchFilterDescription": "Określ sposób filtrowania przez Cortanę treści dla dorosłych w wynikach wyszukiwania.", "safeSearchFilterName": "Bezpieczne wyszukiwanie (tylko urządzenia przenośne)", - "safetyNetAttestationOptionsDescription": "Ustaw poziom zaświadczania SafetyNet", - "safetyNetAttestationOptionsName": "Zaświadczanie urządzeń SafetyNet", "sampleSharingEnableOrNotConfiguredDescription": "Zwraca lub ustawia parametr konfiguracji udostępniania próbek Ochrony punktu końcowego w usłudze Microsoft Defender.", "sampleSharingEnableOrNotConfiguredName": "Udostępnianie próbek dla wszystkich plików", "saturday": "Sobota", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Pomocnicza metoda uwierzytelniania", "secondaryAuthenticationMethodTEAPDescription": "Wybierz pomocniczy sposób uwierzytelniania użytkowników. Po wybraniu pozycji Certyfikaty wybierz jeden z profilów certyfikatów (SCEP lub PKCS), który jest również wdrożony na urządzeniu. Jest to certyfikat tożsamości, który jest prezentowany serwerowi przez urządzenie.", "secretKey": "Klucz tajny:", - "secureBootEnabledDescription": "Wymagaj włączenia bezpiecznego rozruchu na urządzeniu", - "secureBootEnabledName": "Wymagaj włączenia bezpiecznego rozruchu na urządzeniu", + "secureBootEnabledName": "Bezpieczny rozruch", "secured": "Zabezpieczone", "securityAssociationIdleTimeDescription": "Skojarzenia zabezpieczeń są usuwane, gdy ruch sieciowy nie jest widoczny przez tę liczbę sekund.", "securityAssociationIdleTimeHint": "Wprowadź czas bezczynności w sekundach (300–3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Tryb wspólnych kryteriów​", "securityDeveloperSettingsEnabledDescription": "Zezwalaj na dostęp do ustawień dewelopera.", "securityDeveloperSettingsEnabledName": "Ustawienia dewelopera", + "securityLogsTitle": "Zezwalaj tej aplikacji na dostęp do dzienników zabezpieczeń systemu Android", "securityOption": "Dane diagnostyczne wyłączone", "securityRequireVerifyAppsDescription": "Włącz funkcję Google Play Protect, aby skanowała aplikacje przed i po ich zainstalowaniu. Jeśli ta funkcja wykryje zagrożenie, może ostrzec użytkownika, żeby usunął aplikację z urządzenia. Domyślnie wymagane.", "securityRequireVerifyAppsName": "Skanowanie aplikacji pod kątem zagrożeń", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Wybierz aplikacje zarządzane", "selectMicrosoftEdgeApp": "Dodaj przeglądarkę Microsoft Edge (starsze wersje)", "selectMicrosoftTunnelSite": "Wybierz lokację", + "selectNetworkApp": "Wybierz aplikację w celu uzyskiwania dostępu do dzienników aktywności sieci systemu Android", "selectNetworkInterface": "Wybierz interfejs sieciowy", "selectNonEapMethod": "Wybierz metodę bez protokołu EAP", "selectOneOption": "Wybierz jeden element", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Certyfikat główny weryfikacji serwera", "selectRootCertificatesForServerValidationName": "Certyfikaty główne na potrzeby weryfikacji serwera", "selectSecurity": "Wybierz typ zabezpieczeń", + "selectSecurityApp": "Wybierz aplikację w celu uzyskiwania dostępu do dzienników zabezpieczeń systemu Android", "selectService": "Z którym typem zarządzania możemy Ci pomóc?", "selectStoreApp": "Dodaj aplikację ze sklepu", "selectStoreAppEmpty": "Dodaj aplikację ze sklepu", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "Aplikacja", "trafficRuleAppTypeName": "Typ aplikacji", "trafficRuleClaimsName": "Oświadczenie", - "trafficRuleDirectionDescription": "Określ, czy reguła ma zastosowanie do ruchu przychodzącego, czy wychodzącego.
                      \r\n
                      \r\n Przychodzący = reguła ma zastosowanie do całego ruchu przychodzącego.\r\n
                      \r\n
                      \r\n Wychodzący = reguła ma zastosowanie do całego ruchu wychodzącego.\r\n ", + "trafficRuleDirectionDescription": "Ruch przychodzący zezwala na ruch z witryn zewnętrznych za pomocą sieci VPN. Ruch wychodzący umożliwia ruch do witryn zewnętrznych za pomocą sieci VPN. Aby zezwolić na oba ruchy, utwórz dwie reguły.", "trafficRuleDirectionName": "Kierunek", "trafficRuleRoutingPolicyTypeDescription": "Wybierz między opcją Tunel podzielony i Wymuś tunel.
                      \r\n
                      \r\n Tunel podzielony — tylko ruch przeznaczony dla interfejsu sieci VPN (określony przez stos sieci) będzie przepływał przez interfejs. Ruch internetowy może dalej przepływać przez inne interfejsy.\r\n
                      \r\n
                      \r\n Wymuś tunel — cały ruch IP musi przepływać tylko przez interfejs sieci VPN (dla tej reguły ruchu).\r\n
                      \r\n
                      \r\n Reguła ma zastosowanie tylko wtedy, gdy jest skojarzona z aplikacją.\r\n ", "trafficRuleRoutingPolicyTypeName": "Typ reguły", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Użytkownik", "vPNPolicyProfileTargetDescription": "Ustawia ten profil jako zawsze włączone połączenie VPN nawiązywane bez interakcji z użytkownikiem i używające certyfikatów maszyny do uwierzytelniania. Obsługiwane jest tylko połączenie typu IKEv2. Profil sieci VPN jest usuwany z urządzenia po zakończeniu działania gotowego do użycia środowiska programu AutoPilot.", "vPNPolicyProfileTargetName": "Użyj tego profilu sieci VPN dla programu Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Lista hostów do wykluczenia przy użyciu serwera proxy dla połączeń. Te hosty mogą używać symboli wieloznacznych, takich jak *.example.com.", + "vPNPolicyProxyExclListDescription2": "Lista nazw hostów, dla których serwer proxy jest pomijany. Nazwy hostów mogą zawierać symbole wieloznaczne, na przykład *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Wykluczone hosty", + "vPNPolicyProxyExclListExclusions": "wykluczenia", + "vPNPolicyProxyExclListFileImport": "Plik do importowania listy hostów", + "vPNPolicyProxyExclListHostName": "Nazwa hosta", + "vPNPolicyProxyExclListImport": "Importuj wykluczenia serwerów proxy", + "vPNPolicyProxyExclListInvalid": "Nieprawidłowe dane wejściowe", + "vPNPolicyProxyExclListList": "Lista wykluczeń", + "vPNPolicyProxyExclListManage": "Zarządzaj wykluczeniami serwerów proxy", + "vPNPolicyProxyExclListName": "Lista wykluczeń serwerów proxy", "vPNPolicyRememberCredentialsName": "Zapamiętuj poświadczenia przy każdym logowaniu", "vPNPolicyRoutesForThisConnectionDescription": "Opcjonalnie.", "vPNPolicyRoutesForThisConnectionName": "Trasy tunelowania podzielonego dla tego połączenia sieci VPN", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Wirtualny przycisk ekranu głównego", "virtualHomeButtonNotConfigured": "Nie skonfigurowano", "virtualHomeButtonSwipeUp": "Szybko przesuń w górę", + "virtualizationBasedSecurityEnabledName": "Zabezpieczenia oparte na wirtualizacji", "virtualizationOfCpuAndIOName": "Wirtualizacja procesora CPU i operacji we/wy", "visibleAppsListOptionsDescription": "Określ, czy lista jest listą aplikacji, które mają być ukryte, czy listą aplikacji, które mają być widoczne.", "visibleAppsListOptionsName": "Typ listy aplikacji", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Zezwalaj na linki internetowe w dowolnej aplikacji", "rootCertificate": "Certyfikat główny", "safetyNetDeviceAttestation": "Zaświadczanie urządzeń SafetyNet", + "samsungKnoxAttestationRequired": "Zaświadczanie urządzenia Samsung Knox", "saveAppsNotificationText": "Zapisywanie wybranych aplikacji", "saveChangesCommandText": "Zapisz", "savePolicySettingsNotificationText": "Zapisywanie ustawień zasad", @@ -7885,10 +7953,12 @@ "state": "Stan", "status": "Stan", "store": "Przechowaj", + "subjectOnlyOptionText": "Tylko temat", "success": "Powodzenie", "successfully": "Pomyślnie", "summary": "Podsumowanie", "summaryLensTitle": "Podsumowanie", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Żądania zdalne", "summarySettingsPartWipeRequestsSelectorText": "Żądania czyszczenia", "supportId": "Identyfikator obsługi: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Wartość", "valueMustNotContainCharsError": "Wartość nie może zawierać następujących znaków: {0}", "versionValidationExample": "

                      Format: [Główna].[Pomocnicza] lub [Główna].[Pomocnicza].[Kompilacja].[Poprawka]

                      Przykład: 1.5 lub 1.5.50.101

                      ", - "versionValidationWith2To4Segments": "

                      Format: [główna].[pomocnicza], [główna].[pomocnicza].[kompilacja] lub [główna].[pomocnicza].[kompilacja].[poprawka]

                      Przykład: 1.5, 1.5.50 lub 1.5.50.101

                      ", + "versionValidationWith2To5Segments": "

                      Format: [Major].[Minor] or [Major].[Minor].[Build] lub [Major].[Minor].[Build].[Revision]. Dla systemu iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] jest również obsługiwane.

                      Uwaga: Aplikacje nie będą wykonywać czyszczenia w przypadku naruszeń elementu RapidSecurityResponse, obsługiwany jest tylko blok lub ostrzeżenie.

                      Przykład: 1.5 lub 1.5.50 lub 1.5.50.101 lub (dla systemu iOS) 1.5.50.101.a

                      ", "versionValidationWithDateFormat": "Musi być prawidłowym formatem daty (RRRR-MM-DD).", "warn": "Ostrzegaj", "warning": "Ostrzeżenie", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Sieć przewodowa", "workProfile": "Osobisty profil służbowy" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Plik lub folder jako wybrane wymaganie.", - "pathToolTip": "Pełna ścieżka pliku lub folderu do wykrycia.", - "property": "Właściwość", - "valueToolTip": "Wybierz wartość wymagania, która jest zgodna z wybraną metodą wykrywania. W przypadku metod wykrywania opartych na dacie i godzinie należy wprowadzić datę i godzinę w formacie lokalnym." - }, - "GridColumns": { - "pathOrScript": "Ścieżka/skrypt", - "type": "Typ" - }, - "Registry": { - "keyPath": "Ścieżka klucza", - "keyPathTooltip": "Pełna ścieżka wpisu rejestru zawierającego wartość jako wymaganie.", - "operator": "Operator", - "operatorTooltip": "Wybierz operator porównania.", - "registryRequirement": "Wymaganie klucza rejestru", - "registryRequirementTooltip": "Wybierz porównanie wymagania klucza rejestru.", - "valueName": "Nazwa wartości", - "valueNameTooltip": "Nazwa wymaganej wartości rejestru." - }, - "RequirementTypeOptions": { - "fileType": "Plik", - "registry": "Rejestr", - "script": "Skrypt" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Wartość logiczna", - "dateTime": "Data i godzina", - "float": "Zmiennoprzecinkowe", - "integer": "Liczba całkowita", - "string": "Ciąg", - "version": "Wersja" - }, - "duplicateName": "Nazwa skryptu {0} jest już w użyciu. Wprowadź inną nazwę.", - "enforceSignatureCheck": "Wymuszaj sprawdzanie podpisu skryptu", - "enforceSignatureCheckTooltip": "Wybierz opcję „Tak”, aby sprawdzić, czy skrypt jest podpisany przez zaufanego wydawcę, co pozwoli na uruchomienie skryptu bez wyświetlania ostrzeżeń ani monitów. Działanie skryptu nie będzie blokowane. Wybierz opcję „Nie” (domyślna), aby uruchomienie skryptu wymagało potwierdzenia użytkownika końcowego, ale bez weryfikacji podpisu.", - "loggedOnCredentials": "Uruchom ten skrypt, używając poświadczeń zalogowanego użytkownika", - "loggedOnCredentialsTooltip": "Uruchom skrypt przy użyciu poświadczeń urządzenia, których użyto do logowania.", - "operatorTooltip": "Wybierz operator porównania wymagania.", - "requirementMethod": "Wybierz wyjściowy typ danych", - "requirementMethodTooltip": "Wybierz typ danych używany podczas określania wymagań dopasowania wykrywania.", - "scriptContent": "Zawartość skryptu", - "scriptFile": "Plik skryptu", - "scriptFileTooltip": "Wybierz skrypt programu PowerShell, który będzie wykrywać obecność aplikacji na kliencie. Jeśli aplikacja zostanie wykryta, proces wymagania zwróci kod zakończenia o wartości 0 i zapisze wartość ciągu w wyjściu STDOUT.", - "scriptName": "Nazwa skryptu", - "value": "Wartość", - "valueTooltip": "Wybierz wartość wymagania, która jest zgodna z wybraną metodą wykrywania. W przypadku metod wykrywania opartych na dacie i godzinie należy wprowadzić datę i godzinę w formacie lokalnym." - }, - "bladeTitle": "Dodawanie reguły wymagania", - "createRequirementHeader": "Utwórz wymaganie.", - "header": "Skonfiguruj dodatkowe reguły wymagań", - "label": "Dodatkowe reguły wymagań", - "noRequirementsSelectedPlaceholder": "Nie określono żadnych wymagań.", - "requirementType": "Typ wymagania", - "requirementTypeTooltip": "Wybierz typ metody wykrywania służącej do określania sposobu walidacji wymagania." - }, - "architectures": "Architektura systemu operacyjnego", - "architecturesTooltip": "Wybierz architektury potrzebne do zainstalowania aplikacji.", - "bladeTitle": "Wymagania", - "diskSpace": "Wymagane miejsce na dysku (MB)", - "diskSpaceTooltip": "Wymagana ilość wolnego miejsca na dysku systemowym, aby zainstalować aplikację.", - "header": "Określ wymagania, które urządzenia muszą spełniać przed zainstalowaniem aplikacji:", - "maximumTextFieldValue": "Wartość maksymalna to {0}.", - "minimumCpuSpeed": "Minimalna wymagana szybkość procesora CPU (MHz)", - "minimumCpuSpeedTooltip": "Minimalna szybkość procesora CPU wymagana do zainstalowania aplikacji.", - "minimumLogicalProcessors": "Minimalna wymagana liczba procesorów logicznych", - "minimumLogicalProcessorsTooltip": "Minimalna liczba procesorów logicznych wymagana do zainstalowania aplikacji.", - "minimumOperatingSystem": "Minimalna wersja systemu operacyjnego", - "minimumOperatingSystemTooltip": "Wybierz minimalną wersję systemu operacyjnego wymaganą do zainstalowania aplikacji.", - "minumumTextFieldValue": "Wartość musi być równa co najmniej {0}.", - "physicalMemory": "Wymagana pamięć fizyczna (MB)", - "physicalMemoryTooltip": "Pamięć fizyczna (RAM) wymagana do zainstalowania aplikacji.", - "selectorLabel": "Wymagania", - "validNumber": "Wprowadź poprawną liczbę." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Stopniowo udostępniaj aktualizację", + "immediateStart": "Udostępnij aktualizację tak szybko, jak to możliwe", + "startDateOnly": "Udostępnij aktualizację w określonym dniu" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Urządzenia zarządzane", + "devicesWithoutEnrollment": "Aplikacje zarządzane" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filtruj", + "assignmentFilterTypeColumnHeader": "Tryb filtru", + "assignmentToast": "Powiadomienia użytkownika końcowego", + "assignmentTypeTableHeader": "TYP PRZYPISANIA", + "deadlineTimeColumnLabel": "Ostateczny termin instalacji", + "deliveryOptimizationPriorityHeader": "Priorytet optymalizacji dostarczania", + "groupTableHeader": "Grupa", + "installContextLabel": "Kontekst instalacji", + "isRemovable": "Zainstaluj jako wymienne", + "licenseTypeLabel": "Typ licencji", + "modeTableHeader": "Tryb grupy", + "policySet": "Zestaw zasad", + "preventAutoAppUpdate": "Zapobiegaj automatycznym aktualizacjom aplikacji", + "preventManagedAppBackup": "Zapobiegaj wykonywaniu kopii zapasowej aplikacji iCloud", + "restartGracePeriodHeader": "Okres prolongaty ponownego uruchomienia", + "startTimeColumnLabel": "Dostępność", + "tracks": "Ścieżki", + "uninstallOnRemoval": "Odinstaluj podczas usuwania urządzenia", + "updateMode": "Aktualizuj priorytet", + "vPN": "Sieć VPN" + }, + "AppType": { + "aADWebApp": "Aplikacja internetowa usługi AAD", + "androidEnterpriseSystemApp": "Aplikacja systemu Android Enterprise", + "androidForWorkApp": "Aplikacja zarządzanego sklepu Google Play", + "androidLobApp": "Aplikacja biznesowa dla systemu Android", + "androidStoreApp": "Aplikacja w sklepie dla systemu Android", + "builtInAndroid": "Wbudowana aplikacja systemu Android", + "builtInApp": "Aplikacja wbudowana", + "builtInIos": "Wbudowana aplikacja systemu iOS", + "iosIPadOSWebClip": "Klip internetowy z systemem iOS/iPadOS", + "iosLobApp": "Aplikacja biznesowa dla systemu iOS", + "iosStoreApp": "Aplikacja w sklepie dla systemu iOS", + "iosVppApp": "Aplikacja nabyta w programie zakupów zbiorczych dla systemu iOS", + "lineOfBusinessApp": "Aplikacja biznesowa", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Aplikacja biznesowa systemu macOS", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "Pakiet Office dla systemu macOS", + "macOSPkgApp": "Aplikacja systemu macOS (PKG)", + "macOSWebClip": "Klip internetowy dla systemu macOS", + "macOsVppApp": "Aplikacja nabyta w programie zakupów zbiorczych dla systemu macOS", + "managedAndroidLobApp": "Zarządzana aplikacja biznesowa dla systemu Android", + "managedAndroidStoreApp": "Zarządzana aplikacja w sklepie dla systemu Android", + "managedGooglePlayApp": "Aplikacja zarządzanego sklepu Google Play", + "managedGooglePlayPrivateApp": "Prywatna aplikacja zarządzanej usługi Google Play", + "managedGooglePlayWebApp": "Link internetowy do zarządzanej usługi Google Play", + "managedIosLobApp": "Zarządzana aplikacja biznesowa dla systemu iOS", + "managedIosStoreApp": "Zarządzana aplikacja w sklepie dla systemu iOS", + "microsoftStoreForBusinessApp": "Aplikacja ze sklepu Microsoft Store dla Firm", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store dla Firm", + "officeAddIn": "Dodatek pakietu Office", + "officeSuiteApp": "Aplikacje Microsoft 365 (Windows 10 i nowszy)", + "sharePointApp": "Aplikacja programu SharePoint", + "teamsApp": "Aplikacja Teams", + "webApp": "Link sieci Web", + "win32CatalogApp": "Aplikacja katalogowa systemu Windows (Win32)", + "winGetPublicApp": "Repozytorium społeczności Menedżera pakietów systemu Windows", + "winGetStoreApp": "Aplikacja sklepu Microsoft Store (nowa)", + "windowsAppXLobApp": "Aplikacja biznesowa AppX systemu Windows", + "windowsClassicApp": "Aplikacja systemu Windows (Win32)", + "windowsEdgeApp": "Microsoft Edge (system Windows 10 i nowszy)", + "windowsMobileMsiLobApp": "Aplikacja biznesowa MSI systemu Windows", + "windowsPhone81AppXBundleLobApp": "Aplikacja biznesowa AppX systemu Windows Phone 8.1", + "windowsPhone81AppXLobApp": "Aplikacja biznesowa AppX systemu Windows Phone 8.1", + "windowsPhone81StoreApp": "Aplikacja ze Sklepu Windows Phone 8.1", + "windowsPhoneXapLobApp": "Aplikacja biznesowa XAP systemu Windows Phone", + "windowsStoreApp": "Aplikacja sklepu Microsoft Store (starsza wersja)", + "windowsUniversalAppXLobApp": "Uniwersalna aplikacja biznesowa AppX systemu Windows", + "windowsUniversalLobApp": "Uniwersalna aplikacja biznesowa systemu Windows", + "windowsWebApp": "Link sieci Web systemu Windows" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Sieć Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Wykluczone", + "include": "Dołączone", + "includeAllDevicesVirtualGroup": "Dołączone", + "includeAllUsersVirtualGroup": "Dołączone" + }, + "AssignmentToast": { + "hideAll": "Ukryj wszystkie wyskakujące powiadomienia", + "showAll": "Pokaż wszystkie wyskakujące powiadomienia", + "showReboot": "Pokaż wyskakujące powiadomienia dotyczące ponownego uruchomienia komputera" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Tło", + "displayText": "Pobieranie zawartości za {0}", + "foreground": "Pierwszy plan", + "header": "Priorytet optymalizacji dostarczania" + }, + "DeviceRestartBehaviorOptions": { + "allow": "Instalacja aplikacji może wymusić ponowne uruchomienie urządzenia", + "basedOnReturnCode": "Określ zachowanie na podstawie kodów powrotnych", + "force": "Usługa Intune wymusi obowiązkowe ponowne uruchomienie urządzenia", + "suppress": "Brak określonej akcji" + }, + "FilterType": { + "exclude": "Wyklucz", + "include": "Dołącz", + "none": "Brak" + }, + "InstallIntent": { + "available": "Dostępne dla zarejestrowanych urządzeń", + "availableWithoutEnrollment": "Dostępne z rejestracją lub bez niej", + "notApplicable": "Nie dotyczy", + "required": "Wymagane", + "uninstall": "Odinstaluj" + }, + "SettingType": { + "assignmentType": "Typ przypisania", + "deviceLicensing": "Typ licencji", + "installContext": "Odinstaluj podczas usuwania urządzenia", + "toastSettings": "Powiadomienia użytkownika końcowego", + "vpnConfiguration": "Sieć VPN" + }, + "UpdateMode": { + "default": "Domyślny", + "postponed": "Odłożone", + "priority": "Wysoki priorytet" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Skonfiguruj urządzenia na potrzeby wstępnej aprowizacji i przypisz je do użytkowników.", + "title": "Przygotowywanie urządzenia" + }, + "EnrollmentSettings": { + "description": "Skonfiguruj ustawienia rejestracji, takie jak blokowanie rejestracji i przypisywanie do użytkowników.", + "title": "Ustawienia rejestracji" + }, + "OSConfiguration": { + "menuDescription": "Skonfiguruj ustawienia, których użytkownicy mogą używać do odzyskiwania systemu Windows z rozruchowego dysku flash.", + "menuTitle": "Konfigurowanie systemu operacyjnego" + }, + "coManagementAuthorityDesc": "Konfiguruj ustawienia współzarządzania na potrzeby integracji z programem Configuration Manager", + "coManagementAuthorityTitle": "Ustawienia współzarządzania ", + "deploymentProfiles": "Profile wdrażania rozwiązania Windows Autopilot", + "description": "Poznaj siedem różnych sposobów rejestrowania komputera z systemem Windows 10/11 w usłudze Intune przez użytkowników lub administratorów.", + "descriptionLabel": "Metody rejestracji w systemie Windows", + "enrollmentStatusPage": "Strona ze stanem rejestracji" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Warunki wymagające rejestracji urządzeń są niedostępne w przypadku działania użytkownika „Zarejestruj lub połącz urządzenia”.", - "message": "W zasadach utworzonych dla akcji użytkownika „Zarejestruj lub dołącz urządzenia” można używać tylko opcji „Wymagaj uwierzytelniania wieloskładnikowego”.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Automatyczne zatwierdzanie wszystkich zalecanych aktualizacji sterowników", + "manual": "Ręczne zatwierdzanie i wdrażanie aktualizacji sterowników" + }, + "Details": { + "ApprovalMethod": { + "label": "Metoda zatwierdzania:" + }, + "DeploymentDeferralInDays": { + "label": "Wykonywanie aktualizacji udostępnianych później", + "units": "(dni)", + "value": "{0} dni" + }, + "bladeTitle": "Aktualizacje sterowników dla systemu Windows 10 i nowszych (wersja zapoznawcza)", + "lastSync": "Ostatnia synchronizacja:", + "lastSyncDefaultText": "Oczekiwanie na początkowe zbieranie spisów", + "loadError": "Ładowanie nie powiodło się!" + }, + "DriverStatus": { + "approved": "Zatwierdzone", + "declined": "Odrzucone", + "export": "Eksportowanie zalecanych sterowników", + "needsReview": "Wymaga przeglądu", + "paused": "Wstrzymane" }, + "DriversToReview": { + "text": "{0} do przeglądu" + }, + "Subtitle": { + "automatic": "Zasady automatycznego zatwierdzania aktualizacji sterowników", + "manual": "Zasady ręcznego zatwierdzania aktualizacji sterowników" + }, + "SyncNotification": { + "failure": "Nie można zsynchronizować {0}", + "failureDescription": "Wystąpił błąd i nie można ukończyć żądanej synchronizacji. Spróbuj ponownie.", + "pending": "Synchronizacja {0} w toku", + "pendingDescription": "Pobieramy najnowsze dane. Ten proces może potrwać kilka minut.", + "success": "Ukończono synchronizację {0} ", + "successDescription": "Synchronizacja z usługą WUfB zakończyła się o godzinie {0}" + }, + "SyncSpinner": { + "text": "Synchronizacja jest w toku. Może to potrwać kilka minut. Poszukaj alertu lub sprawdź ponownie za kilka minut." + }, + "TabName": { + "basics": "Podstawowe informacje", + "driverUpdateSettings": "Ustawienia", + "otherDrivers": "Inne sterowniki", + "properties": "Właściwości", + "recommendedDrivers": "Zalecane sterowniki" + }, + "driverAddFilter": "Dodaj filtr", + "driverApplicableDevices": "Odpowiednie urządzenia", + "driverApprovalStatus": "Stan", + "driverBulkActions": "Akcje zbiorcze", + "driverClass": "Klasa sterownika", + "driverCount": "Pokazywanie od {0} do {1} z {2} rekordów", + "driverFilterNoneSelected": "Nic nie wybrano", + "driverManufacturer": "Producent", + "driverName": "Nazwa sterownika", + "driverNameLower": "wdrożenie aktualizacji sterowników systemu windows", + "driverNameUpper": "wdrożenie aktualizacji sterowników systemu Windows", + "driverRefresh": "Odśwież", + "driverReleaseDate": "Data wydania", + "driverSearch": "Wyszukiwanie", + "driverSearchKeyword": "Wprowadź słowo kluczowe wyszukiwania", + "driverVersion": "Wersja", + "firstDeploymentDate": "Pierwsze wdrożenie", + "infoBoxText": "Wypełnienie spisu może potrwać do 24 godzin po przypisaniu i utworzeniu zasad.", + "textBlockText": "Wybierz ustawienia zatwierdzenia i wdrażania zasad. Wybierz, aby skonfigurować zasady do zatwierdzania i wdrażania aktualizacji automatycznie lub ręcznie. Nie można zmienić metody zatwierdzania po utworzeniu zasad, ale wprowadzenie zmiany w szczegółowych informacjach dotyczących indywidualnych zatwierdzeń i wdrożeń sterowników będzie możliwe po utworzeniu spisu dla przypisanych urządzeń." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Te ustawienia służą do uzyskiwania informacji o użytkownikach instalujących aplikacje, które nie zostały zatwierdzone do użycia w firmie. Wybierz typ listy ograniczonych aplikacji:

                      \r\n Aplikacje zabronione — otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację z tej listy.
                      \r\n Zatwierdzone aplikacje — lista aplikacji, które zostały zatwierdzone do użycia w firmie. Otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację spoza tej listy.
                      \r\n ", + "androidZebraMxZebraMx": "Konfiguruj urządzenia Zebra, przekazując profil MX w formacie XML.", + "iosDeviceFeaturesAirprint": "Użyj tych ustawień do skonfigurowania urządzeń z systemem iOS, aby automatycznie nawiązywały połączenie z drukarkami obsługującymi funkcję AirPrint w sieci. Wymagane będą adresy IP i ścieżki zasobów drukarek.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Skonfiguruj rozszerzenie aplikacji, które umożliwia logowanie jednokrotne dla urządzeń z systemem iOS 13.0 lub nowszym.", + "iosDeviceFeaturesHomeScreenLayout": "Skonfiguruj układ Docka i ekranów głównych na urządzeniach z systemem iOS. Niektóre urządzenia mogą mieć ograniczenia liczby wyświetlanych elementów.", + "iosDeviceFeaturesIOSWallpaper": "Wyświetl obraz widoczny na ekranie głównym i/lub na ekranie blokady urządzeń z systemem iOS.\r\n Aby wyświetlać unikatowy obraz w każdym z tych miejsc, utwórz profil z obrazem dla ekranu blokady oraz profil z obrazem dla ekranu głównego.\r\n Następnie przypisz oba profile użytkownikom.\r\n
                      \r\n
                        \r\n
                      • Maksymalny rozmiar pliku: 750 KB
                      • \r\n
                      • Typ pliku: PNG, JPG lub JPEG
                      • \r\n
                      \r\n ", + "iosDeviceFeaturesNotifications": "Określ ustawienia powiadomień dla aplikacji. Obsługuje system iOS 9.3 i nowsze.", + "iosDeviceFeaturesSharedDevice": "Określ opcjonalny tekst wyświetlany na zablokowanym ekranie. Jest on obsługiwany w systemie iOS 9.3 i nowszych. Dowiedz się więcej", + "iosGeneralApplicationRestrictions": "Te ustawienia służą do uzyskiwania informacji o użytkownikach instalujących aplikacje, które nie zostały zatwierdzone do użycia w firmie. Wybierz typ listy ograniczonych aplikacji:

                      \r\n Aplikacje zabronione — otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację z tej listy.
                      \r\n Zatwierdzone aplikacje — lista aplikacji, które zostały zatwierdzone do użycia w firmie. Otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację spoza tej listy.
                      \r\n ", + "iosGeneralApplicationVisibility": "Użyj listy pokazywanych aplikacji, aby określić aplikacje dla systemu iOS, które mogą być wyświetlane lub uruchamiane przez użytkownika. Użyj listy ukrytych aplikacji, aby określić aplikacje dla systemu iOS, które nie mogą być wyświetlane ani uruchamiane przez użytkownika.", + "iosGeneralAutonomousSingleAppMode": "Aplikacje dodane do tej listy i przypisane do urządzenia mogą blokować urządzenie w celu przetwarzania tylko tej aplikacji po jej uruchomieniu lub blokować urządzenie podczas wykonywania określonej akcji (na przykład rozwiązywania testu). Po wykonaniu akcji lub usunięciu ograniczenia urządzenie powraca do normalnego stanu.", + "iosGeneralKiosk": "Tryb kiosku blokuje różne ustawienia urządzenia lub określa pojedynczą aplikację, którą można uruchomić na urządzeniu. Może to być przydatne w środowiskach, takich jak sklep, w którym na urządzeniu ma być uruchamiana tylko jedna aplikacja demonstracyjna.", + "macDeviceFeaturesAirprint": "Użyj tych ustawień do skonfigurowania urządzeń z systemem macOS w celu automatycznego nawiązywania połączenia ze zgodnymi drukarkami AirPrint znajdującymi się w sieci. Konieczna będzie znajomość adresów IP i ścieżek zasobów drukarek.", + "macDeviceFeaturesAssociatedDomains": "Skonfiguruj skojarzone domeny, aby udostępniać dane i poświadczenia logowania między aplikacjami i witrynami organizacji. Ten profil można zastosować do urządzeń z systemem macOS 10.15 lub nowszym.", + "macDeviceFeaturesExtensibleSingleSignOn": "Skonfiguruj rozszerzenie aplikacji, które umożliwia logowanie jednokrotne (SSO) dla urządzeń z systemem macOS 10.15 lub nowszym.", + "macDeviceFeaturesLoginItems": "Wybierz aplikacje, pliki i foldery, które mają być otwierane po zalogowaniu się użytkownika na urządzeniach. Jeśli chcesz zablokować użytkownikom możliwość zmiany sposobu otwierania aplikacji, możesz ukryć aplikację w konfiguracji użytkownika.", + "macDeviceFeaturesLoginWindow": "Skonfiguruj wygląd ekranu logowania systemu macOS oraz funkcje dostępne dla użytkowników przed i po zalogowaniu.", + "macExtensionsKernelExtensions": "Te ustawienia służą do konfigurowania zasad rozszerzeń jądra na urządzeniach z systemem macOS 10.13.2 lub nowszym.", + "macGeneralDomains": "Wiadomości e-mail wysyłane lub odbierane przez użytkownika, które nie pasują do domen określonych w tym miejscu, będą oznaczone jako niezaufane.", + "windows10EndpointProtectionApplicationGuard": "Podczas korzystania z przeglądarki Microsoft Edge funkcja Microsoft Defender Application Guard chroni Twoje środowisko przed witrynami, które nie zostały zdefiniowane jako zaufane przez Twoją organizację. Gdy użytkownicy odwiedzają witryny, które nie są wymienione w granicach izolowanej sieci, te witryny zostaną otwarte w wirtualnej sesji przeglądania w funkcji Hyper-V. Zaufane lokacje są definiowane przez granicę sieci, którą można ustawić w konfiguracji urządzenia. Ta funkcja jest dostępna tylko dla urządzeń z 64-bitowym systemem Windows 10 lub nowszym.", + "windows10EndpointProtectionCredentialGuard": "Włączenie funkcji Credential Guard spowoduje włączenie następujących ustawień wymaganych:\r\n
                      \r\n
                        \r\n
                      • Włącz zabezpieczenia oparte na wirtualizacji: włącza zabezpieczenia oparte na wirtualizacji (VBS) podczas następnego ponownego uruchomienia. Zabezpieczenia oparte na wirtualizacji używają funkcji hypervisor systemu Windows w celu zapewnienia obsługi usług zabezpieczeń.
                      • \r\n
                        \r\n
                      • Bezpieczny rozruch z bezpośrednim dostępem do pamięci: włącza zabezpieczenia VBS z funkcją bezpiecznego rozruchu i bezpośrednim dostępem do pamięci (DMA).
                      • \r\n
                      \r\n ", + "windows10EndpointProtectionDeviceGuard": "Wybierz dodatkowe aplikacje, dla których należy przeprowadzić inspekcję lub które są zaufane do uruchamiania za pomocą Kontroli aplikacji usługi Microsoft Defender. Składniki systemu Windows i wszystkie aplikacje ze Sklepu Windows są automatycznie zaufane do uruchamiania.

                      \r\n Aplikacje nie będą blokowane podczas uruchamiania w trybie „tylko inspekcja”. W trybie „tylko inspekcja” wszystkie zdarzenia są rejestrowane w dziennikach klienta lokalnego.\r\n ", + "windows10GeneralPrivacyPerApp": "Dodaj aplikacje, dla których chcesz określić inne zachowanie dotyczące prywatności niż zachowanie zdefiniowane w domyślnym ustawieniu prywatności.", + "windows10NetworkBoundaryNetworkBoundary": "Granica sieci to lista zasobów przedsiębiorstwa, takich jak domena hostowana w chmurze i zakresy adresów IP komputerów znajdujących się w sieci przedsiębiorstwa. Określ granice sieci, aby stosować zasady i chronić dane przechowywane w tych lokalizacjach.", + "windowsHealthMonitoring": "Skonfiguruj zasady monitorowania kondycji systemu Windows.", + "windowsPhoneGeneralApplicationRestrictions": "W systemie Windows Phone można zablokować możliwość instalowania lub uruchamiania przez użytkowników aplikacji określonych na liście zabronionych aplikacji lub aplikacji nieznajdujących się na liście zatwierdzonych aplikacji. Wszystkie zarządzane aplikacje muszą zostać dodane do listy zatwierdzonych aplikacji." + }, + "Inputs": { + "accountDomain": "Domena konta", + "accountDomainHint": "np. contosodomain", + "accountDomainInfoBalloon": "Określ domenę konta użytkownika.", + "accountTypeInfoBalloon": "Określ typ konfigurowanego konta na podstawie modelu uwierzytelniania", + "allowContactSetting": "Zezwalaj użytkownikowi na zmianę ustawienia kontaktów", + "allowContactSyncInfoBalloon": "Określ, czy użytkownik może zmieniać ustawienie synchronizacji kontaktów", + "allowUserChange": "Zezwalaj użytkownikowi na zmianę ustawienia", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Wprowadź nazwę pakietu podobną do com.microsoft.word", + "androidUrlValidation": "Wprowadź prawidłowy adres URL podobny do następującego: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Kontekst instalacji aplikacji", + "appUrlLabel": "Adres URL sklepu App Store", + "appleUrlValidation": "Wprowadź prawidłowy adres URL podobny do https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Odpowiedni typ urządzenia", + "assignmentActionLabel": "Tryb", + "authenticationMethodInfoBalloon": "Określ metodę uwierzytelniania dla użytkownika", + "authenticationMetod": "Metoda uwierzytelniania", + "authenticationType": "Typ uwierzytelniania", + "authenticationTypeInfoBalloon": "Określ typ uwierzytelniania dla użytkownika", + "availableLicenseCount": "Dostępne licencje", + "basicAuth": "Uwierzytelnianie podstawowe", + "biometricsInfoBalloon": "Biometria (np. funkcja TouchID lub FaceID) może być wymagana, aby użytkownicy mogli otwierać aplikację na swoich urządzeniach. Gdy biometria jest wymagana, jest używana obok metod uwierzytelniania wybranych w tym profilu. To ustawienie nie powinno być włączone, gdy zostały wdrożone zasady ochrony aplikacji usługi Intune, ponieważ zasady ochrony aplikacji obejmują wymagania w zakresie dostępu przed uzyskaniem dostępu do danych zarządzanych. Włączenie obu opcji będzie skutkować wieloma monitami o dostęp przy otwieraniu aplikacji Outlook Mobile. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, jej domyślnym ustawieniem w aplikacji jest Wyłączone.", + "bookNameLabel": "Nazwa książki", + "bundleDescriptionHint": "Wprowadź opis, który opisuje uwzględnione aplikacje.", + "calendar": "Kalendarz", + "categoryLabel": "Kategoria", + "categoryNameLabel": "Domyślna nazwa", + "certProfileType": "Typ profilu certyfikatu", + "certificate": "Certyfikat", + "certificates": "Certyfikaty", + "commandLineLabel": "Argumenty wiersza polecenia", + "commandLineSizeHint": "Maksymalna długość tekstu argumentów wiersza polecenia to 1024 znaki", + "configurationSettingsFormatLabel": "Format ustawień konfiguracji", + "configurationSettingsLabel": "Format ustawień", + "contactSync": "Zapisz kontakty", + "contactSyncInfoBalloon": "Zapisywanie kontaktów w natywnej książce adresowej urządzenia przenośnego pozwala na łączenie nowych rozmów i wiadomości SMS z istniejącymi kontaktami użytkownika w programie Outlook. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, jej domyślnym ustawieniem w aplikacji jest Wyłączone.", + "contacts": "Kontakty", + "createdDateTime": "Utworzono", + "defaultCategoryHint": "Kategorii domyślnych nie można zmienić", + "deploySMimeCertsFromIntune": "Wdróż certyfikaty S/MIME z usługi Intune", + "descriptionGenericLabel": "Opis", + "descriptionHint": "Wprowadź opis...", + "descriptionLabel": "Opis", + "descriptionSizeHint": "Długość opisu nie powinna przekraczać 10 000 znaków", + "developerLabel": "Deweloper", + "developerSizeHint": "Maksymalna długość nazwy dewelopera to 256 znaków.", + "disable": "Wyłącz", + "disabled": "Wyłączone", + "displayNameLabel": "Nazwa", + "displayVersionHint": "Wprowadź wersję aplikacji", + "displayVersionLabel": "Wersja aplikacji", + "displayVersionLengthCheck": "Długość wersji wyświetlanej powinna wynosić maksymalnie 130 znaków", + "eBookCategoryNameLabel": "Domyślna nazwa", + "emailAccount": "Nazwa konta e-mail", + "emailAccountHint": "np. firmowy adres e-mail", + "emailAccountInfoBalloon": "Określ nazwę konta e-mail, która będzie wyświetlana dla użytkowników na ich urządzeniach", + "emailAddressAttribute": "Atrybut adresu e-mail z AAD", + "emailAddressInfoBalloon": "Określ adres e-mail, który będzie używany do wysyłania i odbierania poczty", + "emailServer": "Serwer poczty e-mail", + "emailServerHint": "np. mail.contoso.com", + "emailServerInfoBalloon": "Określ nazwę hosta programu Exchange Server", + "enable": "Włącz", + "enableSMime": "Włącz protokół S/MIME", + "enabled": "Włączony", + "encryptAllEmails": "Szyfruj wszystkie wiadomości e-mail", + "encryptionCertificates": "Certyfikaty szyfrowania", + "endUserNotifications": "Powiadomienia użytkowników końcowych", + "enrollmentTypeLabel": "Typ rejestracji urządzenia", + "externalRecipients": "Porada dotycząca poczty dla adresatów zewnętrznych", + "externalRecipientsInfoBalloon": "Porady dotyczące poczty dla adresatów zewnętrznych są wyświetlane, gdy nadawca dodaje adresata zewnętrznego lub grupę dystrybucji zawierającą adresatów zewnętrznych. Porada dotycząca poczty informuje nadawców, że pisana wiadomość wyjdzie poza organizację, co pomaga im w dobraniu właściwego słownictwa, stylu i zawartości. Funkcja ta jest dostępna tylko dla kont usługi Exchange Online i kont lokalnych korzystających z nowoczesnego uwierzytelniania hybrydowego. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, jej domyślnym ustawieniem w aplikacji jest Włączone.", + "focusedInbox": "Priorytetowa skrzynka odbiorcza", + "focusedInboxInfoBalloon": "Priorytetowa skrzynka odbiorcza dzieli skrzynkę odbiorczą na dwie karty — Priorytetowe i Inne. Najważniejsze wiadomości e-mail są widoczne na karcie Priorytetowe, a pozostałe wiadomości, chociaż usunięte z głównego widoku, są nadal łatwo dostępne na karcie Inne. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, domyślnym ustawieniem w aplikacji jest Włączone.", + "fullScreenEnabledLabel": "Tryb pełnoekranowy", + "gmailNineAmountOfEmail": "Liczba wiadomości e-mail do synchronizacji", + "gmailNineAuthenticationMethodInfoBalloon": "Wybierz, w jaki sposób użytkownicy mają być uwierzytelniani na serwerze poczty e-mail. Za pomocą certyfikatów możesz zapewnić użytkownikom końcowym najbezpieczniejsze i najbardziej bezproblemowe środowisko. Uwierzytelnianie oparte na certyfikacie nie jest jeszcze dostępne, ponieważ profile certyfikatów SCEP i PKCS dla urządzeń właścicieli urządzeń są niedostępne.", + "gmailNineCertificateUPNInfoBalloon": "Certyfikat musi mieć alternatywną nazwę podmiotu w postaci głównej nazwy użytkownika (UPN).", + "gmailNineEmailAddressInfoBalloon": "Atrybut odbierany przez usługę Intune z usługi Azure AD w celu dynamicznego wygenerowania adresu e-mail, który będzie używany przez profil, np. MyName@contoso.com (UPN). Dowiedz się więcej na temat atrybutów usługi AAD dla profili poczty e-mail.", + "gmailNineEmailServerInfoBalloon": "Lokalizacja usługi Exchange (adres URL) serwera poczty e-mail, z którą łączy się określona aplikacja w celu pobrania poczty e-mail.", + "gmailNineEmailSynchronizeInfoBalloon": "Kontroluj liczbę wiadomości e-mail synchronizowanych przez klienta.", + "gmailNineSSLInfoBalloon": "Włącz protokół SSL, aby zabezpieczyć komunikację z serwerem poczty e-mail.", + "gmailNineUsernameInfoBalloon": "Atrybut odbierany przez usługę Intune z usługi Azure AD w celu dynamicznego wygenerowania nazwy użytkownika, która będzie używana przez profil, np. MyName@contoso.com (UPN) lub MyName (nazwa użytkownika). Dowiedz się więcej na temat atrybutów usługi AAD dla profili poczty e-mail.", + "ignoreManifestScope": "Ignoruj zakres manifestu", + "ignoreVersionDetection": "Ignoruj wersję aplikacji", + "informationUrlLabel": "Adres URL informacji", + "informationUrlSizeHint": "Maksymalna długość adresu URL informacji to 1024 znaki", + "installAsManaged": "Instaluj jako zarządzaną", + "installationSourceLabel": "Typ aplikacji", + "installerTypeInfoBalloon": "Typ instalatora pakietu aplikacji.", + "installerTypeLabel": "Typ instalatora", + "isFeatured": "Pokaż jako polecaną aplikację w Portalu firmy", + "isMAMEnabledToggleLabel": "Tak", + "lastModifiedDateTime": "Godzina ostatniej aktualizacji", + "ldapUrl": "Adres URL LDAP", + "licensingType": "Obsługuje przypisanie kontekstu urządzenia", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimalna wersja systemu operacyjnego", + "modernAuth": "Nowoczesne uwierzytelnianie", + "nameHint": "Wprowadź nazwę", + "nameLabel": "Nazwa", + "nameSizeHint": "Maksymalna długość nazwy to 512 znaków.", + "notConfigured": "Nie skonfigurowano", + "notesLabel": "Uwagi", + "notesSizeHint": "Maksymalna długość tekstu notatki to 1024 znaki.", + "notificationType": "Typ powiadomienia", + "oneDay": "Jeden dzień", + "oneMonth": "Jeden miesiąc", + "oneWeek": "Jeden tydzień", + "outlookSMimeSettings": "Ustawienia S/MIME programu Outlook", + "ownerLabel": "Właściciel", + "ownerSizeHint": "Maksymalna długość nazwy właściciela to 256 znaków.", + "packageIdLabel": "Identyfikator pakietu", + "packageNameLabel": "Nazwa pakietu", + "pivCredentialNotConfigured": "Nie wybrano wystawcy pochodnych poświadczeń dla dzierżawy. Musisz skonfigurować wystawcę, zanim będzie można pomyślnie zastosować te zasady do urządzeń.", + "platformLabel": "Platforma", + "policyDescriptionLabel": "Opis", + "policyNameLabel": "Nazwa", + "preComposedIconEnabled": "Wstępnie skompilowane", + "primarySMTPAddress": "Podstawowy adres SMTP", + "privacyUrlLabel": "Adres URL dotyczący ochrony prywatności", + "publisherHint": "Wprowadź nazwę wydawcy", + "publisherLabel": "Wydawca", + "publisherSizeHint": "Długość nazwy wydawcy powinna należeć do zakresu od 2 do 1024 znaków (włącznie)", + "require": "Wymagaj", + "requireBiometrics": "Wymagaj informacji biometrycznych na potrzeby dostępu do aplikacji", + "sAMAccountName": "Nazwa konta SAM", + "scopeTagsRequired": "Wymagany jest co najmniej jeden tag zakresu", + "searchAppLabel": "Wybierz aplikację", + "searchAppLinkText": "Wyszukaj w sklepie App Store", + "searchWinGetPublicRepositoryLinkText": "Przeszukaj repozytorium społeczności Menedżera pakietów systemu Windows", + "searchWinGetStoreRepositoryLinkText": "Wyszukaj w aplikacji sklepu Microsoft Store (nowa)", + "selectAAD": "Wybierz atrybut usługi AAD", + "selectAppFileLabel": "Wybierz plik", + "selectAppFileLinkText": "Wybierz plik pakietu aplikacji", + "selectAppFileToUpdateLabel": "Wybierz plik do zaktualizowania", + "selectAuthMethod": "Wybierz metodę uwierzytelniania", + "selectAuthType": "Wybierz typ uwierzytelniania", + "selectCatalogAppLabel": "Wybierz aplikację", + "selectCatalogAppLinkText": "Wyszukaj w katalogu aplikacji systemu Windows (Win32)", + "selectCertificate": "Wybierz certyfikat", + "signAllEmails": "Podpisuj wszystkie wiadomości e-mail", + "signingCertificates": "Certyfikaty podpisywania", + "ssl": "SSL", + "suiteDescriptionLabel": "Opis pakietu", + "suiteNameLabel": "Nazwa pakietu", + "targetApplicationBundleIdentifier": "Identyfikator pakietu aplikacji docelowej", + "targetedPlatformsLabel": "Platforma docelowa", + "tasks": "Zadania", + "threeDays": "Trzy dni", + "totalLicenseCount": "Łączna liczba licencji", + "twoWeeks": "Dwa tygodnie", + "unifiedAssignmentsLabel": "Przypisz do:", + "unlimited": "Nieograniczone", + "urlHint": "Wprowadź prawidłowy adres URL", + "useManagedBrowserHint": "Tylko systemy Android i iOS. Dowiedz się więcej", + "useManagedBrowserLabel": "Wymagaj zarządzanej przeglądarki do otworzenia tego linku", + "userPrinicipalName": "Nazwa główna użytkownika", + "username": "Nazwa użytkownika", + "usernameAttribute": "Atrybut nazwy użytkownika z AAD", + "usernameAttributreInfoBalloon": "Określ główną nazwę użytkownika dla profilu poczty e-mail, która będzie używana do uwierzytelniania konta", + "usernamePassword": "Nazwa użytkownika i hasło", + "webAppUrlHint": "Wprowadź prawidłowy adres URL zaczynający się od http:// lub https://", + "webAppUrlLabel": "Adres URL aplikacji", + "webAppUrlSizeHint": "Maksymalna długość adresu URL aplikacji to 1024 znaków", + "windowsUrlValidation": "Podaj prawidłowy adres URL podobny do https://www.microsoft.com/pl-pl/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "Wprowadzone dane XML", + "xmlFormatInvalid": "Format zasad XML jest nieprawidłowy.", + "xmlTooLarge": "Rozmiar wejściowy musi być mniejszy niż 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Nie można usunąć aplikacji {0}", @@ -8432,374 +8847,13 @@ "modifying": "Usuwanie pliku {0}", "success": "Pomyślnie usunięto element {0}" }, - "Included": { - "none": "Nie wybrano żadnych aplikacji w chmurze, akcji ani kontekstów uwierzytelniania", - "plural": "Uwzględnione konteksty uwierzytelniania: {0}", - "singular": "Uwzględniono 1 kontekst uwierzytelniania" - }, - "InfoBlade": { - "createTitle": "Dodaj kontekst uwierzytelniania", - "deleteDisallowed": "Nie można usunąć tego kontekstu uwierzytelniania, gdy odwołują się do niego zasady dostępu warunkowego.", - "descPlaceholder": "Dodaj opis kontekstu uwierzytelniania", - "modifyTitle": "Modyfikuj kontekst uwierzytelniania", - "namePlaceholder": "Na przykład: Zaufana lokalizacja, Zaufane urządzenie, Silna autoryzacja", - "publishDesc": "Opublikowanie w aplikacjach spowoduje udostępnienie kontekstu uwierzytelniania do użycia przez aplikacje. Opublikuj po zakończeniu konfigurowania zasad dostępu warunkowego dla tagu. [Dowiedz się więcej][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publikuj w aplikacjach", - "titleDesc": "Skonfiguruj kontekst uwierzytelniania, który będzie używany do ochrony danych i akcji aplikacji. Użyj nazw i opisów, które będą zrozumiałe dla administratorów aplikacji. [Dowiedz się więcej][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Cofnięcie publikowania tego kontekstu uwierzytelniania może spowodować utratę dostępu do zasobu zabezpieczonego przez kontekst uwierzytelniania." - }, "Notify": { "failure": "Nie można zaktualizować elementu {0}", "modifying": "Modyfikowanie elementu {0}", "success": "Pomyślnie zaktualizowano element {0}" }, - "WhatIf": { - "selected": "Uwzględniono kontekst uwierzytelniania" - }, - "addNewStepUp": "Nowy kontekst uwierzytelniania", - "bannerText": "Tworzenie własnych wartości kontekstu uwierzytelniania i zasad dostępu warunkowego za pomocą usługi Azure AD Premium", - "checkBoxInfo": "Wybierz konteksty uwierzytelniania, do których będą stosowane te zasady", - "configure": "Konfiguruj konteksty uwierzytelniania", - "createCA": "Przypisz zasady dostępu warunkowego do kontekstu uwierzytelniania", - "dataGrid": "Lista kontekstów uwierzytelniania", - "deleteFailedByReference": "Nie można usunąć tego kontekstu uwierzytelniania, ponieważ odwołują się do niego zasady urzędu certyfikacji.", - "description": "Opis", - "documentation": "Dokumentacja", - "getStarted": "Rozpocznij", - "label": "Kontekst uwierzytelniania", - "menuLabel": "Kontekst uwierzytelniania", - "name": "Nazwa", - "noAuthContextConfigured": "Nie skonfigurowano kontekstów uwierzytelniania.", - "noAuthContextSet": "Brak kontekstów uwierzytelniania", - "noData": "Brak kontekstów uwierzytelniania do wyświetlenia", - "selectionInfo": "Kontekst uwierzytelniania służy do zabezpieczania danych aplikacji oraz akcji w aplikacjach, takich jak SharePoint i Microsoft Cloud App Security.", - "step": "Krok", - "tabDescription": "Zarządzaj kontekstem uwierzytelniania, aby chronić dane i akcje w aplikacjach. Kontekstów uwierzytelniania nie można usuwać, gdy odwołują się do nich zasady dostępu warunkowego. [Learn more] [1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Otaguj zasoby za pomocą kontekstu uwierzytelniania" + "menuLabel": "Kontekst uwierzytelniania" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (logowanie za pomocą telefonu)", - "email": "Wyślij wiadomość e-mail z jednorazowym kodem dostępu", - "federatedMultiFactor": "Federacyjne wieloskładnikowe", - "federatedSingleFactor": "Federacyjne uwierzytelnianie jednoskładnikowe", - "fido2": "Klucz zabezpieczeń FIDO2", - "hardwareOath": "Sprzętowe tokeny OATH", - "hardwareOathEmail": "Token sprzętowy OATH + jednorazowy kod dostępu wysyłany pocztą e-mail", - "hardwareOathFederatedSingleFactor": "Federacyjny pojedynczy czynnik + token sprzętowy OATH", - "microsoftAuthenticatorPush": "Microsoft Authenticator (powiadomienie push)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (powiadomienie push) + jednorazowy kod dostępu poczty e-mail", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federacyjny pojedynczy czynnik + Microsoft Authenticator (powiadomienie push)", - "none": "Brak", - "password": "Hasło", - "passwordHardwareOath": "Hasło i token sprzętowy OATH", - "passwordMicrosoftAuthenticatorPush": "Hasło + Microsoft Authenticator (powiadomienie push)", - "passwordSms": "Hasło + kod SMS", - "passwordSoftwareOath": "Hasło + token oprogramowania OATH", - "passwordVoice": "Hasło + uwierzytelnianie przy użyciu głosu", - "passwordX509CertificateMultiFactor": "Hasło i uwierzytelnianie oparte na certyfikatach (wieloskładnikowe)", - "passwordX509CertificateSingleFactor": "Hasło i uwierzytelnianie oparte na certyfikatach (jednoskładnikowe)", - "sms": "SMS", - "smsEmail": "SMS + jednorazowy kod dostępu pocztą e-mail", - "smsFederatedSingleFactor": "Federacyjny pojedynczy czynnik + SMS", - "softwareOath": "Programowe tokeny OATH", - "softwareOathEmail": "Token oprogramowania OATH + jednorazowy kod dostępu wysyłany pocztą e-mail", - "softwareOathFederatedSingleFactor": "Federacyjny pojedynczy czynnik + token oprogramowania OATH", - "temporaryAccessPassMultiUse": "Tymczasowy kod dostępu (wielokrotnego użycia)", - "temporaryAccessPassOneTime": "Tymczasowy kod dostępu (jednorazowy)", - "voice": "Głos", - "voiceEmail": "Głos i poczta e-mail — jednorazowy kod dostępu", - "voiceFederatedSingleFactor": "Federacyjny pojedynczy czynnik + głos", - "windowsHelloForBusiness": "Usługa Windows Hello dla firm", - "x509CertificateMultiFactor": "Uwierzytelnianie oparte na certyfikacie (wieloskładnikowe)", - "x509CertificateSingleFactor": "Uwierzytelnianie oparte na certyfikacie (jednoskładnikowe)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Blokuj pliki do pobrania (wersja zapoznawcza)", - "monitorOnly": "Tylko monitorowanie (wersja zapoznawcza)", - "protectDownloads": "Chroń pliki do pobrania (wersja zapoznawcza)", - "useCustomControls": "Użyj zasad niestandardowych..." - }, - "ariaLabel": "Wybierz rodzaj Kontroli dostępu warunkowego aplikacji do zastosowania" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "Identyfikator aplikacji: {0}" - }, - "LowerGrid": { - "ariaLabel": "Lista wybranych aplikacji w chmurze" - }, - "UpperGrid": { - "ariaLabel": "Lista aplikacji w chmurze, które pasują do wyszukiwanego terminu" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Dla wartości „Wybrane lokalizacje” musisz wybrać co najmniej jedną lokalizację.", - "selector": "Wybierz co najmniej jedną lokalizację" - }, - "privateLinksInfo": "Usługa Private Link dla usługi Azure AD najlepiej nadaje się do usług platformy Azure. Upewnij się, że podmioty zabezpieczeń, do których są stosowane te zasady, nie muszą pracować z żadnymi usługami publicznymi, takimi jak M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Musisz wybrać co najmniej jednego z następujących klientów" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Te zasady mają zastosowanie tylko do przeglądarki i nowoczesnych aplikacji do uwierzytelniania. Aby zastosować te zasady do wszystkich aplikacji klienckich, włącz warunek aplikacji klienckiej i wybierz wszystkie aplikacje klienckie.", - "classicExperience": "Od czasu utworzenia tych zasad zaktualizowano konfigurację domyślnych aplikacji klienckich.", - "legacyAuth": "W przypadku nieskonfigurowania zasady są teraz stosowane do wszystkich aplikacji klienckich, w tym dla nowoczesnego i starszego uwierzytelniania." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Atrybut", - "placeholder": "Wybierz atrybut" - }, - "Configure": { - "infoBalloon": "Skonfiguruj filtry aplikacji, do których chcesz zastosować zasady." - }, - "NoPermissions": { - "learnMoreAria": "Więcej informacji o niestandardowych uprawnieniach atrybutów zabezpieczeń.", - "message": "Nie masz uprawnień wymaganych do używania niestandardowych atrybutów zabezpieczeń." - }, - "gridHeader": "Za pomocą niestandardowych atrybutów zabezpieczeń można użyć konstruktora reguł lub pola tekstowego składni reguły do utworzenia lub edytowania reguł filtru. W wersji zapoznawczej obsługiwane są tylko atrybuty typu String. Atrybuty typu Liczba całkowita lub Wartość logiczna nie będą wyświetlane.", - "learnMoreAria": "Więcej informacji na temat używania konstruktora reguł i pola tekstowego składni.", - "noAttributes": "Brak atrybutów niestandardowych dostępnych do filtrowania. Musisz skonfigurować pewne atrybuty, aby użyć tego filtru.", - "title": "Edytuj filtr (wersja zapoznawcza)" - }, - "CloudAppsUserActions": { - "any": "Dowolna akcja lub aplikacja w chmurze", - "infoBalloon": "Aplikacja w chmurze lub akcja użytkownika, którą chcesz przetestować. Na przykład „SharePoint Online”", - "learnMore": "Kontroluj dostęp na podstawie wszystkich lub określonych aplikacji w chmurze lub akcji.", - "learnMoreB2C": "Kontroluj dostęp na podstawie wszystkich lub określonych aplikacji w chmurze.", - "learnMoreNetworkAccess": "Kontroluj dostęp na podstawie całego lub określonego ruchu dostępu do sieci, aplikacji w chmurze lub akcji.", - "title": "Aplikacje w chmurze lub akcje" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Lista wykluczonych aplikacji w chmurze" - }, - "Filter": { - "configured": "Skonfigurowano", - "label": "Edytuj filtr (wersja zapoznawcza)", - "with": "{0} z {1}" - }, - "Included": { - "gridAria": "Lista uwzględnionych aplikacji w chmurze" - }, - "Validation": { - "authContext": "W obszarze „kontekst uwierzytelniania” musisz skonfigurować co najmniej jeden element podrzędny.", - "networkAccess": "Za pomocą opcji „Dostęp do sieci” musisz skonfigurować co najmniej jeden profil ruchu.", - "selectApps": "Wartość „{0}” musi być skonfigurowana", - "selector": "Wybierz co najmniej jedną aplikację.", - "userActions": "W obszarze „Akcje użytkownika” musisz skonfigurować co najmniej jeden element podrzędny." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Kontroluj dostęp użytkowników, gdy urządzenie, z poziomu z którego loguje się użytkownik, nie jest „dołączone hybrydowo do usługi Azure AD” ani „oznaczone jako zgodne”.\n Ta funkcja jest przestarzała. Zamiast tego użyj „{1}”." - } - }, - "Errors": { - "notFound": "Nie znaleziono zasad lub zostały one usunięte.", - "notFoundDetailed": "Zasady „{0}” już nie istnieją. Możliwe, że zostały usunięte." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Wszystko", - "b2bCollaborationGuestLabel": "Użytkownicy-goście współpracy B2B", - "b2bCollaborationMemberLabel": "Użytkownicy-członkowie współpracy B2B", - "b2bDirectConnectUserLabel": "Użytkownicy bezpośredniej komunikacji B2B", - "enumeratedExternalTenantsError": "Wybierz co najmniej jedną dzierżawę zewnętrzną", - "enumeratedExternalTenantsLabel": "Wybierz", - "externalTenantsLabel": "Określanie zewnętrznych organizacji usługi Azure AD", - "externalUserDropdownLabel": "Wybierz typy gości lub użytkowników zewnętrznych", - "externalUsersError": "Wybierz co najmniej jeden zewnętrzny typ gościa lub użytkownika", - "guestOrExternalUsersInfoContent": "Obejmuje współpracę B2B, bezpośrednie połączenie B2B i inne typy użytkowników zewnętrznych.", - "guestOrExternalUsersLabel": "Goście lub użytkownicy zewnętrzni", - "internalGuestLabel": "Lokalni użytkownicy-goście", - "otherExternalUserLabel": "Inni użytkownicy zewnętrzni", - "previewTag": "{0} (wersja zapoznawcza)", - "serviceProviderUsersLabel": "Użytkownicy dostawcy usług" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Metoda wyszukiwania kraju/regionu", - "gps": "Określanie lokalizacji według współrzędnych GPS", - "info": "W przypadku skonfigurowania warunku lokalizacji zasad dostępu warunkowego użytkownicy będą monitowani przez aplikację Authenticator o udostępnienie swojej lokalizacji GPS.", - "ip": "Określ lokalizację według adresu IP (tylko IPv4)" - }, - "Header": { - "new": "Nowa lokalizacja ({0})", - "update": "Lokalizacja aktualizacji ({0})" - }, - "IP": { - "learn": "Skonfiguruj zakresy adresów IPv4 i IPv6 lokalizacji nazwanej.\n[Dowiedz się więcej][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Nieznane kraje/regiony to adresy IP, które nie są skojarzone z konkretnym krajem lub regionem. [Dowiedz się więcej][1]\n\nObejmuje to:\n* Adresy IPv6\n* Adresy IPv4 bez bezpośredniego mapowania\n[1]: https://aka.ms/canamedlocations\n ", - "label": "Uwzględnij nieznane kraje/regiony" - }, - "Name": { - "empty": "Nazwa nie może być pusta", - "placeholder": "Nazwij tę lokalizację" - }, - "PrivateLink": { - "learn": "Utwórz nową nazwaną lokalizację zawierającą łącza prywatne dla usługi Azure AD. \n[Dowiedz się więcej][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Wyszukaj kraje", - "names": "Wyszukaj nazwy", - "privateLinks": "Wyszukaj prywatne linki" - }, - "Trusted": { - "label": "Oznacz jako zaufaną lokalizację" - }, - "enter": "Wprowadź nowy zakres adresów IPv4 lub IPv6", - "example": "np. 40.77.182.32/27 lub 2a01:111::/32" - }, - "Label": { - "addCountries": "Lokalizacja krajów", - "addIpRange": "Lokalizacja zakresów adresów IP", - "addPrivateLink": "Azure Private Link" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Nie można utworzyć nowej lokalizacji ({0})", - "title": "Tworzenie nie powiodło się" - }, - "InProgress": { - "description": "Tworzenie nowej lokalizacji ({0})", - "title": "Tworzenie w toku" - }, - "Success": { - "description": "Pomyślnie utworzono nową lokalizację ({0})", - "title": "Tworzenie zakończyło się pomyślnie" - } - }, - "Delete": { - "Failed": { - "description": "Niepowodzenia podczas usuwania lokalizacji ({0})", - "title": "Usuwanie nie powiodło się" - }, - "InProgress": { - "description": "Usuwanie lokalizacji ({0})", - "title": "Usuwanie w toku" - }, - "Success": { - "description": "Pomyślnie usunięto lokalizację ({0})", - "title": "Usuwanie zakończyło się pomyślnie" - } - }, - "Update": { - "Failed": { - "description": "Niepowodzenia podczas aktualizowania lokalizacji ({0})", - "title": "Aktualizowanie nie powiodło się" - }, - "InProgress": { - "description": "Aktualizowanie lokalizacji ({0})", - "title": "Aktualizowanie w toku" - }, - "Success": { - "description": "Pomyślnie zaktualizowano lokalizację ({0})", - "title": "Aktualizowanie powiodło się" - } - } - }, - "PrivateLinks": { - "grid": "Lista prywatnych łączy" - }, - "Trusted": { - "title": "Typ zaufany", - "trusted": "Zaufane" - }, - "Type": { - "all": "Wszystkie typy", - "countries": "Kraje", - "ipRanges": "Zakresy adresów IP", - "privateLinks": "Łącze prywatne", - "title": "Typ lokalizacji" - }, - "iPRangeInvalidError": "Wartość musi być prawidłowym zakresem adresów IPv4 lub IPv6.", - "iPRangeLinkOrSiteLocalError": "Sieć IP została wykryta jako adres połączenia lokalnego lub adres lokalny dla witryny.", - "iPRangeOctetError": "Sieć IP nie może rozpoczynać się od wartości 0 ani 255.", - "iPRangePrefixError": "Prefiks sieci adresu IP musi należeć do zakresu od /{0} do /{1}.", - "iPRangePrivateError": "Sieć IP wykryto jako adres prywatny." - }, - "NamedNetwork": { - "List": { - "gridAria": "Lista nazwanych lokalizacji" - } - }, - "NetworkAccess": { - "Included": { - "none": "Nie wybrano zasobów docelowych", - "plural": "Wybrano {0} profile(-ów) ruchu sieci", - "singular": "Wybrano 1 profil ruchu sieci" - }, - "internetOptionText": "Ruch publiczny", - "label": "Dostęp do sieci (wersja zapoznawcza)", - "m365OptionText": "Ruch na M365", - "privateOptionText": "Ruch prywatny", - "selectTrafficProfilesLabel": "Wybierz profile ruchu, do których mają zastosowanie te zasady", - "targetResourcesBalloonContext": "Zasoby docelowe", - "targetResourcesSelectorTitle": "Zasoby docelowe", - "trafficProfilesLearnMoreTooltip": "Aby wyświetlić dodatkowe profile ruchu, dodaj więcej licencji usługi NaaS.", - "ztnaEnableLearnMore": "Aby można było korzystać z kontroli dostępu do sieci, należy włączyć usługę Cloud Edge z modelem Zero Trust. " - }, - "Policies": { - "Grid": { - "aria": "Lista zasad dostępu warunkowego" - }, - "countText": "Znaleziono {0} z {1} zasad", - "countTextSingular": "Znaleziono {0} z 1 zasad", - "search": "Wyszukaj zasady" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Konfigurowanie poziomów ryzyka związanego z jednostką usługi na potrzeby egzekwowania zasad​", - "infoBalloonContent": "Skonfiguruj ryzyko jednostki usługi, aby zastosować zasady do wybranych poziomów ryzyka", - "title": "Ryzyko jednostki usługi" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Skonfiguruj wykrycia ryzyka, aby zastosować zasady do wybranych wykryć ryzyka logowania w czasie rzeczywistym." - }, - "LearnMore": { - "message": "Kontroluj dostęp użytkowników w celu reagowania na określone wykrycia ryzyka logowania w czasie rzeczywistym." - }, - "description": "Ten warunek jest spełniony, jeśli dowolne z uwzględnionych wykryć ryzyka wykryje ryzyko. Nie ma to wpływu na obliczanie poziomu ryzyka logowania.", - "header": "Wbudowane wykrycia ryzyka w czasie rzeczywistym", - "info": "Wykrycia, które wykrywają ryzyka podczas logowań.", - "label": "Wykrycia ryzyka logowania (wersja zapoznawcza)", - "title": "Wykrycia ryzyka logowania" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Kombinacje metod, które spełniają silne uwierzytelnianie, takie jak Hasło i SMS", - "displayName": "Uwierzytelnianie wieloskładnikowe" - }, - "Passwordless": { - "description": "Metody bezhasłowe spełniające silne uwierzytelnianie, takie jak Microsoft Authenticator ", - "displayName": "Bezhasłowe uwierzytelnianie wieloskładnikowe" - }, - "PhishingResistant": { - "description": "Metody bezhasłowe odporne na wyłudzanie informacji na potrzeby najsilniejszego uwierzytelniania, np. klucza zabezpieczeń FIDO2", - "displayName": "Uwierzytelnianie wieloskładnikowe odporne na wyłudzanie informacji" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Dowiedz się więcej o wymaganiach metod uwierzytelniania spełnianych przez dostawców federacyjnych.", "certificate": "Uwierzytelnianie certyfikatów", @@ -8808,287 +8862,6 @@ "require": "Wymagaj metody uwierzytelniania federacyjnego (wersja zapoznawcza)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Wyłączone", - "on": "Włączone", - "reportOnly": "Tylko raport" - }, - "PolicyTemplates": { - "Devices": { - "description": "Wybierz kategorię szablonów zasad dotyczących urządzeń, aby urządzenia uzyskujące dostęp do sieci były widoczne. Przed przyznaniem dostępu sprawdź zgodność i stan kondycji urządzeń.", - "name": "Urządzenia" - }, - "Identities": { - "description": "Wybierz kategorię szablonów zasad tożsamości, aby zweryfikować i zabezpieczyć każdą tożsamość za pomocą silnego uwierzytelniania w całej Twojej cyfrowej infrastrukturze.", - "name": "Tożsamości" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Wszystkie aplikacje", - "office365": "Office 365", - "registerSecurityInfo": "Zarejestruj informacje zabezpieczające" - }, - "Conditions": { - "androidAndIOS": "Platforma urządzeń: systemy Android i IOS", - "anyDevice": "Dowolne urządzenie, z wyjątkiem urządzeń z systemami Android, iOS, Windows i Mac", - "anyDeviceStateExceptHybrid": "Dowolny stan urządzenia, z wyjątkiem zgodnego i przyłączonego hybrydowo do usługi Azure AD", - "anyLocation": "Dowolna lokalizacja z wyjątkiem lokalizacji zaufanych", - "browserMobileDesktop": "Aplikacje klienckie: przeglądarka, aplikacje mobilne i klienci używający komputerów stacjonarnych", - "exchangeActiveSync": "Aplikacje klienckie: program Exchange Active Sync, inni klienci", - "windowsAndMac": "Platforma urządzeń: systemy Windows i Mac" - }, - "Devices": { - "anyDevice": "Dowolne urządzenie" - }, - "Grant": { - "appProtectionPolicy": "Wymagaj zasad ochrony aplikacji", - "approvedClientApp": "Wymagaj zatwierdzonej aplikacji klienckiej", - "blockAccess": "Blokuj dostęp", - "mfa": "Wymagaj uwierzytelniania wieloskładnikowego", - "passwordChange": "Wymagaj zmiany hasła", - "requireCompliantDevice": "Wymagaj, aby urządzenie było oznaczone jako zgodne", - "requireHybridAzureADDevice": "Wymagaj urządzenia przyłączonego hybrydowo do usługi Azure AD" - }, - "Session": { - "appEnforcedRestrictions": "Użyj ograniczeń wymuszonych przez aplikację", - "signInFrequency": "Częstotliwość logowań i nigdy stała sesja przeglądarki" - }, - "UsersAndGroups": { - "allUsers": "Wszyscy użytkownicy", - "directoryRoles": "Role katalogów, z wyjątkiem bieżącego administratora", - "globalAdmin": "Administrator globalny", - "noGuestAndAdmins": "Wszyscy użytkownicy, z wyjątkiem Gości i Zewnętrznych, Administratorów globalnych, Bieżących administratorów" - }, - "azureManagement": "Zarządzanie platformą Azure", - "deviceFilters": "Filtry dla urządzeń", - "devicePlatforms": "Platformy urządzeń" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Blokuj lub ograniczaj dostęp do zawartości programów SharePoint, OneDrive i Exchange z urządzeń niezarządzanych.", - "name": "CA014: Używanie ograniczeń wymuszonych przez aplikację dla urządzeń niezarządzanych", - "title": "Użyj ograniczeń wymuszonych przez aplikację dla urządzeń niezarządzanych" - }, - "ApprovedClientApps": { - "description": "Aby zapobiec utracie danych, organizacje mogą ograniczyć dostęp do zatwierdzonych nowoczesnych aplikacji klienckich uwierzytelniania za pomocą usługi Intune App Protection.", - "name": "CA012: Wymóg zatwierdzonych aplikacji klienckich i ochrony aplikacji", - "title": "Wymagaj zatwierdzonych aplikacji klienckich i ochrony aplikacji" - }, - "BlockAccessOnUnknowns": { - "description": "Użytkownicy będą blokowani przed dostępem do zasobów firmy, gdy typ urządzenia jest nieznany lub nieobsługiwany.", - "name": "CA010: Blokowanie dostępu dla nieznanej lub nieobsługiwanej platformy urządzenia", - "title": "Blokuj dostęp dla nieznanej lub nieobsługiwanej platformy urządzenia" - }, - "BlockLegacyAuth": { - "description": "Blokuj starsze punkty końcowe uwierzytelniania, których można użyć do ominięcia uwierzytelniania wieloskładnikowego. ", - "name": "CA003: Blokuj starsze uwierzytelniania", - "title": "Blokuj starsze wersje uwierzytelniania" - }, - "NoPersistentBrowserSession": { - "description": "Chroń dostęp użytkowników na urządzeniach niezarządzanych, uniemożliwiając sesjom przeglądarki pozostanie zalogowanym po zamknięciu przeglądarki i ustawiając częstotliwość logowania na 1 godzinę.", - "name": "CA011: Brak trwałej sesji przeglądarki", - "title": "Brak trwałej sesji przeglądarki" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Wymagaj od administratorów uprzywilejowanych dostępu do zasobów tylko wtedy, gdy jest używane urządzenie zgodne lub przyłączone hybrydowo do usługi Azure AD.​", - "name": "CA009: wymagaj urządzenia zgodnego lub urządzenia przyłączonego hybrydowo do usługi Azure AD w przypadku administratorów", - "title": "Wymagaj urządzenia zgodnego lub przyłączonego hybrydowo do usługi Azure AD w przypadku administratorów" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Chroń dostęp do zasobów firmy, wymagając od użytkowników korzystania z urządzenia zarządzanego lub uwierzytelniania wieloskładnikowego (dotyczy tylko systemów macOS lub Windows).", - "name": "CA013: Wymagaj urządzenia zgodnego lub urządzenia przyłączonego hybrydowo do usługi Azure AD lub uwierzytelniania wieloskładnikowego dla wszystkich użytkowników", - "title": "Wymagaj urządzenia zgodnego lub urządzenia przyłączonego hybrydowo do usługi Azure AD lub uwierzytelniania wieloskładnikowego dla wszystkich użytkowników" - }, - "RequireMFAAllUsers": { - "description": "Wymagaj uwierzytelniania wieloskładnikowego dla wszystkich kont użytkowników, aby zmniejszyć ryzyko związane z naruszeniem zabezpieczeń.", - "name": "CA004: Wymagaj uwierzytelniania wieloskładnikowego dla wszystkich użytkowników", - "title": "Wymagaj uwierzytelniania wieloskładnikowego dla wszystkich użytkowników" - }, - "RequireMFAForAdmins": { - "description": "Wymagaj uwierzytelniania wieloskładnikowego dla uprzywilejowanych kont administracyjnych, aby zmniejszyć ryzyko związane z naruszeniem zabezpieczeń. Te zasady będą dotyczyć tych samych ról co domyślne ustawienia zabezpieczeń.", - "name": "CA001: Wymagaj uwierzytelniania wieloskładnikowego dla administratorów", - "title": "Wymagaj uwierzytelniania wieloskładnikowego dla administratorów" - }, - "RequireMFAForAzureManagement": { - "description": "Wymagaj uwierzytelniania wieloskładnikowego w celu ochrony uprzywilejowanego dostępu do zasobów na platformie Azure.", - "name": "CA006: Wymagaj uwierzytelniania wieloskładnikowego do zarządzania na platformie Azure", - "title": "Wymagaj uwierzytelniania wieloskładnikowego do zarządzania na platformie Azure" - }, - "RequireMFAForGuestAccess": { - "description": "Wymagaj, aby użytkownicy-goście przeprowadzali uwierzytelnianie wieloskładnikowe podczas uzyskiwania dostępu do zasobów firmy.", - "name": "CA005: Wymagaj uwierzytelniania wieloskładnikowego w celu uzyskania dostępu dla gości", - "title": "Wymagaj uwierzytelniania wieloskładnikowego w celu uzyskania dostępu dla gości" - }, - "RequireMFAForRiskySignIn": { - "description": "Wymagaj uwierzytelniania wieloskładnikowego, jeśli wykryto średnie lub wysokie ryzyko związane z operacją logowania. (Wymaga licencji usługi Azure AD — wersja Premium 2)", - "name": "CA007: Wymagaj uwierzytelniania wieloskładnikowego w przypadku operacji logowania o podwyższonym ryzyku", - "title": "Wymagaj uwierzytelniania wieloskładnikowego w przypadku operacji logowania o podwyższonym ryzyku" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Wymagaj od użytkownika zmiany hasła w przypadku wykrycia wysokiego ryzyka związanego z użytkownikiem. (Wymaga licencji usługi Azure AD — wersja Premium 2)", - "name": "CA008: Wymóg zmiany hasła dla użytkowników wysokiego ryzyka", - "title": "Wymóg zmiany hasła dla użytkowników wysokiego ryzyka" - }, - "RequireSecurityInfo": { - "description": "Zabezpiecz, kiedy i jak użytkownicy rejestrują się w celu uwierzytelniania wieloskładnikowego usługi Azure AD i hasła samoobsługowego. ", - "name": "CA002: Zabezpieczanie rejestracji informacji zabezpieczających", - "title": "Zabezpieczanie rejestracji informacji zabezpieczających" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Włączenie tych zasad uniemożliwi dostęp z nieznanego typu urządzenia. Rozważ użycie trybu tylko do raportowania w celu rozpoczęcia pracy dopiero wtedy, gdy potwierdzono, że nie wpłynie to na użytkowników." - }, - "BlockLegacyAuth": { - "description": "Rozważ użycie trybu tylko do raportowania w celu rozpoczęcia pracy dopiero wtedy, gdy potwierdzono, że nie wpłynie to na użytkowników.", - "title": "Włączenie tych zasad spowoduje zablokowanie starszych uwierzytelnień dla wszystkich użytkowników." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Rozważ użycie trybu tylko do raportowania w celu rozpoczęcia pracy dopiero wtedy, gdy potwierdzono, że nie wpłynie to na uprzywilejowanych użytkowników.", - "reportOnly": "Zasady w trybie tylko do raportowania, które wymagają zgodnych urządzeń, mogą monitować użytkowników na urządzeniach z systemem Mac, iOS lub Android, aby podczas oceny zasad wybierali certyfikat urządzenia, nawet jeśli nie jest wymuszana zgodność urządzeń. Te monity mogą być powtarzane, dopóki urządzenie nie będzie zgodne." - }, - "Title": { - "on": "Włączenie tych zasad uniemożliwi dostęp uprzywilejowanym użytkownikom, chyba że użyjesz urządzenia zarządzanego, takiego jak urządzenie zgodne lub przyłączone hybrydowo do usługi Azure AD. Przed włączeniem upewnij się, że skonfigurowano zasady zgodności lub włączono konfigurację hybrydową usługi Azure AD.", - "reportOnly": "Przed włączeniem upewnij się, że skonfigurowano zasady zgodności lub włączono konfigurację hybrydową usługi Azure AD. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Ta zasada będzie dotyczyć wszystkich użytkowników z wyjątkiem aktualnie zalogowanego administratora. Rozważ użycie trybu tylko do raportowania w celu rozpoczęcia pracy aż do potwierdzenia, że ta zasada nie wpłynie na Twoich użytkowników." - }, - "Title": { - "on": "Nie pozwól się zablokować! Upewnij się, że urządzenie jest zgodne, przyłączone hybrydowo do usługi Azure AD lub że skonfigurowano uwierzytelnianie wieloskładnikowe. ", - "reportOnly": "Zasady w trybie tylko do raportowania, które wymagają zgodnych urządzeń, mogą monitować użytkowników na urządzeniach z systemem Mac, iOS lub Android, aby podczas oceny zasad wybierali certyfikat urządzenia, nawet jeśli nie jest wymuszana zgodność urządzeń. Te monity mogą być powtarzane, dopóki urządzenie nie będzie zgodne." - } - }, - "RequireMfa": { - "description": "Jeśli używasz kont dostępu awaryjnego lub połączenia usługi Azure AD w celu zsynchronizowania obiektów lokalnych, może być konieczne wykluczenie tych kont z tych zasad po utworzeniu." - }, - "RequireMfaAdmins": { - "description": "Pamiętaj, że bieżące konto administratora zostanie automatycznie wykluczone, a pozostałe będą chronione podczas tworzenia zasad. Rozważ użycie trybu tylko do raportowania w celu rozpoczęcia pracy.", - "title": "Nie zablokuj się samodzielnie! Te zasady mają wpływ na Portal Azure." - }, - "RequireMfaAllUsers": { - "description": "Rozważ użycie trybu tylko do raportowania w celu rozpoczęcia pracy dopiero wtedy, gdy ta zmiana została zaplanowana i zakomunikowana wszystkim Twoim użytkownikom.", - "title": "Włączenie tych zasad spowoduje wymuszenie uwierzytelniania wieloskładnikowego dla wszystkich Twoich użytkowników." - }, - "RequireSecurityInfo": { - "description": "Sprawdź konfigurację, aby chronić te konta na podstawie potrzeb Twojej firmy.", - "title": "Następujący użytkownicy i role są wykluczone z tych zasad: Goście i Użytkownicy zewnętrzni, Administratorzy globalni, Bieżący administrator" - } - }, - "basics": "Podstawowe informacje", - "clientApps": "Aplikacje klienckie", - "cloudApps": "Aplikacje w chmurze", - "cloudAppsOrActions": "Aplikacje lub akcje w chmurze ", - "conditions": "Warunki ", - "createNewPolicy": "Tworzenie nowych zasad na podstawie szablonów (wersja zapoznawcza)", - "createPolicy": "Utwórz zasady", - "currentUser": "Bieżący użytkownik", - "customizeBuild": "Dostosuj Twoją kompilacją", - "customizeTemplate": "Listy szablonów są dostosowywane na podstawie rodzaju zasad, które chcesz utworzyć", - "excludedDevicePlatform": "Wykluczone platformy urządzeń", - "excludedDirectoryRoles": "Wykluczone role katalogów", - "excludedLocation": "Wykluczone role katalogów", - "excludedUsers": "Wykluczeni użytkownicy", - "grantControl": "Udziel kontroli ", - "includeFilteredDevice": "Uwzględnij w zasadach przefiltrowane urządzenia", - "includedDevicePlatform": "Dołączone platformy sprzętowe", - "includedDirectoryRoles": "Wykluczone role katalogów", - "includedLocation": "Dołączona lokalizacja", - "includedUsers": "Dołączeni użytkownicy", - "legacyAuthenticationClients": "Klienci ze starszym uwierzytelnianiem", - "namePolicy": "Nazwij Twoje zasady", - "needAdPremiumMessage": "Aby użyć tej funkcji, potrzebujesz subskrypcji Azure AD Premium.", - "next": "Dalej", - "policyName": "Nazwa zasad", - "policyState": "Stan zasad", - "policySummary": "Podsumowanie zasady", - "policyTemplate": "Szablon zasad", - "previous": "Wstecz", - "reviewAndCreate": "Przejrzyj i utwórz", - "riskLevels": "Poziomy ryzyka", - "selectATemplate": "Wybierz szablon", - "selectTemplate": "Wybierz szablon", - "selectTemplateCategory": "Wybierz kategorię szablonów", - "selectTemplateRecommendation": "Na podstawie Twojej odpowiedzi zalecamy następujące szablony", - "sessionControl": "Mechanizm kontroli sesji ", - "signInFrequency": "Częstotliwość logowania", - "signInRisk": "Ryzyko logowania", - "template": "Szablon ", - "templateCategory": "Kategoria szablonu", - "userRisk": "Ryzyko związane z użytkownikiem", - "usersAndGroups": "Użytkownicy i grupy ", - "viewPolicySummary": "Wyświetl podsumowanie zasad " - }, - "SSM": { - "MemberSelector": { - "description": "Użytkownicy i grupy" - }, - "Notification": { - "Migration": { - "error": "Migracja ustawień ciągłej weryfikacji dostępu do zasad dostępu warunkowego zakończyła się niepowodzeniem", - "inProgress": "Migracja ustawień ciągłej weryfikacji dostępu", - "success": "Migracja ustawień ciągłej weryfikacji dostępu do zasad dostępu warunkowego zakończyła się powodzeniem", - "successDescription": "Przejdź do zasad dostępu warunkowego, aby wyświetlić zmigrowane ustawienia w nowo utworzonej zasadzie o nazwie „Zasady urzędu certyfikacji utworzone na podstawie ustawień CAE”." - }, - "error": "Nie udało się zaktualizować ustawień ciągłej weryfikacji dostępu", - "inProgress": "Aktualizowanie ustawień ciągłej weryfikacji dostępu", - "success": "Pomyślnie zaktualizowano ustawienia ciągłej weryfikacji dostępu" - }, - "PreviewOptions": { - "disable": "Wyłącz podgląd", - "enable": "Włącz podgląd" - }, - "StrictLocationEnforcement": { - "infoContent1": "Dla usługi Azure AD i dostawcy zasobów mogą być widoczne różne adresy IP w przypadku tego samego urządzenia z powodu niezgodności partycji sieciowej lub adresów IPv4/IPv6. Dokładne wymuszanie lokalizacji będzie powodować wymuszanie zasad dostępu warunkowego w oparciu o oba adresy IP, ten widoczny dla usługi Azure AD i ten widoczny dla dostawcy zasobów.", - "infoContent2": "Aby zapewnić maksymalne bezpieczeństwo, zaleca się uwzględnienie wszystkich adresów IP, które są widoczne dla usługi Azure AD i dostawcy zasobów, w zasadach nazwanej lokalizacji i włączenie trybu „Dokładne wymuszanie lokalizacji”.", - "label": "Dokładne wymuszanie lokalizacji", - "title": "Dodatkowe tryby wymuszania" - }, - "bladeTitle": "Ciągła weryfikacja dostępu", - "description": "Po usunięciu dostępu użytkownika lub zmianie adresu IP klienta ciągła weryfikacja dostępu automatycznie blokuje dostęp do zasobów i aplikacji prawie w czasie rzeczywistym.", - "migrateLabel": "Migruj", - "migrationError": "Proces migracji zakończony niepowodzeniem z powodu następującego błędu: {0}", - "migrationInfo": "Ustawienia funkcji Ciągła weryfikacja dostępu zostały przeniesione do środowiska użytkownika Dostęp warunkowy. Przeprowadź migrację za pomocą przycisku „Migruj” powyżej i skonfiguruj dalsze korzystanie z tej funkcji przy użyciu zasad dostępu warunkowego. Kliknij tutaj, aby dowiedzieć się więcej.", - "noLicenseMessage": "Zarządzaj ustawieniami inteligentnego zarządzania sesjami za pomocą usługi Azure AD — wersja Premium", - "optionsPickerTitle": "Włącz/wyłącz ciągłą weryfikację dostępu", - "upsellInfo": "Nie możesz już zmieniać ustawień na tej stronie, a wszelkie ustawienia w tym miejscu powinny zostać zignorowane. Twoje poprzednie ustawienie zostanie uznane. W przyszłości możesz skonfigurować ustawienia CAE w obszarze Dostęp warunkowy. Kliknij tutaj, aby dowiedzieć się więcej." - }, - "SamlReauth": { - "Filter": { - "warning": "Używasz zapytań dynamicznych do aplikacji docelowych. Używanie niektórych aplikacji z kontrolą sesji „częstotliwość logowania za każdym razem” może nie być obsługiwane. {0}Przeczytaj więcej o zalecanych scenariuszach.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Lista wybranych organizacji" - }, - "Upper": { - "gridAria": "Lista dostępnych organizacji" - }, - "addTenantLabel": "Dodaj dzierżawę do wybranej", - "customOrganizationDescription": "Dodaj organizację o tym identyfikatorze dzierżawy", - "description": "Dodaj organizację usługi Azure AD, wpisując jedną z jej nazw domen.", - "notFoundResult": "Nie znaleziono", - "searchBoxPlaceholder": "Identyfikator dzierżawy lub nazwa domeny", - "subTitle": "Organizacja usługi Azure AD", - "tenantAdded": "Ten identyfikator dzierżawy został już dodany.", - "tenantIdNotFound": "Nie znaleziono identyfikatora dzierżawy" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Identyfikator organizacji: {0}" - }, - "DisplayText": { - "multiple": "Wybrane organizacje usługi Azure AD: {0}", - "single": "Wybrano 1 organizację usługi Azure AD" - }, - "gridAria": "Lista wybranych organizacji" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modyfikuj okres istnienia sesji", "mainOptionHelp": "Skonfiguruj, jak często użytkownikom będzie wyświetlany monit i czy sesje przeglądarki będą utrwalone. Aplikacje, które nie obsługują nowoczesnych protokołów uwierzytelniania, mogą nie honorować tych zasad. W takich przypadkach skontaktuj się z deweloperem aplikacji." }, - "SigninRisk": { - "LearnMore": { - "message": "Kontroluj dostęp użytkowników w celu reagowania na określone poziomy ryzyka logowania." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Po wybraniu poziomu „{0}” nie będzie można skonfigurować warunku „{1}”." - }, - "description": "Poziom ryzyka logowania jest generowany na podstawie wszystkich wykryć ryzyka w czasie rzeczywistym.", - "header": "Wybierz poziom ryzyka związanego z logowaniem, do którego zostaną zastosowane te zasady" - }, "SingleSelectorActive": { "failed": "Nie można załadować danych.", "reattempt": "Ładowanie danych. Ponawianie próby dla {0} z {1}." }, - "TimeCondition": { - "Errors": { - "both": "Nieprawidłowy zakres czasu „Uwzględnij” lub „Wyklucz”.", - "daysOfWeek": "{0} Pamiętaj, aby określić co najmniej jeden dzień tygodnia.", - "endBeforeStart": "{0} Upewnij się, że data/godzina rozpoczęcia jest wcześniejsza niż data/godzina zakończenia.", - "exclude": "Nieprawidłowy zakres czasu „Wyklucz”.", - "generic": "{0} Upewnij się, że ustawiono zarówno dni tygodnia, jak i strefę czasową. Jeśli opcja „Cały dzień” nie jest zaznaczona, należy również ustawić czas rozpoczęcia i czas zakończenia.", - "include": "Nieprawidłowy zakres czasu „Uwzględnij”.", - "timeMissing": "{0} Pamiętaj, aby określić zarówno godzinę rozpoczęcia, jak i zakończenia.", - "timeZone": "{0} Pamiętaj, aby określić strefę czasową.", - "timesAndZone": "{0} Pamiętaj, aby ustawić czas rozpoczęcia, czas zakończenia i strefę czasową." - } - }, - "UserActions": { - "Included": { - "none": "Nie wybrano aplikacji w chmurze ani akcji", - "plural": "Uwzględnione akcje użytkownika: {0}", - "singular": "Uwzględnione akcje użytkownika: 1" - }, - "accessRequirement1": "Poziom 1", - "accessRequirement2": "Poziom 2", - "accessRequirement3": "Poziom 3", - "accessRequirementsLabel": "Uzyskiwanie dostępu do zabezpieczonych danych aplikacji", - "appsActionsAuthTitle": "Aplikacje w chmurze, akcje lub kontekst uwierzytelniania", - "appsOrActionsSelectorInfoBallonText": "Dostęp do aplikacji lub akcje użytkownika", - "appsOrActionsTitle": "Aplikacje w chmurze lub akcje", - "label": "Akcje użytkownika", - "mainOptionsLabel": "Wybierz, do czego te zasady mają zastosowanie", - "registerOrJoinDevices": "Zarejestruj lub dołącz urządzenia", - "registerSecurityInfo": "Zarejestruj informacje o zabezpieczeniach", - "selectionInfo": "Wybierz akcję, do której będą stosowane te zasady", - "whatIf": "Dołączono akcję użytkownika" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Wybierz role katalogu" @@ -9197,88 +8925,6 @@ }, "learnMore": "Kontroluj dostęp na podstawie tego, do kogo będą stosowane zasady, np. do użytkowników i grup, tożsamości obciążeń, ról katalogu lub gości zewnętrznych." }, - "ValidationResult": { - "blockEveryonePolicy": "Konfiguracja zasad nie jest obsługiwana. Przejrzyj przypisania i kontrolki.", - "invalidApplicationCondition": "Wybrano nieprawidłowe aplikacje w chmurze", - "invalidClientTypesCondition": "Wybrano nieprawidłowe aplikacje klienta", - "invalidConditions": "Nie wybrano przypisań", - "invalidControls": "Wybrano nieprawidłowe kontrolki", - "invalidDevicePlatformsCondition": "Wybrano nieprawidłowe platformy urządzeń", - "invalidDevicesCondition": "Nieprawidłowa konfiguracja urządzenia. Prawdopodobnie przyczyną jest nieprawidłowa konfiguracja „{0}”.", - "invalidGrantControlPolicy": "Nieprawidłowa kontrolka przyznawania", - "invalidLocationsCondition": "Wybrano nieprawidłowe lokalizacje", - "invalidNetworkAccessSecurityPolicyId": "Zasady dołączone do kontroli sieci sesji są nieprawidłowe.", - "invalidPolicy": "Nie wybrano przypisań", - "invalidSessionControlPolicy": "Nieprawidłowa kontrolka sesji", - "invalidSignInRisksCondition": "Wybrano nieprawidłowe ryzyko związane z logowaniem", - "invalidUserRisksCondition": "Wybrano nieprawidłowe ryzyko związane z użytkownikiem", - "invalidUsersCondition": "Wybrano nieprawidłowych użytkowników", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "Zasady zarządzania aplikacjami mobilnymi można zastosować tylko do platform klienckich Android lub iOS.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Zasady sesji dostępu do sieci działają poprawnie tylko wtedy, gdy profil ruchu dostępu do sieci jest ukierunkowany. Zaktualizuj sekcję zasobów docelowych.", - "notSupportedCombination": "Konfiguracja zasad nie jest obsługiwana. Dowiedz się więcej o obsługiwanych zasadach.", - "pending": "Weryfikowanie zasad", - "requireComplianceEveryonePolicy": "Konfiguracja zasad będzie wymagać zgodności urządzeń dla wszystkich użytkowników. Zweryfikuj wybrane przypisania.", - "success": "Prawidłowe zasady" - }, - "VpnCert": { - "Grid": { - "aria": "Lista certyfikatów sieci VPN" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Aby włączyć wszystkie siły uwierzytelniania, skonfiguruj ustawienia dostępu między dzierżawami w celu akceptowania oświadczeń pochodzących z dzierżaw usługi Azure AD dla użytkowników zewnętrznych. Siła uwierzytelniania spowoduje skonfigurowanie tylko uwierzytelniania drugiego czynnika dla użytkowników zewnętrznych.", - "externalUsers": "Aby włączyć wszystkie wbudowane silne formy uwierzytelniania, skonfiguruj ustawienia dostępu między dzierżawami w celu akceptowania oświadczeń pochodzących z dzierżaw usługi Microsoft Azure AD dla użytkowników zewnętrznych." - }, - "combinedRegistration": "Włącz połączoną rejestrację dla opcji „Wymagaj siły uwierzytelniania”, aby działała poprawnie. Zdecydowanie zalecamy włączenie go dla wszystkich użytkowników, a nie tylko dla ich grupy.", - "compliantDeviceEnabled": "Nie zablokuj sobie dostępu! Upewnij się, że Twoje urządzenie jest zgodne.", - "domainJoinedDeviceEnabled": "Nie zablokuj sobie dostępu! Upewnij się, że Twoje urządzenie jest przyłączone hybrydowo do usługi Azure AD.", - "notAvailableForSP": "Niektóre mechanizmy kontroli są niedostępne z powodu wyboru elementu „{0}” w przypisaniu zasad", - "requireAuthOrMfa": "Nie można użyć elementu „{0}” z elementem „{1}”", - "requireMfa": "Rozważ przetestowanie nowej publicznej wersji zapoznawczej „{0}”", - "requirePasswordChangeEnabled": "Udzielenie „Wymagaj zmiany hasła” może być używane tylko wtedy, gdy zasady są przypisane do elementu „Wszystkie aplikacje w chmurze”" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Zasady w trybie Tylko raport wymagające zgodnych urządzeń mogą monitować użytkowników w systemach macOS, iOS, Android i Linux o wybranie certyfikatu urządzenia.", - "excludeDevicePlatforms": "Wyklucz platformy urządzeń macOS, iOS, Android i Linux z tych zasad.", - "proceedAnywayDevicePlatforms": "Kontynuuj z wybraną konfiguracją. Użytkownicy systemów macOS, iOS, Android i Linux mogą otrzymywać monity, gdy urządzenie jest sprawdzane pod kątem zgodności." - }, - "blockCurrentUserPolicy": "Nie zablokuj sobie dostępu! Zalecamy zastosowanie zasad najpierw do małego zestawu użytkowników, aby upewnić się, że działają zgodnie z oczekiwaniami. Zalecamy również wykluczenie co najmniej jednego administratora z tych zasad. Zagwarantuje Ci to dostęp i możliwość zaktualizowania zasad, jeśli będzie wymagana zmiana. Przejrzyj użytkowników i aplikacje, których to dotyczy.", - "devicePlatformsReportOnlyPolicy": "Zasady w trybie tylko do raportowania, które wymagają zgodnych urządzeń, mogą monitować użytkowników systemów MacOS, iOS i Android o wybranie certyfikatu urządzenia.", - "excludeCurrentUserSelection": "Wyklucz bieżącego użytkownika, {0}, z tych zasad.", - "excludeDevicePlatforms": "Wyklucz z tych zasad platformy urządzeń MacOS, iOS i Android.", - "proceedAnywayDevicePlatforms": "Kontynuuj z wybraną konfiguracją. Użytkownicy systemów MacOS, iOS i Android mogą zobaczyć monity, gdy urządzenie będzie sprawdzane pod kątem zgodności.", - "proceedAnywaySelection": "Rozumiem, że te zasady będą mieć wpływ na moje konto. Kontynuuj mimo to." - }, - "ServicePrincipals": { - "blockExchange": "Wybranie usługi Office 365 Exchange Online wpłynie również na aplikacje, takie jak OneDrive i Teams.", - "blockPortal": "Nie zablokuj sobie dostępu! Te zasady wpływają na witrynę Azure Portal. Przed kontynuowaniem upewnij się, że Ty lub ktoś inny będzie w stanie wrócić do portalu.", - "blockPortalWithSession": "Nie zablokuj sobie dostępu! Te zasady mają wpływ na witrynę Azure Portal. Przed kontynuowaniem upewnij się, że Ty lub inny użytkownik będziecie mogli ponownie uzyskać dostęp do portalu.
                      Zignoruj to ostrzeżenie, jeśli konfigurujesz zasady trwałej sesji przeglądarki, które działają prawidłowo tylko w przypadku wybrania pozycji „Wszystkie aplikacje w chmurze”.", - "blockSharePoint": "Wybranie usługi SharePoint Online wpłynie również na aplikacje, takie jak Microsoft Teams, Planner, Delve, MyAnalytics oraz Newsfeed.", - "blockSkype": "Wybranie usługi Skype dla firm Online wpłynie również na program Microsoft Teams.​", - "includeOrExclude": "Można skonfigurować filtr aplikacji dla wartości „{0}” lub „{1}”, ale nie dla obu.", - "selectAppsNAForSP": "Nie można wybrać pojedynczych aplikacji w chmurze z powodu wyboru elementu „{0}” w przypisaniu zasad", - "teamsBlocked": "Uwzględnienie aplikacji takich jak SharePoint Online i Exchange Online w zasadach będzie miało wpływ również na aplikację Microsoft Teams." - }, - "Users": { - "blockAllUsers": "Nie zablokuj sobie dostępu! Te zasady zostaną zastosowane do wszystkich użytkowników. Zalecamy zastosowanie zasad najpierw do małego zbioru użytkowników, aby zweryfikować, czy działają zgodnie z oczekiwaniami.", - "xtap": " Twoja konfiguracja funkcji „Wymagaj silnych form uwierzytelniania” w ramach udzielania kontroli może być nieprawidłowa dla użytkowników zewnętrznych." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Lista atrybutów na urządzeniu używanych podczas logowania.", - "infoBalloon": "Lista atrybutów na urządzeniu używanych podczas logowania." - } - }, - "noTenantSelected": "Nie wybrano dzierżawy", - "selectOrganization": "Wybierz organizację", - "tenantIdWithPlaceholder": "Identyfikator dzierżawy: {0}", - "tenantSelectionRequired": "Dzierżawa jest wymagana" - }, "advancedTabText": "Zaawansowane", "allCloudAppsErrorBox": "Opcja „Wszystkie aplikacje w chmurze” musi być wybrana, jeśli wybrane jest udzielenie „Wymagaj zmiany hasła”", "allCloudAppsReauth": "W przypadku wybrania kontroli sesji „Częstotliwość logowania za każdym razem” należy wybrać warunek „wszystkie aplikacje w chmurze” i „ryzyko logowania”", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 lata", "vpncertDropdownTwoyearOption": "2 lata", "wednesday": "Środa", - "whatIfAppEnforcedControl": "Użyj ograniczeń wymuszonych przez aplikację", - "whatIfBladeDescription": "Przetestuj wpływ dostępu warunkowego na użytkownika w przypadku logowania w określonych warunkach.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Zasady klasyczne nie są oceniane przez to narzędzie.", - "whatIfClientAppInfo": "Aplikacja kliencka, z której użytkownik się loguje. Na przykład „Przeglądarka”.", "whatIfCountry": "Kraj/region", "whatIfCountryInfo": "Kraj/region, z której loguje się użytkownik.", "whatIfDevicePlatformInfo": "Platforma urządzeń, z której loguje się użytkownik.", - "whatIfDeviceStateInfo": "Stan urządzenia, z którego loguje się użytkownik", "whatIfEnterIpAddress": "Wprowadź adres IP (np. 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Określono nieprawidłowy adres IP.", - "whatIfEvaResultApplication": "Aplikacje w chmurze", - "whatIfEvaResultClientApps": "Aplikacja kliencka", - "whatIfEvaResultDevicePlatform": "Platforma urządzeń", - "whatIfEvaResultEmptyPolicy": "Puste zasady", - "whatIfEvaResultInvalidCondition": "Nieprawidłowy warunek", - "whatIfEvaResultInvalidPolicy": "Nieprawidłowe zasady", - "whatIfEvaResultLocation": "Lokalizacja", - "whatIfEvaResultNotEnoughInformation": "Za mało informacji", - "whatIfEvaResultPolicyNotEnabled": "Nie włączono zasad", - "whatIfEvaResultSignInRisk": "Ryzyko logowania", - "whatIfEvaResultUsers": "Użytkownicy i grupy", "whatIfIpAddress": "Adres IP", "whatIfIpAddressInfo": "Adres IP, z której loguje się użytkownik.", "whatIfIpCountryInfoBoxText": "W przypadku używania adresu IP lub kraju/regionu oba pola będą wymagane i powinny być poprawnie mapowane na siebie.", - "whatIfPolicyAppliesTab": "Zasady, które będą miały zastosowanie", - "whatIfPolicyAppliesTabWithCount": "Zasady, które można zastosować ({0})", - "whatIfPolicyDoesNotApplyTab": "Zasady, które nie będą miały zastosowania", - "whatIfPolicyDoesNotApplyTabWithCount": "Zasady, których nie można zastosować ({0})", - "whatIfReasons": "Przyczyny braku zastosowania tych zasad", - "whatIfSelectClientApp": "Wybierz aplikację kliencką...", "whatIfSelectCountry": "Wybierz kraj/region...", "whatIfSelectDevicePlatform": "Wybierz platformę urządzenia...", "whatIfSelectPrivateLink": "Wybierz łącze prywatne...", - "whatIfSelectServicePrincipalRisk": "Wybierz ryzyko jednostki usługi...", "whatIfSelectSignInRisk": "Wybierz ryzyko logowania...", - "whatIfSelectType": "Wybierz typ tożsamości", - "whatIfSelectUserRisk": "Wybierz poziom ryzyka związanego z użytkownikiem...", - "whatIfServicePrincipalRiskInfo": "Poziom ryzyka skojarzony z jednostką usługi", "whatIfSignInRisk": "Ryzyko logowania", "whatIfSignInRiskInfo": "Poziom ryzyka skojarzony z logowaniem", "whatIfUnknownAreas": "Nieznane obszary", - "whatIfUserPickerLabel": "Wybrany użytkownik", - "whatIfUserPickerNoRowsLabel": "Nie wybrano użytkownika ani jednostki usługi", - "whatIfUserRiskInfo": "Poziom ryzyka skojarzony z użytkownikiem", - "whatIfUserSelectorInfo": "Użytkownik w katalogu, który chcesz przetestować", "windows365InfoBox": "Wybranie systemu Windows 365 wpłynie na połączenia z hostami sesji komputerów w chmurze oraz usługi Azure Virtual Desktop. Kliknij tutaj, aby dowiedzieć się więcej.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Do edytowania tych zasad jest wymagana licencja premium P1 lub P2 tożsamości obciążenia.", "workloadIdentity": "Tożsamość obciążeń" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filtruj", - "assignmentFilterTypeColumnHeader": "Tryb filtru", - "assignmentToast": "Powiadomienia użytkownika końcowego", - "assignmentTypeTableHeader": "TYP PRZYPISANIA", - "deadlineTimeColumnLabel": "Ostateczny termin instalacji", - "deliveryOptimizationPriorityHeader": "Priorytet optymalizacji dostarczania", - "groupTableHeader": "Grupa", - "installContextLabel": "Kontekst instalacji", - "isRemovable": "Zainstaluj jako wymienne", - "licenseTypeLabel": "Typ licencji", - "modeTableHeader": "Tryb grupy", - "policySet": "Zestaw zasad", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Zapobiegaj wykonywaniu kopii zapasowej aplikacji iCloud", - "restartGracePeriodHeader": "Okres prolongaty ponownego uruchomienia", - "startTimeColumnLabel": "Dostępność", - "tracks": "Ścieżki", - "uninstallOnRemoval": "Odinstaluj podczas usuwania urządzenia", - "updateMode": "Aktualizuj priorytet", - "vPN": "Sieć VPN" - }, - "AppType": { - "aADWebApp": "Aplikacja internetowa usługi AAD", - "androidEnterpriseSystemApp": "Aplikacja systemu Android Enterprise", - "androidForWorkApp": "Aplikacja zarządzanego sklepu Google Play", - "androidLobApp": "Aplikacja biznesowa dla systemu Android", - "androidStoreApp": "Aplikacja w sklepie dla systemu Android", - "builtInAndroid": "Wbudowana aplikacja systemu Android", - "builtInApp": "Aplikacja wbudowana", - "builtInIos": "Wbudowana aplikacja systemu iOS", - "iosIPadOSWebClip": "Klip internetowy z systemem iOS/iPadOS", - "iosLobApp": "Aplikacja biznesowa dla systemu iOS", - "iosStoreApp": "Aplikacja w sklepie dla systemu iOS", - "iosVppApp": "Aplikacja nabyta w programie zakupów zbiorczych dla systemu iOS", - "lineOfBusinessApp": "Aplikacja biznesowa", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Aplikacja biznesowa systemu macOS", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "Pakiet Office dla systemu macOS", - "macOsVppApp": "Aplikacja nabyta w programie zakupów zbiorczych dla systemu macOS", - "managedAndroidLobApp": "Zarządzana aplikacja biznesowa dla systemu Android", - "managedAndroidStoreApp": "Zarządzana aplikacja w sklepie dla systemu Android", - "managedGooglePlayApp": "Aplikacja zarządzanego sklepu Google Play", - "managedGooglePlayPrivateApp": "Prywatna aplikacja zarządzanej usługi Google Play", - "managedGooglePlayWebApp": "Link internetowy do zarządzanej usługi Google Play", - "managedIosLobApp": "Zarządzana aplikacja biznesowa dla systemu iOS", - "managedIosStoreApp": "Zarządzana aplikacja w sklepie dla systemu iOS", - "microsoftStoreForBusinessApp": "Aplikacja ze sklepu Microsoft Store dla Firm", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store dla Firm", - "officeAddIn": "Dodatek pakietu Office", - "officeSuiteApp": "Aplikacje Microsoft 365 (Windows 10 i nowszy)", - "sharePointApp": "Aplikacja programu SharePoint", - "teamsApp": "Aplikacja Teams", - "webApp": "Link sieci Web", - "winGetPublicApp": "Repozytorium społeczności Menedżera pakietów systemu Windows", - "winGetStoreApp": "Aplikacja sklepu Microsoft Store (nowa)", - "windowsAppXLobApp": "Aplikacja biznesowa AppX systemu Windows", - "windowsClassicApp": "Aplikacja systemu Windows (Win32)", - "windowsEdgeApp": "Microsoft Edge (system Windows 10 i nowszy)", - "windowsMobileMsiLobApp": "Aplikacja biznesowa MSI systemu Windows", - "windowsPhone81AppXBundleLobApp": "Aplikacja biznesowa AppX systemu Windows Phone 8.1", - "windowsPhone81AppXLobApp": "Aplikacja biznesowa AppX systemu Windows Phone 8.1", - "windowsPhone81StoreApp": "Aplikacja ze Sklepu Windows Phone 8.1", - "windowsPhoneXapLobApp": "Aplikacja biznesowa XAP systemu Windows Phone", - "windowsStoreApp": "Aplikacja sklepu Microsoft Store (starsza wersja)", - "windowsUniversalAppXLobApp": "Uniwersalna aplikacja biznesowa AppX systemu Windows", - "windowsUniversalLobApp": "Uniwersalna aplikacja biznesowa systemu Windows", - "windowsWebApp": "Link sieci Web systemu Windows" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Sieć Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Wykluczone", - "include": "Dołączone", - "includeAllDevicesVirtualGroup": "Dołączone", - "includeAllUsersVirtualGroup": "Dołączone" - }, - "AssignmentToast": { - "hideAll": "Ukryj wszystkie wyskakujące powiadomienia", - "showAll": "Pokaż wszystkie wyskakujące powiadomienia", - "showReboot": "Pokaż wyskakujące powiadomienia dotyczące ponownego uruchomienia komputera" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Tło", - "displayText": "Pobieranie zawartości za {0}", - "foreground": "Pierwszy plan", - "header": "Priorytet optymalizacji dostarczania" - }, - "DeviceRestartBehaviorOptions": { - "allow": "Instalacja aplikacji może wymusić ponowne uruchomienie urządzenia", - "basedOnReturnCode": "Określ zachowanie na podstawie kodów powrotnych", - "force": "Usługa Intune wymusi obowiązkowe ponowne uruchomienie urządzenia", - "suppress": "Brak określonej akcji" - }, - "FilterType": { - "exclude": "Wyklucz", - "include": "Dołącz", - "none": "Brak" - }, - "InstallIntent": { - "available": "Dostępne dla zarejestrowanych urządzeń", - "availableWithoutEnrollment": "Dostępne z rejestracją lub bez niej", - "notApplicable": "Nie dotyczy", - "required": "Wymagane", - "uninstall": "Odinstaluj" - }, - "SettingType": { - "assignmentType": "Typ przypisania", - "deviceLicensing": "Typ licencji", - "installContext": "Odinstaluj podczas usuwania urządzenia", - "toastSettings": "Powiadomienia użytkownika końcowego", - "vpnConfiguration": "Sieć VPN" - }, - "UpdateMode": { - "default": "Domyślny", - "postponed": "Odłożone", - "priority": "Wysoki priorytet" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Skonfiguruj urządzenia na potrzeby wstępnej aprowizacji i przypisz je do użytkowników.", - "title": "Przygotowywanie urządzenia" - }, - "EnrollmentSettings": { - "description": "Skonfiguruj ustawienia rejestracji, takie jak blokowanie rejestracji i przypisywanie do użytkowników.", - "title": "Ustawienia rejestracji" - }, - "coManagementAuthorityDesc": "Konfiguruj ustawienia współzarządzania na potrzeby integracji z programem Configuration Manager", - "coManagementAuthorityTitle": "Ustawienia współzarządzania ", - "deploymentProfiles": "Profile wdrażania rozwiązania Windows Autopilot", - "description": "Poznaj siedem różnych sposobów rejestrowania komputera z systemem Windows 10/11 w usłudze Intune przez użytkowników lub administratorów.", - "descriptionLabel": "Metody rejestracji w systemie Windows", - "enrollmentStatusPage": "Strona ze stanem rejestracji" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "Instalacja aplikacji może wymusić ponowne uruchomienie urządzenia", - "basedOnReturnCode": "Określ zachowanie na podstawie kodów powrotnych", - "force": "Usługa Intune wymusi obowiązkowe ponowne uruchomienie urządzenia", - "suppress": "Brak określonej czynności" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "Użytkownik" - }, - "availableUninstall": "Zezwalaj na dostępne odinstalowywanie", - "availableUninstallTooltip": "Wybierz pozycję „Tak”, aby udostępnić opcję odinstalowywania dla tej aplikacji użytkownikom z Portalu firmy. Wybierz pozycję „Nie”, aby uniemożliwić użytkownikom odinstalowanie aplikacji z Portalu firmy.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Zachowanie ponownego uruchamiania urządzenia", - "deviceRestartBehaviorTooltip": "Wybierz zachowanie ponownego uruchomienia urządzenia po pomyślnej instalacji aplikacji. Wybierz pozycję „Określ zachowanie na podstawie kodów powrotnych”, aby ponownie uruchomić urządzenie na podstawie ustawień konfiguracji kodów powrotnych. Wybierz pozycję „Brak określonej czynności”, aby pominąć ponowne uruchomienie urządzenia podczas instalacji aplikacji korzystającej z instalatora MSI. Wybierz pozycję „Instalacja aplikacji może wymusić ponowne uruchomienie urządzenia”, aby zezwolić na ukończenie instalacji aplikacji bez pomijania ponownego uruchamiania. Wybierz pozycję „Usługa Intune wymusi obowiązkowe ponowne uruchomienie urządzenia”, aby zawsze ponownie uruchamiać urządzenie po pomyślnej instalacji aplikacji.", - "header": "Określ polecenia do instalowania i odinstalowywania tej aplikacji:", - "installCommand": "Polecenie instalacji", - "installCommandMaxLengthErrorMessage": "Polecenie instalacji nie może przekraczać maksymalnej dozwolonej długości równej 1024 znaki.", - "installCommandTooltip": "Pełny wiersz polecenia instalacji służący do zainstalowania tej aplikacji.", - "runAs32Bit": "Uruchom polecenia instalacji i odinstalowywania w procesie 32-bitowym na klientach 64-bitowych", - "runAs32BitTooltip": "Wybierz opcję „Tak”, aby instalować i odinstalowywać aplikację w procesie 32-bitowym na klientach 64-bitowych. Wybierz opcję „Nie” (domyślna), aby instalować i odinstalowywać aplikację w procesie 64-bitowym na klientach 64-bitowych. Klienci 32-bitowi będą zawsze korzystać z procesu 32-bitowego.", - "runAsAccount": "Zachowanie podczas instalowania", - "runAsAccountTooltip": "Wybierz pozycję „System”, aby zainstalować tę aplikację dla wszystkich użytkowników, jeśli jest to obsługiwane. Wybierz pozycję „Użytkownik”, aby zainstalować tę aplikację dla użytkownika zalogowanego na urządzeniu. W przypadku aplikacji MSI o podwójnym przeznaczeniu zmiany uniemożliwią pomyślne zakończenie aktualizacji i dezinstalacji, dopóki nie zostanie przywrócona wartość zastosowana do urządzenia w trakcie pierwotnej instalacji.", - "selectorLabel": "Program", - "uninstallCommand": "Polecenie odinstalowywania", - "uninstallCommandTooltip": "Pełny wiersz polecenia odinstalowywania służący do odinstalowania tej aplikacji." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Te ustawienia służą do uzyskiwania informacji o użytkownikach instalujących aplikacje, które nie zostały zatwierdzone do użycia w firmie. Wybierz typ listy ograniczonych aplikacji:

                      \r\n Aplikacje zabronione — otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację z tej listy.
                      \r\n Zatwierdzone aplikacje — lista aplikacji, które zostały zatwierdzone do użycia w firmie. Otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację spoza tej listy.
                      \r\n ", - "androidZebraMxZebraMx": "Konfiguruj urządzenia Zebra, przekazując profil MX w formacie XML.", - "iosDeviceFeaturesAirprint": "Użyj tych ustawień do skonfigurowania urządzeń z systemem iOS, aby automatycznie nawiązywały połączenie z drukarkami obsługującymi funkcję AirPrint w sieci. Wymagane będą adresy IP i ścieżki zasobów drukarek.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Skonfiguruj rozszerzenie aplikacji, które umożliwia logowanie jednokrotne dla urządzeń z systemem iOS 13.0 lub nowszym.", - "iosDeviceFeaturesHomeScreenLayout": "Skonfiguruj układ Docka i ekranów głównych na urządzeniach z systemem iOS. Niektóre urządzenia mogą mieć ograniczenia liczby wyświetlanych elementów.", - "iosDeviceFeaturesIOSWallpaper": "Wyświetl obraz widoczny na ekranie głównym i/lub na ekranie blokady urządzeń z systemem iOS.\r\n Aby wyświetlać unikatowy obraz w każdym z tych miejsc, utwórz profil z obrazem dla ekranu blokady oraz profil z obrazem dla ekranu głównego.\r\n Następnie przypisz oba profile użytkownikom.\r\n
                      \r\n
                        \r\n
                      • Maksymalny rozmiar pliku: 750 KB
                      • \r\n
                      • Typ pliku: PNG, JPG lub JPEG
                      • \r\n
                      \r\n ", - "iosDeviceFeaturesNotifications": "Określ ustawienia powiadomień dla aplikacji. Obsługuje system iOS 9.3 i nowsze.", - "iosDeviceFeaturesSharedDevice": "Określ opcjonalny tekst wyświetlany na zablokowanym ekranie. Jest on obsługiwany w systemie iOS 9.3 i nowszych. Dowiedz się więcej", - "iosGeneralApplicationRestrictions": "Te ustawienia służą do uzyskiwania informacji o użytkownikach instalujących aplikacje, które nie zostały zatwierdzone do użycia w firmie. Wybierz typ listy ograniczonych aplikacji:

                      \r\n Aplikacje zabronione — otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację z tej listy.
                      \r\n Zatwierdzone aplikacje — lista aplikacji, które zostały zatwierdzone do użycia w firmie. Otrzymasz powiadomienie, jeśli jakiś użytkownik zainstaluje aplikację spoza tej listy.
                      \r\n ", - "iosGeneralApplicationVisibility": "Użyj listy pokazywanych aplikacji, aby określić aplikacje dla systemu iOS, które mogą być wyświetlane lub uruchamiane przez użytkownika. Użyj listy ukrytych aplikacji, aby określić aplikacje dla systemu iOS, które nie mogą być wyświetlane ani uruchamiane przez użytkownika.", - "iosGeneralAutonomousSingleAppMode": "Aplikacje dodane do tej listy i przypisane do urządzenia mogą blokować urządzenie w celu przetwarzania tylko tej aplikacji po jej uruchomieniu lub blokować urządzenie podczas wykonywania określonej akcji (na przykład rozwiązywania testu). Po wykonaniu akcji lub usunięciu ograniczenia urządzenie powraca do normalnego stanu.", - "iosGeneralKiosk": "Tryb kiosku blokuje różne ustawienia urządzenia lub określa pojedynczą aplikację, którą można uruchomić na urządzeniu. Może to być przydatne w środowiskach, takich jak sklep, w którym na urządzeniu ma być uruchamiana tylko jedna aplikacja demonstracyjna.", - "macDeviceFeaturesAirprint": "Użyj tych ustawień do skonfigurowania urządzeń z systemem macOS w celu automatycznego nawiązywania połączenia ze zgodnymi drukarkami AirPrint znajdującymi się w sieci. Konieczna będzie znajomość adresów IP i ścieżek zasobów drukarek.", - "macDeviceFeaturesAssociatedDomains": "Skonfiguruj skojarzone domeny, aby udostępniać dane i poświadczenia logowania między aplikacjami i witrynami organizacji. Ten profil można zastosować do urządzeń z systemem macOS 10.15 lub nowszym.", - "macDeviceFeaturesExtensibleSingleSignOn": "Skonfiguruj rozszerzenie aplikacji, które umożliwia logowanie jednokrotne (SSO) dla urządzeń z systemem macOS 10.15 lub nowszym.", - "macDeviceFeaturesLoginItems": "Wybierz aplikacje, pliki i foldery, które mają być otwierane po zalogowaniu się użytkownika na urządzeniach. Jeśli chcesz zablokować użytkownikom możliwość zmiany sposobu otwierania aplikacji, możesz ukryć aplikację w konfiguracji użytkownika.", - "macDeviceFeaturesLoginWindow": "Skonfiguruj wygląd ekranu logowania systemu macOS oraz funkcje dostępne dla użytkowników przed i po zalogowaniu.", - "macExtensionsKernelExtensions": "Te ustawienia służą do konfigurowania zasad rozszerzeń jądra na urządzeniach z systemem macOS 10.13.2 lub nowszym.", - "macGeneralDomains": "Wiadomości e-mail wysyłane lub odbierane przez użytkownika, które nie pasują do domen określonych w tym miejscu, będą oznaczone jako niezaufane.", - "windows10EndpointProtectionApplicationGuard": "Podczas korzystania z przeglądarki Microsoft Edge funkcja Microsoft Defender Application Guard chroni Twoje środowisko przed witrynami, które nie zostały zdefiniowane jako zaufane przez Twoją organizację. Gdy użytkownicy odwiedzają witryny, które nie są wymienione w granicach izolowanej sieci, te witryny zostaną otwarte w wirtualnej sesji przeglądania w funkcji Hyper-V. Zaufane lokacje są definiowane przez granicę sieci, którą można ustawić w konfiguracji urządzenia. Ta funkcja jest dostępna tylko dla urządzeń z 64-bitowym systemem Windows 10 lub nowszym.", - "windows10EndpointProtectionCredentialGuard": "Włączenie funkcji Credential Guard spowoduje włączenie następujących ustawień wymaganych:\r\n
                      \r\n
                        \r\n
                      • Włącz zabezpieczenia oparte na wirtualizacji: włącza zabezpieczenia oparte na wirtualizacji (VBS) podczas następnego ponownego uruchomienia. Zabezpieczenia oparte na wirtualizacji używają funkcji hypervisor systemu Windows w celu zapewnienia obsługi usług zabezpieczeń.
                      • \r\n
                        \r\n
                      • Bezpieczny rozruch z bezpośrednim dostępem do pamięci: włącza zabezpieczenia VBS z funkcją bezpiecznego rozruchu i bezpośrednim dostępem do pamięci (DMA).
                      • \r\n
                      \r\n ", - "windows10EndpointProtectionDeviceGuard": "Wybierz dodatkowe aplikacje, dla których należy przeprowadzić inspekcję lub które są zaufane do uruchamiania za pomocą Kontroli aplikacji usługi Microsoft Defender. Składniki systemu Windows i wszystkie aplikacje ze Sklepu Windows są automatycznie zaufane do uruchamiania.

                      \r\n Aplikacje nie będą blokowane podczas uruchamiania w trybie „tylko inspekcja”. W trybie „tylko inspekcja” wszystkie zdarzenia są rejestrowane w dziennikach klienta lokalnego.\r\n ", - "windows10GeneralPrivacyPerApp": "Dodaj aplikacje, dla których chcesz określić inne zachowanie dotyczące prywatności niż zachowanie zdefiniowane w domyślnym ustawieniu prywatności.", - "windows10NetworkBoundaryNetworkBoundary": "Granica sieci to lista zasobów przedsiębiorstwa, takich jak domena hostowana w chmurze i zakresy adresów IP komputerów znajdujących się w sieci przedsiębiorstwa. Określ granice sieci, aby stosować zasady i chronić dane przechowywane w tych lokalizacjach.", - "windowsHealthMonitoring": "Skonfiguruj zasady monitorowania kondycji systemu Windows.", - "windowsPhoneGeneralApplicationRestrictions": "W systemie Windows Phone można zablokować możliwość instalowania lub uruchamiania przez użytkowników aplikacji określonych na liście zabronionych aplikacji lub aplikacji nieznajdujących się na liście zatwierdzonych aplikacji. Wszystkie zarządzane aplikacje muszą zostać dodane do listy zatwierdzonych aplikacji." - }, - "Inputs": { - "accountDomain": "Domena konta", - "accountDomainHint": "np. contosodomain", - "accountDomainInfoBalloon": "Określ domenę konta użytkownika.", - "accountTypeInfoBalloon": "Określ typ konfigurowanego konta na podstawie modelu uwierzytelniania", - "allowContactSetting": "Zezwalaj użytkownikowi na zmianę ustawienia kontaktów", - "allowContactSyncInfoBalloon": "Określ, czy użytkownik może zmieniać ustawienie synchronizacji kontaktów", - "allowUserChange": "Zezwalaj użytkownikowi na zmianę ustawienia", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Wprowadź nazwę pakietu podobną do com.microsoft.word", - "androidUrlValidation": "Wprowadź prawidłowy adres URL podobny do następującego: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Kontekst instalacji aplikacji", - "appUrlLabel": "Adres URL sklepu App Store", - "appleUrlValidation": "Wprowadź prawidłowy adres URL podobny do https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Odpowiedni typ urządzenia", - "assignmentActionLabel": "Tryb", - "authenticationMethodInfoBalloon": "Określ metodę uwierzytelniania dla użytkownika", - "authenticationMetod": "Metoda uwierzytelniania", - "authenticationType": "Typ uwierzytelniania", - "authenticationTypeInfoBalloon": "Określ typ uwierzytelniania dla użytkownika", - "availableLicenseCount": "Dostępne licencje", - "basicAuth": "Uwierzytelnianie podstawowe", - "biometricsInfoBalloon": "Biometria (np. funkcja TouchID lub FaceID) może być wymagana, aby użytkownicy mogli otwierać aplikację na swoich urządzeniach. Gdy biometria jest wymagana, jest używana obok metod uwierzytelniania wybranych w tym profilu. To ustawienie nie powinno być włączone, gdy zostały wdrożone zasady ochrony aplikacji usługi Intune, ponieważ zasady ochrony aplikacji obejmują wymagania w zakresie dostępu przed uzyskaniem dostępu do danych zarządzanych. Włączenie obu opcji będzie skutkować wieloma monitami o dostęp przy otwieraniu aplikacji Outlook Mobile. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, jej domyślnym ustawieniem w aplikacji jest Wyłączone.", - "bookNameLabel": "Nazwa książki", - "bundleDescriptionHint": "Wprowadź opis, który opisuje uwzględnione aplikacje.", - "calendar": "Kalendarz", - "categoryLabel": "Kategoria", - "categoryNameLabel": "Domyślna nazwa", - "certProfileType": "Typ profilu certyfikatu", - "certificate": "Certyfikat", - "certificates": "Certyfikaty", - "commandLineLabel": "Argumenty wiersza polecenia", - "commandLineSizeHint": "Maksymalna długość tekstu argumentów wiersza polecenia to 1024 znaki", - "configurationSettingsFormatLabel": "Format ustawień konfiguracji", - "configurationSettingsLabel": "Format ustawień", - "contactSync": "Zapisz kontakty", - "contactSyncInfoBalloon": "Zapisywanie kontaktów w natywnej książce adresowej urządzenia przenośnego pozwala na łączenie nowych rozmów i wiadomości SMS z istniejącymi kontaktami użytkownika w programie Outlook. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, jej domyślnym ustawieniem w aplikacji jest Wyłączone.", - "contacts": "Kontakty", - "createdDateTime": "Utworzono", - "defaultCategoryHint": "Kategorii domyślnych nie można zmienić", - "deploySMimeCertsFromIntune": "Wdróż certyfikaty S/MIME z usługi Intune", - "descriptionGenericLabel": "Opis", - "descriptionHint": "Wprowadź opis...", - "descriptionLabel": "Opis", - "descriptionSizeHint": "Długość opisu nie powinna przekraczać 10 000 znaków", - "developerLabel": "Deweloper", - "developerSizeHint": "Maksymalna długość nazwy dewelopera to 256 znaków.", - "disable": "Wyłącz", - "disabled": "Wyłączone", - "displayNameLabel": "Nazwa", - "displayVersionHint": "Wprowadź wersję aplikacji", - "displayVersionLabel": "Wersja aplikacji", - "displayVersionLengthCheck": "Długość wersji wyświetlanej powinna wynosić maksymalnie 130 znaków", - "eBookCategoryNameLabel": "Domyślna nazwa", - "emailAccount": "Nazwa konta e-mail", - "emailAccountHint": "np. firmowy adres e-mail", - "emailAccountInfoBalloon": "Określ nazwę konta e-mail, która będzie wyświetlana dla użytkowników na ich urządzeniach", - "emailAddressAttribute": "Atrybut adresu e-mail z AAD", - "emailAddressInfoBalloon": "Określ adres e-mail, który będzie używany do wysyłania i odbierania poczty", - "emailServer": "Serwer poczty e-mail", - "emailServerHint": "np. mail.contoso.com", - "emailServerInfoBalloon": "Określ nazwę hosta programu Exchange Server", - "enable": "Włącz", - "enableSMime": "Włącz protokół S/MIME", - "enabled": "Włączony", - "encryptAllEmails": "Szyfruj wszystkie wiadomości e-mail", - "encryptionCertificates": "Certyfikaty szyfrowania", - "endUserNotifications": "Powiadomienia użytkowników końcowych", - "enrollmentTypeLabel": "Typ rejestracji urządzenia", - "externalRecipients": "Porada dotycząca poczty dla adresatów zewnętrznych", - "externalRecipientsInfoBalloon": "Porady dotyczące poczty dla adresatów zewnętrznych są wyświetlane, gdy nadawca dodaje adresata zewnętrznego lub grupę dystrybucji zawierającą adresatów zewnętrznych. Porada dotycząca poczty informuje nadawców, że pisana wiadomość wyjdzie poza organizację, co pomaga im w dobraniu właściwego słownictwa, stylu i zawartości. Funkcja ta jest dostępna tylko dla kont usługi Exchange Online i kont lokalnych korzystających z nowoczesnego uwierzytelniania hybrydowego. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, jej domyślnym ustawieniem w aplikacji jest Włączone.", - "focusedInbox": "Priorytetowa skrzynka odbiorcza", - "focusedInboxInfoBalloon": "Priorytetowa skrzynka odbiorcza dzieli skrzynkę odbiorczą na dwie karty — Priorytetowe i Inne. Najważniejsze wiadomości e-mail są widoczne na karcie Priorytetowe, a pozostałe wiadomości, chociaż usunięte z głównego widoku, są nadal łatwo dostępne na karcie Inne. Jeśli ta funkcja jest ustawiona jako nieskonfigurowana, domyślnym ustawieniem w aplikacji jest Włączone.", - "gmailNineAmountOfEmail": "Liczba wiadomości e-mail do synchronizacji", - "gmailNineAuthenticationMethodInfoBalloon": "Wybierz, w jaki sposób użytkownicy mają być uwierzytelniani na serwerze poczty e-mail. Za pomocą certyfikatów możesz zapewnić użytkownikom końcowym najbezpieczniejsze i najbardziej bezproblemowe środowisko. Uwierzytelnianie oparte na certyfikacie nie jest jeszcze dostępne, ponieważ profile certyfikatów SCEP i PKCS dla urządzeń właścicieli urządzeń są niedostępne.", - "gmailNineCertificateUPNInfoBalloon": "Certyfikat musi mieć alternatywną nazwę podmiotu w postaci głównej nazwy użytkownika (UPN).", - "gmailNineEmailAddressInfoBalloon": "Atrybut odbierany przez usługę Intune z usługi Azure AD w celu dynamicznego wygenerowania adresu e-mail, który będzie używany przez profil, np. MyName@contoso.com (UPN). Dowiedz się więcej na temat atrybutów usługi AAD dla profili poczty e-mail.", - "gmailNineEmailServerInfoBalloon": "Lokalizacja usługi Exchange (adres URL) serwera poczty e-mail, z którą łączy się określona aplikacja w celu pobrania poczty e-mail.", - "gmailNineEmailSynchronizeInfoBalloon": "Kontroluj liczbę wiadomości e-mail synchronizowanych przez klienta.", - "gmailNineSSLInfoBalloon": "Włącz protokół SSL, aby zabezpieczyć komunikację z serwerem poczty e-mail.", - "gmailNineUsernameInfoBalloon": "Atrybut odbierany przez usługę Intune z usługi Azure AD w celu dynamicznego wygenerowania nazwy użytkownika, która będzie używana przez profil, np. MyName@contoso.com (UPN) lub MyName (nazwa użytkownika). Dowiedz się więcej na temat atrybutów usługi AAD dla profili poczty e-mail.", - "ignoreVersionDetection": "Ignoruj wersję aplikacji", - "informationUrlLabel": "Adres URL informacji", - "informationUrlSizeHint": "Maksymalna długość adresu URL informacji to 1024 znaki", - "installAsManaged": "Instaluj jako zarządzaną", - "installationSourceLabel": "Typ aplikacji", - "installerTypeInfoBalloon": "Typ instalatora pakietu aplikacji.", - "installerTypeLabel": "Typ instalatora", - "isFeatured": "Pokaż jako polecaną aplikację w Portalu firmy", - "isMAMEnabledToggleLabel": "Tak", - "lastModifiedDateTime": "Godzina ostatniej aktualizacji", - "ldapUrl": "Adres URL LDAP", - "licensingType": "Obsługuje przypisanie kontekstu urządzenia", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimalna wersja systemu operacyjnego", - "modernAuth": "Nowoczesne uwierzytelnianie", - "nameHint": "Wprowadź nazwę", - "nameLabel": "Nazwa", - "nameSizeHint": "Maksymalna długość nazwy to 512 znaków.", - "notConfigured": "Nie skonfigurowano", - "notesLabel": "Uwagi", - "notesSizeHint": "Maksymalna długość tekstu notatki to 1024 znaki.", - "notificationType": "Typ powiadomienia", - "oneDay": "Jeden dzień", - "oneMonth": "Jeden miesiąc", - "oneWeek": "Jeden tydzień", - "outlookSMimeSettings": "Ustawienia S/MIME programu Outlook", - "ownerLabel": "Właściciel", - "ownerSizeHint": "Maksymalna długość nazwy właściciela to 256 znaków.", - "packageIdLabel": "Identyfikator pakietu", - "packageNameLabel": "Nazwa pakietu", - "pivCredentialNotConfigured": "Nie wybrano wystawcy pochodnych poświadczeń dla dzierżawy. Musisz skonfigurować wystawcę, zanim będzie można pomyślnie zastosować te zasady do urządzeń.", - "platformLabel": "Platforma", - "policyDescriptionLabel": "Opis", - "policyNameLabel": "Nazwa", - "primarySMTPAddress": "Podstawowy adres SMTP", - "privacyUrlLabel": "Adres URL dotyczący ochrony prywatności", - "publisherHint": "Wprowadź nazwę wydawcy", - "publisherLabel": "Wydawca", - "publisherSizeHint": "Długość nazwy wydawcy powinna należeć do zakresu od 2 do 1024 znaków (włącznie)", - "require": "Wymagaj", - "requireBiometrics": "Wymagaj informacji biometrycznych na potrzeby dostępu do aplikacji", - "sAMAccountName": "Nazwa konta SAM", - "scopeTagsRequired": "Wymagany jest co najmniej jeden tag zakresu", - "searchAppLabel": "Wybierz aplikację", - "searchAppLinkText": "Wyszukaj w sklepie App Store", - "searchWinGetPublicRepositoryLinkText": "Przeszukaj repozytorium społeczności Menedżera pakietów systemu Windows", - "searchWinGetStoreRepositoryLinkText": "Wyszukaj w aplikacji sklepu Microsoft Store (nowa)", - "selectAAD": "Wybierz atrybut usługi AAD", - "selectAppFileLabel": "Wybierz plik", - "selectAppFileLinkText": "Wybierz plik pakietu aplikacji", - "selectAppFileToUpdateLabel": "Wybierz plik do zaktualizowania", - "selectAuthMethod": "Wybierz metodę uwierzytelniania", - "selectAuthType": "Wybierz typ uwierzytelniania", - "selectCertificate": "Wybierz certyfikat", - "signAllEmails": "Podpisuj wszystkie wiadomości e-mail", - "signingCertificates": "Certyfikaty podpisywania", - "ssl": "SSL", - "suiteDescriptionLabel": "Opis pakietu", - "suiteNameLabel": "Nazwa pakietu", - "tasks": "Zadania", - "threeDays": "Trzy dni", - "totalLicenseCount": "Łączna liczba licencji", - "twoWeeks": "Dwa tygodnie", - "unifiedAssignmentsLabel": "Przypisz do:", - "unlimited": "Nieograniczone", - "urlHint": "Wprowadź prawidłowy adres URL", - "useManagedBrowserHint": "Tylko systemy Android i iOS. Dowiedz się więcej", - "useManagedBrowserLabel": "Wymagaj zarządzanej przeglądarki do otworzenia tego linku", - "userPrinicipalName": "Nazwa główna użytkownika", - "username": "Nazwa użytkownika", - "usernameAttribute": "Atrybut nazwy użytkownika z AAD", - "usernameAttributreInfoBalloon": "Określ główną nazwę użytkownika dla profilu poczty e-mail, która będzie używana do uwierzytelniania konta", - "usernamePassword": "Nazwa użytkownika i hasło", - "webAppUrlHint": "Wprowadź prawidłowy adres URL zaczynający się od http:// lub https://", - "webAppUrlLabel": "Adres URL aplikacji", - "webAppUrlSizeHint": "Maksymalna długość adresu URL aplikacji to 1024 znaków", - "windowsUrlValidation": "Podaj prawidłowy adres URL podobny do https://www.microsoft.com/pl-pl/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "Wprowadzone dane XML", - "xmlFormatInvalid": "Format zasad XML jest nieprawidłowy.", - "xmlTooLarge": "Rozmiar wejściowy musi być mniejszy niż 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Nieobsługiwane", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Tworzenie zasad aktualizacji dotyczących jakości wymaga określonego licencjonowania.", "warningBoxText": "Przyspieszanie aktualizacji oprogramowania może skrócić czas do uzyskania zgodności w razie potrzeby, ale ma większy wpływ na produktywność użytkowników końcowych. Znacznie wzrasta prawdopodobieństwo wymuszonych ponownych uruchomień w godzinach pracy użytkowników." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                      For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                      Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                      \n
                        \n
                      • This setting works correctly when \"All cloud apps\" are selected
                      • \n
                      • This does not affect token lifetimes or the sign-in frequency setting.
                      • \n
                      • This will override the \"Show option to stay signed in\" policy in Company Branding.
                      • \n
                      • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                      • \n
                      • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                      • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                        Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Ustawienia konfiguracji przeglądarki Microsoft Edge", "edgeWindowsDataProtectionSettings": "Przeglądarka Edge (Windows) — ustawienia ochrony danych — wersja zapoznawcza", @@ -10783,7 +11566,10 @@ "Column": { "author": "Autor", "template": "Nazwa szablonu" - } + }, + "Row": { + "ariaLabel": "wiersz {0} z {1} kolumny {2}" + } }, "SettingsCatalog": { "subtitle": "Zacznij od zera i wybierz żądane ustawienia z biblioteki dostępnych ustawień", @@ -11593,6 +12379,7 @@ "gettingStarted": "Wprowadzenie", "messages": "Komunikaty", "onlineResources": "Zasoby online", + "policyHealth": "Kondycja zasad", "releaseManagement": "Release Management", "serviceRequests": "Żądania usług", "settings": "Ustawienia", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender dla punktu końcowego", "allApps": "Wszystkie aplikacje", "allDevices": "Wszystkie urządzenia", - "androidFotaDeployments": "Wdrożenia Android FOTA", + "androidFotaDeployments": "Wdrożenia systemu Android FOTA (wersja zapoznawcza)", "appBundles": "Zbiór aplikacji", "appCategories": "Kategorie aplikacji", "appConfigPolicies": "Zasady konfiguracji aplikacji", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Przypisane uprawnienia", "assignedRoles": "Przypisane role", "autopilotDeploymentReport": "Wdrożenia rozwiązania Autopilot (wersja zapoznawcza)", + "autopilotDeploymentReportV2": "Wdrożenia rozwiązania Autopilot 2.0 (wersja zapoznawcza)", "brandingAndCustomization": "Dostosowywanie", "cartProfiles": "Profile koszyków", "certificateConnectors": "Łączniki certyfikatu", "chromeEnterprise": "Chrome Enterprise (wersja zapoznawcza)", "cloudAttachedDevices": "Urządzenia podłączone do chmury (wersja zapoznawcza)", + "cloudPcActions": "Akcje dotyczące komputerów w chmurze (wersja zapoznawcza)", + "cloudPcMaintenanceWindows": "Okna obsługi komputera w chmurze (wersja zapoznawcza)", "compliancePolicies": "Zasady zgodności", "complianceScriptManagement": "Skrypty", "complianceScriptManagementPreview": "Skrypty (wersja zapoznawcza)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Ograniczenia rejestracji", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Łączniki usług Exchange", - "failuresForDriverUpdates": "Błędy aktualizacji sterownika systemu Windows (wersja zapoznawcza)", + "failuresForDriverUpdates": "Błędy aktualizacji sterownika systemu Windows", "failuresForFeatureUpdates": "Błędy aktualizacji funkcji", "failuresForQualityUpdates": "Błędy przyspieszonej aktualizacji systemu Windows", "featureFlighting": "Pilotaż funkcji", "featureUpdateDeployments": "Aktualizacje funkcji dla systemu Windows 10 i nowszego", "flighting": "Testowanie", - "fotaUpdate": "Bezprzewodowa aktualizacja oprogramowania układowego", + "fotaUpdate": "Bezprzewodowa aktualizacja oprogramowania układowego (wersja zapoznawcza)", "groupPolicy": "Szablony administracyjne", "groupPolicyAnalytics": "Analiza zasad grupy", "helpSupport": "Pomoc i obsługa techniczna", @@ -11717,12 +12507,12 @@ "user": "Użytkownik", "userExecutionStatus": "Stan użytkownika", "wdacSupplementalPolicies": "Uzupełniające zasady trybu S", - "windows10DriverUpdate": "Aktualizacje sterowników dla systemu Windows 10 i nowszych (wersja zapoznawcza)", + "windows10DriverUpdate": "Aktualizacje sterowników dla systemu Windows 10 i nowszych", "windows10QualityUpdate": "Aktualizacje dotyczące jakości dla systemu Windows 10 i nowszych", "windows10UpdateRings": "Pierścienie aktualizacji dla systemu Windows 10 i nowszego", "windows10XPolicyFailures": "Błędy zasad systemu Windows 10X", "windows365Connector": "Łącznik systemu Windows 365 Citrix", - "windows365ConnectorPublicPreview": "Łącznik systemu Windows 365 Citrix (wersja zapoznawcza)", + "windows365PartnerConnector": "Łączniki partnerów systemu Windows 365", "windowsDiagnosticData": "Dane systemu Windows", "windowsEnterpriseCertificate": "Certyfikat przedsiębiorstwa systemu Windows", "windowsManagement": "Skrypty programu PowerShell", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Okres prolongaty ponownego uruchomienia urządzenia", "summaryTitle": "Środowisko użytkownika końcowego" }, - "EnrollmentType": { - "devicesWithEnrollment": "Urządzenia zarządzane", - "devicesWithoutEnrollment": "Aplikacje zarządzane" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Plik lub folder jako wybrane wymaganie.", + "pathToolTip": "Pełna ścieżka pliku lub folderu do wykrycia.", + "property": "Właściwość", + "valueToolTip": "Wybierz wartość wymagania, która jest zgodna z wybraną metodą wykrywania. W przypadku metod wykrywania opartych na dacie i godzinie należy wprowadzić datę i godzinę w formacie lokalnym." + }, + "GridColumns": { + "pathOrScript": "Ścieżka/skrypt", + "type": "Typ" + }, + "Registry": { + "keyPath": "Ścieżka klucza", + "keyPathTooltip": "Pełna ścieżka wpisu rejestru zawierającego wartość jako wymaganie.", + "operator": "Operator", + "operatorTooltip": "Wybierz operator porównania.", + "registryRequirement": "Wymaganie klucza rejestru", + "registryRequirementTooltip": "Wybierz porównanie wymagania klucza rejestru.", + "valueName": "Nazwa wartości", + "valueNameTooltip": "Nazwa wymaganej wartości rejestru." + }, + "RequirementTypeOptions": { + "fileType": "Plik", + "registry": "Rejestr", + "script": "Skrypt" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Wartość logiczna", + "dateTime": "Data i godzina", + "float": "Zmiennoprzecinkowe", + "integer": "Liczba całkowita", + "string": "Ciąg", + "version": "Wersja" + }, + "duplicateName": "Nazwa skryptu {0} jest już w użyciu. Wprowadź inną nazwę.", + "enforceSignatureCheck": "Wymuszaj sprawdzanie podpisu skryptu", + "enforceSignatureCheckTooltip": "Wybierz opcję „Tak”, aby sprawdzić, czy skrypt jest podpisany przez zaufanego wydawcę, co pozwoli na uruchomienie skryptu bez wyświetlania ostrzeżeń ani monitów. Działanie skryptu nie będzie blokowane. Wybierz opcję „Nie” (domyślna), aby uruchomienie skryptu wymagało potwierdzenia użytkownika końcowego, ale bez weryfikacji podpisu.", + "loggedOnCredentials": "Uruchom ten skrypt, używając poświadczeń zalogowanego użytkownika", + "loggedOnCredentialsTooltip": "Uruchom skrypt przy użyciu poświadczeń urządzenia, których użyto do logowania.", + "operatorTooltip": "Wybierz operator porównania wymagania.", + "requirementMethod": "Wybierz wyjściowy typ danych", + "requirementMethodTooltip": "Wybierz typ danych używany podczas określania wymagań dopasowania wykrywania.", + "scriptContent": "Zawartość skryptu", + "scriptFile": "Plik skryptu", + "scriptFileTooltip": "Wybierz skrypt programu PowerShell, który będzie wykrywać obecność aplikacji na kliencie. Jeśli aplikacja zostanie wykryta, proces wymagania zwróci kod zakończenia o wartości 0 i zapisze wartość ciągu w wyjściu STDOUT.", + "scriptName": "Nazwa skryptu", + "value": "Wartość", + "valueTooltip": "Wybierz wartość wymagania, która jest zgodna z wybraną metodą wykrywania. W przypadku metod wykrywania opartych na dacie i godzinie należy wprowadzić datę i godzinę w formacie lokalnym." + }, + "bladeTitle": "Dodawanie reguły wymagania", + "createRequirementHeader": "Utwórz wymaganie.", + "header": "Skonfiguruj dodatkowe reguły wymagań", + "label": "Dodatkowe reguły wymagań", + "noRequirementsSelectedPlaceholder": "Nie określono żadnych wymagań.", + "requirementType": "Typ wymagania", + "requirementTypeTooltip": "Wybierz typ metody wykrywania służącej do określania sposobu walidacji wymagania." + }, + "architectures": "Architektura systemu operacyjnego", + "architecturesTooltip": "Wybierz architektury potrzebne do zainstalowania aplikacji.", + "bladeTitle": "Wymagania", + "diskSpace": "Wymagane miejsce na dysku (MB)", + "diskSpaceTooltip": "Wymagana ilość wolnego miejsca na dysku systemowym, aby zainstalować aplikację.", + "header": "Określ wymagania, które urządzenia muszą spełniać przed zainstalowaniem aplikacji:", + "maximumTextFieldValue": "Wartość maksymalna to {0}.", + "minimumCpuSpeed": "Minimalna wymagana szybkość procesora CPU (MHz)", + "minimumCpuSpeedTooltip": "Minimalna szybkość procesora CPU wymagana do zainstalowania aplikacji.", + "minimumLogicalProcessors": "Minimalna wymagana liczba procesorów logicznych", + "minimumLogicalProcessorsTooltip": "Minimalna liczba procesorów logicznych wymagana do zainstalowania aplikacji.", + "minimumOperatingSystem": "Minimalna wersja systemu operacyjnego", + "minimumOperatingSystemTooltip": "Wybierz minimalną wersję systemu operacyjnego wymaganą do zainstalowania aplikacji.", + "minumumTextFieldValue": "Wartość musi być równa co najmniej {0}.", + "physicalMemory": "Wymagana pamięć fizyczna (MB)", + "physicalMemoryTooltip": "Pamięć fizyczna (RAM) wymagana do zainstalowania aplikacji.", + "selectorLabel": "Wymagania", + "validNumber": "Wprowadź poprawną liczbę." + }, "PolicySet": { "appManagement": "Zarządzanie aplikacjami", "assignments": "Przypisania", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Profile konfiguracji urządzeń", "powershellScriptTitle": "Skrypty PowerShell" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                        For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                        Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Proponowane", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrajn", diff --git a/Documentation/Strings-pt.json b/Documentation/Strings-pt.json index e6e2c0a..bd721fa 100644 --- a/Documentation/Strings-pt.json +++ b/Documentation/Strings-pt.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "First available date" }, + "Windows11SideBySideInstall": { + "disabled": "Disabled", + "enabled": "Enabled", + "infoBalloonContent": "Control whether to install the latest Windows 10 feature update to devices not eligible for Windows 11", + "label": "When a device isn't capable of running Windows 11, install the latest Windows 10 feature update" + }, "bladeTitle": "Feature update deployments", "deploymentSettingsTitle": "Deployment settings", "loadError": "Loading failed!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "This capability requires specific licensing.", "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", - "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies.", + "specificLicensingRequired": "Some selected capabilities require specific licensing." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Help your device users understand what the app is and/or what they can do in the app. This description will be visible to them in Company Portal.", "developer": "The name of the company or Individual that developed the app. This information will be visible to people signed into the admin center.", "displayVersion": "The version of the app. This information will be visible to users in the Company Portal.", + "fullScreenEnabled": "If configured to yes, launches the web clip as a full-screen web app.", + "ignoreManifestScope": "If configured to yes, a full screen web clip can navigate to an external web site without showing Safari UI. Otherwise, Safari UI appears when navigating away from the web clip’s URL. This key has no effect when Full screen is false.", "infoUrl": "Link people to a website or documentation that has more information about the app. The information URL will be visible to users in Company Portal.", "isFeatured": "Featured apps are prominently placed in Company Portal so that users can quickly get to them.", "learnMore": "Learn more", "logo": "Upload a logo that's associated with the app. This logo will appear next to the app throughout Company Portal.​", "macOSDmgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .dmg.​", + "macOSPkgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .pkg.​", "minOperatingSystem": "Select the earliest operating system version on which the app can be installed. If you assign the app to a device with an earlier operating system, it will not be installed.​", "name": "Add a name for the app. This name will be visible in the Intune apps list and to users in the Company Portal.​", "notes": "Add additional notes about the app. Notes will be visible to people signed in to the admin center.", "owner": "The name of the person in your organization who manages licensing or is the point-of-contact for this app. This name will be visible to people signed in to the admin center.​", "packageId": "The app Package Identifier is the unique value that identifies the app.", "packageName": "Contact the device manufacturer to get the app's package name. Example package name: com.example.app​​", + "preComposedIconEnabled": "If configured to yes, prevents SpringBoard from adding \"shine\" to the icon.", "privacyUrl": "Provide a link for people who want to learn more about the app's privacy settings and terms. The privacy URL will be visible to users in Company Portal.", "publisher": "The name of the developer or company that distributes the app. This information will be visible to users in Company Portal.", "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", + "targetApplicationBundleIdentifier": "The application bundle identifier that specifies the application which opens the URL. Available in iOS 14 and later.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                        Select Yes to disable the app PIN when a device lock is detected on an enrolled device.

                        Note: Intune cannot detect device enrollment with a third-party EMM solution on iOS/iPadOS.

                        " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Installation time required (mins)", + "maxRunTimeInMinutesToolTip": "The number of minutes the system will wait for install program to finish. Default value is 60 minutes." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "User" + }, + "availableUninstall": "Allow available uninstall", + "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Device restart behavior", + "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", + "header": "Specify the commands to install and uninstall this app:", + "installCommand": "Install command", + "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", + "installCommandTooltip": "The complete installation command line used to install this app.", + "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", + "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", + "runAsAccount": "Install behavior", + "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", + "selectorLabel": "Program", + "uninstallCommand": "Uninstall command", + "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Create new", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 Apps (macOS)", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", "macOsVppApp": "macOS volume purchase program app", "managedAndroidLobApp": "Managed Android line-of-business app", "managedAndroidStoreApp": "Managed Android store app", @@ -1785,12 +1831,11 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, - "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", "editPowershellScriptFlowSectionName": "Edit PowerShell script", - "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. By default, no warning or prompt displays and the script runs unblocked.", + "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. This is the default.", "enforceSignatureCheckLabel": "Enforce script signature check", "executionFrequencyLabel": "Execution Frequency", "failedToSavePolicy": "Failed to save {0}", @@ -1801,7 +1846,7 @@ "reviewButtonText": "Review + add ", "runAs64BitInfoBalloonContent": "The script will run in a 64-bit PowerShell Host for a 64-bit client architecture. By default, the script will run in a 32-bit PowerShell Host.", "runAs64BitLabel": "Run script in 64 bit PowerShell Host", - "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in system context.", + "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in user context.", "scriptContextLabel": "Run this script using the logged on credentials", "scriptsettingsTabHeader": "Script settings", "settingsHeader": "Select a script to configure", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version.", "androidPasswordHeader": "Require a password to unlock the device. If not configured, the use of passwords is optional, and left up to the user to configure.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-on VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Check basic integrity & certified devices", - "androidSafetyNetbasicIntegrity": "Check basic integrity", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Check basic integrity & device integrity", + "androidPlayIntegrityVerdictBasicIntegrity": "Check basic integrity", "androidTRDeprecation": "Trusted certificates can no longer install on devices that run Android 11 or later, except for Samsung Knox devices. If you use SCEP certificate profiles, you must continue to create and deploy a trusted certificate profile and associate it with the SCEP certificate profile, but you must manually deliver the trusted root certificate to those devices.", "androidTenAndAbovePasswordHeader": "Android 10 and later", "androidTenAndAbovePasswordHeaderDescription": "These settings work for devices running Android 10 or later.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Warning for other disk encryption", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Selecting \"Require\" will encrypt the storage card of the mobile device.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Encrypt storage card (mobile only)", - "bitLockerEnabledDescription": "Require BitLocker to be enabled on the device", - "bitLockerEnabledName": "Require BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Selecting \"Require\" will enable BitLocker device encryption. Depending on device hardware and Windows version, end users may be asked to confirm there is no third party encryption on their device. Turning on Windows encryption while third party encryption is in use will render the device unstable.", "bitLockerEncryptDeviceName": "Encrypt devices", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Block Touch ID and Face ID unlock", "blockUSBConnectionDescription": "Specifies whether the USB connection on the device is enabled. USB charging will not be affected by this setting. This setting isn't supported on Windows desktop platforms.", "blockUSBConnectionName": "USB connection", + "blockUnifiedPasswordForWorkProfileDescription": "Block using one lock if you want users to use two different passwords for their lock screen and work profile. Using one screen lock is convenient to the user, but makes the work profile accessible to anyone who can unlock the device. Applies to devices running Android 9.0 Pie and later.", + "blockUnifiedPasswordForWorkProfileName": "One lock for work profile and device", "blockUnmanagedDocumentsInManagedAppsName": "Block viewing non-corporate documents in corporate apps", "blockUntrustedTLSCertificatesDescription": "Block untrusted Transport Layer Security (TLS) certificates.", "blockUntrustedTLSCertificatesName": "Block untrusted TLS certificates", @@ -2825,6 +2871,8 @@ "cellularName": "Cellular", "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.", "certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)", + "certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.", + "certificateInstallTitle": "Allow other apps to install and manage certificates", "certificateNotFound": "Certificate policy not found. Was it deleted?", "certificateOption": "Certificate", "certificateRevocationCheck": "Certificate revocation check", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Print service resource URI", "cloudProtectionDescription": "Send the Microsoft Active Protection Service telemetry to allow detection of suspicious activity.", "cloudProtectionName": "Cloud-delivered protection", - "codeIntegrityEnabledDescription": "Require code integrity to be enabled on the device", - "codeIntegrityEnabledName": "Require code integrity", + "codeIntegrityEnabledName": "Code integrity", "complianceAntiSpywareRequirementDescription": "Require any AntiSpyware solution registered with Windows Security Center to be on and monitoring (e.g DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Require AntiSpyware signature to be up-to-date", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "This setting specifies the number of recent passwords that cannot be reused. Recommended value: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Number of previous passwords to prevent reuse", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Select the newest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Enter the newest OS build version a device can have. For example: 20E252
                        If you want to set an Apple Rapid Security Response update as the maximum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Maximum OS build version", - "complianceOsBuildVersionRestrictionMinimumDescription": "Select the oldest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Enter the oldest OS build version a device can have. For example: 20E252
                        If you want to set an Apple Rapid Security Response update as the minimum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Minimum OS build version", "complianceOsVersionRestrictionHeader": "Operating System Version", "complianceOsVersionRestrictionMaximumAndroidDescription": "Specify the max OS version compliance requirement for devices. E.g. specify “7.1” in this field for Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Force the device to automatically update for security patches and improvements.", "complianceUpdatesRequireAutomaticUpdatesName": "Require automatic updates from Microsoft", "complianceWin10RequiredPasswordTypeDescription": "This setting determines the type of Password/PIN required.
                        \nDevice Default (Password, Numeric PIN, or Alphanumeric PIN required)
                        \nAlphanumeric (Password or Alphanumberic PIN required)
                        \nNumeric (Password or Numeric PIN required)
                        \nRecommendations: Required password type: Alphanumeric, Password complexity: Require digits and lowercase letters", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 or 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11 only", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimum version of Microsoft Defender (e.g. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender Antimalware minimum version", - "complianceWindowsDeviceHealthAttestationHeader": "Windows Health Attestation Service evaluation rules", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft Attestation Service evaluation rules

                        Use these rules to confirm that a device has protective measures enabled at boot time. Learn more about these rules", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Select the newest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Select the oldest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "The operating system version is defined as major.minor.build.revision. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Minor OS and non-OS software updates", "delayMinorOSUpdateVisibilityOption": "Minor OS software updates", "delayOSUpdateVisibilityOption": "Operating system updates", + "delegatedScopeLogsTitle": "Access to Sensitive Android Logs", "deliveryOptimizationBandwidthHeader": "Bandwidth​", "deliveryOptimizationCachingHeader": "Caching​", "deliveryOptimizationDODescription": "Specifies the download method that Delivery Optimization can use to manage network bandwidth consumption for content distribution scenarios.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Searching for derived credential issuer...", "derivedCredentialsTenantLevelNotConfigured": "You have not specified a derived credential issuer for your tenant so that this policy can successfully apply to devices. Click here to specify the issuer.", "descriptionName": "Description", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (Tenant attach only)", "desktopOption": "Desktop", "destinationPrefix": "Destination Prefix/Size (e.g. 192.168.0.1/255)", "developerUnlock": "Developer unlock", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "And Above", "eDPPolicyVersionAndBelowName": "And Below", "eDPPolicyVersionEqualsName": "Equals", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Require early launch anti malware driver to be enabled", - "earlyLaunchAntiMalwareDriverEnabledName": "Require early launch anti malware driver", + "earlyLaunchAntiMalwareDriverEnabledName": "Early Launch AntiMalware", "easAccountSettingsHeader": "Exchange ActiveSync account settings", "easAllData": "All data", "easCalendarContactsOnly": "Calendar and Contacts only", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Any address", "firewallRulesPortOrPortRangeInvalidCharacterError": "Port list can only contain numbers, '-', or ','.", "firewallRulesPortOrPortRangeInvalidError": "Port list contains invalid ports and/or port ranges.", + "firmwareProtectionEnabledName": "Firmware Protection", "firmwareUpdatesBehaviorName": "Firmware updates", "firstActiveEthernet": "First active Ethernet", "firstAvailableOption": "First available", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP blended with internet peering (3)", "httpWithPeeringNatOption": "HTTP blended with peering behind same NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP blended with peering across private group (2)", + "hvciEnabledName": "Memory Integrity Protection", "hybridSleepBatteryDescription": "This policy setting allows you to turn off hybrid sleep when the device is powered by a battery.​
                        If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                        If this policy is not configured, users control this setting.", "hybridSleepName": "Hybrid sleep", "hybridSleepPluggedInDescription": "This policy setting allows you to turn off hybrid sleep when the device is plugged in.​
                        If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                        If this policy is not configured, users control this setting.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medium-low", "mediumOption": "Medium", "meetingInformationDisplayedOnWelcomeScreenName": "Meeting information displayed on welcome screen", + "memoryAccessProtectionEnabledName": "Memory Access Protection", "messagingBlockMMSDescription": "Disable the MMS send/receive functionality on the device.", "messagingBlockMMSName": "MMS (mobile only)", "messagingBlockRCSDescription": "Disable the Rich Communication Services send/receive functionality on the device.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Must be smaller than the maximum OS version", "mustBeValidAddress": "Must be a valid address. Example: 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "Package name must only contain letters, numbers, underscores, and periods. Must start with a letter.", - "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A391, 16G1114, etc.", + "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Must be a valid DNS suffix. Example: itgproxy.com", "mustBeValidDateFormat": "Must be a valid date format (YYYY-MM-DD). Example: 2016-10-01, 2016-10-31 etc.", "mustBeValidDomain": "Must be a valid domain. Example: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Network extensions", "networkInterface": "Network Interface", "networkInterfaceDescription": "Network interface to configure", + "networkLogsTitle": "Allow this app to access Android network activity logs", "networkProxyAutomaticConfigurationUrlDescription": "URL to the PAC script you want to use.", "networkProxyAutomaticConfigurationUrlName": "Setup script address URL", "networkProxyDisableAutoDetectDescription": "Automatically detect settings. If enabled, the system tries to find the path to a PAC script.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Hide", "pinnedFolderOptionShow": "Show", "pipeInvalidError": "The value must not contain '|'.", + "playIntegrityVerdictOptionsDescription": "Set the level of Play Integrity Verdict", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "Plugged In​", "policyDomainNameService": "DNS", "policyEmailAddress": "Email address", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Default policy. The user must exist and have a valid Intune license.", "requireUserExistanceName": "Enrolled user exists", "required": "Required", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Not configured (defaults to basic evaluation)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Select the evaluation type you want to use to compute the SafetyNet device attestation response.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardware-backed key", - "requiredAndroidSafetyNetEvaluationTypeName": "Required SafetyNet evaluation type", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Not configured", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Select the evaluation type you want to use to compute the Play Integrity Verdict device attestation response.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Check strong integrity", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Check strong integrity using hardware-backed security features", "requiredExtensionsColumnHeader": "Package family names", "requiredExtensionsExamples": "e.g. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Password required, no restrictions", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "e.g. contoso.com", "safeSearchFilterDescription": "Specify how Cortana filters adult content from search results.", "safeSearchFilterName": "Safe Search (mobile only)", - "safetyNetAttestationOptionsDescription": "Set the level of SafetyNet attestation", - "safetyNetAttestationOptionsName": "SafetyNet device attestation", "sampleSharingEnableOrNotConfiguredDescription": "Returns or sets the Microsoft Defender for Endpoint Sample Sharing configuration parameter.", "sampleSharingEnableOrNotConfiguredName": "Sample sharing for all files", "saturday": "Saturday", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Secondary authentication method", "secondaryAuthenticationMethodTEAPDescription": "Choose the secondary way you want users to authenticate. When you select Certificates, select one of the certificate profiles (SCEP or PKCS) that is also deployed to the device. This is the identity certificate that is presented by the device to the server.", "secretKey": "Secret Key:", - "secureBootEnabledDescription": "Require Secure Boot to be enabled on the device", - "secureBootEnabledName": "Require Secure Boot to be enabled on the device", + "secureBootEnabledName": "Secure Boot", "secured": "Secured", "securityAssociationIdleTimeDescription": "Security associations are deleted after network traffic is not seen for this number of seconds.", "securityAssociationIdleTimeHint": "Enter idle time in seconds (300 - 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Common Criteria mode​", "securityDeveloperSettingsEnabledDescription": "Allow access to developer settings.", "securityDeveloperSettingsEnabledName": "Developer settings", + "securityLogsTitle": "Allow this app to access Android security logs", "securityOption": "Diagnostic data off", "securityRequireVerifyAppsDescription": "Enable Google Play Protect to scan apps before and after they’re installed. If it detects a threat, it might warn the user to remove the app from the device. Required by default.", "securityRequireVerifyAppsName": "Threat scan on apps​", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Select managed apps", "selectMicrosoftEdgeApp": "Add Microsoft Edge Legacy browser", "selectMicrosoftTunnelSite": "Select a site", + "selectNetworkApp": "Select an app to access Android network activity logs", "selectNetworkInterface": "Select network interface", "selectNonEapMethod": "Select non-EAP method", "selectOneOption": "Select one", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Root certificate for server validation", "selectRootCertificatesForServerValidationName": "Root certificates for server validation", "selectSecurity": "Select security type", + "selectSecurityApp": "Select an app to access Android security logs", "selectService": "Which management type can we help you with?", "selectStoreApp": "Add Store app", "selectStoreAppEmpty": "Add a store app", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "App type", "trafficRuleClaimsName": "Claim", - "trafficRuleDirectionDescription": "Specify whether the rule applies to inbound traffic or outbound traffic.
                        \n
                        \n Inbound = The rule applies to all inbound traffic.\n
                        \n
                        \n Outbound = The rule applies to all outbound traffic.\n ", + "trafficRuleDirectionDescription": "Inbound allows traffic from external sites over VPN. Outbound allows traffic to external sites over VPN. To allow both, create two rules.", "trafficRuleDirectionName": "Direction", "trafficRuleRoutingPolicyTypeDescription": "Choose between split tunnel and force tunnel.
                        \n
                        \n Split tunnel = only the traffic meant for the VPN interface (as determined by the networking stack) goes over the interface. Internet traffic can continue to go over other interfaces.\n
                        \n
                        \n Force tunnel = all IP traffic must go through the VPN interface only (for this traffic rule).\n
                        \n
                        \n Applicable only when this rule is associated with an app.\n ", "trafficRuleRoutingPolicyTypeName": "Rule type", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "User", "vPNPolicyProfileTargetDescription": "Turns this profile into an always-on VPN connection that connects without user interaction and uses machine certificates for authentication. Only supports an IKEv2 connection type. VPN profile is removed from the device after the AutoPilot out-of-box experience completes.", "vPNPolicyProfileTargetName": "Use this VPN profile for Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com.", + "vPNPolicyProxyExclListDescription2": "A list of host names for which the proxy is bypassed. The host names may contain wildcards such as *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Excluded hosts", + "vPNPolicyProxyExclListExclusions": "exclusions", + "vPNPolicyProxyExclListFileImport": "File to import host list", + "vPNPolicyProxyExclListHostName": "Host name", + "vPNPolicyProxyExclListImport": "Import proxy exclusions", + "vPNPolicyProxyExclListInvalid": "Invalid input", + "vPNPolicyProxyExclListList": "Exclusion list", + "vPNPolicyProxyExclListManage": "Manage proxy exclusions", + "vPNPolicyProxyExclListName": "Proxy exclusion list", "vPNPolicyRememberCredentialsName": "Remember credentials at each logon", "vPNPolicyRoutesForThisConnectionDescription": "Optional.", "vPNPolicyRoutesForThisConnectionName": "Split tunneling routes for this VPN connection", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtual home button", "virtualHomeButtonNotConfigured": "Not configured", "virtualHomeButtonSwipeUp": "Swipe-up", + "virtualizationBasedSecurityEnabledName": "Virtualization-based Security", "virtualizationOfCpuAndIOName": "CPU and IO virtualization", "visibleAppsListOptionsDescription": "Set whether the list is a list of apps to hide or a list of apps to make visible.", "visibleAppsListOptionsName": "Type of apps list", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Allow web links in any app", "rootCertificate": "Root Certificate", "safetyNetDeviceAttestation": "SafetyNet device attestation", + "samsungKnoxAttestationRequired": "Samsung Knox device attestation", "saveAppsNotificationText": "Saving selected apps", "saveChangesCommandText": "Save", "savePolicySettingsNotificationText": "Saving policy settings", @@ -7885,10 +7953,12 @@ "state": "State", "status": "Status", "store": "Store", + "subjectOnlyOptionText": "Subject only", "success": "Success", "successfully": "Successfully", "summary": "Summary", "summaryLensTitle": "Summary", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Remote requests", "summarySettingsPartWipeRequestsSelectorText": "Wipe requests", "supportId": "Support ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Value", "valueMustNotContainCharsError": "Value must not contain the following characters: {0}", "versionValidationExample": "

                        Format: [Major].[Minor] or [Major].[Minor].[Build].[Revision]

                        Example: 1.5 or 1.5.50.101

                        ", - "versionValidationWith2To4Segments": "

                        Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]

                        Example: 1.5 or 1.5.50 or 1.5.50.101

                        ", + "versionValidationWith2To5Segments": "

                        Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]. For iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] is also supported.

                        Note: Apps will not perform wipes for RapidSecurityResponse violations, only block or warn is supported.

                        Example: 1.5 or 1.5.50 or 1.5.50.101 or (for iOS) 1.5.50.101.a

                        ", "versionValidationWithDateFormat": "Must be a valid date format (YYYY-MM-DD).", "warn": "Warn", "warning": "Warning", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Wired network", "workProfile": "Personally-owned work profile" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "The file or folder as the selected requirement.", - "pathToolTip": "The complete path of the file or folder to detect.", - "property": "Property", - "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "GridColumns": { - "pathOrScript": "Path/Script", - "type": "Type" - }, - "Registry": { - "keyPath": "Key path", - "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", - "operator": "Operator", - "operatorTooltip": "Select the operator for the comparison.", - "registryRequirement": "Registry key requirement", - "registryRequirementTooltip": "Select the registry key requirement comparison.", - "valueName": "Value name", - "valueNameTooltip": "The name of the required registry value." - }, - "RequirementTypeOptions": { - "fileType": "File", - "registry": "Registry", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolean", - "dateTime": "Date and Time", - "float": "Floating Point", - "integer": "Integer", - "string": "String", - "version": "Version" - }, - "duplicateName": "Script name {0} has already been used. Please enter a different name.", - "enforceSignatureCheck": "Enforce script signature check", - "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", - "loggedOnCredentials": "Run this script using the logged on credentials", - "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", - "operatorTooltip": "Select the operator for the requirement comparison.", - "requirementMethod": "Select output data type", - "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", - "scriptContent": "Script content", - "scriptFile": "Script file", - "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", - "scriptName": "Script name", - "value": "Value", - "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "bladeTitle": "Add a Requirement rule", - "createRequirementHeader": "Create a requirement.", - "header": "Configure additional requirement rules", - "label": "Additional requirement rules", - "noRequirementsSelectedPlaceholder": "No requirements are specified.", - "requirementType": "Requirement type", - "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." - }, - "architectures": "Operating system architecture", - "architecturesTooltip": "Choose the architectures needed to install the app.", - "bladeTitle": "Requirements", - "diskSpace": "Disk space required (MB)", - "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", - "header": "Specify the requirements that devices must meet before the app is installed:", - "maximumTextFieldValue": "The value must be at most {0}.", - "minimumCpuSpeed": "Minimum CPU speed required (MHz)", - "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", - "minimumLogicalProcessors": "Minimum number of logical processors required", - "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", - "minimumOperatingSystem": "Minimum operating system", - "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", - "minumumTextFieldValue": "The value must be at least {0}.", - "physicalMemory": "Physical memory required (MB)", - "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", - "selectorLabel": "Requirements", - "validNumber": "Please enter a valid number." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Make update available gradually", + "immediateStart": "Make update available as soon as possible", + "startDateOnly": "Make update available on a specific date" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Managed devices", + "devicesWithoutEnrollment": "Managed apps" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filter mode", + "assignmentToast": "End user notifications", + "assignmentTypeTableHeader": "ASSIGNMENT TYPE", + "deadlineTimeColumnLabel": "Installation deadline", + "deliveryOptimizationPriorityHeader": "Delivery optimization priority", + "groupTableHeader": "Group", + "installContextLabel": "Install Context", + "isRemovable": "Install as removable", + "licenseTypeLabel": "License type", + "modeTableHeader": "Group mode", + "policySet": "Policy Set", + "preventAutoAppUpdate": "Prevent automatic app updates", + "preventManagedAppBackup": "Prevent iCloud app backup", + "restartGracePeriodHeader": "Restart grace period", + "startTimeColumnLabel": "Availability", + "tracks": "Tracks", + "uninstallOnRemoval": "Uninstall on device removal", + "updateMode": "Update Priority", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD web app", + "androidEnterpriseSystemApp": "Android Enterprise system app", + "androidForWorkApp": "Managed Google Play store app", + "androidLobApp": "Android line-of-business app", + "androidStoreApp": "Android store app", + "builtInAndroid": "Built-In Android app", + "builtInApp": "Built-In app", + "builtInIos": "Built-In iOS app", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "iOS line-of-business app", + "iosStoreApp": "iOS store app", + "iosVppApp": "iOS volume purchase program app", + "lineOfBusinessApp": "Line-of-business app", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS line-of-business app", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office Suite", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", + "macOsVppApp": "macOS volume purchase program app", + "managedAndroidLobApp": "Managed Android line-of-business app", + "managedAndroidStoreApp": "Managed Android store app", + "managedGooglePlayApp": "Managed Google Play store app", + "managedGooglePlayPrivateApp": "Managed Google Play private app", + "managedGooglePlayWebApp": "Managed Google Play web link", + "managedIosLobApp": "Managed iOS line-of-business app", + "managedIosStoreApp": "Managed iOS store app", + "microsoftStoreForBusinessApp": "Microsoft Store for Business app", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", + "officeAddIn": "Office add-in", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", + "sharePointApp": "SharePoint app", + "teamsApp": "Teams app", + "webApp": "Web link", + "win32CatalogApp": "Windows catalog app (Win32)", + "winGetPublicApp": "Windows Package Manager Community Repository", + "winGetStoreApp": "Microsoft Store app (new)", + "windowsAppXLobApp": "Windows AppX line-of-business app", + "windowsClassicApp": "Windows app (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", + "windowsMobileMsiLobApp": "Windows MSI line-of-business app", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81StoreApp": "Windows Phone 8.1 store app", + "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", + "windowsStoreApp": "Microsoft Store app (legacy)", + "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", + "windowsUniversalLobApp": "Windows Universal line-of-business app", + "windowsWebApp": "Windows web link" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Excluded", + "include": "Included", + "includeAllDevicesVirtualGroup": "Included", + "includeAllUsersVirtualGroup": "Included" + }, + "AssignmentToast": { + "hideAll": "Hide all toast notifications", + "showAll": "Show all toast notifications", + "showReboot": "Show toast notifications for computer restarts" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Background", + "displayText": "Content download in {0}", + "foreground": "Foreground", + "header": "Delivery optimization priority" + }, + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "FilterType": { + "exclude": "Exclude", + "include": "Include", + "none": "None" + }, + "InstallIntent": { + "available": "Available for enrolled devices", + "availableWithoutEnrollment": "Available with or without enrollment", + "notApplicable": "Not applicable", + "required": "Required", + "uninstall": "Uninstall" + }, + "SettingType": { + "assignmentType": "Assignment type", + "deviceLicensing": "License type", + "installContext": "Uninstall on device removal", + "toastSettings": "End user notifications", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Default", + "postponed": "Postponed", + "priority": "High Priority" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, + "OSConfiguration": { + "menuDescription": "Configure settings that users can use to recover Windows from a bootable flash drive.", + "menuTitle": "Operating system configuration" + }, + "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", + "coManagementAuthorityTitle": "Co-management Settings ", + "deploymentProfiles": "Windows Autopilot deployment profiles", + "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", + "descriptionLabel": "Windows enrollment methods", + "enrollmentStatusPage": "Enrollment Status Page" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", - "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Automatically approve all recommended driver updates", + "manual": "Manually approve and deploy driver updates" + }, + "Details": { + "ApprovalMethod": { + "label": "Approval method:" + }, + "DeploymentDeferralInDays": { + "label": "Make updates available after", + "units": "(days)", + "value": "{0} days" + }, + "bladeTitle": "Driver updates Windows 10 and later (preview)", + "lastSync": "Last sync:", + "lastSyncDefaultText": "Pending initial inventory collection", + "loadError": "Loading failed!" + }, + "DriverStatus": { + "approved": "Approved", + "declined": "Declined", + "export": "Exporting recommended drivers", + "needsReview": "Needs review", + "paused": "Paused" }, + "DriversToReview": { + "text": "{0} to review" + }, + "Subtitle": { + "automatic": "Automatic approval driver update policy", + "manual": "Manual approval driver update policy" + }, + "SyncNotification": { + "failure": "Unable to sync {0}", + "failureDescription": "We encountered an error and were unable to complete the requested sync. Please try again.", + "pending": "{0} sync in progress", + "pendingDescription": "We are retrieving the most recent data. This process may take several minutes.", + "success": "{0} sync complete", + "successDescription": "Sync with WUfB service completed at {0}" + }, + "SyncSpinner": { + "text": "A sync is in progress. This could take several minutes. Look for an alert or check back in a few minutes." + }, + "TabName": { + "basics": "Basics", + "driverUpdateSettings": "Settings", + "otherDrivers": "Other drivers", + "properties": "Properties", + "recommendedDrivers": "Recommended drivers" + }, + "driverAddFilter": "Add filter", + "driverApplicableDevices": "Applicable devices", + "driverApprovalStatus": "Status", + "driverBulkActions": "Bulk actions", + "driverClass": "Driver class", + "driverCount": "Showing {0} to {1} of {2} records", + "driverFilterNoneSelected": "None selected", + "driverManufacturer": "Manufacturer", + "driverName": "Driver name", + "driverNameLower": "windows driver update deployment", + "driverNameUpper": "Windows driver update deployment", + "driverRefresh": "Refresh", + "driverReleaseDate": "Release date", + "driverSearch": "Search", + "driverSearchKeyword": "Enter search keyword", + "driverVersion": "Version", + "firstDeploymentDate": "First Deployment", + "infoBoxText": "Inventory can take up to 24 hours to populate after a policy is assigned and created.", + "textBlockText": "Select your policy approval and deployment settings. Choose to set up a policy to approve and deploy updates automatically or manually. The approval method cannot be changed once a policy is created, but changes to individual driver approvals and deployment details will be possible once an inventory is built for assigned devices." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                        \n ", + "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", + "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", + "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", + "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                        \n
                          \n
                        • Max file size: 750 KB
                        • \n
                        • File type: PNG, JPG or JPEG
                        • \n
                        \n ", + "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", + "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", + "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                        \n ", + "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", + "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", + "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", + "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", + "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", + "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", + "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", + "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", + "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", + "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", + "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                        \n
                          \n
                        • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                        • \n
                          \n
                        • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                        • \n
                        \n ", + "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                        \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", + "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", + "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", + "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." + }, + "Inputs": { + "accountDomain": "Account domain", + "accountDomainHint": "e.g. contosodomain", + "accountDomainInfoBalloon": "Specify the user’s account domain.", + "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", + "allowContactSetting": "Allow user to change contact setting", + "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", + "allowUserChange": "Allow user to change setting", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", + "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "App install context", + "appUrlLabel": "Appstore URL", + "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Applicable device type", + "assignmentActionLabel": "Mode", + "authenticationMethodInfoBalloon": "Specify the authentication method for the user", + "authenticationMetod": "Authentication method", + "authenticationType": "Authentication type", + "authenticationTypeInfoBalloon": "Specify the authentication type for the user", + "availableLicenseCount": "Available licenses", + "basicAuth": "Basic authentication", + "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", + "bookNameLabel": "Book name", + "bundleDescriptionHint": "Enter a description that describes the apps included.", + "calendar": "Calendar", + "categoryLabel": "Category", + "categoryNameLabel": "Default name", + "certProfileType": "Certificate profile type", + "certificate": "Certificate", + "certificates": "Certificates", + "commandLineLabel": "Command-line arguments", + "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", + "configurationSettingsFormatLabel": "Configuration settings format", + "configurationSettingsLabel": "Settings format", + "contactSync": "Save Contacts", + "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", + "contacts": "Contacts", + "createdDateTime": "Created", + "defaultCategoryHint": "Default categories cannot be changed", + "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", + "descriptionGenericLabel": "Description", + "descriptionHint": "Enter a description...", + "descriptionLabel": "Description", + "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", + "developerLabel": "Developer", + "developerSizeHint": "The maximum length of the developer name is 256 characters.", + "disable": "Disable", + "disabled": "Disabled", + "displayNameLabel": "Name", + "displayVersionHint": "Enter the app version", + "displayVersionLabel": "App Version", + "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", + "eBookCategoryNameLabel": "Default name", + "emailAccount": "Email account name", + "emailAccountHint": "e.g. Corporate Email", + "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", + "emailAddressAttribute": "Email address attribute from AAD", + "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", + "emailServer": "Email Server", + "emailServerHint": "e.g. mail.contoso.com", + "emailServerInfoBalloon": "Specify the host name of your Exchange Server", + "enable": "Enable", + "enableSMime": "Enable S/MIME", + "enabled": "Enabled", + "encryptAllEmails": "Encrypt all emails", + "encryptionCertificates": "Encryption certificates", + "endUserNotifications": "End-user notifications", + "enrollmentTypeLabel": "Device enrollment type", + "externalRecipients": "External recipients MailTip", + "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", + "focusedInbox": "Focused Inbox", + "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", + "fullScreenEnabledLabel": "Full screen", + "gmailNineAmountOfEmail": "Amount of email to synchronize", + "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", + "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", + "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", + "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", + "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", + "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", + "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", + "ignoreManifestScope": "Ignore manifest scope", + "ignoreVersionDetection": "Ignore app version", + "informationUrlLabel": "Information URL", + "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", + "installAsManaged": "Install as managed", + "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", + "isFeatured": "Show this as a featured app in the Company Portal", + "isMAMEnabledToggleLabel": "Yes", + "lastModifiedDateTime": "Last updated Time", + "ldapUrl": "LDAP URL", + "licensingType": "Supports device context assignment", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimum operating system", + "modernAuth": "Modern authentication", + "nameHint": "Enter a name", + "nameLabel": "Name", + "nameSizeHint": "The maximum length of the name is 512 characters.", + "notConfigured": "Not configured", + "notesLabel": "Notes", + "notesSizeHint": "The maximum length of the notes text is 1024 characters.", + "notificationType": "Notification type", + "oneDay": "One Day", + "oneMonth": "One Month", + "oneWeek": "One Week", + "outlookSMimeSettings": "Outlook S/MIME settings", + "ownerLabel": "Owner", + "ownerSizeHint": "The maximum length of the owner name is 256 characters.", + "packageIdLabel": "Package Identifier", + "packageNameLabel": "Package name", + "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Description", + "policyNameLabel": "Name", + "preComposedIconEnabled": "Precomposed", + "primarySMTPAddress": "Primary SMTP Address", + "privacyUrlLabel": "Privacy URL", + "publisherHint": "Enter a publisher name", + "publisherLabel": "Publisher", + "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", + "require": "Require", + "requireBiometrics": "Require Biometrics to access app", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "At least one scope tag is required", + "searchAppLabel": "Select app", + "searchAppLinkText": "Search the App Store", + "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", + "selectAAD": "Select an AAD attribute", + "selectAppFileLabel": "Select file", + "selectAppFileLinkText": "Select app package file", + "selectAppFileToUpdateLabel": "Select file to update", + "selectAuthMethod": "Select an authentication method", + "selectAuthType": "Select an authentication type", + "selectCatalogAppLabel": "Select app", + "selectCatalogAppLinkText": "Search the Windows app (Win32) catalog", + "selectCertificate": "Select a certificate", + "signAllEmails": "Sign all emails", + "signingCertificates": "Signing certificates", + "ssl": "SSL", + "suiteDescriptionLabel": "Suite Description", + "suiteNameLabel": "Suite Name", + "targetApplicationBundleIdentifier": "Target application bundle identifier", + "targetedPlatformsLabel": "Targeted platform", + "tasks": "Tasks", + "threeDays": "Three Days", + "totalLicenseCount": "Total licenses", + "twoWeeks": "Two Weeks", + "unifiedAssignmentsLabel": "Assign to:", + "unlimited": "Unlimited", + "urlHint": "Enter a valid url", + "useManagedBrowserHint": "Android and iOS only. Learn more", + "useManagedBrowserLabel": "Require a managed browser to open this link", + "userPrinicipalName": "User Principal Name", + "username": "Username", + "usernameAttribute": "Username attribute from AAD", + "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", + "usernamePassword": "Username and password", + "webAppUrlHint": "Enter a valid url beginning with http:// or https://", + "webAppUrlLabel": "App URL", + "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", + "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "XML Data Entered", + "xmlFormatInvalid": "XML policy format is invalid.", + "xmlTooLarge": "Input size must be less than 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Failed to delete {0}", @@ -8432,374 +8847,13 @@ "modifying": "Deleting {0}", "success": "Successfully deleted {0}" }, - "Included": { - "none": "No cloud apps, actions, or authentication contexts selected", - "plural": "{0} authentication contexts included", - "singular": "1 authentication context included" - }, - "InfoBlade": { - "createTitle": "Add authentication context", - "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", - "descPlaceholder": "Add description for the authentication context", - "modifyTitle": "Modify authentication context", - "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", - "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publish to apps", - "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." - }, "Notify": { "failure": "Failed to update {0}", "modifying": "Modifying {0}", "success": "Successfully updated {0}" }, - "WhatIf": { - "selected": "Authentication context included" - }, - "addNewStepUp": "New authentication context", - "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", - "checkBoxInfo": "Select the authentication contexts this policy will apply to", - "configure": "Configure authentication contexts", - "createCA": "Assign Conditional Access policies to the authentication context", - "dataGrid": "List of authentication contexts", - "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", - "description": "Description", - "documentation": "Documentation", - "getStarted": "Get started", - "label": "Authentication context", - "menuLabel": "Authentication context", - "name": "Name", - "noAuthContextConfigured": "No authentication contexts have been configured.", - "noAuthContextSet": "There are no authentication contexts", - "noData": "No authentication contexts to display", - "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", - "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Tag resources with an authentication context" + "menuLabel": "Authentication context" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", - "email": "Email One-Time Passcode", - "federatedMultiFactor": "Federated Multi-Factor", - "federatedSingleFactor": "Federated Single-Factor", - "fido2": "FIDO2 Security Key", - "hardwareOath": "Hardware OATH tokens", - "hardwareOathEmail": "Hardware OATH token + Email one-time passcode", - "hardwareOathFederatedSingleFactor": "Federated Single-Factor + Hardware OATH token", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (Push Notification) + Email one-time passcode", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federated Single-Factor + Microsoft Authenticator (Push Notification)", - "none": "None", - "password": "Password", - "passwordHardwareOath": "Password + Hardware OATH token", - "passwordMicrosoftAuthenticatorPush": "Password + Microsoft Authenticator (Push Notification)", - "passwordSms": "Password + SMS", - "passwordSoftwareOath": "Password + Software OATH token", - "passwordVoice": "Password + Voice", - "passwordX509CertificateMultiFactor": "Password + Certificate Based Authentication (Multi-Factor)", - "passwordX509CertificateSingleFactor": "Password + Certificate Based Authentication (Single-Factor)", - "sms": "SMS", - "smsEmail": "SMS + Email one-time passcode", - "smsFederatedSingleFactor": "Federated Single-Factor + SMS", - "softwareOath": "Software OATH tokens", - "softwareOathEmail": "Software OATH token + Email one-time passcode", - "softwareOathFederatedSingleFactor": "Federated Single-Factor + Software OATH token", - "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", - "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", - "voice": "Voice", - "voiceEmail": "Voice + Email one-time passcode", - "voiceFederatedSingleFactor": "Federated Single-Factor + Voice", - "windowsHelloForBusiness": "Windows Hello For Business", - "x509CertificateMultiFactor": "Certificate Based Authentication (Multi-Factor)", - "x509CertificateSingleFactor": "Certificate Based Authentication (Single Factor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Block downloads (Preview)", - "monitorOnly": "Monitor only (Preview)", - "protectDownloads": "Protect downloads (Preview)", - "useCustomControls": "Use custom policy..." - }, - "ariaLabel": "Choose the kind of Conditional Access App Control to apply" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "List of selected cloud apps" - }, - "UpperGrid": { - "ariaLabel": "List of cloud apps which match the search term" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "With \"Selected locations\" you must choose at least one location.", - "selector": "Choose at least one location" - }, - "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "You must select at least one of the following clients" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", - "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", - "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribute", - "placeholder": "Choose an attribute" - }, - "Configure": { - "infoBalloon": "Configure app filters you want to policy to apply to." - }, - "NoPermissions": { - "learnMoreAria": "More about custom security attribute permissions.", - "message": "You do not have the permissions needed to use custom security attributes." - }, - "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", - "learnMoreAria": "More information about using the rule builder and syntax text box.", - "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", - "title": "Edit filter (Preview)" - }, - "CloudAppsUserActions": { - "any": "Any cloud app or action", - "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", - "learnMore": "Control access based on all or specific cloud apps or actions.", - "learnMoreB2C": "Control access based on all or specific cloud apps.", - "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", - "title": "Cloud apps or actions" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "List of excluded cloud apps" - }, - "Filter": { - "configured": "Configured", - "label": "Edit filter (Preview)", - "with": "{0} with {1}" - }, - "Included": { - "gridAria": "List of included cloud apps" - }, - "Validation": { - "authContext": "With \"authentication context\" you must configure at least one sub-item.", - "networkAccess": "With \"Network Access\" you must configure at least one traffic profile.", - "selectApps": "\"{0}\" must be configured", - "selector": "Select at least one app.", - "userActions": "With \"User actions\" you must configure at least one sub-item." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." - } - }, - "Errors": { - "notFound": "The policy was not found or has been deleted.", - "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "All", - "b2bCollaborationGuestLabel": "B2B collaboration guest users", - "b2bCollaborationMemberLabel": "B2B collaboration member users", - "b2bDirectConnectUserLabel": "B2B direct connect users", - "enumeratedExternalTenantsError": "Please select at least one external tenant", - "enumeratedExternalTenantsLabel": "Select", - "externalTenantsLabel": "Specify external Azure AD organizations", - "externalUserDropdownLabel": "Choose guest or external user types", - "externalUsersError": "Select at least one external guest or user type", - "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", - "guestOrExternalUsersLabel": "Guest or external users", - "internalGuestLabel": "Local guest users", - "otherExternalUserLabel": "Other external users", - "previewTag": "{0} (preview)", - "serviceProviderUsersLabel": "Service provider users" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Country/Region lookup method", - "gps": "Determine location by GPS coordinates", - "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", - "ip": "Determine location by IP address (IPv4 only)" - }, - "Header": { - "new": "New location ({0})", - "update": "Update location ({0})" - }, - "IP": { - "learn": "Configure named location IPv4 and IPv6 ranges.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region. [Learn more][1]\n\nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n[1]: https://aka.ms/canamedlocations\n", - "label": "Include unknown countries/regions" - }, - "Name": { - "empty": "Name cannot be empty", - "placeholder": "Name this location" - }, - "PrivateLink": { - "learn": "Create a new named location containing Private Links for Azure AD.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Search countries", - "names": "Search names", - "privateLinks": "Search Private Links" - }, - "Trusted": { - "label": "Mark as trusted location" - }, - "enter": "Enter a new IPv4 or IPv6 range", - "example": "ex: 40.77.182.32/27 or 2a01:111::/32" - }, - "Label": { - "addCountries": "Countries location", - "addIpRange": "IP ranges location", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Failure in creating new location ({0})", - "title": "Creation has failed" - }, - "InProgress": { - "description": "Creating new location ({0})", - "title": "Creation in progress" - }, - "Success": { - "description": "Success in creating new location ({0})", - "title": "Creation has succeeded" - } - }, - "Delete": { - "Failed": { - "description": "Failure in deleting location ({0})", - "title": "Deletion has failed" - }, - "InProgress": { - "description": "Deleting location ({0})", - "title": "Deletion in progress" - }, - "Success": { - "description": "Success in deleting location ({0})", - "title": "Deletion has succeeded" - } - }, - "Update": { - "Failed": { - "description": "Failure in updating location ({0})", - "title": "Updating has failed" - }, - "InProgress": { - "description": "Updating location ({0})", - "title": "Updating in progress" - }, - "Success": { - "description": "Success in updating location ({0})", - "title": "Updating has succeeded" - } - } - }, - "PrivateLinks": { - "grid": "List of Private Links" - }, - "Trusted": { - "title": "Trusted type", - "trusted": "Trusted" - }, - "Type": { - "all": "All types", - "countries": "Countries", - "ipRanges": "IP ranges", - "privateLinks": "Private Links", - "title": "Location type" - }, - "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", - "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", - "iPRangeOctetError": "IP network must not start with 0 or 255.", - "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", - "iPRangePrivateError": "IP network detected as a private address." - }, - "NamedNetwork": { - "List": { - "gridAria": "List of named locations" - } - }, - "NetworkAccess": { - "Included": { - "none": "No target resources selected", - "plural": "{0} network traffic profiles selected", - "singular": "1 network traffic profile selected" - }, - "internetOptionText": "Public traffic", - "label": "Network Access (Preview)", - "m365OptionText": "M365 traffic", - "privateOptionText": "Private traffic", - "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", - "targetResourcesBalloonContext": "Target Resources", - "targetResourcesSelectorTitle": "Target Resources", - "trafficProfilesLearnMoreTooltip": "To see aditional traffic profiles, add more NaaS licenses.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " - }, - "Policies": { - "Grid": { - "aria": "List of Conditional Access policies" - }, - "countText": "{0} out of {1} policies found", - "countTextSingular": "{0} out of 1 policy found", - "search": "Search policies" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Configure service principal risk levels needed for policy to be enforced​", - "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." - }, - "LearnMore": { - "message": "Control user access to respond to specific real-time sign-in risk detections." - }, - "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", - "header": "Real-time built-in risk detections", - "info": "Detections that detect risks during sign-ins.", - "label": "Sign-in risk detections (Preview)", - "title": "Sign-in risk detections" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", - "displayName": "Multifactor authentication" - }, - "Passwordless": { - "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", - "displayName": "Passwordless multifactor authentication" - }, - "PhishingResistant": { - "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", - "displayName": "Phishing-resistant multifactor authentication" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", "certificate": "Certificate authentication", @@ -8808,287 +8862,6 @@ "require": "Require federated authentication method (Preview)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Off", - "on": "On", - "reportOnly": "Report-only" - }, - "PolicyTemplates": { - "Devices": { - "description": "Select Devices policy template category to gain visibility into devices accessing the network. Ensure compliance and health status before granting access.", - "name": "Devices" - }, - "Identities": { - "description": "Select Identities policy template category to verify and secure each identity with strong authentication across your entire digital estate.", - "name": "Identities" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "All apps", - "office365": "Office 365", - "registerSecurityInfo": "Register security information" - }, - "Conditions": { - "androidAndIOS": "Device Platform: Android and IOS", - "anyDevice": "Any device except Android, IOS, Windows and Mac", - "anyDeviceStateExceptHybrid": "Any device state except compliant and hybrid Azure AD joined", - "anyLocation": "Any location except trusted", - "browserMobileDesktop": "Client apps: Browser, Mobile apps and desktop clients", - "exchangeActiveSync": "Client Apps: Exchange Active Sync, Other Clients", - "windowsAndMac": "Device Platform: Windows and Mac" - }, - "Devices": { - "anyDevice": "Any Device" - }, - "Grant": { - "appProtectionPolicy": "Require app protection policy", - "approvedClientApp": "Require approved client app", - "blockAccess": "Block access", - "mfa": "Require multifactor authentication", - "passwordChange": "Require password change", - "requireCompliantDevice": "Require device to be marked as compliant", - "requireHybridAzureADDevice": "Require hybrid Azure AD joined device" - }, - "Session": { - "appEnforcedRestrictions": "Use app enforced restrictions", - "signInFrequency": "Sign-in Frequency and never persistent browser session" - }, - "UsersAndGroups": { - "allUsers": "All Users", - "directoryRoles": "Directory roles except current administrator", - "globalAdmin": "Global Administrator", - "noGuestAndAdmins": "All Users except Guest and External, Global administrators, Current administrator" - }, - "azureManagement": "Azure Management", - "deviceFilters": "Filters for devices", - "devicePlatforms": "Device Platforms" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Block or limit access to SharePoint, OneDrive, and Exchange content from unmanaged devices.", - "name": "CA014: Use application enforced restrictions for unmanaged devices", - "title": "Use application enforced restrictions for unmanaged devices" - }, - "ApprovedClientApps": { - "description": "To prevent data loss, organizations can restrict access to approved modern auth client apps with Intune app protection.", - "name": "CA012: Require approved client apps and app protection", - "title": "Require approved client apps and app protection" - }, - "BlockAccessOnUnknowns": { - "description": "Users will be blocked from accessing company resources when the device type is unknown or unsupported.", - "name": "CA010: Block access for unknown or unsupported device platform", - "title": "Block access for unknown or unsupported device platform" - }, - "BlockLegacyAuth": { - "description": "Block legacy authentication endpoints that can be used to bypass multifactor authentication. ", - "name": "CA003: Block legacy authentication", - "title": "Block legacy authentication" - }, - "NoPersistentBrowserSession": { - "description": "Protect user access on unmanaged devices by preventing browser sessions from remaining signed in after the browser is closed and setting a sign-in frequency to 1 hour.", - "name": "CA011: No persistent browser session", - "title": "No persistent browser session" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Require privileged administrators to only access resources when using a compliant or hybrid Azure AD joined device.​", - "name": "CA009: Require compliant or hybrid Azure AD joined device for admins", - "title": "Require compliant or hybrid Azure AD joined device for admins" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Protect access to company resources by requiring users to use a managed device or perform multifactor authentication. (macOS or Windows only)", - "name": "CA013: Require compliant or hybrid Azure AD joined device or multifactor authentication for all users", - "title": "Require compliant or hybrid Azure AD joined device or multifactor authentication for all users" - }, - "RequireMFAAllUsers": { - "description": "Require multifactor authentication for all user accounts to reduce risk of compromise.", - "name": "CA004: Require multifactor authentication for all users", - "title": "Require multifactor authentication for all users" - }, - "RequireMFAForAdmins": { - "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", - "name": "CA001: Require multifactor authentication for admins", - "title": "Require multifactor authentication for admins" - }, - "RequireMFAForAzureManagement": { - "description": "Require multifactor authentication to protect privileged access to Azure resources.", - "name": "CA006: Require multifactor authentication for Azure management", - "title": "Require multifactor authentication for Azure management" - }, - "RequireMFAForGuestAccess": { - "description": "Require guest users perform multifactor authentication when accessing your company resources.", - "name": "CA005: Require multifactor authentication for guest access", - "title": "Require multifactor authentication for guest access" - }, - "RequireMFAForRiskySignIn": { - "description": "Require multifactor authentication if the sign-in risk is detected to be medium or high. (Requires an Azure AD Premium 2 License)", - "name": "CA007: Require multifactor authentication for risky sign-ins", - "title": "Require multifactor authentication for risky sign-ins" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Require the user to change their password if the user risk is detected to be high. (Requires an Azure AD Premium 2 License)", - "name": "CA008: Require password change for high-risk users", - "title": "Require password change for high-risk users" - }, - "RequireSecurityInfo": { - "description": "Secure when and how users register for Azure AD multifactor authentication and self-service password. ", - "name": "CA002: Securing security info registration", - "title": "Securing security info registration" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Enabling this policy will prevent any access from unknown device type, consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "BlockLegacyAuth": { - "description": "Consider using report only mode to begin with until you have confirmed this will not impact your users.", - "title": "Enabling this policy will block legacy authentication for all your users." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Consider using report only mode to begin with until you have confirmed this will not impact your privileged users.", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat until the device is made compliant." - }, - "Title": { - "on": "Enabling this policy will prevent any access for privileged users unless using a managed device such as compliant or hybrid Azure AD joined. Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling.", - "reportOnly": "Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "This policy will affect all users except the current logged in Administrator. Consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "Title": { - "on": "Don't lock yourself out! Make sure that your device is compliant, or hybrid Azure AD Joined or you have configured multifactor authentication. ", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat untli the device is made compliant." - } - }, - "RequireMfa": { - "description": "If you use emergency access accounts or Azure AD connect to synchronize your on-premises objects, you may need to exclude these accounts from this policy after creation." - }, - "RequireMfaAdmins": { - "description": "Please note the current administrator account will automatically be excluded but all others will be protected on policy creation. Consider using report only mode to begin with.", - "title": "Don't lock yourself out! This policy impacts the Azure portal." - }, - "RequireMfaAllUsers": { - "description": "Consider using report only mode to begin with until you have planned and communicated this change to all your users.", - "title": "Enabling this policy will enforce multifactor authentication for all your users." - }, - "RequireSecurityInfo": { - "description": "Please ensure you review your configuration to protect these accounts based on your company needs.", - "title": "The following users and roles are excluded from this policy, Guests and External Users, Global Administrators, Current Administrator" - } - }, - "basics": "Basics", - "clientApps": "Client apps", - "cloudApps": "Cloud apps", - "cloudAppsOrActions": "Cloud apps or actions ", - "conditions": "Conditions ", - "createNewPolicy": "Create new policy from templates (Preview)", - "createPolicy": "Create Policy", - "currentUser": "Current user", - "customizeBuild": "Customize your build", - "customizeTemplate": "Template lists are customized based on the type of policy you're looking to create", - "excludedDevicePlatform": "Excluded device platforms", - "excludedDirectoryRoles": "Excluded directory roles", - "excludedLocation": "Excluded directory roles", - "excludedUsers": "Excluded users", - "grantControl": "Grant control ", - "includeFilteredDevice": "Include filtered devices in policy", - "includedDevicePlatform": "Included device platforms", - "includedDirectoryRoles": "Included directory roles", - "includedLocation": "Included location", - "includedUsers": "Included users", - "legacyAuthenticationClients": "Legacy authentication clients", - "namePolicy": "Name your policy", - "needAdPremiumMessage": "You need an Azure AD Premium subscription to use this feature.", - "next": "Next", - "policyName": "Policy Name", - "policyState": "Policy state", - "policySummary": "Policy summary", - "policyTemplate": "Policy template", - "previous": "Previous", - "reviewAndCreate": "Review + create", - "riskLevels": "Risk levels", - "selectATemplate": "Select a Template", - "selectTemplate": "Select template", - "selectTemplateCategory": "Select a template category", - "selectTemplateRecommendation": "We recommend the following templates based on your response", - "sessionControl": "Session control ", - "signInFrequency": "Sign-in frequency", - "signInRisk": "Sign-in risk", - "template": "Template ", - "templateCategory": "Template category", - "userRisk": "User risk", - "usersAndGroups": "Users and groups ", - "viewPolicySummary": "View policy summary " - }, - "SSM": { - "MemberSelector": { - "description": "Users and groups" - }, - "Notification": { - "Migration": { - "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", - "inProgress": "Migrating Continuous access evaluation settings", - "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", - "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." - }, - "error": "Failed to update Continuous access evaluation settings", - "inProgress": "Updating Continuous access evaluation settings", - "success": "Successfully updated Continuous access evaluation settings" - }, - "PreviewOptions": { - "disable": "Disable preview", - "enable": "Enable preview" - }, - "StrictLocationEnforcement": { - "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", - "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", - "label": "Strict Location Enforcement", - "title": "Additional enforcement modes" - }, - "bladeTitle": "Continuous access evaluation", - "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", - "migrateLabel": "Migrate", - "migrationError": "Migration failed due to the following error: {0}", - "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the “Migrate” button above and configure it with Conditional Access policy going forward. Click here to learn more.", - "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", - "optionsPickerTitle": "Enable/Disable Continuous access evaluation", - "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." - }, - "SamlReauth": { - "Filter": { - "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "List of selected organizations" - }, - "Upper": { - "gridAria": "List of available organizations" - }, - "addTenantLabel": "Add tenant to selected", - "customOrganizationDescription": "Add an organization with this tenant ID", - "description": "Add an Azure AD organization by typing one of its domain names.", - "notFoundResult": "Not found", - "searchBoxPlaceholder": "Tenant ID or domain name", - "subTitle": "Azure AD organization", - "tenantAdded": "This tenant ID has already been added.", - "tenantIdNotFound": "Tenant ID not found" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organization ID: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD organizations selected", - "single": "1 Azure AD organization selected" - }, - "gridAria": "List of selected organizations" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modify session lifetime", "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." }, - "SigninRisk": { - "LearnMore": { - "message": "Control user access to respond to specific sign-in risk levels." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." - }, - "description": "Sign-in risk level is generated based on all real-time risk detections.", - "header": "Select the sign-in risk level this policy will apply to" - }, "SingleSelectorActive": { "failed": "Unable to load this data.", "reattempt": "Loading data. Reattempt {0} of {1}." }, - "TimeCondition": { - "Errors": { - "both": "Invalid \"Include\" or \"Exclude\" time range.", - "daysOfWeek": "{0} Make sure to specify at least one day of the week.", - "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", - "exclude": "Invalid \"Exclude\" time range.", - "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", - "include": "Invalid \"Include\" time range.", - "timeMissing": "{0} Make sure to specify both a start and end time.", - "timeZone": "{0} Make sure to specify a time zone.", - "timesAndZone": "{0} Make sure you set start time, end time and time zone." - } - }, - "UserActions": { - "Included": { - "none": "No cloud apps or actions selected", - "plural": "{0} user actions included", - "singular": "1 user action included" - }, - "accessRequirement1": "Level 1", - "accessRequirement2": "Level 2", - "accessRequirement3": "Level 3", - "accessRequirementsLabel": "Accessing secured app data", - "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", - "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", - "appsOrActionsTitle": "Cloud apps or actions", - "label": "User actions", - "mainOptionsLabel": "Select what this policy applies to", - "registerOrJoinDevices": "Register or join devices", - "registerSecurityInfo": "Register security information", - "selectionInfo": "Select the action this policy will apply to", - "whatIf": "User action included" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Choose directory roles" @@ -9197,88 +8925,6 @@ }, "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests." }, - "ValidationResult": { - "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", - "invalidApplicationCondition": "Invalid cloud applications selected", - "invalidClientTypesCondition": "Invalid client apps selected", - "invalidConditions": "Assignments are not selected", - "invalidControls": "Invalid controls selected", - "invalidDevicePlatformsCondition": "Invalid device platforms selected", - "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", - "invalidGrantControlPolicy": "Invalid grant control", - "invalidLocationsCondition": "Invalid locations selected", - "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", - "invalidPolicy": "Assignments are not selected", - "invalidSessionControlPolicy": "Invalid session control", - "invalidSignInRisksCondition": "Invalid sign-in risk selected", - "invalidUserRisksCondition": "Invalid user risk selected", - "invalidUsersCondition": "Invalid users selected", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", - "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", - "pending": "Validating policy", - "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", - "success": "Valid policy" - }, - "VpnCert": { - "Grid": { - "aria": "List of VPN Certificates" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", - "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." - }, - "combinedRegistration": "Enable combined registration for \"Require authentication strength\" to work correctly. We strongly recommend turning it on for all users rather than just a group of them.", - "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", - "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", - "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", - "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\"", - "requireMfa": "Consider testing the new \"{0}\" public preview", - "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." - }, - "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", - "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", - "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." - }, - "ServicePrincipals": { - "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.​", - "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", - "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                        Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", - "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", - "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.​", - "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", - "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", - "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." - }, - "Users": { - "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", - "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "List of attributes on the device employed during sign-in.", - "infoBalloon": "List of attributes on the device employed during sign-in." - } - }, - "noTenantSelected": "No tenant selected", - "selectOrganization": "Select organization", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" - }, "advancedTabText": "Advanced", "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 years", "vpncertDropdownTwoyearOption": "2 years", "wednesday": "Wednesday", - "whatIfAppEnforcedControl": "Use app enforced restrictions", - "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", - "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", "whatIfCountry": "Country/Region", "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", - "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", - "whatIfEvaResultApplication": "Cloud apps", - "whatIfEvaResultClientApps": "Client app", - "whatIfEvaResultDevicePlatform": "Device platform", - "whatIfEvaResultEmptyPolicy": "Empty policy", - "whatIfEvaResultInvalidCondition": "Invalid condition", - "whatIfEvaResultInvalidPolicy": "Invalid policy", - "whatIfEvaResultLocation": "Location", - "whatIfEvaResultNotEnoughInformation": "Not enough information", - "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", - "whatIfEvaResultSignInRisk": "Sign-in risk", - "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", - "whatIfPolicyAppliesTab": "Policies that will apply", - "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", - "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", - "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", - "whatIfReasons": "Reasons why this policy will not apply", - "whatIfSelectClientApp": "Select a client app...", "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", - "whatIfSelectServicePrincipalRisk": "Select service principal risk...", "whatIfSelectSignInRisk": "Select sign-in risk...", - "whatIfSelectType": "Select identity type", - "whatIfSelectUserRisk": "Select user risk...", - "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", "whatIfSignInRisk": "Sign-in risk", "whatIfSignInRiskInfo": "The risk level associated with the sign-in", "whatIfUnknownAreas": "Unknown Areas", - "whatIfUserPickerLabel": "Selected user", - "whatIfUserPickerNoRowsLabel": "No user or service principal selected", - "whatIfUserRiskInfo": "The risk level associated with the user", - "whatIfUserSelectorInfo": "User in the directory that you want to test", "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts. Click here to learn more.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filter mode", - "assignmentToast": "End user notifications", - "assignmentTypeTableHeader": "ASSIGNMENT TYPE", - "deadlineTimeColumnLabel": "Installation deadline", - "deliveryOptimizationPriorityHeader": "Delivery optimization priority", - "groupTableHeader": "Group", - "installContextLabel": "Install Context", - "isRemovable": "Install as removable", - "licenseTypeLabel": "License type", - "modeTableHeader": "Group mode", - "policySet": "Policy Set", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Prevent iCloud app backup", - "restartGracePeriodHeader": "Restart grace period", - "startTimeColumnLabel": "Availability", - "tracks": "Tracks", - "uninstallOnRemoval": "Uninstall on device removal", - "updateMode": "Update Priority", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD web app", - "androidEnterpriseSystemApp": "Android Enterprise system app", - "androidForWorkApp": "Managed Google Play store app", - "androidLobApp": "Android line-of-business app", - "androidStoreApp": "Android store app", - "builtInAndroid": "Built-In Android app", - "builtInApp": "Built-In app", - "builtInIos": "Built-In iOS app", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "iOS line-of-business app", - "iosStoreApp": "iOS store app", - "iosVppApp": "iOS volume purchase program app", - "lineOfBusinessApp": "Line-of-business app", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office Suite", - "macOsVppApp": "macOS volume purchase program app", - "managedAndroidLobApp": "Managed Android line-of-business app", - "managedAndroidStoreApp": "Managed Android store app", - "managedGooglePlayApp": "Managed Google Play store app", - "managedGooglePlayPrivateApp": "Managed Google Play private app", - "managedGooglePlayWebApp": "Managed Google Play web link", - "managedIosLobApp": "Managed iOS line-of-business app", - "managedIosStoreApp": "Managed iOS store app", - "microsoftStoreForBusinessApp": "Microsoft Store for Business app", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", - "officeAddIn": "Office add-in", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", - "sharePointApp": "SharePoint app", - "teamsApp": "Teams app", - "webApp": "Web link", - "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store app (new)", - "windowsAppXLobApp": "Windows AppX line-of-business app", - "windowsClassicApp": "Windows app (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", - "windowsMobileMsiLobApp": "Windows MSI line-of-business app", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81StoreApp": "Windows Phone 8.1 store app", - "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app (legacy)", - "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", - "windowsUniversalLobApp": "Windows Universal line-of-business app", - "windowsWebApp": "Windows web link" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Excluded", - "include": "Included", - "includeAllDevicesVirtualGroup": "Included", - "includeAllUsersVirtualGroup": "Included" - }, - "AssignmentToast": { - "hideAll": "Hide all toast notifications", - "showAll": "Show all toast notifications", - "showReboot": "Show toast notifications for computer restarts" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Background", - "displayText": "Content download in {0}", - "foreground": "Foreground", - "header": "Delivery optimization priority" - }, - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "FilterType": { - "exclude": "Exclude", - "include": "Include", - "none": "None" - }, - "InstallIntent": { - "available": "Available for enrolled devices", - "availableWithoutEnrollment": "Available with or without enrollment", - "notApplicable": "Not applicable", - "required": "Required", - "uninstall": "Uninstall" - }, - "SettingType": { - "assignmentType": "Assignment type", - "deviceLicensing": "License type", - "installContext": "Uninstall on device removal", - "toastSettings": "End user notifications", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Default", - "postponed": "Postponed", - "priority": "High Priority" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configure devices for initial provisioning and assign to users.", - "title": "Device preparation" - }, - "EnrollmentSettings": { - "description": "Configure enrollment settings such as blocking enrollment and assign to users.", - "title": "Enrollment settings" - }, - "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", - "coManagementAuthorityTitle": "Co-management Settings ", - "deploymentProfiles": "Windows Autopilot deployment profiles", - "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", - "descriptionLabel": "Windows enrollment methods", - "enrollmentStatusPage": "Enrollment Status Page" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "User" - }, - "availableUninstall": "Allow available uninstall", - "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Device restart behavior", - "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", - "header": "Specify the commands to install and uninstall this app:", - "installCommand": "Install command", - "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", - "installCommandTooltip": "The complete installation command line used to install this app.", - "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", - "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", - "runAsAccount": "Install behavior", - "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", - "selectorLabel": "Program", - "uninstallCommand": "Uninstall command", - "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                        \n ", - "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", - "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", - "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", - "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                        \n
                          \n
                        • Max file size: 750 KB
                        • \n
                        • File type: PNG, JPG or JPEG
                        • \n
                        \n ", - "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", - "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", - "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                        \n ", - "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", - "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", - "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", - "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", - "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", - "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", - "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", - "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", - "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", - "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", - "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                        \n
                          \n
                        • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                        • \n
                          \n
                        • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                        • \n
                        \n ", - "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                        \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", - "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", - "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", - "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." - }, - "Inputs": { - "accountDomain": "Account domain", - "accountDomainHint": "e.g. contosodomain", - "accountDomainInfoBalloon": "Specify the user’s account domain.", - "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", - "allowContactSetting": "Allow user to change contact setting", - "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", - "allowUserChange": "Allow user to change setting", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", - "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "App install context", - "appUrlLabel": "Appstore URL", - "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Applicable device type", - "assignmentActionLabel": "Mode", - "authenticationMethodInfoBalloon": "Specify the authentication method for the user", - "authenticationMetod": "Authentication method", - "authenticationType": "Authentication type", - "authenticationTypeInfoBalloon": "Specify the authentication type for the user", - "availableLicenseCount": "Available licenses", - "basicAuth": "Basic authentication", - "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", - "bookNameLabel": "Book name", - "bundleDescriptionHint": "Enter a description that describes the apps included.", - "calendar": "Calendar", - "categoryLabel": "Category", - "categoryNameLabel": "Default name", - "certProfileType": "Certificate profile type", - "certificate": "Certificate", - "certificates": "Certificates", - "commandLineLabel": "Command-line arguments", - "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", - "configurationSettingsFormatLabel": "Configuration settings format", - "configurationSettingsLabel": "Settings format", - "contactSync": "Save Contacts", - "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", - "contacts": "Contacts", - "createdDateTime": "Created", - "defaultCategoryHint": "Default categories cannot be changed", - "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", - "descriptionGenericLabel": "Description", - "descriptionHint": "Enter a description...", - "descriptionLabel": "Description", - "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", - "developerLabel": "Developer", - "developerSizeHint": "The maximum length of the developer name is 256 characters.", - "disable": "Disable", - "disabled": "Disabled", - "displayNameLabel": "Name", - "displayVersionHint": "Enter the app version", - "displayVersionLabel": "App Version", - "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", - "eBookCategoryNameLabel": "Default name", - "emailAccount": "Email account name", - "emailAccountHint": "e.g. Corporate Email", - "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", - "emailAddressAttribute": "Email address attribute from AAD", - "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", - "emailServer": "Email Server", - "emailServerHint": "e.g. mail.contoso.com", - "emailServerInfoBalloon": "Specify the host name of your Exchange Server", - "enable": "Enable", - "enableSMime": "Enable S/MIME", - "enabled": "Enabled", - "encryptAllEmails": "Encrypt all emails", - "encryptionCertificates": "Encryption certificates", - "endUserNotifications": "End-user notifications", - "enrollmentTypeLabel": "Device enrollment type", - "externalRecipients": "External recipients MailTip", - "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", - "focusedInbox": "Focused Inbox", - "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", - "gmailNineAmountOfEmail": "Amount of email to synchronize", - "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", - "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", - "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", - "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", - "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", - "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", - "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", - "ignoreVersionDetection": "Ignore app version", - "informationUrlLabel": "Information URL", - "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", - "installAsManaged": "Install as managed", - "installationSourceLabel": "App type", - "installerTypeInfoBalloon": "The installer type of the application package.", - "installerTypeLabel": "Installer Type", - "isFeatured": "Show this as a featured app in the Company Portal", - "isMAMEnabledToggleLabel": "Yes", - "lastModifiedDateTime": "Last updated Time", - "ldapUrl": "LDAP URL", - "licensingType": "Supports device context assignment", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimum operating system", - "modernAuth": "Modern authentication", - "nameHint": "Enter a name", - "nameLabel": "Name", - "nameSizeHint": "The maximum length of the name is 512 characters.", - "notConfigured": "Not configured", - "notesLabel": "Notes", - "notesSizeHint": "The maximum length of the notes text is 1024 characters.", - "notificationType": "Notification type", - "oneDay": "One Day", - "oneMonth": "One Month", - "oneWeek": "One Week", - "outlookSMimeSettings": "Outlook S/MIME settings", - "ownerLabel": "Owner", - "ownerSizeHint": "The maximum length of the owner name is 256 characters.", - "packageIdLabel": "Package Identifier", - "packageNameLabel": "Package name", - "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Description", - "policyNameLabel": "Name", - "primarySMTPAddress": "Primary SMTP Address", - "privacyUrlLabel": "Privacy URL", - "publisherHint": "Enter a publisher name", - "publisherLabel": "Publisher", - "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", - "require": "Require", - "requireBiometrics": "Require Biometrics to access app", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "At least one scope tag is required", - "searchAppLabel": "Select app", - "searchAppLinkText": "Search the App Store", - "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", - "selectAAD": "Select an AAD attribute", - "selectAppFileLabel": "Select file", - "selectAppFileLinkText": "Select app package file", - "selectAppFileToUpdateLabel": "Select file to update", - "selectAuthMethod": "Select an authentication method", - "selectAuthType": "Select an authentication type", - "selectCertificate": "Select a certificate", - "signAllEmails": "Sign all emails", - "signingCertificates": "Signing certificates", - "ssl": "SSL", - "suiteDescriptionLabel": "Suite Description", - "suiteNameLabel": "Suite Name", - "tasks": "Tasks", - "threeDays": "Three Days", - "totalLicenseCount": "Total licenses", - "twoWeeks": "Two Weeks", - "unifiedAssignmentsLabel": "Assign to:", - "unlimited": "Unlimited", - "urlHint": "Enter a valid url", - "useManagedBrowserHint": "Android and iOS only. Learn more", - "useManagedBrowserLabel": "Require a managed browser to open this link", - "userPrinicipalName": "User Principal Name", - "username": "Username", - "usernameAttribute": "Username attribute from AAD", - "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", - "usernamePassword": "Username and password", - "webAppUrlHint": "Enter a valid url beginning with http:// or https://", - "webAppUrlLabel": "App URL", - "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", - "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "XML Data Entered", - "xmlFormatInvalid": "XML policy format is invalid.", - "xmlTooLarge": "Input size must be less than 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Not supported", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                        For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                        Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                        \n
                          \n
                        • This setting works correctly when \"All cloud apps\" are selected
                        • \n
                        • This does not affect token lifetimes or the sign-in frequency setting.
                        • \n
                        • This will override the \"Show option to stay signed in\" policy in Company Branding.
                        • \n
                        • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                        • \n
                        • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                        • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                          Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge configuration settings", "edgeWindowsDataProtectionSettings": "Edge (Windows) data protection settings - Preview", @@ -10783,7 +11566,10 @@ "Column": { "author": "Author", "template": "Template name" - } + }, + "Row": { + "ariaLabel": "row {0} of {1} column {2}" + } }, "SettingsCatalog": { "subtitle": "Start from scratch and select settings you want from the library of available settings", @@ -11593,6 +12379,7 @@ "gettingStarted": "Getting started", "messages": "Messages", "onlineResources": "Online resources", + "policyHealth": "Policy health", "releaseManagement": "Release management", "serviceRequests": "Service requests", "settings": "Settings", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "All apps", "allDevices": "All devices", - "androidFotaDeployments": "Android FOTA deployments", + "androidFotaDeployments": "Android FOTA deployments (preview)", "appBundles": "App Bundles", "appCategories": "App categories", "appConfigPolicies": "App configuration policies", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Assigned permissions", "assignedRoles": "Assigned roles", "autopilotDeploymentReport": "Autopilot deployments (preview)", + "autopilotDeploymentReportV2": "Autopilot deployments 2.0 (preview)", "brandingAndCustomization": "Customization", "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", "cloudAttachedDevices": "Cloud attached devices (preview)", + "cloudPcActions": "Cloud PC actions (preview)", + "cloudPcMaintenanceWindows": "Cloud PC maintenance windows (Preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Enrollment restrictions", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange service connectors", - "failuresForDriverUpdates": "Windows Driver update failures (preview)", + "failuresForDriverUpdates": "Windows Driver update failures", "failuresForFeatureUpdates": "Feature update failures", "failuresForQualityUpdates": "Windows Expedited update failures", "featureFlighting": "Feature flighting", "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", - "fotaUpdate": "Firmware over-the-air update", + "fotaUpdate": "Firmware over-the-air update (preview)", "groupPolicy": "Administrative Templates", "groupPolicyAnalytics": "Group policy analytics", "helpSupport": "Help and support", @@ -11717,15 +12507,15 @@ "user": "User", "userExecutionStatus": "User status", "wdacSupplementalPolicies": "S mode supplemental policies", - "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", + "windows10DriverUpdate": "Driver updates for Windows 10 and later", "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365PartnerConnector": "Windows 365 partner connectors", "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", - "windowsManagement": "PowerShell scripts", + "windowsManagement": "Scripts", "windowsSideLoadingKeys": "Windows side loading keys", "windowsSymantecCertificate": "Windows DigiCert certificate", "windowsThreatReport": "Threat agent status" @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Device restart grace period", "summaryTitle": "End user experience" }, - "EnrollmentType": { - "devicesWithEnrollment": "Managed devices", - "devicesWithoutEnrollment": "Managed apps" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "The file or folder as the selected requirement.", + "pathToolTip": "The complete path of the file or folder to detect.", + "property": "Property", + "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "GridColumns": { + "pathOrScript": "Path/Script", + "type": "Type" + }, + "Registry": { + "keyPath": "Key path", + "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", + "operator": "Operator", + "operatorTooltip": "Select the operator for the comparison.", + "registryRequirement": "Registry key requirement", + "registryRequirementTooltip": "Select the registry key requirement comparison.", + "valueName": "Value name", + "valueNameTooltip": "The name of the required registry value." + }, + "RequirementTypeOptions": { + "fileType": "File", + "registry": "Registry", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolean", + "dateTime": "Date and Time", + "float": "Floating Point", + "integer": "Integer", + "string": "String", + "version": "Version" + }, + "duplicateName": "Script name {0} has already been used. Please enter a different name.", + "enforceSignatureCheck": "Enforce script signature check", + "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", + "loggedOnCredentials": "Run this script using the logged on credentials", + "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", + "operatorTooltip": "Select the operator for the requirement comparison.", + "requirementMethod": "Select output data type", + "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", + "scriptFile": "Script file", + "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", + "scriptName": "Script name", + "value": "Value", + "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "bladeTitle": "Add a Requirement rule", + "createRequirementHeader": "Create a requirement.", + "header": "Configure additional requirement rules", + "label": "Additional requirement rules", + "noRequirementsSelectedPlaceholder": "No requirements are specified.", + "requirementType": "Requirement type", + "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." + }, + "architectures": "Operating system architecture", + "architecturesTooltip": "Choose the architectures needed to install the app.", + "bladeTitle": "Requirements", + "diskSpace": "Disk space required (MB)", + "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", + "header": "Specify the requirements that devices must meet before the app is installed:", + "maximumTextFieldValue": "The value must be at most {0}.", + "minimumCpuSpeed": "Minimum CPU speed required (MHz)", + "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", + "minimumLogicalProcessors": "Minimum number of logical processors required", + "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", + "minimumOperatingSystem": "Minimum operating system", + "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", + "minumumTextFieldValue": "The value must be at least {0}.", + "physicalMemory": "Physical memory required (MB)", + "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", + "selectorLabel": "Requirements", + "validNumber": "Please enter a valid number." + }, "PolicySet": { "appManagement": "Application management", "assignments": "Assignments", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Device configuration profiles", "powershellScriptTitle": "Powershell scripts" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                          For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                          Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Recommended", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrain", @@ -11923,7 +12998,7 @@ "countryNameCY": "Cyprus", "countryNameCD": "Democratic Republic of Congo", "countryNameTN": "Tunisia", - "countryNameTR": "Turkey", + "countryNameTR": "Türkiye", "countryNameWS": "Samoa", "countryNameSE": "Sweden", "countryNameXK": "Kosovo", diff --git a/Documentation/Strings-ru.json b/Documentation/Strings-ru.json index 7a1c879..7d4d379 100644 --- a/Documentation/Strings-ru.json +++ b/Documentation/Strings-ru.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Первая доступная дата" }, + "Windows11SideBySideInstall": { + "disabled": "Отключено", + "enabled": "Включено", + "infoBalloonContent": "Управляйте тем, нужно ли устанавливать последнее обновление компонентов Windows 10 на устройства, не подходящие для Windows 11", + "label": "Если на устройстве не удается запустить Windows 11, установите последнее обновление компонентов Windows 10." + }, "bladeTitle": "Развертывания обновления компонентов", "deploymentSettingsTitle": "Параметры развертывания", "loadError": "Загрузка не выполнена!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Эта возможность требует специального лицензирования.", "gradualRolloutLicenseWarningEdit": "Эту возможность можно продолжать использовать и настраивать до тех пор, пока политика не будет сохранена без выбранной возможности.", - "licenseLearnMoreText": "Дополнительные сведения о предварительных требованиях и политиках обновления функций." + "licenseLearnMoreText": "Дополнительные сведения о предварительных требованиях и политиках обновления функций.", + "specificLicensingRequired": "Для некоторых выбранных возможностей требуется определенные лицензии." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Помогите пользователям устройств понять назначение приложения. Они увидят это описание на корпоративном портале.", "developer": "Имя компании или лица, разработавших приложение. Эти сведения будут отображаться пользователям, вошедшим в центр администрирования.", "displayVersion": "Версия приложения. Пользователи увидят эти сведения на корпоративном портале.", + "fullScreenEnabled": "Если настроено значение \"Да\", веб-клип запускается в виде полноэкранного веб-приложения.", + "ignoreManifestScope": "Если настроено значение \"Да\", полноэкранный веб-клип может перейти на внешний веб-сайт без отображения пользовательского интерфейса Safari. В противном случае пользовательский интерфейс Safari отображается при переходе с URL-адреса веб-клипа. Этот ключ не действует, если для полноэкранного режима установлено значение false.", "infoUrl": "Предоставьте пользователям ссылку на веб-сайт или документацию с дополнительными сведениями о приложении. Пользователи увидят этот URL-адрес в Корпоративном портале.", "isFeatured": "Приложения из подборки размещаются на видном месте в Корпоративном портале, чтобы пользователи могли быстро получать к ним доступ.", "learnMore": "Дополнительные сведения", "logo": "Отправьте логотип, связанный с приложением. Он будет отображаться рядом с приложением в Корпоративном портале.​", "macOSDmgAppPackageFile": "Файл, содержащий приложение в формате, который можно загрузить неопубликованным на устройстве. Допустимый тип пакета: DMG.​", + "macOSPkgAppPackageFile": "Файл, содержащий приложение в формате для загрузки неопубликованных приложений на устройство. Допустимый тип пакета: .pkg.​", "minOperatingSystem": "Выберите самую раннюю версию операционной системы, в которой можно установить приложение. Если приложение назначается устройству с более ранней версией ОС, оно не будет установлено.​", "name": "Добавьте имя для приложения. Это имя будет отображаться в списке приложений Intune, и его будут видеть пользователи в Корпоративном портале.​", "notes": "Добавьте дополнительные заметки о приложении. Они будут отображаться пользователям, вошедшим в центр администрирования.", "owner": "Имя пользователя в организации, который управляет лицензированием или является контактным лицом для этого приложения. Это имя будет отображаться пользователям, вошедшим в центр администрирования.​", "packageId": "Идентификатор пакета приложения — это уникальное значение, определяющее приложение.", "packageName": "Чтобы узнать имя пакета приложения, обратитесь к изготовителю устройства. Пример имени пакета: com.example.app.", + "preComposedIconEnabled": "Если настроено значение \"Да\", SpringBoard не может добавить \"shine\" для значка.", "privacyUrl": "Предоставьте пользователям ссылку на дополнительные сведения об условиях и параметрах конфиденциальности приложения. Пользователи увидят URL-адрес сведений о конфиденциальности в Корпоративном портале.", "publisher": "Имя разработчика или название компании, которая распространяет приложение. Пользователи увидят эти сведения на корпоративном портале.", "selectApp": "Найдите в App Store приложения iOS, которые хотите развернуть в Intune.", + "targetApplicationBundleIdentifier": "Идентификатор набора приложений, указывающий приложение, которое открывает URL-адрес. Доступно в iOS 14 и более поздних версиях.", "useManagedBrowser": "При необходимости открываемое пользователем веб-приложение будет открываться в браузере, защищенном Intune, например в Microsoft Edge или Intune Managed Browser. Этот параметр применяется к устройствам с iOS и Android.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Файл, содержащий приложение в формате для загрузки неопубликованных приложений на устройство. Допустимый тип пакета: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                          Выберите Да, чтобы отключить ПИН-код приложения, если на зарегистрированном устройстве обнаружена блокировка.

                          Примечание. Intune не может обнаружить регистрацию устройств в стороннем решении EMM в iOS или iPadOS.

                          " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "Установка приложения может привести к перезапуску устройства", + "basedOnReturnCode": "Определять режим по кодам возврата", + "force": "Intune выполнит принудительную перезагрузку устройства", + "suppress": "Никаких действий выполняться не будет" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Требуемое время установки (в минутах)", + "maxRunTimeInMinutesToolTip": "Количество минут, в течение которого система будет ожидать завершения установки программы. Значение по умолчанию — 60 минут." + }, + "RunAsAccountOptions": { + "system": "Система", + "user": "Пользователь" + }, + "availableUninstall": "Разрешить доступное удаление", + "availableUninstallTooltip": "Выберите \"Да\", чтобы предоставить пользователям возможность удаления этого приложения с Корпоративного портала. Выберите \"Нет\", чтобы запретить пользователям удалять приложение с Корпоративного портала.", + "bladeTitle": "Программа", + "deviceRestartBehavior": "Действие при перезагрузке устройства", + "deviceRestartBehaviorTooltip": "Выберите режим перезагрузки устройства после успешной установки приложения. Выберите \"Определять режим по кодам возврата\", чтобы перезагрузить устройство на основе параметров конфигурации кодов возврата. Выберите \"Никаких действий выполняться не будет\" для подавления перезагрузки устройства во время установки приложения на основе MSI. Выберите \"Установка приложения может принудительно выполнить перезагрузку устройства\", чтобы позволить установке приложения завершиться без подавления перезагрузок. Выберите \"Intune выполнит принудительную перезагрузку устройства\", чтобы всегда перезагружать устройство после успешной установки приложения.", + "header": "Укажите команды для установки и удаления этого приложения:", + "installCommand": "Команда установки", + "installCommandMaxLengthErrorMessage": "Длина команды установки не может превышать допустимый максимум в 1024 символа.", + "installCommandTooltip": "Командная строка завершения установки, используемая для установки этого приложения.", + "runAs32Bit": "Запуск команд установки и удаления в 32-разрядном процессе на 64-разрядных клиентах", + "runAs32BitTooltip": "Выберите \"Да\" для установки и удаления приложения в 32-разрядном процессе на 64-разрядных клиентах. Выберите \"Нет\" (по умолчанию) для установки и удаления приложения в 64-разрядном процессе на 64-разрядных клиентах. 32-разрядные клиенты всегда будут использовать 32-разрядный процесс.", + "runAsAccount": "Поведение при установке", + "runAsAccountTooltip": "Выберите \"Система\", чтобы установить приложение для всех пользователей, если это поддерживается. Выберите \"Пользователь\", чтобы установить приложение для пользователя, выполнившего вход на устройстве. В приложениях MSI двойного назначения внесение изменений сделает невозможным установку обновлений и удаление, пока не будет восстановлено значение, использованное на устройстве при первоначальной установке.", + "selectorLabel": "Программа", + "uninstallCommand": "Команда удаления", + "uninstallCommandTooltip": "Командная строка завершения удаления, используемая для удаления этого приложения." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Создать", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "Приложение macOS (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Бизнес-приложение macOS", - "macOSMdatpApp": "ATP в Microsoft Defender (macOS)", + "macOSMicrosoftDefenderApp": "ATP в Microsoft Defender (macOS)", "macOSOfficeSuiteApp": "Приложения Microsoft 365 (macOS)", + "macOSPkgApp": "Приложение macOS (PKG)", + "macOSWebClip": "Веб-клип macOS", "macOsVppApp": "Приложение macOS Volume Purchase Program", "managedAndroidLobApp": "Управляемое бизнес-приложение для Android", "managedAndroidStoreApp": "Управляемое приложение Магазина Android", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Укажите файл сценария PowerShell. Он должен быть меньше 200 КБ.", "uploadLabel": "Расположение сценария" }, - "bashScriptObjectName": "Сценарий Bash", "createButtonText": "Добавить", "createPowershellScriptFlowSectionName": "Добавление сценария PowerShell", "customAttributeObjectName": "Настраиваемый атрибут", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Эти параметры применяются к устройствам с Android 9 или более ранних версий и будут также работать на всех устройствах Samsung KNOX под управлением любой версии ОС Android.", "androidPasswordHeader": "Требование пароля для разблокировки устройства. Если параметр не задан, пароли используются на усмотрение пользователя.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Постоянное VPN-подключение", - "androidSafetyNetBasicIntegrityAndCertified": "Проверка базовой целостности и сертифицированных устройств", - "androidSafetyNetbasicIntegrity": "Проверка базовой целостности", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Проверка базовой целостности и целостности устройства", + "androidPlayIntegrityVerdictBasicIntegrity": "Проверка базовой целостности", "androidTRDeprecation": "Доверенные сертификаты больше не могут быть установлены на устройствах с Android 11 или более поздними версиями за исключением устройств Samsung Knox. Если вы используете профили сертификатов SCEP, вам по-прежнему необходимо создать и развернуть профиль доверенного сертификата, а затем связать его с профилем сертификата SCEP, но при этом нужно вручную передать доверенный корневой сертификат на эти устройства.", "androidTenAndAbovePasswordHeader": "Android 10 и более поздних версий", "androidTenAndAbovePasswordHeaderDescription": "Эти параметры применяются к устройствам с Android 10 или более поздних версий.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Предупреждение при шифровании других дисков", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "При выборе параметра \"Обязательно\" будет зашифрована карта памяти мобильного устройства.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Шифрование карты памяти (только мобильные)", - "bitLockerEnabledDescription": "Обязательное включение BitLocker на устройстве", - "bitLockerEnabledName": "Требовать BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "При выборе параметра \"Обязательно\" на устройстве будет включено шифрование диска BitLocker. В зависимости от оборудования устройства и версии Windows пользователям будет необходимо подтвердить, что на устройстве не используется решение для шифрования от стороннего производителя. Включение шифрования Windows во время использования решения стороннего производителя приведет к нестабильности устройства.", "bitLockerEncryptDeviceName": "Шифрование устройств", "bitLockerEncryptMethodAesCbc128": "AES-CBC, 128 бит", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Блокировать разблокировку Touch ID и Face ID", "blockUSBConnectionDescription": "Указывает, включено ли USB-подключение на этом устройстве. Этот параметр не затрагивает зарядку через USB. Этот параметр не поддерживается на настольных компьютерах Windows.", "blockUSBConnectionName": "USB-подключение", + "blockUnifiedPasswordForWorkProfileDescription": "Используйте одну блокировку, чтобы пользователи использовали два разных пароля: один для экрана блокировки, другой для рабочего профиля. Использование только экрана блокировки удобнее для пользователей, но в этом случае рабочий профиль будет доступен для всех, кто разблокирует устройство. Применяется к устройствам с Android 9.0 Pie и более поздних версий.", + "blockUnifiedPasswordForWorkProfileName": "Одна блокировка для рабочего профиля и для устройства", "blockUnmanagedDocumentsInManagedAppsName": "Запрет просмотра некорпоративных документов в корпоративных приложениях", "blockUntrustedTLSCertificatesDescription": "Запрет недоверенных TLS-сертификатов.", "blockUntrustedTLSCertificatesName": "Блокировать недоверенные TLS-сертификаты", @@ -2825,6 +2871,8 @@ "cellularName": "Сотовая связь", "certificateCredentialConfigurationDisabledDescription": "Запрещает пользователям вносить изменения в учетные данные, связанные с назначенными им сертификатами.", "certificateCredentialConfigurationDisabledName": "Пользователь может настраивать учетные данные (уровень рабочего профиля)", + "certificateInstallDescription": "Перечисленные здесь приложения могут изменять сертификаты, созданные в Intune, и могут управлять сертификатами, доставленными вне Intune.", + "certificateInstallTitle": "Разрешить другим приложениям устанавливать сертификаты и управлять ими", "certificateNotFound": "Не удалось найти политику сертификатов. Возможно, она была удалена.", "certificateOption": "Сертификат", "certificateRevocationCheck": "Проверка отзыва сертификата", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "URI ресурса службы печати", "cloudProtectionDescription": "Отправьте телеметрию Microsoft Active Protection Service, чтобы включить обнаружение подозрительной активности.", "cloudProtectionName": "Защита, обеспечиваемая облаком", - "codeIntegrityEnabledDescription": "Требование целостности кода на устройстве", - "codeIntegrityEnabledName": "Требовать целостность кода", + "codeIntegrityEnabledName": "Целостность кода", "complianceAntiSpywareRequirementDescription": "Требовать, чтобы любое антишпионское решение, зарегистрированное в Центре безопасности Windows (например, DigiCert или Microsoft Defender), было активно и вело мониторинг", "complianceAntiSpywareRequirementName": "Антишпионское ПО", "complianceAntiSpywareSignatureUpToDateDescription": "Требовать актуальных сигнатур антишпионского ПО", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Этот параметр определяет число недавних паролей, которые нельзя использовать повторно. Рекомендуемое значение: 5.", "complianceNumberOfPreviousPasswordsToBlockName": "Число предыдущих паролей для запрета повторного использования", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Выберите самую новую версию сборки ОС, которую можно установить на устройство.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Введите самую позднюю версию сборки ОС, которая может быть на устройстве, например 20E252.
                          Если нужно использовать обновление Apple Rapid Security Response в качестве максимального номера сборки ОС, введите дополнительную версию сборки, например 20E772520a.", "complianceOsBuildVersionRestrictionMaximumName": "Максимальная версия сборки ОС", - "complianceOsBuildVersionRestrictionMinimumDescription": "Выберите самую старую версию сборки ОС, которую можно установить на устройство.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Введите самую раннюю версию сборки ОС, которая может быть на устройстве, например 20E252.
                          Если нужно использовать обновление Apple Rapid Security Response в качестве минимального номера сборки ОС, введите дополнительную версию сборки, например 20E772520a.", "complianceOsBuildVersionRestrictionMinimumName": "Минимальная версия сборки ОС", "complianceOsVersionRestrictionHeader": "Версия операционной системы", "complianceOsVersionRestrictionMaximumAndroidDescription": "Укажите максимальную версию ОС в качестве требования соответствия для устройств, например, \"7.1\" для Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Принудительное автоматическое обновление устройства для применения обновлений системы безопасности и улучшений.", "complianceUpdatesRequireAutomaticUpdatesName": "Запрашивать автоматические обновления у Майкрософт", "complianceWin10RequiredPasswordTypeDescription": "Этот параметр определяет тип требуемого пароля или ПИН-кода.
                          \r\nПо умолчанию для устройства (требуется пароль, числовой или буквенно-цифровой ПИН-код)
                          \r\nБуквенно-цифровой (требуется пароль или буквенно-цифровой ПИН-код)
                          \r\nЧисловой (требуется пароль или числовой ПИН-код)
                          \r\nРекомендуется следующее: требуемый тип пароля — буквенно-цифровой, сложность пароля — требовать цифры и строчные буквы.", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 или 11", + "complianceWindows11DeviceHealthAttestationHeader": "Только Windows 11", "complianceWindowsDefenderHeader": "Защитник", "complianceWindowsDefenderMinimumVersionDescription": "Минимальная версия Microsoft Defender (например, 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Минимальная версия антивредоносной программы в Microsoft Defender", - "complianceWindowsDeviceHealthAttestationHeader": "Правила оценки службы подтверждения работоспособности Windows", + "complianceWindowsDeviceHealthAttestationHeader": "Правила оценки службы аттестации (Майкрософт)

                          Используйте эти правила, чтобы подтвердить включение защитных мер на устройстве во время загрузки. Подробнее об этих правилах", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Выберите самую последнюю допустимую версию ОС для мобильного устройства. Версия операционной системы указывается в формате \"основной номер.дополнительный номер.сборка.редакция\".", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Выберите самую раннюю допустимую версию ОС для мобильного устройства. Версия операционной системы указывается в формате \"основной номер.дополнительный номер.сборка.редакция\".", "complianceWindowsOsVersionRestrictionHeaderDescription": "Версия операционной системы указывается в формате \"основной номер.дополнительный номер.сборка.редакция\". ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Промежуточные обновления программного обеспечения, связанные и не связанные с ОС", "delayMinorOSUpdateVisibilityOption": "Промежуточные обновления программного обеспечения, связанные с ОС", "delayOSUpdateVisibilityOption": "Обновления операционной системы", + "delegatedScopeLogsTitle": "Доступ к конфиденциальным журналам Android", "deliveryOptimizationBandwidthHeader": "Пропускная способность", "deliveryOptimizationCachingHeader": "Кэширование", "deliveryOptimizationDODescription": "Задает способ скачивания, который служба оптимизации доставки может использовать для управления пропускной способностью сети при распределении содержимого.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Идет поиск издателя производных учетных данных…", "derivedCredentialsTenantLevelNotConfigured": "Вы не указали издателя производных учетных данных для своего клиента, который необходим для применения политики к устройствам. Щелкните, чтобы указать его.", "descriptionName": "Описание", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (только присоединение клиента)", "desktopOption": "Рабочий стол", "destinationPrefix": "Префикс места назначения/размер (например, 192.168.0.1/255)", "developerUnlock": "Разблокировка для разработчиков", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "И выше", "eDPPolicyVersionAndBelowName": "И ниже", "eDPPolicyVersionEqualsName": "Равно", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Требовать включение раннего запуска антивредоносного драйвера", - "earlyLaunchAntiMalwareDriverEnabledName": "Требовать включение раннего запуска антивредоносного драйвера", + "earlyLaunchAntiMalwareDriverEnabledName": "Ранний запуск антивредоносного ПО", "easAccountSettingsHeader": "Параметры учетной записи Exchange ActiveSync", "easAllData": "Все данные", "easCalendarContactsOnly": "Только календарь и контакты", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Любой адрес", "firewallRulesPortOrPortRangeInvalidCharacterError": "Список портов может содержать только цифры, а также символы \"-\" и запятые.", "firewallRulesPortOrPortRangeInvalidError": "Список портов содержит недопустимые порты и (или) диапазоны портов.", + "firmwareProtectionEnabledName": "Защита встроенного ПО", "firmwareUpdatesBehaviorName": "Обновления встроенного ПО", "firstActiveEthernet": "Первое активное подключение Ethernet", "firstAvailableOption": "Первый доступный", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "Сочетание HTTP с интернет-пирингом (3)", "httpWithPeeringNatOption": "Сочетание HTTP с пирингом, осуществляющимся за одним средством преобразования сетевых адресов (NAT) (1)", "httpWithPeeringPrivateGroupOption": "Сочетание HTTP с пирингом, осуществляющимся в частной группе (2)", + "hvciEnabledName": "Защита целостности памяти", "hybridSleepBatteryDescription": "Этот параметр политики позволяет отключать гибридный спящий режим на работающем от батареи устройстве.
                          Если отключить политику, гибридный спящий режим и режим гибернации на устройстве будут недоступны.
                          Если не настроить ее, пользователи смогут управлять этим самостоятельно.", "hybridSleepName": "Гибридный спящий режим", "hybridSleepPluggedInDescription": "Этот параметр политики позволяет отключать гибридный спящий режим на подключенном устройстве.
                          Если отключить политику, гибридный спящий режим и режим гибернации на устройстве будут недоступны.
                          Если не настроить ее, пользователи смогут управлять этим самостоятельно.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Умеренно низкий", "mediumOption": "Средний", "meetingInformationDisplayedOnWelcomeScreenName": "Информация о собрании, отображаемая на экране приветствия", + "memoryAccessProtectionEnabledName": "Защита доступа к памяти", "messagingBlockMMSDescription": "Отключение отправки и получения MMS на устройстве.", "messagingBlockMMSName": "MMS (только мобильные устройства)", "messagingBlockRCSDescription": "Отключение отправки и получения в службах расширенных коммуникаций на устройстве.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Значение должно быть меньше максимальной версии ОС", "mustBeValidAddress": "Требуется допустимый адрес. Пример: 4.3.6.0, itgproxy.com и т. д.", "mustBeValidAndroidPackageName": "Имя пакета может содержать только буквы, цифры, символы подчеркивания и точки. Оно должно начинаться с буквы.", - "mustBeValidBuildVersionFormat": "Требуется допустимый формат версии сборки: 18A391, 16G1114 и т. д.", + "mustBeValidBuildVersionFormat": "Требуется допустимый формат версии сборки. Например: 18A291, 16G1114, 20E772520a.", "mustBeValidDNSSuffix": "Значение должно быть допустимым суффиксом DNS. Например, itgproxy.com.", "mustBeValidDateFormat": "Дата должна быть указана в формате ГГГГ-ММ-ДД. Например, 2016-10-01, 2016-10-31 и т. д.", "mustBeValidDomain": "Должен быть допустимым доменом. Пример: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Расширения сети", "networkInterface": "Сетевой интерфейс", "networkInterfaceDescription": "Сетевой интерфейс, который требуется настроить", + "networkLogsTitle": "Разрешить этому приложению доступ к журналам сетевых действий Android", "networkProxyAutomaticConfigurationUrlDescription": "URL-адрес скрипта PAC, который вы хотите использовать.", "networkProxyAutomaticConfigurationUrlName": "URL-адрес скрипта установки", "networkProxyDisableAutoDetectDescription": "Автоматическое обнаружение параметров. Если этот параметр включен, система пытается найти путь к скрипту PAC.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Скрыть", "pinnedFolderOptionShow": "Показать", "pipeInvalidError": "Значение не может включать символ \"|\".", + "playIntegrityVerdictOptionsDescription": "Установить уровень решения о целостности воспроизведения", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "Подключено", "policyDomainNameService": "DNS", "policyEmailAddress": "Адрес электронной почты", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Политика по умолчанию. Пользователь должен существовать и обладать действующей лицензией Intune.", "requireUserExistanceName": "Зарегистрированный пользователь существует", "required": "Обязательно", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Не настроено (по умолчанию используется базовая оценка)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Выберите тип вычисления, который вы хотите использовать для вычисления ответа на аттестацию устройства SafetyNet.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Аппаратный ключ", - "requiredAndroidSafetyNetEvaluationTypeName": "Требуемый тип оценки SafetyNet", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Не настроено", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Выберите тип вычисления, который вы хотите использовать для вычисления ответа на аттестацию устройства Play Integrity Verdict.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Проверка строгой целостности", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Проверка строгой целостности с помощью аппаратных функций безопасности", "requiredExtensionsColumnHeader": "Имена семейств пакетов", "requiredExtensionsExamples": "Пример: Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Пароль является обязательным, без ограничений", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "например, contoso.com", "safeSearchFilterDescription": "Укажите, как Кортане следует фильтровать содержимое для взрослых в результатах поиска.", "safeSearchFilterName": "Безопасный поиск (только на мобильных устройствах)", - "safetyNetAttestationOptionsDescription": "Задайте уровень аттестации SafetyNet", - "safetyNetAttestationOptionsName": "Аттестация устройств SafetyNet", "sampleSharingEnableOrNotConfiguredDescription": "Возвращает или задает параметр конфигурации \"Общий доступ к примерам\" компонента Microsoft Defender для конечной точки.", "sampleSharingEnableOrNotConfiguredName": "Общий доступ к примерам для всех файлов", "saturday": "Суббота", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Дополнительный метод проверки подлинности", "secondaryAuthenticationMethodTEAPDescription": "Выберите дополнительный способ проверки подлинности пользователей. При выборе сертификатов выберите один из профилей сертификатов (SCEP или PKCS), который также развернут на устройстве. Это сертификат удостоверения, предоставляемый устройством серверу.", "secretKey": "Секретный ключ:", - "secureBootEnabledDescription": "Обязательное включение безопасной загрузки на устройстве", - "secureBootEnabledName": "Обязательное включение безопасной загрузки на устройстве", + "secureBootEnabledName": "Безопасная загрузка", "secured": "Защищено", "securityAssociationIdleTimeDescription": "Сопоставления безопасности удаляются, если сетевой трафик не регистрируется в течение указанного периода в секундах.", "securityAssociationIdleTimeHint": "Введите время простоя в секундах (300–3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Режим общих критериев​", "securityDeveloperSettingsEnabledDescription": "Разрешение доступа к параметрам разработчика.", "securityDeveloperSettingsEnabledName": "Параметры разработчика", + "securityLogsTitle": "Разрешить этому приложению доступ к журналам безопасности Android", "securityOption": "Диагностические данные отключены", "securityRequireVerifyAppsDescription": "Включить Защиту Google Play для сканирования приложений до и после их установки. При обнаружении угрозы пользователь получит предупреждение о том, что необходимо удалить приложение с устройства. Требуется по умолчанию.", "securityRequireVerifyAppsName": "Проверка наличия угроз в приложениях", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Выбрать управляемые приложения", "selectMicrosoftEdgeApp": "Добавить устаревшую версию браузера Microsoft Edge", "selectMicrosoftTunnelSite": "Выберите сайт", + "selectNetworkApp": "Выберите приложение для доступа к журналам сетевых действий Android", "selectNetworkInterface": "Выбрать сетевой интерфейс", "selectNonEapMethod": "Выбрать метод, отличный от EAP", "selectOneOption": "Выберите один вариант", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Корневой сертификат для проверки сервера", "selectRootCertificatesForServerValidationName": "Корневые сертификаты для проверки сервера", "selectSecurity": "Выберите тип безопасности", + "selectSecurityApp": "Выберите приложение для доступа к журналам безопасности Android", "selectService": "Для какого типа управления требуется помощь?", "selectStoreApp": "Добавить приложение Store", "selectStoreAppEmpty": "Добавить приложение магазина", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "Приложение", "trafficRuleAppTypeName": "Тип приложения", "trafficRuleClaimsName": "Утверждение", - "trafficRuleDirectionDescription": "Укажите, к чему применяется правило: ко входящему или исходящему трафику.
                          \r\n
                          \r\n Входящий — правило применяется ко всему входящему трафику. \r\n
                          \r\n
                          \r\n Исходящий — правило применяется ко всему исходящему трафику.\r\n ", + "trafficRuleDirectionDescription": "Правило для входящего трафика разрешает трафик с внешних сайтов через VPN. Правило для исходящего трафика разрешает трафик на внешние сайты через VPN. Чтобы разрешить оба вида трафика, создайте два правила.", "trafficRuleDirectionName": "Направление", "trafficRuleRoutingPolicyTypeDescription": "Выберите режим туннелирования: раздельное или принудительное.
                          \r\n
                          \r\n Раздельное туннелирование — через интерфейс проходит только трафик, предназначенный для VPN-интерфейса (определяется сетевым стеком). Интернет-трафик может по-прежнему проходить через другие интерфейсы.\r\n
                          \r\n
                          \r\n Принудительное туннелирование — весь IP-трафик должен проходить только через VPN-интерфейс (для этого правила трафика).\r\n
                          \r\n
                          \r\n Применяется, только если это правило связано с приложением.\r\n ", "trafficRuleRoutingPolicyTypeName": "Тип правила", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Пользователь", "vPNPolicyProfileTargetDescription": "Преобразует этот профиль в постоянное VPN-подключение, которое активируется без вмешательства пользователя и использует сертификаты компьютера для проверки подлинности. Поддерживается только соединение типа IKEv2. После выполнения начальной настройки AutoPilot профиль VPN удаляется с устройства.", "vPNPolicyProfileTargetName": "Использовать этот профиль VPN для Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Список узлов, для которых следует исключить использование прокси-сервера для соединений. Эти узлы могут использовать подстановочные знаки, например *.example.com.", + "vPNPolicyProxyExclListDescription2": "Список имен узлов, для которых не используется прокси-сервер. Имена узлов могут содержать подстановочные знаки, например *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Исключенные узлы", + "vPNPolicyProxyExclListExclusions": "исключения", + "vPNPolicyProxyExclListFileImport": "Файл для импорта списка узлов", + "vPNPolicyProxyExclListHostName": "Имя узла", + "vPNPolicyProxyExclListImport": "Импорт исключений прокси-сервера", + "vPNPolicyProxyExclListInvalid": "Входное значение недопустимо", + "vPNPolicyProxyExclListList": "Список исключений", + "vPNPolicyProxyExclListManage": "Управление исключениями прокси-серверов", + "vPNPolicyProxyExclListName": "Список исключений прокси-сервера", "vPNPolicyRememberCredentialsName": "Запоминать учетные данные при каждом входе", "vPNPolicyRoutesForThisConnectionDescription": "Необязательно.", "vPNPolicyRoutesForThisConnectionName": "Маршруты раздельного туннелирования для этого VPN-подключения", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Виртуальная кнопка начального экрана", "virtualHomeButtonNotConfigured": "Не настроено", "virtualHomeButtonSwipeUp": "Вертикальная прокрутка", + "virtualizationBasedSecurityEnabledName": "Безопасность на основе виртуализации", "virtualizationOfCpuAndIOName": "Виртуализация ЦП и операций ввода-вывода", "visibleAppsListOptionsDescription": "Задание типа списка: список отображаемых приложений или список скрываемых приложений.", "visibleAppsListOptionsName": "Тип списка приложений", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: разрешить веб-ссылки в любом приложении.", "rootCertificate": "Корневой сертификат", "safetyNetDeviceAttestation": "Аттестация устройств SafetyNet", + "samsungKnoxAttestationRequired": "Аттестация устройства Samsung Knox", "saveAppsNotificationText": "Идет сохранение выбранных приложений", "saveChangesCommandText": "Сохранить", "savePolicySettingsNotificationText": "Идет сохранение параметров политики", @@ -7885,10 +7953,12 @@ "state": "Состояние", "status": "Состояние", "store": "Сохранение", + "subjectOnlyOptionText": "Только тема", "success": "Успешно", "successfully": "Выполнено", "summary": "Сводка", "summaryLensTitle": "Сводка", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Удаленные запросы", "summarySettingsPartWipeRequestsSelectorText": "Запросы на очистку данных", "supportId": "Идентификатор поддержки: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Значение", "valueMustNotContainCharsError": "Значение не должно содержать следующие символы: {0}", "versionValidationExample": "

                          Формат: [Основная].[Дополнительная] или [Основная].[Дополнительная].[Сборка].[Редакция]

                          Пример: 1.5 или 1.5.50.101

                          ", - "versionValidationWith2To4Segments": "

                          Формат: [Основной].[Дополнительный], [Основной].[Дополнительный].[Сборка] или [Основной].[Дополнительный].[Сборка].[Редакция]

                          Пример: 1.5, 1.5.50 или 1.5.50.101

                          ", + "versionValidationWith2To5Segments": "

                          Формат: [основной_номер_версии].[дополнительный_номер_версии] или [основной_номер_версии].[дополнительный_номер_версии].[сборка], или [основной_номер_версии].[дополнительный_номер_версии].[сборка].[редакция]. Для iOS также поддерживается [основной_номер_версии].[дополнительный_номер_версии].[сборка].[редакция].[RapidSecurityResponse].

                          Note: Приложения не будут выполнять очистки нарушений RapidSecurityResponse. Поддерживается только блокировка или предупреждение.

                          Пример: 1.5 или 1.5.50, или 1.5.50.101, или (для iOS) 1.5.50.101.a

                          ", "versionValidationWithDateFormat": "Дата должна быть указана в допустимом формате: ГГГГ-ММ-ДД.", "warn": "Предупредить", "warning": "Предупреждение", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Проводная сеть", "workProfile": "Личный рабочий профиль" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Файл или папка в качестве выбранного требования.", - "pathToolTip": "Полный путь к файлу или папке для обнаружения.", - "property": "Свойство", - "valueToolTip": "Выберите значение требования, соответствующее выбранному методу обнаружения. Дату и время требования необходимо указать в локальном формате." - }, - "GridColumns": { - "pathOrScript": "Путь или сценарий", - "type": "Тип" - }, - "Registry": { - "keyPath": "Путь к разделу", - "keyPathTooltip": "Полный путь к записи реестра, содержащей значение требования.", - "operator": "Operator", - "operatorTooltip": "Выберите оператор для сравнения.", - "registryRequirement": "Требование для ключа реестра", - "registryRequirementTooltip": "Выберите сравнение для требования ключа реестра.", - "valueName": "Имя параметра", - "valueNameTooltip": "Имя требуемого значения реестра." - }, - "RequirementTypeOptions": { - "fileType": "Файл", - "registry": "Реестр", - "script": "Скрипт" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Логический", - "dateTime": "Дата и время", - "float": "С плавающей запятой", - "integer": "Целое число", - "string": "Строка", - "version": "Версия" - }, - "duplicateName": "Имя сценария {0} уже используется. Введите другое имя.", - "enforceSignatureCheck": "Принудительно проверить подпись сценария", - "enforceSignatureCheckTooltip": "Выберите \"Да\", чтобы проверить, что сценарий подписан доверенным издателем, что позволит выполнять сценарий без отображения предупреждений или запросов. Сценарий будет выполнен без блокировки. Выберите \"Нет\" (по умолчанию), чтобы сценарий выполнялся с выдачей запроса на подтверждение пользователю, но без проверки подписи.", - "loggedOnCredentials": "Запускать сценарий по учетным данным", - "loggedOnCredentialsTooltip": "Запустите сценарий с использованием учетных данных устройства, использованных при входе.", - "operatorTooltip": "Выберите оператор для сравнения требований.", - "requirementMethod": "Выберите тип выходных данных.", - "requirementMethodTooltip": "Выберите тип данных, используемый при определении соответствия требованию.", - "scriptContent": "Содержимое сценария", - "scriptFile": "Файл скрипта", - "scriptFileTooltip": "Выберите сценарий PowerShell, который будет определять наличие приложения на клиенте. Если приложение обнаружено, процесс обнаружения возвратит нулевой код выхода и запишет строковое значение в стандартный поток вывода.", - "scriptName": "Имя скрипта", - "value": "Значение", - "valueTooltip": "Выберите значение требования, соответствующее выбранному методу обнаружения. Дату и время требования необходимо указать в локальном формате." - }, - "bladeTitle": "Добавление правила требований", - "createRequirementHeader": "Создание требования", - "header": "Настройка дополнительных правил требований", - "label": "Правила дополнительных требований", - "noRequirementsSelectedPlaceholder": "Требования не указаны.", - "requirementType": "Тип требования", - "requirementTypeTooltip": "Выберите тип метода обнаружения, используемого для определения того, как будет проверяться требование." - }, - "architectures": "Архитектура операционной системы", - "architecturesTooltip": "Выберите архитектуры, необходимые для установки приложения.", - "bladeTitle": "Требования", - "diskSpace": "Требуется места на диске (МБ)", - "diskSpaceTooltip": "Свободное дисковое пространство на системном диске, необходимое для установки приложения.", - "header": "Укажите требования, которым должны соответствовать устройства до установки приложения:", - "maximumTextFieldValue": "Максимальное значение — {0}.", - "minimumCpuSpeed": "Минимальная требуемая частота ЦП (МГц)", - "minimumCpuSpeedTooltip": "Минимальная частота ЦП, необходимая для установки приложения.", - "minimumLogicalProcessors": "Минимальное требуемое число логических процессоров", - "minimumLogicalProcessorsTooltip": "Минимальное число логических процессоров, необходимое для установки приложения.", - "minimumOperatingSystem": "Минимальная версия операционной системы", - "minimumOperatingSystemTooltip": "Выберите минимальную версию операционной системы, необходимую для установки приложения.", - "minumumTextFieldValue": "Значение должно быть не менее {0}.", - "physicalMemory": "Необходимый объем физической памяти (МБ)", - "physicalMemoryTooltip": "Физическая память (ОЗУ), необходимая для установки приложения.", - "selectorLabel": "Требования", - "validNumber": "Введите допустимое число." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Сделать обновление доступным постепенно", + "immediateStart": "Сделать обновление доступным как можно скорее", + "startDateOnly": "Сделать обновление доступным в указанную дату" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Управляемые устройства", + "devicesWithoutEnrollment": "Управляемые приложения" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Фильтр", + "assignmentFilterTypeColumnHeader": "Режим фильтра", + "assignmentToast": "Уведомления для конечных пользователей", + "assignmentTypeTableHeader": "Тип назначения", + "deadlineTimeColumnLabel": "Крайний срок установки", + "deliveryOptimizationPriorityHeader": "Приоритет оптимизации доставки", + "groupTableHeader": "Группа", + "installContextLabel": "Контекст установки", + "isRemovable": "Установить как удаляемое", + "licenseTypeLabel": "Тип лицензии", + "modeTableHeader": "Групповой режим", + "policySet": "Набор политик", + "preventAutoAppUpdate": "Блокировать автоматическое обновление приложения", + "preventManagedAppBackup": "Запретить резервное копирование приложений iCloud", + "restartGracePeriodHeader": "Льготный период перезапуска", + "startTimeColumnLabel": "Доступность", + "tracks": "Пути", + "uninstallOnRemoval": "Удаление при удалении устройства", + "updateMode": "Приоритет обновления", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "Веб-приложение AAD", + "androidEnterpriseSystemApp": "Системное приложение Android Enterprise", + "androidForWorkApp": "Приложение управляемого Google Play Маркета", + "androidLobApp": "Бизнес-приложение для Android", + "androidStoreApp": "Приложение для Магазина Android", + "builtInAndroid": "Встроенное приложение для Android", + "builtInApp": "Встроенное приложение", + "builtInIos": "Встроенное приложение для iOS", + "iosIPadOSWebClip": "Веб-клип iOS/iPadOS", + "iosLobApp": "Бизнес-приложение для iOS", + "iosStoreApp": "Приложение iOS Store", + "iosVppApp": "Приложение iOS Volume Purchase Program", + "lineOfBusinessApp": "Бизнес-приложение", + "macOSDmgApp": "Приложение macOS (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Бизнес-приложение macOS", + "macOSMicrosoftDefenderApp": "ATP в Microsoft Defender (macOS)", + "macOSOfficeSuiteApp": "Пакет Office для macOS", + "macOSPkgApp": "Приложение macOS (PKG)", + "macOSWebClip": "Веб-клип macOS", + "macOsVppApp": "Приложение macOS Volume Purchase Program", + "managedAndroidLobApp": "Управляемое бизнес-приложение для Android", + "managedAndroidStoreApp": "Управляемое приложение Магазина Android", + "managedGooglePlayApp": "Приложение управляемого Google Play Маркета", + "managedGooglePlayPrivateApp": "Частное приложение управляемого Google Play", + "managedGooglePlayWebApp": "Веб-ссылка управляемого Google Play", + "managedIosLobApp": "Управляемое бизнес-приложение для iOS", + "managedIosStoreApp": "Управляемое приложение Магазина iOS", + "microsoftStoreForBusinessApp": "Приложение Магазина Майкрософт для бизнеса", + "microsoftStoreForBusinessReleaseManagedApp": "Магазин Майкрософт для бизнеса", + "officeAddIn": "Надстройка Office", + "officeSuiteApp": "Приложения Microsoft 365 (Windows 10 и более поздних версий)", + "sharePointApp": "Приложение SharePoint", + "teamsApp": "Приложение Teams", + "webApp": "Веб-ссылка", + "win32CatalogApp": "Приложение каталога Windows (Win32)", + "winGetPublicApp": "Репозиторий сообщества диспетчера пакетов Windows", + "winGetStoreApp": "Приложение Microsoft Store (новое)", + "windowsAppXLobApp": "Бизнес-приложение Windows AppX", + "windowsClassicApp": "Приложение Windows (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 и более поздних версий)", + "windowsMobileMsiLobApp": "Бизнес-приложение Windows MSI", + "windowsPhone81AppXBundleLobApp": "Бизнес-приложение Windows Phone 8.1 AppX", + "windowsPhone81AppXLobApp": "Бизнес-приложение Windows Phone 8.1 AppX", + "windowsPhone81StoreApp": "Приложение Магазина Windows Phone 8.1", + "windowsPhoneXapLobApp": "Бизнес-приложение Windows Phone XAP", + "windowsStoreApp": "Приложение Microsoft Store (прежних версий)", + "windowsUniversalAppXLobApp": "Универсальное бизнес-приложение Windows AppX", + "windowsUniversalLobApp": "Универсальное бизнес-приложение Windows", + "windowsWebApp": "Веб-ссылка Windows" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Исключено", + "include": "Включено", + "includeAllDevicesVirtualGroup": "Включено", + "includeAllUsersVirtualGroup": "Включено" + }, + "AssignmentToast": { + "hideAll": "Скрывать все всплывающие уведомления", + "showAll": "Показывать все всплывающие уведомления", + "showReboot": "Показывать всплывающие уведомления о перезапуске компьютера" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Фон", + "displayText": "Скачивание содержимого в {0}", + "foreground": "Передний план", + "header": "Приоритет оптимизации доставки" + }, + "DeviceRestartBehaviorOptions": { + "allow": "Установка приложения может привести к перезапуску устройства", + "basedOnReturnCode": "Определять режим по кодам возврата", + "force": "Intune выполнит принудительную перезагрузку устройства", + "suppress": "Без определенных действий" + }, + "FilterType": { + "exclude": "Исключить", + "include": "Включить", + "none": "Нет" + }, + "InstallIntent": { + "available": "Доступно для зарегистрированных устройств", + "availableWithoutEnrollment": "Доступно с регистрацией или без регистрации", + "notApplicable": "неприменимо", + "required": "Обязательно", + "uninstall": "Удалить" + }, + "SettingType": { + "assignmentType": "Тип назначения", + "deviceLicensing": "Тип лицензии", + "installContext": "Удаление при удалении устройства", + "toastSettings": "Уведомления для конечных пользователей", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "По умолчанию", + "postponed": "Отложено", + "priority": "Высокий приоритет" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Настройте устройства для начальной подготовки и назначьте их пользователям.", + "title": "Подготовка устройства" + }, + "EnrollmentSettings": { + "description": "Настройте параметры регистрации, например блокировку регистрации и назначение пользователям.", + "title": "Параметры регистрации" + }, + "OSConfiguration": { + "menuDescription": "Настройте параметры, которые пользователи смогут использовать для восстановления Windows с загрузочного устройства флэш-памяти.", + "menuTitle": "Конфигурация операционной системы" + }, + "coManagementAuthorityDesc": "Настройка параметров совместного управления для интеграции Configuration Manager", + "coManagementAuthorityTitle": "Параметры совместного управления ", + "deploymentProfiles": "Профили развертывания Windows AutoPilot", + "description": "Дополнительные сведения о семи способах регистрации ПК с Windows 10/11 в Intune пользователями или администраторами.", + "descriptionLabel": "Методы регистрации Windows", + "enrollmentStatusPage": "Страница состояния регистрации" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Условия, требующие регистрации устройства, недоступны с действием пользователя \"Регистрация или присоединение устройств\".", - "message": "В политиках, созданных для действия пользователя \"Регистрация или присоединение устройств\" можно использовать только параметр \"Требовать многофакторную проверку подлинности\".{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Автоматическое утверждение всех рекомендуемых обновления драйверов", + "manual": "Ручное утверждение и развертывание обновлений драйверов" + }, + "Details": { + "ApprovalMethod": { + "label": "Метод утверждения:" + }, + "DeploymentDeferralInDays": { + "label": "Сделать обновления доступными после", + "units": "(дн.)", + "value": "{0} дн." + }, + "bladeTitle": "Обновления драйверов Windows 10 и более поздних версий (предварительная версия)", + "lastSync": "Последняя синхронизация:", + "lastSyncDefaultText": "Ожидание первоначального сбора данных инвентаризации", + "loadError": "Не удалось выполнить загрузку!" + }, + "DriverStatus": { + "approved": "Утверждено", + "declined": "Отклонено", + "export": "Экспорт рекомендуемых драйверов", + "needsReview": "Требуется проверка", + "paused": "Приостановлено" }, + "DriversToReview": { + "text": "{0} для проверки" + }, + "Subtitle": { + "automatic": "Политика автоматического утверждения обновления драйверов", + "manual": "Политика ручного утверждения обновления драйверов" + }, + "SyncNotification": { + "failure": "Не удалось синхронизировать {0}", + "failureDescription": "Произошла ошибка, и не удалось выполнить запрошенную синхронизацию. Повторите попытку.", + "pending": "Синхронизация {0} выполняется", + "pendingDescription": "Извлекаются последние данные. Этот процесс может занять несколько минут.", + "success": "Синхронизация {0} завершена", + "successDescription": "Синхронизация со службой \"Центр обновления Windows для бизнеса\" завершена в {0}" + }, + "SyncSpinner": { + "text": "Выполняется синхронизация. Это может занять несколько минут. Следите за оповещением об окончании синхронизации или вернитесь на эту страницу позже." + }, + "TabName": { + "basics": "Основные сведения", + "driverUpdateSettings": "Параметры", + "otherDrivers": "Другие драйверы", + "properties": "Свойства", + "recommendedDrivers": "Рекомендуемые драйверы" + }, + "driverAddFilter": "Добавить фильтр", + "driverApplicableDevices": "Применимые устройства", + "driverApprovalStatus": "Состояние", + "driverBulkActions": "Массовые действия", + "driverClass": "Класс драйвера", + "driverCount": "Отображаются записи с {0} по {1} из {2}.", + "driverFilterNoneSelected": "Ничего не выбрано", + "driverManufacturer": "Производитель", + "driverName": "Имя драйвера", + "driverNameLower": "развертывание обновления дайвера windows", + "driverNameUpper": "развертывание обновления дайвера Windows", + "driverRefresh": "Обновить", + "driverReleaseDate": "Дата выпуска", + "driverSearch": "Поиск", + "driverSearchKeyword": "Введите ключевое слово поиска", + "driverVersion": "Версия", + "firstDeploymentDate": "Первое развертывание", + "infoBoxText": "После назначения и создания политики до заполнения инвентаризации может пройти до 24 часов", + "textBlockText": "Выберите параметры политик утверждения и развертывания. Выберите настройку политики для автоматического или ручного утверждения и развертывания обновлений. Изменение метода утверждения после создания политики не предусмотрено, но изменения, внесенные в индивидуальные утверждения и сведения о развертывании, возможны после сборки инвентаризации для назначенных устройств." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Используйте эти параметры, чтобы получать оповещения об установке приложений, запрещенных для использования в организации. Выберите тип приложений:

                          \r\n Запрещенные приложения — список приложений, об установке которых вы хотите получать оповещения.
                          \r\n Утвержденные приложения — список приложений, которые утверждены для использования в вашей организации. Если пользователь устанавливает приложение, не входящее в этот список, вы получаете оповещение.
                          \r\n ", + "androidZebraMxZebraMx": "Настройте устройства Zebra, отправив профиль MX в формате XML.", + "iosDeviceFeaturesAirprint": "Используйте эти параметры, чтобы настроить устройства iOS для автоматического подключения к AirPrint-совместимым принтерам в вашей сети. Для принтеров вам потребуется знать IP-адрес и путь ресурса.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Настройте расширение приложения, позволяющее использовать единый вход (SSO) для устройств под управлением iOS 13.0 или более поздних версий.", + "iosDeviceFeaturesHomeScreenLayout": "Настройте макет для панели закрепления и начальных экранов на устройствах с iOS. На некоторых устройствах могут быть ограничения на количество отображаемых элементов.", + "iosDeviceFeaturesIOSWallpaper": "Показ изображения на начальном экране и (или) экране блокировки устройств с iOS.\r\n Чтобы использовать разные изображения на этих двух экранах, создайте один профиль с изображением для экрана блокировки и другой — с изображением начального экрана.\r\n Затем назначьте оба профиля пользователям.\r\n
                          \r\n
                            \r\n
                          • Максимальный размер файла: 750 КБ
                          • \r\n
                          • Тип файла: PNG, JPG или JPEG
                          • \r\n
                          \r\n ", + "iosDeviceFeaturesNotifications": "Укажите параметры уведомлений для приложений. Поддерживает iOS 9.3 и более поздних версий.", + "iosDeviceFeaturesSharedDevice": "Введите дополнительный текст, который будет отображаться на заблокированном экране. Поддерживается в iOS 9.3 и более поздних версиях. Дополнительные сведения", + "iosGeneralApplicationRestrictions": "Используйте эти параметры, чтобы получать оповещения об установке приложений, запрещенных для использования в организации. Выберите тип приложений:

                          \r\n Запрещенные приложения — список приложений, об установке которых вы хотите получать оповещения.
                          \r\n Утвержденные приложения — список приложений, которые утверждены для использования в вашей организации. Если пользователь устанавливает приложение, не входящее в этот список, вы получаете оповещение.
                          \r\n ", + "iosGeneralApplicationVisibility": "Используйте список отображаемых приложений, чтобы указать те приложения для iOS, которые пользователь может просматривать или запускать. Используйте список скрываемых приложений, чтобы указать приложения для iOS, которые пользователь не сможет просматривать или запускать.", + "iosGeneralAutonomousSingleAppMode": "Приложения, которые вы добавляете в этот список и назначаете устройству, могут препятствовать запуску остальных приложений или блокировать устройство при выполнении определенного действия (например, прохождении теста). После завершения действия или удаления ограничения устройство возвращается в обычное состояние.", + "iosGeneralKiosk": "Режим киоска блокирует различные параметры на устройстве или задает одно приложение, которое может работать на устройстве. Это может быть полезно в таких местах, как магазины, где на устройстве нужно запустить только одно демонстрационное приложение.", + "macDeviceFeaturesAirprint": "Используйте эти параметры, чтобы настроить на устройствах с macOS автоматическое подключение к совместимым принтерам AirPrint в сети. Вам потребуется IP-адрес и путь к ресурсам принтеров.", + "macDeviceFeaturesAssociatedDomains": "Настройка связанных доменов, позволяющих использовать общие данные и учетные данные для входа в приложениях и на веб-сайтах вашей организации. Этот профиль можно применять к устройствам под управлением macOS 10.15 или более поздних версий.", + "macDeviceFeaturesExtensibleSingleSignOn": "Настройте расширение приложения, позволяющее использовать единый вход (SSO) для устройств под управлением macOS 10.15 или более поздних версий.", + "macDeviceFeaturesLoginItems": "Выберите, какие приложения, файлы и папки будут открываться при входе пользователей на устройства. Чтобы пользователи не могли изменять способ открытия выбранных приложений, вы можете скрыть эти приложения из пользовательских настроек.", + "macDeviceFeaturesLoginWindow": "Настройка внешнего вида экрана входа macOS и функций, которые доступны пользователям после входа в систему.", + "macExtensionsKernelExtensions": "Используйте эти параметры для настройки политики расширения ядра на устройствах под управлением macOS 10.13.2 или более поздних версий.", + "macGeneralDomains": "Электронные адреса, по которым пользователь отправляет и получает почту и в которых не используются указанные здесь домены, будут помечены как ненадежные.", + "windows10EndpointProtectionApplicationGuard": "При использовании Microsoft Edge компонент Application Guard в Microsoft Defender защищает вашу среду от сайтов, которые не были определены как доверенные вашей организацией. Когда пользователи переходят на сайты, не указанные в вашей границе изолированной сети, эти сайты открываются в виртуальном сеансе браузера в Hyper-V. Доверенные сайты определяются границей сети, которую можно настроить в разделе \"Конфигурация устройства\". Обратите внимание, что эта функция доступна только для устройств под управлением Windows 10 (64-разрядная версия) или более поздней версии.", + "windows10EndpointProtectionCredentialGuard": "Включение Credential Guard затрагивает следующие обязательные параметры.\r\n
                          \r\n
                            \r\n
                          • Включить функции безопасности на основе виртуализации: включение виртуализации на основе безопасности (VBS) при следующей перезагрузке. Безопасность на основе виртуализации использует низкоуровневую оболочку Windows для поддержки устройств безопасности.
                          • \r\n
                            \r\n
                          • Безопасная загрузка с прямым доступом к памяти: включение VBS с безопасной загрузкой и прямым доступом к памяти (DMA).
                          • \r\n
                          \r\n ", + "windows10EndpointProtectionDeviceGuard": "Выберите другие приложения, для которых необходим аудит со стороны компонента управления приложениями в Microsoft Defender либо которые можно считать надежными для запуска с точки зрения этого компонента. Надежными для запуска автоматически считаются компоненты Windows и все приложения из Магазина Windows.

                          \r\n При запуске в режиме \"Только аудит\" приложения не блокируются. В режиме \"Только аудит\" все события записываются в локальные журналы клиентов.\r\n ", + "windows10GeneralPrivacyPerApp": "Добавьте приложения, поведение конфиденциальности которых должно отличаться от заданного в разделе \"Конфиденциальность по умолчанию\".", + "windows10NetworkBoundaryNetworkBoundary": "Граница сети представляет собой список корпоративных ресурсов, таких как облачный домен, и диапазонов IP-адресов для компьютеров в корпоративной сети. Определите границы сети, чтобы применять политики для защиты данных, находящихся в этих расположениях.", + "windowsHealthMonitoring": "Настройте политику мониторинга работоспособности Windows.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone может заблокировать установку или запуск приложений из списка запрещенных приложений либо приложений, отсутствующих в утвержденном списке. Все управляемые приложения следует добавить в утвержденный список." + }, + "Inputs": { + "accountDomain": "Домен учетной записи", + "accountDomainHint": "Например, contosodomain", + "accountDomainInfoBalloon": "Укажите домен учетной записи пользователя.", + "accountTypeInfoBalloon": "Укажите тип настраиваемой учетной записи на основе модели проверки подлинности", + "allowContactSetting": "Разрешить пользователю изменять параметр контактов", + "allowContactSyncInfoBalloon": "Укажите, разрешено ли пользователю изменять параметр синхронизации контактов", + "allowUserChange": "Разрешить пользователю менять настройку", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Введите имя пакета, например com.microsoft.word", + "androidUrlValidation": "Введите допустимый URL-адрес, подобный следующему: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en.", + "appInstallContext": "Контекст установки приложения", + "appUrlLabel": "URL-адрес Appstore", + "appleUrlValidation": "Введите допустимый URL-адрес, аналогичный следующему: https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8.", + "applicableDeviceType": "Применимый тип устройств", + "assignmentActionLabel": "Режим", + "authenticationMethodInfoBalloon": "Укажите способ проверки подлинности пользователя", + "authenticationMetod": "Способ проверки подлинности", + "authenticationType": "Тип проверки подлинности", + "authenticationTypeInfoBalloon": "Укажите тип проверки подлинности пользователя", + "availableLicenseCount": "Доступные лицензии", + "basicAuth": "Обычная проверка подлинности", + "biometricsInfoBalloon": "Для доступа пользователей к приложению на устройстве можно требовать биометрические данные, такие как TouchID или FaceID. Они запрашиваются в дополнение к методу проверки подлинности, выбранному в профиле. Не включайте эту функцию при наличии развернутых политик Защиты приложений Intune, так как они уже содержат требования доступа к управляемым данным. При использовании обеих функций будет возникать множество запросов на доступ к мобильному приложению Outlook. Если не настроить эту функцию, по умолчанию она будет для приложения отключена. ", + "bookNameLabel": "Имя книги", + "bundleDescriptionHint": "Введите описание, которое соответствует включаемым приложениям.", + "calendar": "Календарь", + "categoryLabel": "Категория", + "categoryNameLabel": "Имя по умолчанию", + "certProfileType": "Тип профиля сертификата", + "certificate": "Сертификат", + "certificates": "Сертификаты", + "commandLineLabel": "Аргументы командной строки", + "commandLineSizeHint": "Максимальная длина аргументов командной строки — 1024 символа.", + "configurationSettingsFormatLabel": "Формат параметров конфигурации", + "configurationSettingsLabel": "Формат параметров", + "contactSync": "Сохранить контакты", + "contactSyncInfoBalloon": "При сохранении контактов в собственную адресную книгу мобильного устройства новые звонки и SMS будут связываться с существующими пользовательскими контактами Outlook. Если не настроить эту функцию, по умолчанию она будет для приложения отключена.", + "contacts": "Контакты", + "createdDateTime": "Создано", + "defaultCategoryHint": "Категории по умолчанию невозможно изменить", + "deploySMimeCertsFromIntune": "Развертывание сертификатов S/MIME из Intune", + "descriptionGenericLabel": "Описание", + "descriptionHint": "Введите описание...", + "descriptionLabel": "Описание", + "descriptionSizeHint": "Описание не может быть длиннее 10 000 символов.", + "developerLabel": "Разработчик", + "developerSizeHint": "Максимальная длина имени разработчика — 256 символов.", + "disable": "Отключить", + "disabled": "Отключено", + "displayNameLabel": "Имя", + "displayVersionHint": "Введите версию проекта", + "displayVersionLabel": "Версия приложения", + "displayVersionLengthCheck": "Длина версии просмотра не должна превышать 130 символов", + "eBookCategoryNameLabel": "Имя по умолчанию", + "emailAccount": "Имя учетной записи электронной почты", + "emailAccountHint": "например, корпоративная электронная почта", + "emailAccountInfoBalloon": "Укажите отображамое имя учетной записи электронной почты, которое появится на устройствах пользователей", + "emailAddressAttribute": "Атрибут адреса электронной почты из AAD", + "emailAddressInfoBalloon": "Укажите адрес электронной почты, который будет использоваться для отправки и получения почты", + "emailServer": "Сервер электронной почты", + "emailServerHint": "Пример: mail.contoso.com", + "emailServerInfoBalloon": "Укажите имя узла Exchange Server", + "enable": "Включить", + "enableSMime": "Включить S/MIME", + "enabled": "Включено", + "encryptAllEmails": "Шифровать все электронные письма", + "encryptionCertificates": "Сертификаты шифрования", + "endUserNotifications": "Уведомления для конечных пользователей", + "enrollmentTypeLabel": "Тип регистрации устройства", + "externalRecipients": "MailTip внешних получателей", + "externalRecipientsInfoBalloon": "Подсказка о внешних получателях отображается, если отправитель письма добавляет внешнего получателя либо группу рассылки, содержащую таких получателей. Она информирует отправителей о том, получит ли письмо кто-то за пределами организации, и помогает выбрать подходящие формулировки, тон и содержимое. Доступно только для учетных записей Exchange Online и локальных учетных записей с современной гибридной проверкой подлинности. Если не настроить эту функцию, по умолчанию она будет включена для приложения.", + "focusedInbox": "Сортировка почты", + "focusedInboxInfoBalloon": "Сортировка почты позволяет разделить папку \"Входящие\" на две вкладки: \"Отсортированные\" (где будут самые важные письма) и \"Прочее\" (куда попадает, чтобы не мешаться, все остальное). Если не настроить эту функцию, по умолчанию она будет для приложения включена. ", + "fullScreenEnabledLabel": "Полноэкранный режим", + "gmailNineAmountOfEmail": "Объем синхронизируемой электронной почты", + "gmailNineAuthenticationMethodInfoBalloon": "Выберите способ проверки подлинности пользователей на сервере электронной почты. Наиболее безопасным и удобным способом для пользователей являются сертификаты. Проверка подлинности на основе сертификатов еще не доступна, так как недоступны профили сертификатов SCEP и PKCS для устройств владельца устройства. ", + "gmailNineCertificateUPNInfoBalloon": "Сертификат должен содержать имя субъекта-пользователя (UPN) в качестве альтернативного имени субъекта.", + "gmailNineEmailAddressInfoBalloon": "Атрибут, получаемый Intune из Azure AD для динамического создания адреса электронной почты, который будет использоваться этим профилем, например MyName@contoso.com (имя субъекта-пользователя). Дополнительные сведения об атрибутах AAD для профилей электронной почты.", + "gmailNineEmailServerInfoBalloon": "Расположение Exchange (URL-адрес) сервера электронной почты, к которому указанное приложение подключается для получения электронной почты.", + "gmailNineEmailSynchronizeInfoBalloon": "Контроль объема электронной почты, синхронизируемого клиентом.", + "gmailNineSSLInfoBalloon": "Включите SSL, чтобы защитить связь с сервером электронной почты.", + "gmailNineUsernameInfoBalloon": "Атрибут, получаемый Intune из Azure AD для динамического создания имени пользователя, которое будет использоваться этим профилем, например MyName@contoso.com (имя субъекта-пользователя) или MyName (имя пользователя). Дополнительные сведения об атрибутах AAD для профилей электронной почты.", + "ignoreManifestScope": "Игнорировать область манифеста", + "ignoreVersionDetection": "Игнорировать версию приложения", + "informationUrlLabel": "URL-адрес сведений", + "informationUrlSizeHint": "Максимальная длина URL-адреса информации — 1024 символа", + "installAsManaged": "Установить как управляемое", + "installationSourceLabel": "Тип приложения", + "installerTypeInfoBalloon": "Тип установщика пакета приложения.", + "installerTypeLabel": "Тип установщика", + "isFeatured": "Отображение этого приложения как рекомендуемого в Корпоративном портале", + "isMAMEnabledToggleLabel": "Да", + "lastModifiedDateTime": "Время последнего обновления", + "ldapUrl": "URL-адрес LDAP", + "licensingType": "Поддерживает назначение контекста устройства", + "microsoft": "Microsoft", + "minimumOperationSystem": "Минимальная версия операционной системы", + "modernAuth": "Современная проверка подлинности", + "nameHint": "Введите имя", + "nameLabel": "Имя", + "nameSizeHint": "Максимальная длина имени — 512 символов.", + "notConfigured": "Не настроено", + "notesLabel": "Заметки", + "notesSizeHint": "Максимальная длина текста заметок — 1024 символа.", + "notificationType": "Тип уведомления", + "oneDay": "Один день", + "oneMonth": "Один месяц", + "oneWeek": "Одна неделя", + "outlookSMimeSettings": "Параметры S/MIME Outlook", + "ownerLabel": "имя владельца;", + "ownerSizeHint": "Максимальная длина имени владельца — 256 символов.", + "packageIdLabel": "Идентификатор пакета", + "packageNameLabel": "Имя пакета", + "pivCredentialNotConfigured": "Вы не выбрали издателя производных учетных данных для своего клиента. Это необходимо сделать для успешного применения политики к устройствам.", + "platformLabel": "Платформа", + "policyDescriptionLabel": "Описание", + "policyNameLabel": "Имя", + "preComposedIconEnabled": "Предварительная компиляция", + "primarySMTPAddress": "Первичный SMTP-адрес", + "privacyUrlLabel": "URL-адрес политики конфиденциальности", + "publisherHint": "Введите имя издателя", + "publisherLabel": "Издатель", + "publisherSizeHint": "Длина имени издателя должна составлять от 2 до 1024 символов (включительно)", + "require": "Требовать", + "requireBiometrics": "Требовать биометрию для доступа к приложению", + "sAMAccountName": "SamAccountName", + "scopeTagsRequired": "Требуется как минимум один тег области.", + "searchAppLabel": "Выбрать приложение", + "searchAppLinkText": "Поиск в App Store", + "searchWinGetPublicRepositoryLinkText": "Поиск в репозитории сообщества диспетчера пакетов Windows", + "searchWinGetStoreRepositoryLinkText": "Поиск в приложении Microsoft Store (новое)", + "selectAAD": "Выберите атрибут AAD", + "selectAppFileLabel": "Выбрать файл", + "selectAppFileLinkText": "Выберите файл пакета приложения", + "selectAppFileToUpdateLabel": "Выберите файл для обновления", + "selectAuthMethod": "Выбрать способ проверки подлинности", + "selectAuthType": "Выберите тип проверки подлинности", + "selectCatalogAppLabel": "Выбрать приложение", + "selectCatalogAppLinkText": "Поиск в каталоге приложений для Windows (Win32)", + "selectCertificate": "Выберите сертификат", + "signAllEmails": "Подписать все электронные письма", + "signingCertificates": "Сертификаты подписи", + "ssl": "SSL", + "suiteDescriptionLabel": "Описание набора", + "suiteNameLabel": "Имя набора", + "targetApplicationBundleIdentifier": "Идентификатор набора конечных приложений", + "targetedPlatformsLabel": "Целевая платформа", + "tasks": "Задачи", + "threeDays": "Три дня", + "totalLicenseCount": "Всего лицензий", + "twoWeeks": "Две недели", + "unifiedAssignmentsLabel": "Кому назначить:", + "unlimited": "Без ограничений", + "urlHint": "Укажите допустимый URL-адрес.", + "useManagedBrowserHint": "Только для Android и iOS. Подробнее...", + "useManagedBrowserLabel": "Требовать Managed Browser, чтобы открыть эту ссылку", + "userPrinicipalName": "Имя субъекта-пользователя", + "username": "Имя пользователя", + "usernameAttribute": "Атрибут имени пользователя из AAD", + "usernameAttributreInfoBalloon": "Укажите имя субъекта-пользователя для профиля электронной почты, который будет использоваться для проверки подлинности учетной записи", + "usernamePassword": "Имя пользователя и пароль", + "webAppUrlHint": "Введите допустимый URL-адрес, начинающийся с http:// или https://", + "webAppUrlLabel": "URL-адрес приложения", + "webAppUrlSizeHint": "Максимальная длина URL-адреса приложения составляет 1024 символа", + "windowsUrlValidation": "Введите допустимый URL-адрес, аналогичный следующему: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm.", + "xMLDataEntered": "Введенные данные XML", + "xmlFormatInvalid": "Формат политики XML недопустим.", + "xmlTooLarge": "Размер входных данных должен быть менее 1 МБ." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Не удалось удалить {0}", @@ -8432,374 +8847,13 @@ "modifying": "Выполняется удаление {0}", "success": "{0} удалено" }, - "Included": { - "none": "Облачные приложения, действия или контексты проверки подлинности не выбраны.", - "plural": "Включено контекстов проверки подлинности: {0}.", - "singular": "Включен один контекст проверки подлинности." - }, - "InfoBlade": { - "createTitle": "Добавление контекста проверки подлинности", - "deleteDisallowed": "Невозможно удалить этот контекст проверки подлинности, пока на него ссылаются политики условного доступа.", - "descPlaceholder": "Добавьте описание для контекста проверки подлинности", - "modifyTitle": "Изменение контекста проверки подлинности", - "namePlaceholder": "Пример: доверенное расположение, доверенное устройство, строгая авторизация", - "publishDesc": "Публикация в приложениях сделает контекст проверки подлинности доступным для использования приложениями. Публикация после завершения настройки политики условного доступа для тега. [Дополнительные сведения][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966.", - "publishLabel": "Публикация в приложениях", - "titleDesc": "Настройте контекст проверки подлинности, который будет использоваться для защиты данных и действий приложения. Используйте имена и описания, которые могут быть понятны администраторам приложений. [Дополнительные сведения][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965.", - "unpublishWarning": "Отмена публикации этого контекста проверки подлинности может привести к утрате доступа к ресурсу, который защищен этим контекстом проверки подлинности." - }, "Notify": { "failure": "Не удалось обновить {0}", "modifying": "Изменение: {0}.", "success": "Изменено: {0}." }, - "WhatIf": { - "selected": "Включен контекст проверки подлинности" - }, - "addNewStepUp": "Новый контекст проверки подлинности", - "bannerText": "Создавайте собственные значения контекста проверки подлинности и политики условного доступа с помощью Azure AD Premium", - "checkBoxInfo": "Выберите контексты проверки подлинности, к которым будет применяться эта политика.", - "configure": "Настройка контекстов проверки подлинности", - "createCA": "Назначение политик условного доступа для контекста проверки подлинности", - "dataGrid": "Список контекстов проверки подлинности", - "deleteFailedByReference": "Невозможно удалить этот контекст проверки подлинности, так как на него ссылаются политики ЦС.", - "description": "Описание", - "documentation": "Документация", - "getStarted": "Начало работы", - "label": "Контекст проверки подлинности", - "menuLabel": "Контекст проверки подлинности", - "name": "Имя", - "noAuthContextConfigured": "Контексты проверки подлинности не настроены.", - "noAuthContextSet": "Контекстов проверки подлинности не существует", - "noData": "Нет контекстов проверки подлинности для отображения.", - "selectionInfo": "Контекст проверки подлинности используется для защиты данных и действий в таких приложениях, как SharePoint и Microsoft Cloud App Security.", - "step": "Шаг", - "tabDescription": "Управляйте контекстом проверки подлинности для защиты данных и действий в ваших приложениях. Контексты проверки подлинности невозможно удалить, если на них ссылаются политики условного доступа. [Подробнее][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Установка тегов ресурсов в контексте проверки подлинности" + "menuLabel": "Контекст проверки подлинности" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (вход с помощью телефона)", - "email": "Одноразовый секретный код, отправляемый по электронной почте", - "federatedMultiFactor": "Федеративная многофакторная", - "federatedSingleFactor": "Один федеративный фактор", - "fido2": "Ключ безопасности FIDO2", - "hardwareOath": "Аппаратные маркеры OATH", - "hardwareOathEmail": "Аппаратный маркер OATH + одноразовый секретный код, отправляемый по электронной почте", - "hardwareOathFederatedSingleFactor": "Федеративная однофакторная проверка и аппаратный маркер OATH", - "microsoftAuthenticatorPush": "Microsoft Authenticator (push-уведомление)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (push-уведомление) + одноразовый секретный код, отправляемый по электронной почте", - "microsoftAuthenticatorPushFederatedSingleFactor": "Один федеративный фактор и Microsoft Authenticator (push-уведомление)", - "none": "Нет", - "password": "Пароль", - "passwordHardwareOath": "Пароль + аппаратный маркер OATH", - "passwordMicrosoftAuthenticatorPush": "Пароль + Microsoft Authenticator (push-уведомление)", - "passwordSms": "Пароль + SMS", - "passwordSoftwareOath": "Пароль + программный маркер OATH", - "passwordVoice": "Пароль + голос", - "passwordX509CertificateMultiFactor": "Пароль и проверка подлинности на основе сертификата (многофакторная)", - "passwordX509CertificateSingleFactor": "Пароль и проверка подлинности на основе сертификата (однофакторная)", - "sms": "SMS", - "smsEmail": "SMS + одноразовый секретный код, отправляемый по электронной почте", - "smsFederatedSingleFactor": "Один федеративный фактор и SMS-сообщение", - "softwareOath": "Программные маркеры OATH", - "softwareOathEmail": "Программный маркер OATH + одноразовый секретный код, отправляемый по электронной почте", - "softwareOathFederatedSingleFactor": "Федеративная однофакторная проверка и программный маркер OATH", - "temporaryAccessPassMultiUse": "Временный секретный код (многоразовый)", - "temporaryAccessPassOneTime": "Временный секретный код (одноразовый)", - "voice": "Голосовая связь", - "voiceEmail": "Голос + одноразовый секретный код, отправляемый по электронной почте", - "voiceFederatedSingleFactor": "Один федеративный фактор и голосовая связь", - "windowsHelloForBusiness": "Windows Hello для бизнеса", - "x509CertificateMultiFactor": "Проверка подлинности на основе сертификата (многофакторная)", - "x509CertificateSingleFactor": "Проверка подлинности на основе сертификата (однофакторная)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Блокировка загрузок (предварительная версия)", - "monitorOnly": "Только мониторинг (предварительная версия)", - "protectDownloads": "Защита загрузок (предварительная версия)", - "useCustomControls": "Использовать пользовательскую политику…" - }, - "ariaLabel": "Выберите тип управления условным доступом к приложениям, который необходимо применить." - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "ИД приложения: {0}" - }, - "LowerGrid": { - "ariaLabel": "Список выбранных облачных приложений" - }, - "UpperGrid": { - "ariaLabel": "Список облачных приложений, соответствующих условию поиска" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Необходимо выбрать по крайней мере одно расположение в поле \"Выбранные расположения\".", - "selector": "Выберите по меньшей мере одно расположение" - }, - "privateLinksInfo": "Приватный канал для Azure AD лучше всего подходит для служб Azure. Убедитесь, что участники, к которым применяется эта политика, не требуют обращения к каким-либо общедоступным службам, таким как M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Необходимо выбрать по крайней мере одного из следующих клиентов." - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Эта политика применяется только к браузеру и современным приложениям проверки подлинности. Чтобы применить политику ко всем клиентским приложениям, включите условие клиентского приложения и выберите все клиентские приложения.", - "classicExperience": "Так как эта политика создана, конфигурация клиентских приложений по умолчанию была обновлена.", - "legacyAuth": "Если параметр не настроен, политики применяются ко всем клиентским приложениям, в том числе с современной и устаревшей проверкой подлинности." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Атрибут", - "placeholder": "Выберите атрибут" - }, - "Configure": { - "infoBalloon": "Настройте фильтры устройств, к которым нужно применить политику." - }, - "NoPermissions": { - "learnMoreAria": "Дополнительная информация о разрешениях на использование настраиваемых атрибутов безопасности.", - "message": "У вас нет разрешений, необходимых для использования настраиваемых атрибутов безопасности." - }, - "gridHeader": "С помощью настраиваемых атрибутов безопасности можно использовать построитель правил или текстовое поле синтаксиса правил для создания или изменения правил фильтрации. В предварительной версии поддерживаются только атрибуты типа String. Атрибуты типа Integer или Boolean не будут отображаться.", - "learnMoreAria": "Дополнительная информация об использовании построителя правил и текстового поля синтаксиса.", - "noAttributes": "Нет настраиваемых атрибутов, доступных для фильтрации. Чтобы использовать этот фильтр, настройте какие-нибудь атрибуты.", - "title": "Редактирование фильтра (предварительный просмотр)" - }, - "CloudAppsUserActions": { - "any": "Любое облачное приложение или действие", - "infoBalloon": "Облачное приложение или действие пользователя, которое нужно протестировать. Например, \"SharePoint Online\".", - "learnMore": "Управляйте доступом на основе всех или только некоторых облачных приложений или действий.", - "learnMoreB2C": "Управляйте доступом на основе всех или только некоторых облачных приложений.", - "learnMoreNetworkAccess": "Управляйте доступом на основе всего или определенного трафика доступа к сети, облачных приложений или действий.", - "title": "Облачные приложения или действия" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Список исключенных облачных приложений" - }, - "Filter": { - "configured": "Настроено", - "label": "Редактирование фильтра (предварительный просмотр)", - "with": "{0} с {1}" - }, - "Included": { - "gridAria": "Список включенных облачных приложений" - }, - "Validation": { - "authContext": "Для варианта \"Контекст проверки подлинности\" необходимо настроить по крайней мере один вложенный элемент.", - "networkAccess": "С параметром \"Доступ к сети\" необходимо настроить по крайней мере один профиль трафика.", - "selectApps": "Необходимо настроить \"{0}\"", - "selector": "Выберите по меньшей мере одно приложение.", - "userActions": "Для варианта \"Действия пользователя\" необходимо настроить по крайней мере один вложенный элемент." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Управление доступом пользователя, когда состояние устройства, с которого входит пользователь, отличается от \\\"с гибридным присоединением к Azure AD\\\" или \\\"помеченное как соответствующее требованиям\\\".\n Этот параметр не рекомендуется. Вместо этого используйте \\\"{1}\\\"." - } - }, - "Errors": { - "notFound": "Политика не найдена или была удалена.", - "notFoundDetailed": "Политика \"{0}\" больше не существует. Возможно, она удалена." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Все", - "b2bCollaborationGuestLabel": "Гостевые пользователи Совместной работы B2B", - "b2bCollaborationMemberLabel": "Пользователи-участники Совместной работы B2B", - "b2bDirectConnectUserLabel": "Пользователи прямого соединения B2B", - "enumeratedExternalTenantsError": "Выберите по крайней мере один внешний клиент", - "enumeratedExternalTenantsLabel": "Выбрать", - "externalTenantsLabel": "Укажите внешние организации Azure AD", - "externalUserDropdownLabel": "Выберите типы гостевых или внешних пользователей", - "externalUsersError": "Выберите хотя бы один тип внешнего гостя или пользователя", - "guestOrExternalUsersInfoContent": "Включает Совместную работу B2B, прямое соединение B2B и другие типы внешних пользователей.", - "guestOrExternalUsersLabel": "Гостевые или внешние пользователи", - "internalGuestLabel": "Локальные гостевые пользователи", - "otherExternalUserLabel": "Другие внешние пользователи", - "previewTag": "{0} (предварительная версия)", - "serviceProviderUsersLabel": "Пользователи поставщика услуг" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Метод поиска по стране или региону", - "gps": "Определение расположения по GPS-координатам", - "info": "Если настроено условие расположения политики условного доступа, приложение Authenticator будет запрашивать у пользователей общий доступ к их GPS-координатам. ", - "ip": "Определение расположения по IP-адресам (только IPv4-адреса)" - }, - "Header": { - "new": "Новое расположение ({0})", - "update": "Изменение расположения ({0})" - }, - "IP": { - "learn": "Настройте диапазоны адресов IPv4 и IPv6 для именованного расположения.\n[Дополнительные сведения][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Неизвестные страны или регионы имеют IP-адреса, не связанные с определенной страной или регионом. [Дополнительные сведения][1]\n\nВ их число входят:\n* адреса IPv6;\n* адреса IPv4 без прямого сопоставления.\n[1]: https://aka.ms/canamedlocations\n", - "label": "Включить неизвестные страны и регионы" - }, - "Name": { - "empty": "Имя не может быть пустым.", - "placeholder": "Назвать это расположение" - }, - "PrivateLink": { - "learn": "Создайте новое именованное расположение, содержащее приватные каналы для Azure AD. \n[Подробнее][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Поиск стран и регионов", - "names": "Поиск по именам", - "privateLinks": "Искать приватные каналы" - }, - "Trusted": { - "label": "Отметить как надежное расположение" - }, - "enter": "Введите новый диапазон IPv4 или IPv6", - "example": "Пример: 40.77.182.32/27 или 2a01:111::/32" - }, - "Label": { - "addCountries": "Расположение в странах", - "addIpRange": "Расположение в диапазонах IP-адресов", - "addPrivateLink": "Приватные каналы Azure" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Не удалось создать расположение ({0}).", - "title": "Сбой создания" - }, - "InProgress": { - "description": "Создание нового расположения ({0}).", - "title": "Идет создание" - }, - "Success": { - "description": "Расположение создано ({0}).", - "title": "Создание выполнено" - } - }, - "Delete": { - "Failed": { - "description": "Не удалось удалить расположение ({0}).", - "title": "Сбой удаления" - }, - "InProgress": { - "description": "Удаление расположения ({0}).", - "title": "Идет удаление" - }, - "Success": { - "description": "Расположение удалено ({0}).", - "title": "Удаление выполнено" - } - }, - "Update": { - "Failed": { - "description": "Не удалось изменить расположение ({0}).", - "title": "Сбой изменения" - }, - "InProgress": { - "description": "Изменение расположения ({0}).", - "title": "Выполняется изменение" - }, - "Success": { - "description": "Расположение изменено ({0}).", - "title": "Изменение выполнено" - } - } - }, - "PrivateLinks": { - "grid": "Список приватных каналов" - }, - "Trusted": { - "title": "Доверенный тип", - "trusted": "Надежный" - }, - "Type": { - "all": "Все типы", - "countries": "Страны", - "ipRanges": "Диапазоны IP-адресов", - "privateLinks": "Приватные каналы", - "title": "Тип расположения" - }, - "iPRangeInvalidError": "Значение должно быть допустимым диапазоном адресов IPv4 или IPv6.", - "iPRangeLinkOrSiteLocalError": "IP-сеть определена как локальная ссылка или локальный адрес сайта.", - "iPRangeOctetError": "IP-сеть не должна начинаться с 0 или 255.", - "iPRangePrefixError": "Префикс IP-адресов сети должен находиться в диапазоне от /{0} до /{1}.", - "iPRangePrivateError": "IP-сеть определена как частный адрес." - }, - "NamedNetwork": { - "List": { - "gridAria": "Список именованных расположений" - } - }, - "NetworkAccess": { - "Included": { - "none": "Целевые ресурсы не выбраны", - "plural": "Выбрано профилей трафика: {0}", - "singular": "Выбран 1 профиль трафика" - }, - "internetOptionText": "Общедоступный трафик", - "label": "Доступ к сети (предварительный просмотр)", - "m365OptionText": "Трафик M365", - "privateOptionText": "Частный трафик", - "selectTrafficProfilesLabel": "Выберите профили трафика, к которым применяется эта политика", - "targetResourcesBalloonContext": "Целевые ресурсы", - "targetResourcesSelectorTitle": "Целевые ресурсы", - "trafficProfilesLearnMoreTooltip": "Чтобы просмотреть дополнительные профили трафика, добавьте дополнительные лицензии NaaS.", - "ztnaEnableLearnMore": "Для использования элементов управления доступом к сети необходимо включить облачный периметр \\\"Никому не доверяй\\\". " - }, - "Policies": { - "Grid": { - "aria": "Список политик условного доступа" - }, - "countText": "Обнаружено политик: {0} из {1}.", - "countTextSingular": "Обнаружено политик: {0} из 1.", - "search": "Поиск политик" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Настройка уровней риска субъекта-службы, необходимых для применения политики​", - "infoBalloonContent": "Настройка применения политики к выбранным уровням риска субъекта-службы", - "title": "Риск субъекта-службы" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Настройте обнаружение рисков, чтобы применить политику к выбранным обнаружениям рисков при входе в режиме реального времени." - }, - "LearnMore": { - "message": "Управляйте доступом пользователей для реагирования на определенные уровни риска при входе в режиме реального времени." - }, - "description": "Это условие выполняется, если любое из включенных обнаружений рисков выявляет риск. Это не влияет на вычисление уровня риска при входе.", - "header": "Встроенные обнаружения рисков в режиме реального времени", - "info": "Обнаружения, которые выявляют риски при входе в систему.", - "label": "Обнаружение рисков при входе (предварительная версия)", - "title": "Обнаружение рисков входа" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Сочетания методов, удовлетворяющих строгой проверке подлинности, например пароль + SMS", - "displayName": "Многофакторная проверка подлинности" - }, - "Passwordless": { - "description": "Методы без пароля, удовлетворяющие строгой проверке подлинности, например Microsoft Authenticator ", - "displayName": "Многофакторная проверка подлинности без пароля" - }, - "PhishingResistant": { - "description": "Методы защиты от фишинга без пароля для наиболее строгой проверки подлинности, такие как ключ безопасности FIDO2", - "displayName": "Многофакторная проверка подлинности, устойчивая к фишингу" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Дополнительные сведения о требованиях к методам проверки подлинности, которым должны удовлетворять поставщики федерации.", "certificate": "Проверка подлинности на основе сертификата", @@ -8808,287 +8862,6 @@ "require": "Требовать федеративный метод проверки подлинности (предварительная версия)", "whatIfFormat": "{0} — {1}" }, - "PolicyState": { - "off": "Выкл.", - "on": "Вкл.", - "reportOnly": "Только отчет" - }, - "PolicyTemplates": { - "Devices": { - "description": "Выберите категорию шаблона политики устройств, чтобы получить сведения об устройствах, обращающихся к сети. Проверьте соответствие требованиям и состояния работоспособности перед предоставлением доступа.", - "name": "Устройства" - }, - "Identities": { - "description": "Выберите категорию шаблонов политик удостоверений для проверки и защиты каждого удостоверения с помощью надежной проверки подлинности во всей вашей цифровой среде.", - "name": "Удостоверения" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Все приложения", - "office365": "Office 365", - "registerSecurityInfo": "Регистрация сведений для защиты" - }, - "Conditions": { - "androidAndIOS": "Платформа устройства: Android и IOS", - "anyDevice": "Все устройства, кроме устройств с Android, iOS, Windows и macOS", - "anyDeviceStateExceptHybrid": "Любое состояние устройства, кроме \"Совместимо\" и \"С гибридным присоединением к Azure AD\"", - "anyLocation": "Любое расположение, кроме доверенного", - "browserMobileDesktop": "Клиентские приложения: браузер, мобильные приложения и клиенты для настольных компьютеров", - "exchangeActiveSync": "Клиентские приложения: Exchange Active Sync, другие клиенты", - "windowsAndMac": "Платформа устройства: Windows и Mac" - }, - "Devices": { - "anyDevice": "Любое устройство" - }, - "Grant": { - "appProtectionPolicy": "Требовать политику защиты приложений", - "approvedClientApp": "Требовать утвержденное клиентское приложение", - "blockAccess": "Блокировать доступ", - "mfa": "Требовать многофакторную проверку подлинности", - "passwordChange": "Требовать изменения пароля", - "requireCompliantDevice": "Требовать, чтобы устройство было отмечено как соответствующее требованиям", - "requireHybridAzureADDevice": "Требовать устройство с гибридным присоединением к Azure AD" - }, - "Session": { - "appEnforcedRestrictions": "Использовать ограничения, применяемые приложениями", - "signInFrequency": "Периодичность входа и никогда не сохраняемый сеанс браузера" - }, - "UsersAndGroups": { - "allUsers": "Все пользователи", - "directoryRoles": "Роли каталога, кроме текущего администратора", - "globalAdmin": "Глобальный администратор", - "noGuestAndAdmins": "Все пользователи, кроме гостевых и внешних, глобальных администраторов и текущего администратора" - }, - "azureManagement": "Управление Azure", - "deviceFilters": "Фильтры для устройств", - "devicePlatforms": "Платформы устройств" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Заблокируйте или ограничьте доступ к содержимому SharePoint, OneDrive и Exchange с неуправляемых устройств.", - "name": "CA014: Использование принудительных ограничений со стороны приложения для неуправляемых устройств", - "title": "Использование принудительных ограничений приложения для неуправляемых устройств" - }, - "ApprovedClientApps": { - "description": "Чтобы предотвратить потерю данных, организации могут ограничить доступ к утвержденным клиентским приложениям с современной проверкой подлинности с помощью средства защиты приложений Intune.", - "name": "CA012: Требование утвержденных клиентских приложений и защиты приложений", - "title": "Требование утвержденных клиентских приложений и защиты приложений" - }, - "BlockAccessOnUnknowns": { - "description": "Пользователям будет заблокирован доступ к ресурсам компании, если тип устройства неизвестен или не поддерживается.", - "name": "CA010: Блокировка доступа для неизвестной или неподдерживаемой платформы устройства", - "title": "Блокировка доступа для неизвестной или неподдерживаемой платформы устройства" - }, - "BlockLegacyAuth": { - "description": "Заблокируйте устаревшие конечные точки проверки подлинности, которые можно использовать для обхода многофакторной проверки подлинности. ", - "name": "CA003: Блокировка устаревшей проверки подлинности", - "title": "Блокировка устаревшей проверки подлинности" - }, - "NoPersistentBrowserSession": { - "description": "Защитите доступ пользователей на неуправляемых устройствах, запретив им оставаться в системе после закрытия браузера и установив частоту входа в систему в 1 час.", - "name": "CA011: Сеанс браузера не сохраняется", - "title": "Сеанс браузера не сохраняется" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Потребуйте, чтобы привилегированные администраторы получали доступ к ресурсам только при использовании соответствующего требованиям устройства или устройства с гибридным присоединением к Azure AD.​", - "name": "CA009: требовать совместимое устройство или устройство с гибридным присоединением к Azure AD для администраторов", - "title": "Требовать совместимое устройство или устройство с гибридным присоединением к Azure AD для администраторов" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Защитите доступ к ресурсам организации: требуйте, чтобы пользователи использовали управляемое устройство или проходили многофакторную проверку подлинности (только macOS и Windows).", - "name": "CA013: требовать соответствующее устройство, устройство с гибридным присоединением к Azure AD или многофакторную проверку подлинности для всех пользователей", - "title": "Требовать использовать соответствующие устройства, устройства с гибридным присоединением к Azure AD или многофакторную проверку подлинности для всех пользователей" - }, - "RequireMFAAllUsers": { - "description": "Требовать использовать многофакторную проверку подлинности для всех учетных записей пользователей, чтобы снизить риск их компрометации.", - "name": "CA004: требовать многофакторную проверку подлинности для всех пользователей", - "title": "Требовать многофакторную проверку подлинности для всех пользователей" - }, - "RequireMFAForAdmins": { - "description": "Требовать многофакторную проверку подлинности для привилегированных учетных записей администраторов, чтобы снизить риск их компрометации. Эта политика действует для тех же ролей, что и политика \"Безопасность по умолчанию\".", - "name": "CA001: требовать многофакторную проверку подлинности для администраторов", - "title": "Требовать многофакторную проверку подлинности для администраторов" - }, - "RequireMFAForAzureManagement": { - "description": "Требовать многофакторную проверку подлинности для защиты привилегированного доступа к ресурсам Azure.", - "name": "CA006: требовать многофакторную проверку подлинности для управления Azure", - "title": "Требовать многофакторную проверку подлинности для управления Azure" - }, - "RequireMFAForGuestAccess": { - "description": "Требовать, чтобы гостевые пользователи проходили многофакторную проверку подлинности при доступе к ресурсам вашей организации.", - "name": "CA005: требовать многофакторную проверку подлинности для гостевого доступа", - "title": "Требовать многофакторную проверку подлинности для гостевого доступа" - }, - "RequireMFAForRiskySignIn": { - "description": "Требовать многофакторную проверку подлинности при среднем или высоком риске при входе. (Требуется лицензия Azure AD Premium 2)", - "name": "CA007: требовать многофакторную проверку подлинности при рискованном входе", - "title": "Требовать многофакторную проверку подлинности при рискованном входе" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Требовать, чтобы пользователь изменил свой пароль, если риск для пользователя является высоким. (Требуется лицензия Azure AD Premium 2)", - "name": "CA008: Требование смены пароля для пользователей с высоким уровнем риска", - "title": "Требование смены пароля для пользователей с высоким уровнем риска" - }, - "RequireSecurityInfo": { - "description": "Защитите пользователей при регистрации для использования многофакторной проверки подлинности Azure AD и пароля самообслуживания. ", - "name": "CA002: Обеспечение безопасности при регистрации сведений для защиты", - "title": "Обеспечение безопасности при регистрации сведений для защиты" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Включение этой политики приведет к блокировке доступа с устройств неизвестного типа. Используйте режим \"Только отчет\", пока не убедитесь, что эти изменения не повлияют на ваших пользователей." - }, - "BlockLegacyAuth": { - "description": "Используйте режим \"Только отчет\", пока не убедитесь, что эти изменения не повлияют на ваших пользователей.", - "title": "Включение этой политики приведет к блокировке устаревшей проверки подлинности для всех пользователей." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Используйте режим \"Только отчет\", пока не убедитесь, что эти изменения не повлияют на ваших привилегированных пользователей.", - "reportOnly": "Политики в режиме \"Только отчет\", которые требуют, чтобы устройства соответствовали требованиям, могут предлагать пользователям устройств с macOS, iOS и Android выбрать сертификат устройства во время проверки, даже если политика соответствия требованиям не применяется. Эти запросы могут повторяться до тех пор, пока устройство не будет соответствовать требованиям." - }, - "Title": { - "on": "Включение этой политики приведет к блокировке доступа привилегированных пользователей, если только они не будут использовать управляемое устройство, например соответствующее требованиям или с гибридным присоединением к Azure AD. Перед включением этой политики убедитесь, что настроены политики соответствия требованиям или включена конфигурация гибридной службы Azure AD.", - "reportOnly": "Перед включением этой политики убедитесь, что настроены политики соответствия требованиям или включена конфигурация гибридной службы Azure AD." - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Эта политика затронет всех пользователей, кроме текущего администратора, вошедшего в систему. Используйте режим \"Только отчет\", пока не убедитесь, что эти изменения не повлияют на ваших пользователей." - }, - "Title": { - "on": "Не лишайте себя доступа! Убедитесь, что ваше устройство соответствует требованиям, присоединено к Azure AD по гибридной модели или использует многофакторную проверку подлинности. ", - "reportOnly": "Политики в режиме \"Только отчет\", которые требуют, чтобы устройства соответствовали требованиям, могут предлагать пользователям устройств с macOS, iOS и Android выбрать сертификат устройства во время проверки, даже если политика соответствия требованиям не применяется. Эти запросы могут повторяться до тех пор, пока устройство не будет соответствовать требованиям." - } - }, - "RequireMfa": { - "description": "При использовании учетных записей экстренного доступа или службы Azure AD Connect для синхронизации локальных объектов может потребоваться исключить эти учетные записи из этой политики после ее создания." - }, - "RequireMfaAdmins": { - "description": "Обратите внимание, что текущая учетная запись администратора будет автоматически исключена, но все остальные учетные записи будут защищены при создании политики. Для начала используйте режим \"Только отчет\".", - "title": "Не заблокируйте себя! Эта политика влияет на портал Azure." - }, - "RequireMfaAllUsers": { - "description": "Используйте режим \"Только отчет\", пока не запланируете внесение этих изменений и не сообщите о них всем пользователям.", - "title": "Включение этой политики приведет к принудительному применению многофакторной проверки подлинности для всех пользователей." - }, - "RequireSecurityInfo": { - "description": "Проверьте конфигурацию, чтобы защитить эти учетные записи в соответствии с потребностями вашей организации.", - "title": "Из этой политики исключены следующие пользователи и роли: гости и внешние пользователи, глобальные администраторы и текущий администратор" - } - }, - "basics": "Основные сведения", - "clientApps": "Клиентские приложения", - "cloudApps": "Облачные приложения", - "cloudAppsOrActions": "Облачные приложения или действия ", - "conditions": "Условия ", - "createNewPolicy": "Создание новой политики на основе шаблонов (предварительная версия)", - "createPolicy": "Создание политики", - "currentUser": "Текущий пользователь", - "customizeBuild": "Настройка сборки", - "customizeTemplate": "Списки шаблонов настраиваются на основе типа создаваемой политики", - "excludedDevicePlatform": "Исключенные платформы устройств", - "excludedDirectoryRoles": "Исключенные роли каталога", - "excludedLocation": "Исключенные роли каталога", - "excludedUsers": "Исключенные пользователи", - "grantControl": "Предоставление управления ", - "includeFilteredDevice": "Добавить отфильтрованные устройства в политику", - "includedDevicePlatform": "Добавленные платформы устройств", - "includedDirectoryRoles": "Добавленные роли каталога", - "includedLocation": "Добавленное расположение", - "includedUsers": "Добавленные пользователи", - "legacyAuthenticationClients": "Клиенты с устаревшими способами проверки подлинности", - "namePolicy": "Назвать политику", - "needAdPremiumMessage": "Для использования этой возможности требуется подписка на Azure AD Premium.", - "next": "Далее", - "policyName": "Имя политики", - "policyState": "Состояние политики", - "policySummary": "Сводка по политике", - "policyTemplate": "Шаблон политики", - "previous": "Назад", - "reviewAndCreate": "Проверка и создание", - "riskLevels": "Уровни риска", - "selectATemplate": "Выбор шаблона", - "selectTemplate": "Выбор шаблона", - "selectTemplateCategory": "Выберите категорию шаблона", - "selectTemplateRecommendation": "Рекомендуется использовать следующие шаблоны на основе вашего отклика", - "sessionControl": "Управление сеансом ", - "signInFrequency": "Частота попыток входа", - "signInRisk": "Риск при входе", - "template": "Шаблон ", - "templateCategory": "Категория шаблона", - "userRisk": "Риск пользователя", - "usersAndGroups": "Пользователи и группы ", - "viewPolicySummary": "Просмотр сводки политики " - }, - "SSM": { - "MemberSelector": { - "description": "Пользователи и группы" - }, - "Notification": { - "Migration": { - "error": "Не удалось перенести параметры Непрерывной оценки доступа в политики условного доступа.", - "inProgress": "Выполняется перенос параметров Непрерывной оценки доступа.", - "success": "Параметры Непрерывной оценки доступа успешно перенесены в политики условного доступа.", - "successDescription": "Перейдите к политикам условного доступа, чтобы просмотреть перенесенные параметры во вновь созданной политике с именем \"Политика условного доступа, созданная на основе параметров Непрерывной оценки доступа\"." - }, - "error": "Не удалось обновить параметры Непрерывной оценки доступа.", - "inProgress": "Выполняется обновление параметров Непрерывной оценки доступа.", - "success": "Параметры Непрерывной оценки доступа обновлены." - }, - "PreviewOptions": { - "disable": "Отключить предварительный просмотр", - "enable": "Включить предварительный просмотр" - }, - "StrictLocationEnforcement": { - "infoContent1": "IP-адреса одного клиентского устройства, определяемые Azure AD и поставщиком ресурсов, могут не совпадать из-за разделения сети или несоответствия между протоколами IPv4 и IPv6. Строгое принудительное применение для расположения обеспечит применение политики условного доступа на основе IP-адресов, определяемых и Azure AD, и поставщиком ресурсов.", - "infoContent2": "Чтобы обеспечить максимальную безопасность, рекомендуется включить в политику именованных расположений все IP-адреса, которые могут определяться и Azure AD, и поставщиком ресурсов, а также включить режим \"Строгое принудительное применение для расположения\".", - "label": "Строгое принудительное применение для расположения", - "title": "Дополнительные режимы принудительного применения" - }, - "bladeTitle": "Непрерывная оценка доступа", - "description": "При удалении доступа пользователя или изменении IP-адреса клиента Непрерывная оценка доступа автоматически блокирует доступ к ресурсам и приложениям практически в режиме реального времени. ", - "migrateLabel": "Миграция", - "migrationError": "Миграция не выполнена из-за следующей ошибки: {0}", - "migrationInfo": "Параметр CAE перемещен в раздел \"Пользовательский интерфейс условного доступа\". Выполните миграцию с помощью кнопки \"Перенести\" и настройте его позднее с помощью политики условного доступа. Щелкните здесь, чтобы получить дополнительные сведения.", - "noLicenseMessage": "Для настройки параметров интеллектуального управления сеансами используйте Azure AD Premium.", - "optionsPickerTitle": "Включить/отключить Непрерывную оценку доступа", - "upsellInfo": "Параметры на этой странице недоступны для изменений, и их следует игнорировать. Будут действовать предыдущие параметры. В дальнейшем вы сможете настроить параметры CAE в разделе \"Условный доступ\". Щелкните здесь, чтобы получить дополнительные сведения." - }, - "SamlReauth": { - "Filter": { - "warning": "Вы выбираете целевые приложения с помощью динамического запроса. Некоторые приложения могут не поддерживаться для использования с элементом управления сеансом \"Частота входа (каждый раз)\". {0}Дополнительные сведения о рекомендуемых сценариях.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Список выбранных организаций" - }, - "Upper": { - "gridAria": "Список доступных организаций" - }, - "addTenantLabel": "Добавить клиента в выбранный", - "customOrganizationDescription": "Добавить организацию с этим идентификатором клиента", - "description": "Добавьте организацию Azure AD, начав вводить одно из ее доменных имен", - "notFoundResult": "Не найдено", - "searchBoxPlaceholder": "Идентификатор клиента или имя домена", - "subTitle": "Организация Azure AD", - "tenantAdded": "Этот идентификатор клиента уже добавлен.", - "tenantIdNotFound": "Идентификатор клиента не найден" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Идентификатор организации: {0}" - }, - "DisplayText": { - "multiple": "Выбрано организаций Azure AD: {0}", - "single": "Выбрана одна организация Azure AD" - }, - "gridAria": "Список выбранных организаций" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Изменить время существования сеанса", "mainOptionHelp": "Настройте частоту получения запросов пользователями и сохранение сеанса браузера. Приложения, которые не поддерживают современные протоколы проверки подлинности, могут не учитывать эти политики. В этом случае обратитесь к разработчику приложения." }, - "SigninRisk": { - "LearnMore": { - "message": "Управляйте доступом пользователей для реагирования на определенные уровни риска при входе в систему." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "Когда выбрано \"{0}\", условие \"{1}\" нельзя будет настроить." - }, - "description": "Уровень риска при входе рассчитывается на основе всех рисков, обнаруженных в режиме реального времени.", - "header": "Выберите уровень угрозы, связанной с входом, на который будет распространяться эта политика." - }, "SingleSelectorActive": { "failed": "Не удалось загрузить эти данные.", "reattempt": "Загрузка данных. Повторная попытка: {0} из {1}." }, - "TimeCondition": { - "Errors": { - "both": "Недопустимый диапазон времени для \"Включения\" или \"Исключения\".", - "daysOfWeek": "{0} Укажите как минимум один день недели.", - "endBeforeStart": "{0} Дата и время начала должны предшествовать дате и времени окончания.", - "exclude": "Недопустимый диапазон времени для \"Исключения\".", - "generic": "{0} Укажите дни недели и часовой пояс. Если не установлен флажок \"Весь день\", нужно также задать время начала и время окончания.", - "include": "Недопустимый диапазон времени для \"Включения\".", - "timeMissing": "{0} Укажите время начала и время окончания.", - "timeZone": "{0} Укажите часовой пояс.", - "timesAndZone": "{0} Укажите время начала, время окончания и часовой пояс." - } - }, - "UserActions": { - "Included": { - "none": "Облачные приложения или действия не выбраны.", - "plural": "Действий пользователя включено: {0}.", - "singular": "1 действие пользователя включено." - }, - "accessRequirement1": "Уровень 1", - "accessRequirement2": "Уровень 2", - "accessRequirement3": "Уровень 3", - "accessRequirementsLabel": "Доступ к защищенным данным приложений", - "appsActionsAuthTitle": "Облачные приложения, действия или контекст проверки подлинности", - "appsOrActionsSelectorInfoBallonText": "Доступ к приложениям или действия пользователей", - "appsOrActionsTitle": "Облачные приложения или действия", - "label": "Действия пользователя", - "mainOptionsLabel": "Выбрать объект, к которому будет применяться эта политика", - "registerOrJoinDevices": "Регистрация или присоединение устройств", - "registerSecurityInfo": "Регистрация сведений о безопасности", - "selectionInfo": "Выберите действие, к которому будет применяться эта политика", - "whatIf": "Включено действие пользователя" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Выбор ролей каталога" @@ -9197,88 +8925,6 @@ }, "learnMore": "Управляйте доступом в зависимости от того, к кому будет применяться политика, например к пользователям и группам, удостоверениям рабочей нагрузки, ролям каталогов или внешним гостям." }, - "ValidationResult": { - "blockEveryonePolicy": "Конфигурация политики не поддерживается. Ознакомьтесь с назначениями и механизмами управления.", - "invalidApplicationCondition": "Выбраны недопустимые облачные приложения", - "invalidClientTypesCondition": "Выбраны недопустимые клиентские приложения", - "invalidConditions": "Назначения не выбраны", - "invalidControls": "Выбраны недопустимые элементы управления", - "invalidDevicePlatformsCondition": "Выбраны недопустимые платформы устройств", - "invalidDevicesCondition": "Недопустимая конфигурация устройства. Вероятно, конфигурация \"{0}\" является недопустимой.", - "invalidGrantControlPolicy": "Недопустимое предоставление управления", - "invalidLocationsCondition": "Выбраны недопустимые расположения", - "invalidNetworkAccessSecurityPolicyId": "Политика, присоединенная к сетевому элементу управления сеансом, недопустима.", - "invalidPolicy": "Назначения не выбраны", - "invalidSessionControlPolicy": "Недопустимое управление сеансом", - "invalidSignInRisksCondition": "Выбран недопустимый риск, связанный с входом", - "invalidUserRisksCondition": "Выбран недопустимый риск для пользователя", - "invalidUsersCondition": "Выбраны недопустимые пользователи", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "Политика MAM может применяться к только клиентским платформам Android и iOS.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Политика сеансов доступа к сети работает правильно, только если выбран профиль трафика доступа к сети. Обновите раздел целевых ресурсов.", - "notSupportedCombination": "Конфигурация политики не поддерживается. Подробности о поддерживаемых политиках.", - "pending": "Проверка политики", - "requireComplianceEveryonePolicy": "Конфигурация политики потребует соответствия устройств всех пользователей требованиям. Проверьте выбранные назначения.", - "success": "Допустимая политика" - }, - "VpnCert": { - "Grid": { - "aria": "Список сертификатов VPN" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Чтобы сделать проверку подлинности максимально надежной, настройте параметры межклиентского доступа для принятия утверждений, поступающих от клиентов Azure AD, для внешних пользователей. Надежность проверки подлинности приведет к настройке только проверки подлинности второго фактора для внешних пользователей.", - "externalUsers": "Чтобы включить все встроенные факторы проверки подлинности, настройте параметры межклиентского доступа для принятия утверждений, поступающих из клиентов Azure AD для внешних пользователей." - }, - "combinedRegistration": "Для правильной работы включите объединенную регистрацию для параметра \"Требуемая надежность проверки подлинности\". Настоятельно рекомендуем включить ее для всех пользователей, а не только для отдельной группы.", - "compliantDeviceEnabled": "Не заблокируйте себя! Убедитесь, что ваше устройство соответствует требованиям.", - "domainJoinedDeviceEnabled": "Не заблокируйте себя! Убедитесь, что ваше устройство является устройством с гибридным присоединением к Azure AD.", - "notAvailableForSP": "Некоторые элементы управления недоступны из-за выбора \"{0}\" при назначении политики", - "requireAuthOrMfa": "\"{0}\" не может использоваться с \"{1}\".", - "requireMfa": "Попробуйте протестировать новую общедоступную предварительную версию \"{0}\"", - "requirePasswordChangeEnabled": "Вариант \"Требовать изменения пароля\" можно использовать только при назначении политики всем облачным приложениям." - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Политики в режиме только для отчета, которые требуют соответствия устройств, могут предлагать пользователям macOS, iOS, Android и Linux выбрать сертификат устройства.", - "excludeDevicePlatforms": "Исключите платформы устройств macOS, iOS, Android и Linux из этой политики.", - "proceedAnywayDevicePlatforms": "Продолжить с выбранной конфигурацией. При проверке устройства на соответствие требованиям пользователи macOS, iOS, Android и Linux могут получать запросы." - }, - "blockCurrentUserPolicy": "Не заблокируйте себя! Рекомендуем сначала применить политику к небольшому числу пользователей, чтобы проверить ее действие. Также рекомендуем исключить из нее хотя бы одного администратора. Тогда вы гарантируете себе возможность доступа к политике и, при необходимости, ее изменения. Просмотрите затронутых пользователей и приложения.", - "devicePlatformsReportOnlyPolicy": "Политики в режиме только для отчета, которые требуют соответствия устройств, могут предлагать пользователям macOS, iOS и Android выбрать сертификат устройства.", - "excludeCurrentUserSelection": "Текущий пользователь ({0}) будет исключен из этой политики.", - "excludeDevicePlatforms": "Исключите платформы устройств macOS, iOS и Android из этой политики.", - "proceedAnywayDevicePlatforms": "Продолжить с выбранной конфигурацией. При проверке устройства на соответствие требованиям пользователи macOS, iOS и Android могут получать запросы.", - "proceedAnywaySelection": "Я понимаю, что эта политика затронет мою учетную запись. Все равно продолжить." - }, - "ServicePrincipals": { - "blockExchange": "Выбор Office 365 Exchange Online также повлияет на такие приложения, как OneDrive и Teams.​", - "blockPortal": "Не заблокируйте себя! Эта политика затронет портал Azure. Прежде чем продолжить, убедитесь, что вы или другой пользователь сможете вернуться на портал.", - "blockPortalWithSession": "Не лишите себя доступа! Эта политика применяется к порталу Azure. Прежде чем продолжить, убедитесь в том, что вы или другой пользователь сможете вернуться на портал.
                          Не обращайте внимания на это предупреждение, если вы настраиваете политику постоянных сеансов браузера, которая действует правильно только при выборе варианта \"Все облачные приложения\".", - "blockSharePoint": "Выбор SharePoint Online затронет также такие приложения, как Microsoft Teams, Planner, Delve, MyAnalytics и Newsfeed.", - "blockSkype": "Выбор Skype для бизнеса Online также повлияет на Microsoft Teams.​", - "includeOrExclude": "Фильтр приложений можно настроить для \"{0}\" или \"{1}\", но не для обоих параметров.", - "selectAppsNAForSP": "Невозможно выбрать отдельные облачные приложения из-за выбора \"{0}\" в назначении политики", - "teamsBlocked": "Включение в политику таких приложений, как SharePoint Online и Exchange Online, также затронет Microsoft Teams." - }, - "Users": { - "blockAllUsers": "Не заблокируйте себя! Эта политика затрагивает всех пользователей. Политику рекомендуется применить сначала к небольшому числу пользователей, чтобы проверить ее поведение.", - "xtap": " Конфигурация \"Требовать факторы проверки подлинности\" в управлении предоставлением может быть недопустима для внешних пользователей." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Список атрибутов на устройстве, примененном при входе.", - "infoBalloon": "Список атрибутов на устройстве, примененном при входе." - } - }, - "noTenantSelected": "Клиент не выбран", - "selectOrganization": "Выбрать организацию", - "tenantIdWithPlaceholder": "Идентификатор клиента: {0}", - "tenantSelectionRequired": "Требуется клиент" - }, "advancedTabText": "Дополнительно", "allCloudAppsErrorBox": "Если выбрано предоставление разрешения \"Требовать изменения пароля\", необходимо выбрать \"Все облачные приложения\".", "allCloudAppsReauth": "Если выбран элемент управления сеансом \"Частота входа (каждый раз)\" и условие \"Риск входа\", необходимо выбрать \"Все облачные приложения\"", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 года", "vpncertDropdownTwoyearOption": "2 года", "wednesday": "Среда", - "whatIfAppEnforcedControl": "Использовать ограничения, применяемые приложениями", - "whatIfBladeDescription": "Проверка влияния условного доступа на пользователя при входе в определенных условиях.", - "whatIfBladeTitle": "Параметр \"What If\"", - "whatIfClassicPoliciesWarning": "Этот инструмент не оценивает классические политики.", - "whatIfClientAppInfo": "Клиентское приложение, откуда входит пользователь. Например, \"Браузер\".", "whatIfCountry": "Страна или регион", "whatIfCountryInfo": "Страна или регион, из которой входит пользователь.", "whatIfDevicePlatformInfo": "Платформа устройства, с которой пользователь входит в систему.", - "whatIfDeviceStateInfo": "Состояние устройства, с которого входит пользователь", "whatIfEnterIpAddress": "Введите IP-адрес (например: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Указан недопустимый адрес IP.", - "whatIfEvaResultApplication": "Облачные приложения", - "whatIfEvaResultClientApps": "Клиентское приложение", - "whatIfEvaResultDevicePlatform": "Платформа устройства", - "whatIfEvaResultEmptyPolicy": "Пустая политика", - "whatIfEvaResultInvalidCondition": "Недопустимое условие", - "whatIfEvaResultInvalidPolicy": "Недопустимая политика", - "whatIfEvaResultLocation": "Расположение", - "whatIfEvaResultNotEnoughInformation": "Недостаточно сведений", - "whatIfEvaResultPolicyNotEnabled": "Политика не включена", - "whatIfEvaResultSignInRisk": "Риск при входе", - "whatIfEvaResultUsers": "Пользователи и группы", "whatIfIpAddress": "IP-адрес", "whatIfIpAddressInfo": "IP-адрес, с которого пользователь входит в систему.", "whatIfIpCountryInfoBoxText": "При указании IP-адреса или страны или региона оба поля являются обязательными и должны правильно сопоставляться.", - "whatIfPolicyAppliesTab": "Политики, которые будут применяться", - "whatIfPolicyAppliesTabWithCount": "Применимые политики ({0})", - "whatIfPolicyDoesNotApplyTab": "Политики, которые не будут применяться", - "whatIfPolicyDoesNotApplyTabWithCount": "Неприменимые политики ({0})", - "whatIfReasons": "Причины, по которым эта политика не применяется", - "whatIfSelectClientApp": "Выберите клиентское приложение…", "whatIfSelectCountry": "Выберите страну или регион...", "whatIfSelectDevicePlatform": "Выберите платформу устройства...", "whatIfSelectPrivateLink": "Выберите приватный канал…", - "whatIfSelectServicePrincipalRisk": "Выбор риска субъект-службы...", "whatIfSelectSignInRisk": "Выберите риск входа…", - "whatIfSelectType": "Выберите тип удостоверения", - "whatIfSelectUserRisk": "Выберите пользовательский риск…", - "whatIfServicePrincipalRiskInfo": "Уровень риска, связанный с субъект-службой", "whatIfSignInRisk": "Риск при входе", "whatIfSignInRiskInfo": "Уровень риска, связанный со входом в систему", "whatIfUnknownAreas": "Неизвестные области", - "whatIfUserPickerLabel": "Выбранный пользователь", - "whatIfUserPickerNoRowsLabel": "Пользователи или субъекты-службы не выбраны", - "whatIfUserRiskInfo": "Связанный с пользователем уровень риска", - "whatIfUserSelectorInfo": "Пользователь в каталоге, которого вы хотите проверить", "windows365InfoBox": "Выбор Windows 365 повлияет на подключения к облачным компьютерам и узлам сеансов виртуальных рабочих столов Azure. Щелкните здесь для получения дополнительных сведений.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Для изменения этой политики требуется премиум-лицензия P1 или P2 удостоверений рабочей нагрузки.", "workloadIdentity": "Удостоверение рабочей нагрузки" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Фильтр", - "assignmentFilterTypeColumnHeader": "Режим фильтра", - "assignmentToast": "Уведомления для конечных пользователей", - "assignmentTypeTableHeader": "Тип назначения", - "deadlineTimeColumnLabel": "Крайний срок установки", - "deliveryOptimizationPriorityHeader": "Приоритет оптимизации доставки", - "groupTableHeader": "Группа", - "installContextLabel": "Контекст установки", - "isRemovable": "Установить как удаляемое", - "licenseTypeLabel": "Тип лицензии", - "modeTableHeader": "Групповой режим", - "policySet": "Набор политик", - "preventAutoAppUpdate": "Блокировать автоматическое обновление приложения", - "preventManagedAppBackup": "Запретить резервное копирование приложений iCloud", - "restartGracePeriodHeader": "Льготный период перезапуска", - "startTimeColumnLabel": "Доступность", - "tracks": "Пути", - "uninstallOnRemoval": "Удаление при удалении устройства", - "updateMode": "Приоритет обновления", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "Веб-приложение AAD", - "androidEnterpriseSystemApp": "Системное приложение Android Enterprise", - "androidForWorkApp": "Приложение управляемого Google Play Маркета", - "androidLobApp": "Бизнес-приложение для Android", - "androidStoreApp": "Приложение для Магазина Android", - "builtInAndroid": "Встроенное приложение для Android", - "builtInApp": "Встроенное приложение", - "builtInIos": "Встроенное приложение для iOS", - "iosIPadOSWebClip": "Веб-клип iOS/iPadOS", - "iosLobApp": "Бизнес-приложение для iOS", - "iosStoreApp": "Приложение iOS Store", - "iosVppApp": "Приложение iOS Volume Purchase Program", - "lineOfBusinessApp": "Бизнес-приложение", - "macOSDmgApp": "Приложение macOS (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Бизнес-приложение macOS", - "macOSMdatpApp": "ATP в Microsoft Defender (macOS)", - "macOSOfficeSuiteApp": "Пакет Office для macOS", - "macOsVppApp": "Приложение macOS Volume Purchase Program", - "managedAndroidLobApp": "Управляемое бизнес-приложение для Android", - "managedAndroidStoreApp": "Управляемое приложение Магазина Android", - "managedGooglePlayApp": "Приложение управляемого Google Play Маркета", - "managedGooglePlayPrivateApp": "Частное приложение управляемого Google Play", - "managedGooglePlayWebApp": "Веб-ссылка управляемого Google Play", - "managedIosLobApp": "Управляемое бизнес-приложение для iOS", - "managedIosStoreApp": "Управляемое приложение Магазина iOS", - "microsoftStoreForBusinessApp": "Приложение Магазина Майкрософт для бизнеса", - "microsoftStoreForBusinessReleaseManagedApp": "Магазин Майкрософт для бизнеса", - "officeAddIn": "Надстройка Office", - "officeSuiteApp": "Приложения Microsoft 365 (Windows 10 и более поздних версий)", - "sharePointApp": "Приложение SharePoint", - "teamsApp": "Приложение Teams", - "webApp": "Веб-ссылка", - "winGetPublicApp": "Репозиторий сообщества диспетчера пакетов Windows", - "winGetStoreApp": "Приложение Microsoft Store (новое)", - "windowsAppXLobApp": "Бизнес-приложение Windows AppX", - "windowsClassicApp": "Приложение Windows (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 и более поздних версий)", - "windowsMobileMsiLobApp": "Бизнес-приложение Windows MSI", - "windowsPhone81AppXBundleLobApp": "Бизнес-приложение Windows Phone 8.1 AppX", - "windowsPhone81AppXLobApp": "Бизнес-приложение Windows Phone 8.1 AppX", - "windowsPhone81StoreApp": "Приложение Магазина Windows Phone 8.1", - "windowsPhoneXapLobApp": "Бизнес-приложение Windows Phone XAP", - "windowsStoreApp": "Приложение Microsoft Store (прежних версий)", - "windowsUniversalAppXLobApp": "Универсальное бизнес-приложение Windows AppX", - "windowsUniversalLobApp": "Универсальное бизнес-приложение Windows", - "windowsWebApp": "Веб-ссылка Windows" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Исключено", - "include": "Включено", - "includeAllDevicesVirtualGroup": "Включено", - "includeAllUsersVirtualGroup": "Включено" - }, - "AssignmentToast": { - "hideAll": "Скрывать все всплывающие уведомления", - "showAll": "Показывать все всплывающие уведомления", - "showReboot": "Показывать всплывающие уведомления о перезапуске компьютера" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Фон", - "displayText": "Скачивание содержимого в {0}", - "foreground": "Передний план", - "header": "Приоритет оптимизации доставки" - }, - "DeviceRestartBehaviorOptions": { - "allow": "Установка приложения может привести к перезапуску устройства", - "basedOnReturnCode": "Определять режим по кодам возврата", - "force": "Intune выполнит принудительную перезагрузку устройства", - "suppress": "Без определенных действий" - }, - "FilterType": { - "exclude": "Исключить", - "include": "Включить", - "none": "Нет" - }, - "InstallIntent": { - "available": "Доступно для зарегистрированных устройств", - "availableWithoutEnrollment": "Доступно с регистрацией или без регистрации", - "notApplicable": "неприменимо", - "required": "Обязательно", - "uninstall": "Удалить" - }, - "SettingType": { - "assignmentType": "Тип назначения", - "deviceLicensing": "Тип лицензии", - "installContext": "Удаление при удалении устройства", - "toastSettings": "Уведомления для конечных пользователей", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "По умолчанию", - "postponed": "Отложено", - "priority": "Высокий приоритет" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Настройте устройства для начальной подготовки и назначьте их пользователям.", - "title": "Подготовка устройства" - }, - "EnrollmentSettings": { - "description": "Настройте параметры регистрации, например блокировку регистрации и назначение пользователям.", - "title": "Параметры регистрации" - }, - "coManagementAuthorityDesc": "Настройка параметров совместного управления для интеграции Configuration Manager", - "coManagementAuthorityTitle": "Параметры совместного управления ", - "deploymentProfiles": "Профили развертывания Windows AutoPilot", - "description": "Дополнительные сведения о семи способах регистрации ПК с Windows 10/11 в Intune пользователями или администраторами.", - "descriptionLabel": "Методы регистрации Windows", - "enrollmentStatusPage": "Страница состояния регистрации" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "Установка приложения может привести к перезапуску устройства", - "basedOnReturnCode": "Определять режим по кодам возврата", - "force": "Intune выполнит принудительную перезагрузку устройства", - "suppress": "Никаких действий выполняться не будет" - }, - "RunAsAccountOptions": { - "system": "Система", - "user": "Пользователь" - }, - "availableUninstall": "Разрешить доступное удаление", - "availableUninstallTooltip": "Выберите \"Да\", чтобы предоставить пользователям возможность удаления этого приложения с Корпоративного портала. Выберите \"Нет\", чтобы запретить пользователям удалять приложение с Корпоративного портала.", - "bladeTitle": "Программа", - "deviceRestartBehavior": "Действие при перезагрузке устройства", - "deviceRestartBehaviorTooltip": "Выберите режим перезагрузки устройства после успешной установки приложения. Выберите \"Определять режим по кодам возврата\", чтобы перезагрузить устройство на основе параметров конфигурации кодов возврата. Выберите \"Никаких действий выполняться не будет\" для подавления перезагрузки устройства во время установки приложения на основе MSI. Выберите \"Установка приложения может принудительно выполнить перезагрузку устройства\", чтобы позволить установке приложения завершиться без подавления перезагрузок. Выберите \"Intune выполнит принудительную перезагрузку устройства\", чтобы всегда перезагружать устройство после успешной установки приложения.", - "header": "Укажите команды для установки и удаления этого приложения:", - "installCommand": "Команда установки", - "installCommandMaxLengthErrorMessage": "Длина команды установки не может превышать допустимый максимум в 1024 символа.", - "installCommandTooltip": "Командная строка завершения установки, используемая для установки этого приложения.", - "runAs32Bit": "Запуск команд установки и удаления в 32-разрядном процессе на 64-разрядных клиентах", - "runAs32BitTooltip": "Выберите \"Да\" для установки и удаления приложения в 32-разрядном процессе на 64-разрядных клиентах. Выберите \"Нет\" (по умолчанию) для установки и удаления приложения в 64-разрядном процессе на 64-разрядных клиентах. 32-разрядные клиенты всегда будут использовать 32-разрядный процесс.", - "runAsAccount": "Поведение при установке", - "runAsAccountTooltip": "Выберите \"Система\", чтобы установить приложение для всех пользователей, если это поддерживается. Выберите \"Пользователь\", чтобы установить приложение для пользователя, выполнившего вход на устройстве. В приложениях MSI двойного назначения внесение изменений сделает невозможным установку обновлений и удаление, пока не будет восстановлено значение, использованное на устройстве при первоначальной установке.", - "selectorLabel": "Программа", - "uninstallCommand": "Команда удаления", - "uninstallCommandTooltip": "Командная строка завершения удаления, используемая для удаления этого приложения." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Используйте эти параметры, чтобы получать оповещения об установке приложений, запрещенных для использования в организации. Выберите тип приложений:

                          \r\n Запрещенные приложения — список приложений, об установке которых вы хотите получать оповещения.
                          \r\n Утвержденные приложения — список приложений, которые утверждены для использования в вашей организации. Если пользователь устанавливает приложение, не входящее в этот список, вы получаете оповещение.
                          \r\n ", - "androidZebraMxZebraMx": "Настройте устройства Zebra, отправив профиль MX в формате XML.", - "iosDeviceFeaturesAirprint": "Используйте эти параметры, чтобы настроить устройства iOS для автоматического подключения к AirPrint-совместимым принтерам в вашей сети. Для принтеров вам потребуется знать IP-адрес и путь ресурса.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Настройте расширение приложения, позволяющее использовать единый вход (SSO) для устройств под управлением iOS 13.0 или более поздних версий.", - "iosDeviceFeaturesHomeScreenLayout": "Настройте макет для панели закрепления и начальных экранов на устройствах с iOS. На некоторых устройствах могут быть ограничения на количество отображаемых элементов.", - "iosDeviceFeaturesIOSWallpaper": "Показ изображения на начальном экране и (или) экране блокировки устройств с iOS.\r\n Чтобы использовать разные изображения на этих двух экранах, создайте один профиль с изображением для экрана блокировки и другой — с изображением начального экрана.\r\n Затем назначьте оба профиля пользователям.\r\n
                          \r\n
                            \r\n
                          • Максимальный размер файла: 750 КБ
                          • \r\n
                          • Тип файла: PNG, JPG или JPEG
                          • \r\n
                          \r\n ", - "iosDeviceFeaturesNotifications": "Укажите параметры уведомлений для приложений. Поддерживает iOS 9.3 и более поздних версий.", - "iosDeviceFeaturesSharedDevice": "Введите дополнительный текст, который будет отображаться на заблокированном экране. Поддерживается в iOS 9.3 и более поздних версиях. Дополнительные сведения", - "iosGeneralApplicationRestrictions": "Используйте эти параметры, чтобы получать оповещения об установке приложений, запрещенных для использования в организации. Выберите тип приложений:

                          \r\n Запрещенные приложения — список приложений, об установке которых вы хотите получать оповещения.
                          \r\n Утвержденные приложения — список приложений, которые утверждены для использования в вашей организации. Если пользователь устанавливает приложение, не входящее в этот список, вы получаете оповещение.
                          \r\n ", - "iosGeneralApplicationVisibility": "Используйте список отображаемых приложений, чтобы указать те приложения для iOS, которые пользователь может просматривать или запускать. Используйте список скрываемых приложений, чтобы указать приложения для iOS, которые пользователь не сможет просматривать или запускать.", - "iosGeneralAutonomousSingleAppMode": "Приложения, которые вы добавляете в этот список и назначаете устройству, могут препятствовать запуску остальных приложений или блокировать устройство при выполнении определенного действия (например, прохождении теста). После завершения действия или удаления ограничения устройство возвращается в обычное состояние.", - "iosGeneralKiosk": "Режим киоска блокирует различные параметры на устройстве или задает одно приложение, которое может работать на устройстве. Это может быть полезно в таких местах, как магазины, где на устройстве нужно запустить только одно демонстрационное приложение.", - "macDeviceFeaturesAirprint": "Используйте эти параметры, чтобы настроить на устройствах с macOS автоматическое подключение к совместимым принтерам AirPrint в сети. Вам потребуется IP-адрес и путь к ресурсам принтеров.", - "macDeviceFeaturesAssociatedDomains": "Настройка связанных доменов, позволяющих использовать общие данные и учетные данные для входа в приложениях и на веб-сайтах вашей организации. Этот профиль можно применять к устройствам под управлением macOS 10.15 или более поздних версий.", - "macDeviceFeaturesExtensibleSingleSignOn": "Настройте расширение приложения, позволяющее использовать единый вход (SSO) для устройств под управлением macOS 10.15 или более поздних версий.", - "macDeviceFeaturesLoginItems": "Выберите, какие приложения, файлы и папки будут открываться при входе пользователей на устройства. Чтобы пользователи не могли изменять способ открытия выбранных приложений, вы можете скрыть эти приложения из пользовательских настроек.", - "macDeviceFeaturesLoginWindow": "Настройка внешнего вида экрана входа macOS и функций, которые доступны пользователям после входа в систему.", - "macExtensionsKernelExtensions": "Используйте эти параметры для настройки политики расширения ядра на устройствах под управлением macOS 10.13.2 или более поздних версий.", - "macGeneralDomains": "Электронные адреса, по которым пользователь отправляет и получает почту и в которых не используются указанные здесь домены, будут помечены как ненадежные.", - "windows10EndpointProtectionApplicationGuard": "При использовании Microsoft Edge компонент Application Guard в Microsoft Defender защищает вашу среду от сайтов, которые не были определены как доверенные вашей организацией. Когда пользователи переходят на сайты, не указанные в вашей границе изолированной сети, эти сайты открываются в виртуальном сеансе браузера в Hyper-V. Доверенные сайты определяются границей сети, которую можно настроить в разделе \"Конфигурация устройства\". Обратите внимание, что эта функция доступна только для устройств под управлением Windows 10 (64-разрядная версия) или более поздней версии.", - "windows10EndpointProtectionCredentialGuard": "Включение Credential Guard затрагивает следующие обязательные параметры.\r\n
                          \r\n
                            \r\n
                          • Включить функции безопасности на основе виртуализации: включение виртуализации на основе безопасности (VBS) при следующей перезагрузке. Безопасность на основе виртуализации использует низкоуровневую оболочку Windows для поддержки устройств безопасности.
                          • \r\n
                            \r\n
                          • Безопасная загрузка с прямым доступом к памяти: включение VBS с безопасной загрузкой и прямым доступом к памяти (DMA).
                          • \r\n
                          \r\n ", - "windows10EndpointProtectionDeviceGuard": "Выберите другие приложения, для которых необходим аудит со стороны компонента управления приложениями в Microsoft Defender либо которые можно считать надежными для запуска с точки зрения этого компонента. Надежными для запуска автоматически считаются компоненты Windows и все приложения из Магазина Windows.

                          \r\n При запуске в режиме \"Только аудит\" приложения не блокируются. В режиме \"Только аудит\" все события записываются в локальные журналы клиентов.\r\n ", - "windows10GeneralPrivacyPerApp": "Добавьте приложения, поведение конфиденциальности которых должно отличаться от заданного в разделе \"Конфиденциальность по умолчанию\".", - "windows10NetworkBoundaryNetworkBoundary": "Граница сети представляет собой список корпоративных ресурсов, таких как облачный домен, и диапазонов IP-адресов для компьютеров в корпоративной сети. Определите границы сети, чтобы применять политики для защиты данных, находящихся в этих расположениях.", - "windowsHealthMonitoring": "Настройте политику мониторинга работоспособности Windows.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone может заблокировать установку или запуск приложений из списка запрещенных приложений либо приложений, отсутствующих в утвержденном списке. Все управляемые приложения следует добавить в утвержденный список." - }, - "Inputs": { - "accountDomain": "Домен учетной записи", - "accountDomainHint": "Например, contosodomain", - "accountDomainInfoBalloon": "Укажите домен учетной записи пользователя.", - "accountTypeInfoBalloon": "Укажите тип настраиваемой учетной записи на основе модели проверки подлинности", - "allowContactSetting": "Разрешить пользователю изменять параметр контактов", - "allowContactSyncInfoBalloon": "Укажите, разрешено ли пользователю изменять параметр синхронизации контактов", - "allowUserChange": "Разрешить пользователю менять настройку", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Введите имя пакета, например com.microsoft.word", - "androidUrlValidation": "Введите допустимый URL-адрес, подобный следующему: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en.", - "appInstallContext": "Контекст установки приложения", - "appUrlLabel": "URL-адрес Appstore", - "appleUrlValidation": "Введите допустимый URL-адрес, аналогичный следующему: https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8.", - "applicableDeviceType": "Применимый тип устройств", - "assignmentActionLabel": "Режим", - "authenticationMethodInfoBalloon": "Укажите способ проверки подлинности пользователя", - "authenticationMetod": "Способ проверки подлинности", - "authenticationType": "Тип проверки подлинности", - "authenticationTypeInfoBalloon": "Укажите тип проверки подлинности пользователя", - "availableLicenseCount": "Доступные лицензии", - "basicAuth": "Обычная проверка подлинности", - "biometricsInfoBalloon": "Для доступа пользователей к приложению на устройстве можно требовать биометрические данные, такие как TouchID или FaceID. Они запрашиваются в дополнение к методу проверки подлинности, выбранному в профиле. Не включайте эту функцию при наличии развернутых политик Защиты приложений Intune, так как они уже содержат требования доступа к управляемым данным. При использовании обеих функций будет возникать множество запросов на доступ к мобильному приложению Outlook. Если не настроить эту функцию, по умолчанию она будет для приложения отключена. ", - "bookNameLabel": "Имя книги", - "bundleDescriptionHint": "Введите описание, которое соответствует включаемым приложениям.", - "calendar": "Календарь", - "categoryLabel": "Категория", - "categoryNameLabel": "Имя по умолчанию", - "certProfileType": "Тип профиля сертификата", - "certificate": "Сертификат", - "certificates": "Сертификаты", - "commandLineLabel": "Аргументы командной строки", - "commandLineSizeHint": "Максимальная длина аргументов командной строки — 1024 символа.", - "configurationSettingsFormatLabel": "Формат параметров конфигурации", - "configurationSettingsLabel": "Формат параметров", - "contactSync": "Сохранить контакты", - "contactSyncInfoBalloon": "При сохранении контактов в собственную адресную книгу мобильного устройства новые звонки и SMS будут связываться с существующими пользовательскими контактами Outlook. Если не настроить эту функцию, по умолчанию она будет для приложения отключена.", - "contacts": "Контакты", - "createdDateTime": "Создано", - "defaultCategoryHint": "Категории по умолчанию невозможно изменить", - "deploySMimeCertsFromIntune": "Развертывание сертификатов S/MIME из Intune", - "descriptionGenericLabel": "Описание", - "descriptionHint": "Введите описание...", - "descriptionLabel": "Описание", - "descriptionSizeHint": "Описание не может быть длиннее 10 000 символов.", - "developerLabel": "Разработчик", - "developerSizeHint": "Максимальная длина имени разработчика — 256 символов.", - "disable": "Отключить", - "disabled": "Отключено", - "displayNameLabel": "Имя", - "displayVersionHint": "Введите версию проекта", - "displayVersionLabel": "Версия приложения", - "displayVersionLengthCheck": "Длина версии просмотра не должна превышать 130 символов", - "eBookCategoryNameLabel": "Имя по умолчанию", - "emailAccount": "Имя учетной записи электронной почты", - "emailAccountHint": "например, корпоративная электронная почта", - "emailAccountInfoBalloon": "Укажите отображамое имя учетной записи электронной почты, которое появится на устройствах пользователей", - "emailAddressAttribute": "Атрибут адреса электронной почты из AAD", - "emailAddressInfoBalloon": "Укажите адрес электронной почты, который будет использоваться для отправки и получения почты", - "emailServer": "Сервер электронной почты", - "emailServerHint": "Пример: mail.contoso.com", - "emailServerInfoBalloon": "Укажите имя узла Exchange Server", - "enable": "Включить", - "enableSMime": "Включить S/MIME", - "enabled": "Включено", - "encryptAllEmails": "Шифровать все электронные письма", - "encryptionCertificates": "Сертификаты шифрования", - "endUserNotifications": "Уведомления для конечных пользователей", - "enrollmentTypeLabel": "Тип регистрации устройства", - "externalRecipients": "MailTip внешних получателей", - "externalRecipientsInfoBalloon": "Подсказка о внешних получателях отображается, если отправитель письма добавляет внешнего получателя либо группу рассылки, содержащую таких получателей. Она информирует отправителей о том, получит ли письмо кто-то за пределами организации, и помогает выбрать подходящие формулировки, тон и содержимое. Доступно только для учетных записей Exchange Online и локальных учетных записей с современной гибридной проверкой подлинности. Если не настроить эту функцию, по умолчанию она будет включена для приложения.", - "focusedInbox": "Сортировка почты", - "focusedInboxInfoBalloon": "Сортировка почты позволяет разделить папку \"Входящие\" на две вкладки: \"Отсортированные\" (где будут самые важные письма) и \"Прочее\" (куда попадает, чтобы не мешаться, все остальное). Если не настроить эту функцию, по умолчанию она будет для приложения включена. ", - "gmailNineAmountOfEmail": "Объем синхронизируемой электронной почты", - "gmailNineAuthenticationMethodInfoBalloon": "Выберите способ проверки подлинности пользователей на сервере электронной почты. Наиболее безопасным и удобным способом для пользователей являются сертификаты. Проверка подлинности на основе сертификатов еще не доступна, так как недоступны профили сертификатов SCEP и PKCS для устройств владельца устройства. ", - "gmailNineCertificateUPNInfoBalloon": "Сертификат должен содержать имя субъекта-пользователя (UPN) в качестве альтернативного имени субъекта.", - "gmailNineEmailAddressInfoBalloon": "Атрибут, получаемый Intune из Azure AD для динамического создания адреса электронной почты, который будет использоваться этим профилем, например MyName@contoso.com (имя субъекта-пользователя). Дополнительные сведения об атрибутах AAD для профилей электронной почты.", - "gmailNineEmailServerInfoBalloon": "Расположение Exchange (URL-адрес) сервера электронной почты, к которому указанное приложение подключается для получения электронной почты.", - "gmailNineEmailSynchronizeInfoBalloon": "Контроль объема электронной почты, синхронизируемого клиентом.", - "gmailNineSSLInfoBalloon": "Включите SSL, чтобы защитить связь с сервером электронной почты.", - "gmailNineUsernameInfoBalloon": "Атрибут, получаемый Intune из Azure AD для динамического создания имени пользователя, которое будет использоваться этим профилем, например MyName@contoso.com (имя субъекта-пользователя) или MyName (имя пользователя). Дополнительные сведения об атрибутах AAD для профилей электронной почты.", - "ignoreVersionDetection": "Игнорировать версию приложения", - "informationUrlLabel": "URL-адрес сведений", - "informationUrlSizeHint": "Максимальная длина URL-адреса информации — 1024 символа", - "installAsManaged": "Установить как управляемое", - "installationSourceLabel": "Тип приложения", - "installerTypeInfoBalloon": "Тип установщика пакета приложения.", - "installerTypeLabel": "Тип установщика", - "isFeatured": "Отображение этого приложения как рекомендуемого в Корпоративном портале", - "isMAMEnabledToggleLabel": "Да", - "lastModifiedDateTime": "Время последнего обновления", - "ldapUrl": "URL-адрес LDAP", - "licensingType": "Поддерживает назначение контекста устройства", - "microsoft": "Microsoft", - "minimumOperationSystem": "Минимальная версия операционной системы", - "modernAuth": "Современная проверка подлинности", - "nameHint": "Введите имя", - "nameLabel": "Имя", - "nameSizeHint": "Максимальная длина имени — 512 символов.", - "notConfigured": "Не настроено", - "notesLabel": "Заметки", - "notesSizeHint": "Максимальная длина текста заметок — 1024 символа.", - "notificationType": "Тип уведомления", - "oneDay": "Один день", - "oneMonth": "Один месяц", - "oneWeek": "Одна неделя", - "outlookSMimeSettings": "Параметры S/MIME Outlook", - "ownerLabel": "имя владельца;", - "ownerSizeHint": "Максимальная длина имени владельца — 256 символов.", - "packageIdLabel": "Идентификатор пакета", - "packageNameLabel": "Имя пакета", - "pivCredentialNotConfigured": "Вы не выбрали издателя производных учетных данных для своего клиента. Это необходимо сделать для успешного применения политики к устройствам.", - "platformLabel": "Платформа", - "policyDescriptionLabel": "Описание", - "policyNameLabel": "Имя", - "primarySMTPAddress": "Первичный SMTP-адрес", - "privacyUrlLabel": "URL-адрес политики конфиденциальности", - "publisherHint": "Введите имя издателя", - "publisherLabel": "Издатель", - "publisherSizeHint": "Длина имени издателя должна составлять от 2 до 1024 символов (включительно)", - "require": "Требовать", - "requireBiometrics": "Требовать биометрию для доступа к приложению", - "sAMAccountName": "SamAccountName", - "scopeTagsRequired": "Требуется как минимум один тег области.", - "searchAppLabel": "Выбрать приложение", - "searchAppLinkText": "Поиск в App Store", - "searchWinGetPublicRepositoryLinkText": "Поиск в репозитории сообщества диспетчера пакетов Windows", - "searchWinGetStoreRepositoryLinkText": "Поиск в приложении Microsoft Store (новое)", - "selectAAD": "Выберите атрибут AAD", - "selectAppFileLabel": "Выбрать файл", - "selectAppFileLinkText": "Выберите файл пакета приложения", - "selectAppFileToUpdateLabel": "Выберите файл для обновления", - "selectAuthMethod": "Выбрать способ проверки подлинности", - "selectAuthType": "Выберите тип проверки подлинности", - "selectCertificate": "Выберите сертификат", - "signAllEmails": "Подписать все электронные письма", - "signingCertificates": "Сертификаты подписи", - "ssl": "SSL", - "suiteDescriptionLabel": "Описание набора", - "suiteNameLabel": "Имя набора", - "tasks": "Задачи", - "threeDays": "Три дня", - "totalLicenseCount": "Всего лицензий", - "twoWeeks": "Две недели", - "unifiedAssignmentsLabel": "Кому назначить:", - "unlimited": "Без ограничений", - "urlHint": "Укажите допустимый URL-адрес.", - "useManagedBrowserHint": "Только для Android и iOS. Подробнее...", - "useManagedBrowserLabel": "Требовать Managed Browser, чтобы открыть эту ссылку", - "userPrinicipalName": "Имя субъекта-пользователя", - "username": "Имя пользователя", - "usernameAttribute": "Атрибут имени пользователя из AAD", - "usernameAttributreInfoBalloon": "Укажите имя субъекта-пользователя для профиля электронной почты, который будет использоваться для проверки подлинности учетной записи", - "usernamePassword": "Имя пользователя и пароль", - "webAppUrlHint": "Введите допустимый URL-адрес, начинающийся с http:// или https://", - "webAppUrlLabel": "URL-адрес приложения", - "webAppUrlSizeHint": "Максимальная длина URL-адреса приложения составляет 1024 символа", - "windowsUrlValidation": "Введите допустимый URL-адрес, аналогичный следующему: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm.", - "xMLDataEntered": "Введенные данные XML", - "xmlFormatInvalid": "Формат политики XML недопустим.", - "xmlTooLarge": "Размер входных данных должен быть менее 1 МБ." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Не поддерживается", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Для создания политик качественного обновления требуется специальное лицензирование.", "warningBoxText": "Хотя ускорение обновлений программного обеспечения позволит быстрее обеспечить соответствие требованиям, весьма вероятно, что оно нарушит работу пользователей из-за необходимости перезагрузки в рабочие часы." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                          For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                          Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                          \n
                            \n
                          • This setting works correctly when \"All cloud apps\" are selected
                          • \n
                          • This does not affect token lifetimes or the sign-in frequency setting.
                          • \n
                          • This will override the \"Show option to stay signed in\" policy in Company Branding.
                          • \n
                          • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                          • \n
                          • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                          • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                            Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Параметры конфигурации Microsoft Edge", "edgeWindowsDataProtectionSettings": "Параметры защиты данных Microsoft Edge (Windows) — предварительная версия", @@ -10783,7 +11566,10 @@ "Column": { "author": "Автор", "template": "Имя шаблона" - } + }, + "Row": { + "ariaLabel": "строка {0} из {1} столбца {2}" + } }, "SettingsCatalog": { "subtitle": "Начните с нуля и выберите нужные параметры в библиотеке доступных параметров", @@ -11593,6 +12379,7 @@ "gettingStarted": "Приступая к работе", "messages": "Сообщения", "onlineResources": "Интернет-ресурсы", + "policyHealth": "Работоспособность политики", "releaseManagement": "Управление выпусками", "serviceRequests": "Запросы на обслуживание", "settings": "Параметры", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender для конечной точки", "allApps": "Все приложения", "allDevices": "Все устройства", - "androidFotaDeployments": "Развертывания Android FOTA", + "androidFotaDeployments": "Развертывания Android FOTA (предварительная версия)", "appBundles": "Пакеты приложений", "appCategories": "Категории приложений", "appConfigPolicies": "Политики конфигурации приложений", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Назначенные разрешения", "assignedRoles": "Назначенные роли", "autopilotDeploymentReport": "Развертывания Autopilot (предварительная версия)", + "autopilotDeploymentReportV2": "Развертывание Autopilot 2.0 (предварительная версия)", "brandingAndCustomization": "Настройка", "cartProfiles": "Профили для покупок", "certificateConnectors": "Соединители сертификатов", "chromeEnterprise": "Chrome Enterprise (предварительная версия)", "cloudAttachedDevices": "Устройства с присоединением к облаку (предварительная версия)", + "cloudPcActions": "Действия облачного компьютера (предварительная версия)", + "cloudPcMaintenanceWindows": "Периоды обслуживания облачного компьютера (предварительная версия)", "compliancePolicies": "Политики соответствия", "complianceScriptManagement": "Сценарии", "complianceScriptManagementPreview": "Сценарии (предварительная версия)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Ограничения регистрации", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Соединители сервисов Exchange", - "failuresForDriverUpdates": "Сбои обновления драйверов Windows (предварительная версия)", + "failuresForDriverUpdates": "Сбои обновления драйверов Windows", "failuresForFeatureUpdates": "Сбои при обновлении компонентов", "failuresForQualityUpdates": "Ошибки ускоренного обновления Windows", "featureFlighting": "Фокус-тестирование функций", "featureUpdateDeployments": "Обновление компонентов для Windows 10 и более поздних версий", "flighting": "Фокус-тестирование", - "fotaUpdate": "Обновление по воздуху для встроенного ПО", + "fotaUpdate": "Обновление встроенного ПО по беспроводной связи (предварительная версия)", "groupPolicy": "Административные шаблоны", "groupPolicyAnalytics": "Анализ групповой политики", "helpSupport": "Справка и поддержка", @@ -11717,12 +12507,12 @@ "user": "Пользователь", "userExecutionStatus": "Состояние пользователя", "wdacSupplementalPolicies": "Дополнительные политики режима S", - "windows10DriverUpdate": "Обновление драйверов для Windows 10 и более поздних версий (предварительная версия)", + "windows10DriverUpdate": "Обновления драйверов для Windows 10 и более поздних версий", "windows10QualityUpdate": "Исправления для Windows 10 и более поздних версий", "windows10UpdateRings": "Круги обновления для Windows 10 и более поздних версий", "windows10XPolicyFailures": "Сбои политики Windows 10X", "windows365Connector": "Соединитель Citrix для Windows 365", - "windows365ConnectorPublicPreview": "Соединитель Citrix для Windows 365 (предварительная версия)", + "windows365PartnerConnector": "Соединители партнеров Windows 365", "windowsDiagnosticData": "Данные Windows", "windowsEnterpriseCertificate": "Сертификат Windows Корпоративная", "windowsManagement": "Сценарии PowerShell", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Льготный период для перезапуска устройства", "summaryTitle": "Взаимодействие с пользователем" }, - "EnrollmentType": { - "devicesWithEnrollment": "Управляемые устройства", - "devicesWithoutEnrollment": "Управляемые приложения" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Файл или папка в качестве выбранного требования.", + "pathToolTip": "Полный путь к файлу или папке для обнаружения.", + "property": "Свойство", + "valueToolTip": "Выберите значение требования, соответствующее выбранному методу обнаружения. Дату и время требования необходимо указать в локальном формате." + }, + "GridColumns": { + "pathOrScript": "Путь или сценарий", + "type": "Тип" + }, + "Registry": { + "keyPath": "Путь к разделу", + "keyPathTooltip": "Полный путь к записи реестра, содержащей значение требования.", + "operator": "Operator", + "operatorTooltip": "Выберите оператор для сравнения.", + "registryRequirement": "Требование для ключа реестра", + "registryRequirementTooltip": "Выберите сравнение для требования ключа реестра.", + "valueName": "Имя параметра", + "valueNameTooltip": "Имя требуемого значения реестра." + }, + "RequirementTypeOptions": { + "fileType": "Файл", + "registry": "Реестр", + "script": "Скрипт" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Логический", + "dateTime": "Дата и время", + "float": "С плавающей запятой", + "integer": "Целое число", + "string": "Строка", + "version": "Версия" + }, + "duplicateName": "Имя сценария {0} уже используется. Введите другое имя.", + "enforceSignatureCheck": "Принудительно проверить подпись сценария", + "enforceSignatureCheckTooltip": "Выберите \"Да\", чтобы проверить, что сценарий подписан доверенным издателем, что позволит выполнять сценарий без отображения предупреждений или запросов. Сценарий будет выполнен без блокировки. Выберите \"Нет\" (по умолчанию), чтобы сценарий выполнялся с выдачей запроса на подтверждение пользователю, но без проверки подписи.", + "loggedOnCredentials": "Запускать сценарий по учетным данным", + "loggedOnCredentialsTooltip": "Запустите сценарий с использованием учетных данных устройства, использованных при входе.", + "operatorTooltip": "Выберите оператор для сравнения требований.", + "requirementMethod": "Выберите тип выходных данных.", + "requirementMethodTooltip": "Выберите тип данных, используемый при определении соответствия требованию.", + "scriptContent": "Содержимое сценария", + "scriptFile": "Файл скрипта", + "scriptFileTooltip": "Выберите сценарий PowerShell, который будет определять наличие приложения на клиенте. Если приложение обнаружено, процесс обнаружения возвратит нулевой код выхода и запишет строковое значение в стандартный поток вывода.", + "scriptName": "Имя скрипта", + "value": "Значение", + "valueTooltip": "Выберите значение требования, соответствующее выбранному методу обнаружения. Дату и время требования необходимо указать в локальном формате." + }, + "bladeTitle": "Добавление правила требований", + "createRequirementHeader": "Создание требования", + "header": "Настройка дополнительных правил требований", + "label": "Правила дополнительных требований", + "noRequirementsSelectedPlaceholder": "Требования не указаны.", + "requirementType": "Тип требования", + "requirementTypeTooltip": "Выберите тип метода обнаружения, используемого для определения того, как будет проверяться требование." + }, + "architectures": "Архитектура операционной системы", + "architecturesTooltip": "Выберите архитектуры, необходимые для установки приложения.", + "bladeTitle": "Требования", + "diskSpace": "Требуется места на диске (МБ)", + "diskSpaceTooltip": "Свободное дисковое пространство на системном диске, необходимое для установки приложения.", + "header": "Укажите требования, которым должны соответствовать устройства до установки приложения:", + "maximumTextFieldValue": "Максимальное значение — {0}.", + "minimumCpuSpeed": "Минимальная требуемая частота ЦП (МГц)", + "minimumCpuSpeedTooltip": "Минимальная частота ЦП, необходимая для установки приложения.", + "minimumLogicalProcessors": "Минимальное требуемое число логических процессоров", + "minimumLogicalProcessorsTooltip": "Минимальное число логических процессоров, необходимое для установки приложения.", + "minimumOperatingSystem": "Минимальная версия операционной системы", + "minimumOperatingSystemTooltip": "Выберите минимальную версию операционной системы, необходимую для установки приложения.", + "minumumTextFieldValue": "Значение должно быть не менее {0}.", + "physicalMemory": "Необходимый объем физической памяти (МБ)", + "physicalMemoryTooltip": "Физическая память (ОЗУ), необходимая для установки приложения.", + "selectorLabel": "Требования", + "validNumber": "Введите допустимое число." + }, "PolicySet": { "appManagement": "Управление приложениями", "assignments": "Назначения", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Профили конфигурации устройств", "powershellScriptTitle": "Сценарии PowerShell" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                            For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                            Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Рекомендуемые", "CountryNames": { "countryNameNR": "Науру", "countryNameBH": "Бахрейн", @@ -11909,7 +12984,7 @@ "countryNameBN": "Бруней", "countryNameBD": "Бангладеш", "countryNameMW": "Малави", - "countryNameGM": "Gambia", + "countryNameGM": "Гамбия", "countryNameGA": "Габон", "countryNameCA": "Канада", "countryNameSH": "Святая Елена", @@ -12029,7 +13104,7 @@ "countryNameSG": "Сингапур", "countryNameAL": "Албания", "countryNameSN": "Сенегал", - "countryNameSZ": "Eswatini", + "countryNameSZ": "Эсватини", "countryNameBZ": "Белиз", "countryNameCI": "Кот-д'Ивуар", "countryNameTW": "Тайвань", diff --git a/Documentation/Strings-sv.json b/Documentation/Strings-sv.json index d21bfba..c5b9590 100644 --- a/Documentation/Strings-sv.json +++ b/Documentation/Strings-sv.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "Första tillgängliga datum" }, + "Windows11SideBySideInstall": { + "disabled": "Inaktiverat", + "enabled": "Aktiverat", + "infoBalloonContent": "Kontrollera om den senaste Windows 10 funktionsuppdateringen för enheter som inte är berättigade till Windows 11", + "label": "När en enhet inte kan köra Windows 11 installerar du den senaste Windows 10 funktionsuppdateringen" + }, "bladeTitle": "Funktionsuppdateringsdistributioner", "deploymentSettingsTitle": "Distributionsinställningar", "loadError": "Det gick inte att läsa in!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Den här funktionen kräver specifik licensiering.", "gradualRolloutLicenseWarningEdit": "Den här funktionen kan fortsätta att användas och konfigureras tills principen sparas utan att den här funktionen har valts.", - "licenseLearnMoreText": "Läs mer om krav och principer för funktionsuppdatering." + "licenseLearnMoreText": "Läs mer om krav och principer för funktionsuppdatering.", + "specificLicensingRequired": "Vissa valda funktioner kräver specifik licensiering." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Hjälp enhetsanvändarna att förstå vilken typ av app det är och/eller vad de kan göra med appen. Den här beskrivningen visas för dem på företagsportalen.", "developer": "Namnet på företaget eller den privatperson som har utvecklat appen. Informationen visas för alla som loggar in på administrationscentret.", "displayVersion": "Appens version. Den här informationen visas för användarna på företagsportalen.", + "fullScreenEnabled": "Om värdet är ja startar webbklippet som en webbapp i helskärmsläge.", + "ignoreManifestScope": "Om värdet är ja kan ett webbklipp i helskärmsläge navigera till en extern webbplats utan att Safaris användargränssnitt visas. I annat fall visas Safari-användargränssnittet när du navigerar bort från webbklippets URL. Denna tangent har ingen effekt när Fullskärm har värdet falskt.", "infoUrl": "Länka personer till en webbplats eller till dokumentation som innehåller mer information om appen. Webbadressen till informationen visas för användarna på företagsportalen.", "isFeatured": "Aktuella appar får en framträdande plats på företagportalen så att användarna snabbt hittar dem.", "learnMore": "Läs mer", "logo": "Ladda upp en logotyp som hör till appen. Logotypen visas bredvid appen i hela företagsportalen.", "macOSDmgAppPackageFile": "En fil som innehåller appen i ett format som kan läsas in separat på en enhet. Giltig pakettyp: .dmg.​", + "macOSPkgAppPackageFile": "En fil som innehåller appen i ett format som kan läsas in separat på en enhet. Giltig pakettyp: .pkg.​", "minOperatingSystem": "Välj den tidigaste operativsystemversionen som appen kan installeras på. Om du tilldelar appen en enhet med ett tidigare operativsystem kommer den inte att installeras.", "name": "Lägg till ett namn på appen. Namnet visas i din Intune-applista och för användare på företagsportalen.", "notes": "Lägg till ytterligare anteckningar om appen. Anteckningarna visas för användare som loggar in på administrationscentret.", "owner": "Namnet på den person i organisationen som hanterar licenser eller är kontaktperson för den här appen. Namnet visas för alla som loggar in på administrationscentret.", "packageId": "Programpaketidentifieraren är det unika värde som identifierar appen.", "packageName": "Kontakta enhetstillverkaren för att få appaketets namn. Exempel på paketnamn: com.example.app", + "preComposedIconEnabled": "Om värdet är ja hindras SpringBoard från att lägga till \"glans\" i ikonen.", "privacyUrl": "Ange en länk för personer som vill veta mer om appens sekretessinställningar och villkor. Webbadressen till sekretessinställningarna visas för användarna på företagsportalen.", "publisher": "Namnet på utvecklaren eller företaget som distribuerar appen. Den här informationen visas för användarna på företagsportalen.", "selectApp": "Sök i App Store efter iOS-appar som du vill distribuera med Intune.", + "targetApplicationBundleIdentifier": "Identifiering av programpaketet som anger det program som öppnar URL:en. Tillgängligt i iOS 14 och senare.", "useManagedBrowser": "När en användare öppnar webbappen öppnas den i en Intune-skyddad webbläsare, till exempel Microsoft Edge eller Intune Managed Browser. Den här inställningen gäller både iOS- och Android-enheter.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "En fil som innehåller din app i ett format som kan läsas in separat på en enhet. Giltig pakettyp: .intunewin.", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                            Välj Ja om du vill inaktivera appens PIN-kod när ett enhetslås upptäcks på en registrerad enhet.

                            Obs! Intune kan inte identifiera enhetsregistrering med en EMM-lösning från tredje part i iOS/iPadOS.

                            " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "Appinstallation kan tvinga fram omstart av enhet", + "basedOnReturnCode": "Bestäm beteende baserat på returkoder", + "force": "Intune tvingar fram obligatorisk omstart av enhet", + "suppress": "Ingen specifik åtgärd" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Installationstid som krävs (minuter)", + "maxRunTimeInMinutesToolTip": "Antalet minuter som systemet väntar på att installationsprogrammet ska slutföras. Standardvärdet är 60 minuter." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "Användare" + }, + "availableUninstall": "Tillåt tillgänglig avinstallation", + "availableUninstallTooltip": "Välj Ja om du vill ange avinstallationsalternativet för den här appen för användare från Företagsportal. Välj Nej om du vill hindra användarna från att avinstallera appen från Företagsportal.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Beteende för enhetsomstart", + "deviceRestartBehaviorTooltip": "Välj funktionssätt för omstart av enheten när appen har installerats. Välj Bestäm beteende baserat på returkoder, om du vill starta om enheten utifrån inställningarna för returkoder. Välj Ingen särskild åtgärd om du inte vill att enheten ska startas om när MSI-baserade appar installeras. Välj Appinstallation kan tvinga fram omstart av enhet, om du vill att appinstallationen ska slutföras utan att åsidosätta omstart. Välj Intune tvingar fram obligatorisk omstart av enhet, om enheten alltid ska starta om efter en lyckad appinstallation.", + "header": "Ange kommandon för att installera och avinstallera appen:", + "installCommand": "Installationskommando", + "installCommandMaxLengthErrorMessage": "Installationskommandot får inte överskrida maxlängden på 1 024 tecken.", + "installCommandTooltip": "Den fullständiga installationskommandoraden som används för att installera appen.", + "runAs32Bit": "Kör installationsprogrammet och avinstallera kommandon i en 32-bitarsprocess på 64-bitarsklienter", + "runAs32BitTooltip": "Välj Ja om du vill installera och avinstallera appen i en 32-bitarsprocess på 64-bitarsklienter. Välj Nej (standard) om du vill installera och avinstallera appen i en 64-bitarsprocess på 64-bitarsklienter. 32-bitarsklienter använder alltid en 32-bitarsprocess.", + "runAsAccount": "Installationsbeteende", + "runAsAccountTooltip": "Välj System om du vill installera appen för alla användare, om stöds finns. Välj Användare om du vill installera appen för den inloggade användaren på enheten. Om du har MSI-appar för flera syften kommer ändringar att hindra uppdateringar och avinstallationer från att slutföras tills det värde som tillämpades på enheten vid den ursprungliga installationen har återställts.", + "selectorLabel": "Program", + "uninstallCommand": "Avinstallationskommando", + "uninstallCommandTooltip": "Den fullständiga avinstallationskommandoraden som används för att avinstallera appen." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Skapa ny", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "Verksamhetsspecifik macOS-app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365-appar (macOS)", + "macOSPkgApp": "macOS-app (PKG)", + "macOSWebClip": "macOS-webbklipp", "macOsVppApp": "Volyminköpsprogramapp för macOS", "managedAndroidLobApp": "Hanterad branschspecifik Android-app", "managedAndroidStoreApp": "Hanterad Google Play-app", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "Ange PowerShell-skriptfilen. Filen måste vara mindre än 200 KB.", "uploadLabel": "Skriptplats" }, - "bashScriptObjectName": "Bash-skript", "createButtonText": "Lägg till", "createPowershellScriptFlowSectionName": "Lägg till PowerShell-skript", "customAttributeObjectName": "Anpassat attribut", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "De här inställningarna fungerar för enheter som kör Android 9 och tidigare och fungerar även på alla Samsung Knox-enheter som kör Android-operativsystemversioner.", "androidPasswordHeader": "Kräv ett lösenord för att låsa upp enheten. Om det inte är konfigurerat är användningen av lösenord valfritt och användaren får själv ställa in ett.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Alltid på-VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Kontrollera grundläggande integritet och certifierade enheter", - "androidSafetyNetbasicIntegrity": "Kontrollera grundläggande integritet", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Kontrollera grundläggande integritet och enhetsintegritet", + "androidPlayIntegrityVerdictBasicIntegrity": "Kontrollera grundläggande integritet", "androidTRDeprecation": "Betrodda certifikat kan inte längre installeras på enheter med Android 11 eller senare, förutom Samsung Knox-enheter. Om du använder SCEP-profiler måste du fortfarande skapa och distribuera en betrodd certifikatprofil och koppla den till SCEP-certifikatprofilen men du måste leverera det betrodda rotcertifikatet manuellt till enheterna.", "androidTenAndAbovePasswordHeader": "Android 10 eller senare", "androidTenAndAbovePasswordHeaderDescription": "Enheterna måste köra Android 10 eller senare för att inställningarna ska gälla.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Varning för annan hårddiskkryptering", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Om du väljer Kräv, krypteras minneskortet på den mobila enheten.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Kryptera minneskortet (endast mobil)", - "bitLockerEnabledDescription": "Kräv att BitLocker ska vara aktiverat på enheten", - "bitLockerEnabledName": "Kräv BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Om du väljer Kräv, aktiveras BitLocker-enhetskryptering. Beroende på enhetens programvara och Windows-version kan slutanvändarna uppmanas bekräfta att ingen tredjepartskryptering förekommer på enheten. Om Windows-kryptering aktiveras medan tredjepartskryptering används, blir enheten instabil.", "bitLockerEncryptDeviceName": "Kryptera enheter", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bitars", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Blockera upplåsning av Touch ID och Face ID", "blockUSBConnectionDescription": "Anger om USB-anslutningen på enheten är aktiverad. USB-laddning påverkas inte av den här inställningen. Den här inställningen stöds inte på Windows-skrivbordsplattformar.", "blockUSBConnectionName": "USB-anslutning", + "blockUnifiedPasswordForWorkProfileDescription": "Blockera användning av ett lås om du vill att användarna ska använda två olika lösenord för låsskärmen och arbetsprofilen. Att använda ett skärmlås är praktiskt för användaren, men gör arbetsprofilen tillgänglig för alla som kan låsa upp enheten. Gäller för enheter som kör Android 9.0 Pie och senare.", + "blockUnifiedPasswordForWorkProfileName": "Ett lås för arbetsprofil och enhet", "blockUnmanagedDocumentsInManagedAppsName": "Blockera visning av dokument som inte gäller företag i företagsappar", "blockUntrustedTLSCertificatesDescription": "Blockera ej betrodda TLS-certifikat (Transport Layer Security).", "blockUntrustedTLSCertificatesName": "Blockera ej betrodda TLS-certifikat", @@ -2825,6 +2871,8 @@ "cellularName": "Mobilnät", "certificateCredentialConfigurationDisabledDescription": "Blockera användare från att göra ändringar av autentiseringsuppgifter kopplade till certifikat som har tilldelats dem.", "certificateCredentialConfigurationDisabledName": "Användaren kan konfigurera autentiseringsuppgifter (arbetsprofilnivå)", + "certificateInstallDescription": "Appar som du listar här kan ändra certifikat som skapats av Intune och kan hantera certifikat som levereras utanför Intune.", + "certificateInstallTitle": "Tillåt att andra appar installerar och hanterar certifikat", "certificateNotFound": "Det gick inte att hitta certifikatprincipen. Har den tagits bort?", "certificateOption": "Certifikat", "certificateRevocationCheck": "Kontroll av certifikatåterställning", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Resurs-URI för utskriftstjänst", "cloudProtectionDescription": "Skicka telemetri till Microsoft Active Protection Service för att tillåta identifiering av misstänkt aktivitet.", "cloudProtectionName": "Molnlevererat skydd", - "codeIntegrityEnabledDescription": "Kräv att kodintegritet är aktiverat på enheten", - "codeIntegrityEnabledName": "Kräv kodintegritet", + "codeIntegrityEnabledName": "Kodintegritet", "complianceAntiSpywareRequirementDescription": "Kräv att alla antispionprogramlösningar som har registrerats på Windows Säkerhetscenter ska vara aktiva och övervaka (t.ex. DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispionprogram", "complianceAntiSpywareSignatureUpToDateDescription": "Kräv att antispionprogramsignaturen ska vara uppdaterad", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Den här inställningen anger antalet senast använda lösenord som inte får återanvändas. Rekommenderat värde: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Antal tidigare lösenord för att förhindra återanvändning", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Välj den senaste operativsystembyggversion en enhet kan ha.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Ange den senaste versionen för operativsystem som en enhet kan ha. Exempel: 20E252
                            Om du vill ange en Apple Rapid Security Response-uppdatering som högsta operativsystemversion anger du den kompletterande versionen. Exempel: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Högsta operativsystembyggversion", - "complianceOsBuildVersionRestrictionMinimumDescription": "Välj den äldsta operativsystembyggversion en enhet kan ha.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Ange den äldsta versionen för operativsystem som en enhet kan ha. Exempel: 20E252
                            Om du vill ange en Apple Rapid Security Response-uppdatering som lägsta operativsystemversion anger du den kompletterande versionen. Exempel: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Lägsta operativsystembyggversion", "complianceOsVersionRestrictionHeader": "Operativsystemsversion", "complianceOsVersionRestrictionMaximumAndroidDescription": "Ange det högsta kravet för operativsystemsversion för enheter. Ange till exempel 7.1 i det här fältet för Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Tvinga enheten att uppdatera säkerhetskorrigeringar och förbättringar automatiskt.", "complianceUpdatesRequireAutomaticUpdatesName": "Kräv automatiska uppdateringar från Microsoft", "complianceWin10RequiredPasswordTypeDescription": "Den här inställningen visar vilken typ av lösenord/PIN-kod som krävs.
                            \r\nEnhetens standardinställning (lösenord, numerisk PIN-kod eller alfanumerisk PIN-kod krävs)
                            \r\nAlfanumeriskt (lösenord eller alfanumerisk PIN-kod krävs)
                            \r\nNumeriskt (lösenord eller numerisk PIN-kod krävs)
                            \r\nRekommendationer: Krav på lösenordstyp: Alfanumerisk, lösenordskomplexitet: Kräv siffror och gemener", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 eller 11", + "complianceWindows11DeviceHealthAttestationHeader": "Endast Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Lägsta version av Microsoft Defender (t.ex. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Lägsta version av Microsoft Defender Antimalware", - "complianceWindowsDeviceHealthAttestationHeader": "Utvärderingsregler för Windows hälsoattesteringstjänst", + "complianceWindowsDeviceHealthAttestationHeader": "Utvärderingsregler för Microsoft Attestation-tjänsten

                            Använd de här reglerna för att bekräfta att en enhet har skyddsåtgärder aktiverade vid start. Mer information om de här reglerna", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Välj den senaste operativsystemversion en mobil enhet kan ha. Operativsystemversionen definieras som major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Välj den äldsta operativsystemversion en mobil enhet kan ha. Operativsystemversionen definieras som major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "Operativsystemversionen definieras som major.minor.build.revision. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Mindre programuppdateringar för operativsystem och icke-operativsystem", "delayMinorOSUpdateVisibilityOption": "Mindre OS-programuppdateringar", "delayOSUpdateVisibilityOption": "Operativsystemuppdateringar", + "delegatedScopeLogsTitle": "Åtkomst till känsliga Android-loggar", "deliveryOptimizationBandwidthHeader": "Bandbredd", "deliveryOptimizationCachingHeader": "Cachelagring", "deliveryOptimizationDODescription": "Anger den nedladdningsmetod som kan användas vid leveransoptimering för att hantera bandbreddsförbrukning när innehåll distribueras.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Söker efter utfärdare av härledd autentiseringsuppgift...", "derivedCredentialsTenantLevelNotConfigured": "Du har inte angett någon utfärdare av härledda autentiseringsuppgifter för klientorganisationen så att principen kan tillämpas på enheterna. Klicka här för att ange utfärdaren.", "descriptionName": "Beskrivning", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (endast klientorganisationsanslutning)", "desktopOption": "Skrivbord", "destinationPrefix": "Målprefix/storlek (t.ex. 192.168.0.1/255)", "developerUnlock": "Lås upp via utvecklare", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "Och över", "eDPPolicyVersionAndBelowName": "Och under", "eDPPolicyVersionEqualsName": "Lika med", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Kräv att tidig start av drivrutin mot skadlig kod är aktiverat", - "earlyLaunchAntiMalwareDriverEnabledName": "Kräv tidig start av drivrutin mot skadlig kod", + "earlyLaunchAntiMalwareDriverEnabledName": "Tidig start av program mot skadlig kod", "easAccountSettingsHeader": "Exchange ActiveSync-kontoinställningar", "easAllData": "Alla data", "easCalendarContactsOnly": "Endast kalender och kontakter", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Valfri adress", "firewallRulesPortOrPortRangeInvalidCharacterError": "Portlistan får bara innehålla siffror, bindestreck och kommatecken.", "firewallRulesPortOrPortRangeInvalidError": "Portlistan innehåller ogiltiga portar och/eller portintervall.", + "firmwareProtectionEnabledName": "Skydd för inbyggd programvara", "firmwareUpdatesBehaviorName": "Uppdateringar av inbyggd programvara", "firstActiveEthernet": "Första aktiva Ethernet", "firstAvailableOption": "Först tillgängligt", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP blandat med Internet-peering (3)", "httpWithPeeringNatOption": "HTTP blandat med peering bakom samma NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP blandat med peering i privat grupp (2)", + "hvciEnabledName": "Minnesintegritetsskydd", "hybridSleepBatteryDescription": "Med den här principinställningen kan du inaktivera hybridströmsparläge när enheten drivs med batteri.
                            Om principen är inaktiverad tillåts inte hybridströmsparläge eller viloläge på enheten.
                            Om du inte ställer in den här principen kan användarna styra inställningen.", "hybridSleepName": "Hybridströmsparläge", "hybridSleepPluggedInDescription": "Med den här principinställningen kan du inaktivera hybridströmsparläge när enheten är ansluten till ström.
                            Om du inaktiverar principen tillåts inte hybridströmsparläge eller viloläge på enheten.
                            Om du inte ställer in den här principen kan användarna styra inställningen.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medellåg", "mediumOption": "Medel", "meetingInformationDisplayedOnWelcomeScreenName": "Mötesinformation som visas på välkomstskärmen", + "memoryAccessProtectionEnabledName": "Minnesåtkomstskydd", "messagingBlockMMSDescription": "Inaktivera funktionen för att skicka och ta emot MMS på enheten.", "messagingBlockMMSName": "MMS (endast mobil)", "messagingBlockRCSDescription": "Inaktivera funktionen för att skicka och ta emot Rich Communication Services på enheten.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Måste vara lägre än den högsta operativsystemsversionen", "mustBeValidAddress": "Måste vara en giltig adress. Exempel: 4.3.6.0, itgproxy.com osv.", "mustBeValidAndroidPackageName": "Paketnamnet får bara innehålla bokstäver, siffror, understreck och punkt. Måste börja med en bokstav.", - "mustBeValidBuildVersionFormat": "Måste ha ett giltigt byggversionsformat. Exempel: 18A391, 16G1114, osv.", + "mustBeValidBuildVersionFormat": "Måste vara ett giltigt format för kompileringsversion. Till exempel: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Måste vara ett giltigt DNS-suffix. Exempel: itgproxy.com", "mustBeValidDateFormat": "Måste vara ett giltigt datumformat (ÅÅÅ-MM-DD). Exempel: 2016-10-01, 2016-10-31 osv.", "mustBeValidDomain": "Måste vara en giltig domän. Exempel: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Nätverkstillägg", "networkInterface": "Nätverksgränssnitt", "networkInterfaceDescription": "Nätverksgränssnitt som ska ställas in", + "networkLogsTitle": "Tillåt att den här appen får åtkomst till Android-nätverksaktivitetsloggar", "networkProxyAutomaticConfigurationUrlDescription": "Webbadress till det PAC-skript du vill använda.", "networkProxyAutomaticConfigurationUrlName": "Ställ in webbadress till skript", "networkProxyDisableAutoDetectDescription": "Identifiera inställningar automatiskt. Om det är aktiverat söker systemet efter sökvägen till ett PAC-skript.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Dölj", "pinnedFolderOptionShow": "Visa", "pipeInvalidError": "Värdet får inte innehålla lodtecken: |.", + "playIntegrityVerdictOptionsDescription": "Ange nivån för bedömning av uppspelningsintegritet", + "playIntegrityVerdictOptionsName": "Spela integritetsbedömning", "pluggedInHeader": "Nätdrift", "policyDomainNameService": "DNS", "policyEmailAddress": "E-postadress", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Standardprincip. Användaren måste finnas och ha en giltig Intune-licens.", "requireUserExistanceName": "Registrerad användare finns", "required": "Obligatoriskt", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Inte konfigurerad (standard för grundläggande utvärdering)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Välj den utvärderingstyp som du vill använda för att beräkna SafetyNet-enhetens attesteringssvar.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Maskinvarubaserad nyckel", - "requiredAndroidSafetyNetEvaluationTypeName": "SafetyNet-utvärderingstyp som krävs", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Inte konfigurerat", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Välj den utvärderingstyp som du vill använda för att beräkna enhetsattesteringssvaret för bedömning av uppspelningsintegritet.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Kontrollera stark integritet", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Kontrollera stark integritet med maskinvarubaserade säkerhetsfunktioner", "requiredExtensionsColumnHeader": "Paketserienamn", "requiredExtensionsExamples": "t.ex. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Lösenord krävs, inga begränsningar", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "t.ex. contoso.com", "safeSearchFilterDescription": "Ange hur Cortana ska filtrera innehåll för vuxna från sökresultaten.", "safeSearchFilterName": "Säker sökning (endast mobil)", - "safetyNetAttestationOptionsDescription": "Ställ in nivån på SafetyNet-bestyrkande", - "safetyNetAttestationOptionsName": "SafetyNet-enhetsbestyrkande", "sampleSharingEnableOrNotConfiguredDescription": "Returnerar eller anger konfigurationsparametern för exempeldelning i Microsoft Defender för Endpoint.", "sampleSharingEnableOrNotConfiguredName": "Exempeldelning för alla filer", "saturday": "lördag", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Sekundär autentiseringsmetod", "secondaryAuthenticationMethodTEAPDescription": "Välj det sekundära sättet som du vill att användarna ska autentisera. När du väljer Certifikat väljer du en av de certifikatprofiler (SCEP eller PKCS) som också distribueras till enheten. Det här är identitetscertifikatet som presenteras av enheten för servern.", "secretKey": "Hemlig nyckel:", - "secureBootEnabledDescription": "Kräv att säker start ska vara aktiverat på enheten", - "secureBootEnabledName": "Kräv att säker start ska vara aktiverat på enheten", + "secureBootEnabledName": "Säker start", "secured": "Skyddad", "securityAssociationIdleTimeDescription": "Säkerhetsassociationer tas bort när nätverkstrafiken inte har synts undet det här antalet sekunder.", "securityAssociationIdleTimeHint": "Ange väntetiden i sekunder (300-3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Läge för gemensamma villkor​", "securityDeveloperSettingsEnabledDescription": "Tillåt åtkomst till utvecklarinställningar.", "securityDeveloperSettingsEnabledName": "Inställningar för utvecklare", + "securityLogsTitle": "Tillåt att den här appen får åtkomst till Android-säkerhetsloggar", "securityOption": "Diagnostikdata är av", "securityRequireVerifyAppsDescription": "Aktivera Google Play Protect om du vill genomsöka appar innan och efter de installeras. Om ett hot upptäcks kan användaren få en varning om att appen bör tas bort från enheten. Krävs som standard.", "securityRequireVerifyAppsName": "Hotsökning på appar", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Välj hanterade appar", "selectMicrosoftEdgeApp": "Lägg till äldre Microsoft Edge-webbläsare", "selectMicrosoftTunnelSite": "Välj en webbplats", + "selectNetworkApp": "Välj en app för att komma åt Android-nätverksaktivitetsloggar", "selectNetworkInterface": "Välj nätverksgränssnitt", "selectNonEapMethod": "Välj annan metod än EAP", "selectOneOption": "Välj ett", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Rotcertifikat för serververifiering", "selectRootCertificatesForServerValidationName": "Rotcertifikat för serververifiering", "selectSecurity": "Välj säkerhetstyp", + "selectSecurityApp": "Välj en app för att komma åt Android-säkerhetsloggar", "selectService": "Vilken typ av hantering kan vi hjälpa dig med?", "selectStoreApp": "Lägg till Store-app", "selectStoreAppEmpty": "Lägg till en Store-app", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "Apptyp", "trafficRuleClaimsName": "Anspråk", - "trafficRuleDirectionDescription": "Ange om regeln ska gälla inkommande eller utgående trafik.
                            \r\n
                            \r\n Inkommande = Regeln gäller för all inkommande trafik.\r\n
                            \r\n
                            \r\n Utgående = Regeln gäller för all utgående trafik.\r\n ", + "trafficRuleDirectionDescription": "Inkommande trafik tillåter trafik från externa platser via VPN. Utgående trafik tillåter trafik till externa platser via VPN. Skapa två regler om du vill tillåta båda.", "trafficRuleDirectionName": "Riktning", "trafficRuleRoutingPolicyTypeDescription": "Välj mellan delad tunnel och tvingad tunnel.
                            \r\n
                            \r\n Delad tunnel = enbart trafik avsedd för VPN-gränssnittet (enligt nätverksstacken) går genom gränssnittet. Internettrafik kan gå över andra gränssnitt.\r\n
                            \r\n
                            \r\n Tvingad tunnel = all IP-trafik passerar enbart via VPN-gränssnittet (för den här trafikregeln).\r\n
                            \r\n
                            \r\n Kan bara användas när regeln är kopplad till en app.\r\n ", "trafficRuleRoutingPolicyTypeName": "Regeltyp", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Användare", "vPNPolicyProfileTargetDescription": "Gör den här profilen till en alltid på-VPN-anslutning som ansluts utan användaråtgärd och använder datorcertifikat för autentisering. Endast anslutningar av typen IKEv2 kan användas. VPN-profilen tas bort från enheten när AutoPilot-välkomstupplevelsen har slutförts.", "vPNPolicyProfileTargetName": "Använd den här VPN-profilen för Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "Lista över värdar för vilka användningen av proxy på anslutningar ska uteslutas. De här värdarna kan använda jokertecken som *.example.com.", + "vPNPolicyProxyExclListDescription2": "Lista över värdnamn för vilka proxyn kringgås. Värdnamnen får innehålla jokertecken som *.exempel.com.", + "vPNPolicyProxyExclListExcludedHosts": "Undantagna värdar", + "vPNPolicyProxyExclListExclusions": "undantag", + "vPNPolicyProxyExclListFileImport": "Fil för att importera värdlistan", + "vPNPolicyProxyExclListHostName": "Värddatornamn", + "vPNPolicyProxyExclListImport": "Importera proxyundantag", + "vPNPolicyProxyExclListInvalid": "Ogiltiga indata", + "vPNPolicyProxyExclListList": "Undantagslista", + "vPNPolicyProxyExclListManage": "Hantera proxyundantag", + "vPNPolicyProxyExclListName": "Undantagslista för proxy", "vPNPolicyRememberCredentialsName": "Kom ihåg autentiseringsuppgifter vid varje inloggning", "vPNPolicyRoutesForThisConnectionDescription": "Valfritt.", "vPNPolicyRoutesForThisConnectionName": "Routning för delade tunnlar för den här VPN-anslutningen", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtuell hemknapp", "virtualHomeButtonNotConfigured": "Inte konfigurerat", "virtualHomeButtonSwipeUp": "Svep uppåt", + "virtualizationBasedSecurityEnabledName": "Virtualiseringsbaserad säkerhet", "virtualizationOfCpuAndIOName": "Processor och I/O-virtualisering", "visibleAppsListOptionsDescription": "Ange om listan innehåller appar som ska döljas eller appar som ska synas.", "visibleAppsListOptionsName": "Typ av applista", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Tillåt webblänkar i alla appar", "rootCertificate": "Rotcertifikat", "safetyNetDeviceAttestation": "SafetyNet-enhetsbestyrkande", + "samsungKnoxAttestationRequired": "Samsung Knox-enhetsattestering", "saveAppsNotificationText": "Sparar valda appar", "saveChangesCommandText": "Spara", "savePolicySettingsNotificationText": "Sparar principinställningar", @@ -7885,10 +7953,12 @@ "state": "Tillstånd", "status": "Status", "store": "Lagringsplats", + "subjectOnlyOptionText": "Endast ämne", "success": "Lyckades", "successfully": "Lyckades", "summary": "Sammanfattning", "summaryLensTitle": "Sammanfattning", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Fjärrförfrågningar", "summarySettingsPartWipeRequestsSelectorText": "Rensningsförfrågningar", "supportId": "Support-ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Värde", "valueMustNotContainCharsError": "Värdet får inte innehålla följande tecken: {0}", "versionValidationExample": "

                            Format: [Major].[Minor] eller [Major].[Minor].[Build].[Revision]

                            Exempel: 1.5 eller 1.5.50.101

                            ", - "versionValidationWith2To4Segments": "

                            Format: [Major].[Minor] eller [Major].[Minor].[Build] eller [Major].[Minor].[Build].[Revision]

                            Exempel: 1.5 eller 1.5.50 eller 1.5.50.101

                            ", + "versionValidationWith2To5Segments": "

                            Format: [Major].[Minor] eller [Major].[Minor].[Build] eller [Major].[Minor].[Build].[Revision]. För iOS stöds även [Major].[Minor].[Build].[Revision].[RapidSecurityResponse].

                            Obs! Appar utför inte rensningar för RapidSecurityResponse-överträdelser. endast blockera eller varna stöds.

                            Exempel: 1.5 eller 1.5.50 eller 1.5.50.101 eller (for iOS) 1.5.50.101.a

                            ", "versionValidationWithDateFormat": "Måste vara ett giltigt datumformat (ÅÅÅÅ-MM-DD).", "warn": "Varna", "warning": "Varning", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Kabelanslutet nätverk", "workProfile": "Privatägd arbetsprofil" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Filen eller mappen enligt angivet krav.", - "pathToolTip": "Den fullständiga sökvägen till den fil eller mapp som ska identifieras.", - "property": "Egenskap", - "valueToolTip": "Välj ett kravvärde som matchar den valda identifieringsmetoden. Krav på datum och tid måste anges i lokalt format." - }, - "GridColumns": { - "pathOrScript": "Sökväg/skript", - "type": "Typ" - }, - "Registry": { - "keyPath": "Nyckelsökväg", - "keyPathTooltip": "Den fullständiga sökvägen till registerposten som innehåller värdet enligt krav.", - "operator": "Operator", - "operatorTooltip": "Välj operator för jämförelsen.", - "registryRequirement": "Registernyckelkrav", - "registryRequirementTooltip": "Välj jämförelse av registernyckelkrav.", - "valueName": "Värdenamn", - "valueNameTooltip": "Namnet på begärt registervärde." - }, - "RequirementTypeOptions": { - "fileType": "Fil", - "registry": "Register", - "script": "Skript" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolesk", - "dateTime": "Datum och tid", - "float": "Flyttal", - "integer": "Heltal", - "string": "Sträng", - "version": "Version" - }, - "duplicateName": "Skriptnamnet {0} har redan använts. Ange ett annat namn.", - "enforceSignatureCheck": "Framtvinga signaturkontroll av skript", - "enforceSignatureCheckTooltip": "Välj Ja om du vill kontrollera att skriptet har signerats av en betrodd utgivare så att skriptet körs utan varningar eller uppmaningar. Skriptet körs avblockerat. Välj Nej (standard) om du vill köra skriptet med slutanvändarens bekräftelse men utan signaturkontroll.", - "loggedOnCredentials": "Kör det här skriptet med inloggningsuppgifterna", - "loggedOnCredentialsTooltip": "Kör skript med enhetens inloggningsuppgifter.", - "operatorTooltip": "Välj operator för kravjämförelsen.", - "requirementMethod": "Välj typ av utdata", - "requirementMethodTooltip": "Välj den datatyp som används vid fastställande av krav på identifieringsmatchning.", - "scriptContent": "Skriptinnehåll", - "scriptFile": "Skriptfil", - "scriptFileTooltip": "Välj ett PowerShell-skript som identifierar förekomst av appen på klienten. Om appen har identifierats visar kravprocessen en slutkod med värdet 0 och skriver strängvärdet STDOUT.", - "scriptName": "Skriptets namn", - "value": "Värde", - "valueTooltip": "Välj ett kravvärde som matchar den valda identifieringsmetoden. Krav på datum och tid måste anges i lokalt format." - }, - "bladeTitle": "Lägg till en kravregel", - "createRequirementHeader": "Skapa ett krav.", - "header": "Ställ in ytterligare kravregler", - "label": "Ytterligare kravregler", - "noRequirementsSelectedPlaceholder": "Inga krav har angetts.", - "requirementType": "Kravtyp", - "requirementTypeTooltip": "Välj typ av identifieringsmetod som ska användas för att fastställa hur ett krav ska utvärderas." - }, - "architectures": "Operativsystemarkitektur", - "architecturesTooltip": "Välj de arkitekturer som behövs för att installera appen.", - "bladeTitle": "Krav", - "diskSpace": "Diskutrymme som krävs (MB)", - "diskSpaceTooltip": "Ledigt diskutrymme som krävs på systemenheten för att installera appen.", - "header": "Ange krav som måste uppfyllas på enheterna innan appen kan installeras:", - "maximumTextFieldValue": "Det här värdet måste åtminstone vara {0}.", - "minimumCpuSpeed": "Lägsta processorhastighet som krävs (MHz)", - "minimumCpuSpeedTooltip": "Lägsta processorhastighet som krävs för att installera appen.", - "minimumLogicalProcessors": "Lägsta antal logiska processorer som krävs", - "minimumLogicalProcessorsTooltip": "Lägsta antal logiska processorer som behövs för att installera appen.", - "minimumOperatingSystem": "Lägsta operativsystemsversion", - "minimumOperatingSystemTooltip": "Välj det minimioperativsystem som behövs för att installera appen.", - "minumumTextFieldValue": "Värdet måste vara minst {0}.", - "physicalMemory": "Fysiskt minne som krävs (MB)", - "physicalMemoryTooltip": "Fysiskt minne (RAM) som krävs för att installera appen.", - "selectorLabel": "Krav", - "validNumber": "Ange ett giltigt tal." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Gör uppdateringen tillgänglig gradvis", + "immediateStart": "Gör uppdateringen tillgänglig så snart som möjligt", + "startDateOnly": "Gör uppdateringen tillgänglig på ett visst datum" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Hanterade enheter", + "devicesWithoutEnrollment": "Hanterade appar" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filterläge", + "assignmentToast": "Slutanvändarmeddelanden", + "assignmentTypeTableHeader": "TILLDELNINGSTYP", + "deadlineTimeColumnLabel": "Tidsgräns för installation", + "deliveryOptimizationPriorityHeader": "Prioritet för leveransoptimering", + "groupTableHeader": "Grupp", + "installContextLabel": "Installationssammanhang", + "isRemovable": "Installera som flyttbart", + "licenseTypeLabel": "Licenstyp", + "modeTableHeader": "Gruppläge", + "policySet": "Principuppsättning", + "preventAutoAppUpdate": "Förhindra automatiska uppdateringar av appar", + "preventManagedAppBackup": "Förhindra säkerhetskopiering av iCloud-app", + "restartGracePeriodHeader": "Respitperiod för omstart", + "startTimeColumnLabel": "Tillgänglighet", + "tracks": "Spår", + "uninstallOnRemoval": "Avinstallera när enheten tas bort", + "updateMode": "Uppdateringsprioritet", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD-webbapp", + "androidEnterpriseSystemApp": "Android Enterprise-systemapp", + "androidForWorkApp": "App från hanterad Google Play-butik", + "androidLobApp": "Branschspecifik Android-app", + "androidStoreApp": "Google Play-app", + "builtInAndroid": "Inbyggd Android-app", + "builtInApp": "Inbyggd app", + "builtInIos": "Inbyggd iOS-app", + "iosIPadOSWebClip": "Webbklipp för iOS/iPadOS", + "iosLobApp": "Branschspecifik iOS-app", + "iosStoreApp": "iOS Store-app", + "iosVppApp": "Volyminköpsprogramapp för iOS", + "lineOfBusinessApp": "Branschspecifik app", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "Verksamhetsspecifik macOS-app", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office-paket", + "macOSPkgApp": "macOS-app (PKG)", + "macOSWebClip": "macOS-webbklipp", + "macOsVppApp": "Volyminköpsprogramapp för macOS", + "managedAndroidLobApp": "Hanterad branschspecifik Android-app", + "managedAndroidStoreApp": "Hanterad Google Play-app", + "managedGooglePlayApp": "App från hanterad Google Play-butik", + "managedGooglePlayPrivateApp": "Privat app från hanterad Google Play-butik", + "managedGooglePlayWebApp": "Hanterad Google Play-webblänk", + "managedIosLobApp": "Hanterad branschspecifik iOS-app", + "managedIosStoreApp": "Hanterad iOS Store-app", + "microsoftStoreForBusinessApp": "Microsoft Store för företag-app", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store för företag", + "officeAddIn": "Office-tillägg", + "officeSuiteApp": "Microsoft 365-applikationer (Windows 10 och senare)", + "sharePointApp": "SharePoint-app", + "teamsApp": "Teams-app", + "webApp": "Webblänk", + "win32CatalogApp": "Windows-katalogapp (Win32)", + "winGetPublicApp": "Windows Package Manager communitylagringsplats", + "winGetStoreApp": "Microsoft Store app (ny)", + "windowsAppXLobApp": "Branschspecifik Windows AppX-app", + "windowsClassicApp": "Windows-app (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 och senare)", + "windowsMobileMsiLobApp": "Branschspecifik Windows MSI-app", + "windowsPhone81AppXBundleLobApp": "Branschspecifik Windows Phone 8.1 AppX-app", + "windowsPhone81AppXLobApp": "Branschspecifik Windows Phone 8.1 AppX-app", + "windowsPhone81StoreApp": "Windows Phone 8.1 Store-app", + "windowsPhoneXapLobApp": "Branschspecifik Windows Phone XAP-app", + "windowsStoreApp": "Microsoft Store app (äldre)", + "windowsUniversalAppXLobApp": "Branschspecifik Windows Universal AppX-app", + "windowsUniversalLobApp": "Branschspecifik universell Windows-app", + "windowsWebApp": "Windows-webblänk" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Webben", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Undantaget", + "include": "Inklusive", + "includeAllDevicesVirtualGroup": "Inklusive", + "includeAllUsersVirtualGroup": "Inklusive" + }, + "AssignmentToast": { + "hideAll": "Dölj alla popup-meddelanden", + "showAll": "Visa alla popup-meddelanden", + "showReboot": "Visa popup-meddelanden om omstart av dator" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Bakgrund", + "displayText": "Innehållsnedladdning i {0}", + "foreground": "Förgrund", + "header": "Prioritet för leveransoptimering" + }, + "DeviceRestartBehaviorOptions": { + "allow": "Appinstallation kan tvinga fram omstart av enhet", + "basedOnReturnCode": "Bestäm beteende baserat på returkoder", + "force": "Intune tvingar fram obligatorisk omstart av enhet", + "suppress": "Ingen särskild åtgärd" + }, + "FilterType": { + "exclude": "Undanta", + "include": "Ta med", + "none": "Inget" + }, + "InstallIntent": { + "available": "Tillgängligt för registrerade enheter", + "availableWithoutEnrollment": "Tillgänglig med eller utan registrering", + "notApplicable": "Saknas", + "required": "Obligatoriskt", + "uninstall": "Avinstallera" + }, + "SettingType": { + "assignmentType": "Tilldelningstyp", + "deviceLicensing": "Licenstyp", + "installContext": "Avinstallera när enheten tas bort", + "toastSettings": "Slutanvändarmeddelanden", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Standardinställning", + "postponed": "Uppskjuten", + "priority": "Hög prioritet" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Konfigurera enheter för inledande etablering och tilldela till användare.", + "title": "Enhetsförberedelse" + }, + "EnrollmentSettings": { + "description": "Konfigurera registreringsinställningar, som att blockera registrering och tilldela till användare.", + "title": "Registreringsinställningar" + }, + "OSConfiguration": { + "menuDescription": "Konfigurera inställningar som användarna kan använda för att återställa Windows från ett startbart flashminne.", + "menuTitle": "Konfiguration av operativsystem" + }, + "coManagementAuthorityDesc": "Ställ in samhanteringsinställningar för Configuration Manager-integrering", + "coManagementAuthorityTitle": "Samhanteringsinställningar ", + "deploymentProfiles": "Windows AutoPilot-distributionsprofiler", + "description": "Lär dig om sju olika sätt att registrera en Windows 10/11-dator på Intune av användare eller administratörer.", + "descriptionLabel": "Windows-registreringsmetoder", + "enrollmentStatusPage": "Statussidan för registrering" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Villkor som kräver att enhetsregistrering inte är tillgängliga med användaråtgärden \"Registrera eller ansluta till enheter\".", - "message": "”Kräv multifaktorautentisering” kan bara användas i principer som skapats för användaråtgärden Registrera eller anslut enheter.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Godkänn automatiskt alla rekommenderade drivrutinsuppdateringar", + "manual": "Godkänn och distribuera drivrutinsuppdateringar manuellt" + }, + "Details": { + "ApprovalMethod": { + "label": "Godkännandemetod:" + }, + "DeploymentDeferralInDays": { + "label": "Gör uppdateringar tillgängliga efter", + "units": "(dagar)", + "value": "{0} dagar" + }, + "bladeTitle": "Drivrutinsuppdateringar Windows 10 och senare (förhandsversion)", + "lastSync": "Senaste synkronisering:", + "lastSyncDefaultText": "Väntar på inledande inventeringsinsamling", + "loadError": "Det gick inte att läsa in!" + }, + "DriverStatus": { + "approved": "Godkänd", + "declined": "Avböjt", + "export": "Exporterar rekommenderade drivrutiner", + "needsReview": "Behöver granskas", + "paused": "Pausad" }, + "DriversToReview": { + "text": "{0} att granska" + }, + "Subtitle": { + "automatic": "Princip för automatisk uppdatering av godkännandedrivrutin", + "manual": "Uppdateringsprincip för manuell godkännandedrivrutin" + }, + "SyncNotification": { + "failure": "Det går inte att synkronisera {0}", + "failureDescription": "Vi påträffade ett fel och kunde inte slutföra den begärda synkroniseringen. Försök igen.", + "pending": "{0} synkronisering pågår", + "pendingDescription": "Vi hämtar de senaste data. Den här processen kan ta flera minuter.", + "success": "{0} synkroniseringen är klar", + "successDescription": "Synkronisering med WUfB-tjänsten slutfördes {0}" + }, + "SyncSpinner": { + "text": "En synkronisering pågår. Det kan ta flera minuter. Leta efter en avisering eller kom tillbaka om några minuter." + }, + "TabName": { + "basics": "Grundläggande information", + "driverUpdateSettings": "Inställningar", + "otherDrivers": "Andra drivrutiner", + "properties": "Egenskaper", + "recommendedDrivers": "Rekommenderade drivrutiner" + }, + "driverAddFilter": "Lägg till filter", + "driverApplicableDevices": "Tillämpliga enheter", + "driverApprovalStatus": "Status", + "driverBulkActions": "Massåtgärder", + "driverClass": "Drivrutinsklass", + "driverCount": "Visar {0} till {1} av {2} poster", + "driverFilterNoneSelected": "Inga valda", + "driverManufacturer": "Tillverkare", + "driverName": "Drivrutinsnamn", + "driverNameLower": "drivrutinsuppdateringsdistribution för windows", + "driverNameUpper": "drivrutinsuppdateringsdistribution för Windows", + "driverRefresh": "Uppdatera", + "driverReleaseDate": "Utgivningsdatum", + "driverSearch": "Sök", + "driverSearchKeyword": "Ange sökord", + "driverVersion": "Version", + "firstDeploymentDate": "Första distribution", + "infoBoxText": "Inventeringen kan ta upp till 24 timmar att fylla efter att en princip har tilldelats och skapats.", + "textBlockText": "Välj inställningar för principgodkännande och distribution. Välj att konfigurera en princip för att godkänna och distribuera uppdateringar automatiskt eller manuellt. Det går inte att ändra godkännandemetoden när en princip har skapats, men det går att ändra enskilda drivrutinsgodkännanden och distributionsinformation när en inventering har skapats för tilldelade enheter." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Använd de här inställningarna för att få information om vilka användare som installerar appar som inte är godkända för användning i företaget. Välj typ av lista över begränsade appar:

                            \r\n Förbjudna appar – en lista över appar som du vill bli informerad om när användare installerar.
                            \r\n Godkända appar – en lista över appar som är godkända för användning i företaget. Du informeras när användare installerar en app som inte finns med på listan.
                            \r\n ", + "androidZebraMxZebraMx": "Konfigurera Zebra-enheter genom att ladda upp en MX-profil i XML-format.", + "iosDeviceFeaturesAirprint": "Använd de här inställningarna för att ställa in iOS-enheter på att automatiskt ansluta till AirPrint-kompatibla skrivare i nätverket. Du behöver IP-adress och resurssökväg till dina skrivare.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Ställ in ett apptillägg som aktiverar enkel inloggning för enheter som kör iOS 13.0 eller senare.", + "iosDeviceFeaturesHomeScreenLayout": "Ställ in layouten för Dock och hemskärmar på iOS-enheter. Vissa enheter kan ha begränsningar för hur många objekt som får visas.", + "iosDeviceFeaturesIOSWallpaper": "Visa en bild som ska synas på hemskärmen och/eller låsskärmen på iOS-enheter.\r\n Om du vill visa en unik bild på varje plats skapar du en profil med låsskärmsbilden och en med hemskärmsbilden.\r\n Tilldela sedan användarna båda profilerna.\r\n
                            \r\n
                              \r\n
                            • Maximal filstorlek: 750 kB
                            • \r\n
                            • Filtyp: PNG, JPG eller JPEG
                            • \r\n
                            \r\n ", + "iosDeviceFeaturesNotifications": "Ange aviseringsinställningar för appar. Har stöd för iOS 9.3 och senare.", + "iosDeviceFeaturesSharedDevice": "Ange valfri text som ska visas på den låsta skärmen. Det här stöds på iOS 9.3 och senare. Läs mer", + "iosGeneralApplicationRestrictions": "Använd de här inställningarna för att få information om vilka användare som installerar appar som inte är godkända för användning i företaget. Välj typ av lista över begränsade appar:

                            \r\n Förbjudna appar – en lista över appar som du vill bli informerad om när användare installerar.
                            \r\n Godkända appar – en lista över appar som är godkända för användning i företaget. Du informeras när användare installerar en app som inte finns med på listan.
                            \r\n ", + "iosGeneralApplicationVisibility": "Använd listan med visade appar för att ange de iOS-appar som användaren kan visa eller starta. Använd listan med dolda appar för att ange de iOS-appar som användaren inte får visa eller starta.", + "iosGeneralAutonomousSingleAppMode": "Appar som du lägger till i listan och kopplar till en enhet kan låsa enheten så att bara den appen körs efter start, eller låsa enheten medan en viss åtgärd pågår (till exempel när du gör ett prov). När åtgärden har slutförts, eller om du tar bort begränsningen, återgår enheten till normalläget.", + "iosGeneralKiosk": "I kioskläget låses olika inställningar på en enhet eller också anges det att bara en viss app kan köras på en enhet. Det kan vara praktiskt i butiksmiljöer där du vill att bara en viss demoapp ska köras på enheten.", + "macDeviceFeaturesAirprint": "Använd de här inställningarna för att ställa in macOS-enheter på att automatiskt ansluta till AirPrint-kompatibla skrivare i nätverket. Du behöver IP-adress och resurssökväg till dina skrivare.", + "macDeviceFeaturesAssociatedDomains": "Konfigurera tillhörande domäner för delning av data och inloggningsuppgifter mellan organisationens appar och webbplatser. Den här profilen kan tillämpas på enheter som kör macOS 10.15 eller senare.", + "macDeviceFeaturesExtensibleSingleSignOn": "Ställ in ett apptillägg som aktiverar enkel inloggning för enheter som kör macOS 10.15 eller senare.", + "macDeviceFeaturesLoginItems": "Välj vilka appar, filer och mappar som ska öppnas när användarna loggar in på sina enheter. Om du inte vill att användarna ska kunna ändra hur valda appar ska öppnas, kan du dölja appen från användarkonfigurationen.", + "macDeviceFeaturesLoginWindow": "Ställ in hur macOS-inloggningsskärmen ska se ut och vilka funktioner som ska visas för användarna innan och efter de loggar in.", + "macExtensionsKernelExtensions": "Använd de här inställningarna för att ange en princip för kerneltillägg på macOS-enheter som kör 10.13.2 eller senare.", + "macGeneralDomains": "E-postmeddelanden som användaren skickar eller tar emot och som inte matchar de domäner du anger här, markeras som icke tillförlitliga.", + "windows10EndpointProtectionApplicationGuard": "När du använder Microsoft Edge skyddar Microsoft Defender Application Guard din miljö mot webbplatser som din organisation inte har definierat som tillförlitliga. När användare besöker webbplatser som inte är med på listan för ditt isolerade nätverk, öppnas webbplatserna i en virtuell webbläsarsession i Hyper-V. Tillförlitliga webbplatser definieras av en nätverksgräns som kan ställas in i Enhetskonfiguration. Observera att den här funktionen endast är tillgänglig för enheter som kör 64-bitars Windows 10 eller senare.", + "windows10EndpointProtectionCredentialGuard": "Om du aktiverar Credential Guard aktiveras följande obligatoriska inställningar:\r\n
                            \r\n
                              \r\n
                            • Aktivera virtualiseringsbaserad säkerhet: Virtualiseringsbaserad säkerhet (VBS) aktiveras vid nästa omstart. För virtualiseringsbaserad säkerhet används Windows Hypervisor för att ge stöd för säkerhetstjänster.
                            • \r\n
                              \r\n
                            • Säker start med direkt minnesåtkomst: VBS aktiveras med säker start och direkt minnesåtkomst (DMA).
                            • \r\n
                            \r\n ", + "windows10EndpointProtectionDeviceGuard": "Välj ytterligare appar som antingen måste granskas av eller som är betrodda att köras av Microsoft Defender Application Control. Windows-komponenter och alla appar från Windows Store är automatiskt betrodda att köras.

                            \r\n Program blockeras inte när de körs i läget Endast granskning. I läget Endast granskning, loggas alla händelser i lokala klientloggar.\r\n ", + "windows10GeneralPrivacyPerApp": "Lägg till appar som ska ha en annan sekretesspolicy än den du definierade i Standardsekretess.", + "windows10NetworkBoundaryNetworkBoundary": "Nätverksgränsen är en lista över företagsresurser, till exempel molnbaserade domäner och IP-adressintervall för datorer i företagsnätverket. Ange nätverksgränser för att tillämpa principer som skyddar data på de här platserna.", + "windowsHealthMonitoring": "Ställ in hälsoövervakningsprincipen i Windows.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone kan blockera användare från att installera eller starta appar som står med i listan över otillåtna appar eller appar som inte står med i listan över godkända appar. Alla hanterade appar måste läggas till i listan över godkända appar." + }, + "Inputs": { + "accountDomain": "Kontodomän", + "accountDomainHint": "t.ex. contosodomain", + "accountDomainInfoBalloon": "Ange användarens kontodomän.", + "accountTypeInfoBalloon": "Ange den kontotyp som har ställts in baserat på autentiseringsmodell", + "allowContactSetting": "Tillåt användaren att ändra kontaktinställning", + "allowContactSyncInfoBalloon": "Ange om användaren får ändra inställningen för kontaktsynkronisering", + "allowUserChange": "Tillåt användaren att ändra inställning", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Ange ett paketnamn liknande com.microsoft.word", + "androidUrlValidation": "Ange en giltig webbadress av typen https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "Appinstallationskontext", + "appUrlLabel": "Webbadress till appbutik", + "appleUrlValidation": "Ange en giltig webbadress i formatet https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Tillämplig enhetstyp", + "assignmentActionLabel": "Läge", + "authenticationMethodInfoBalloon": "Ange autentiseringsmetod för användaren", + "authenticationMetod": "Autentiseringsmetod", + "authenticationType": "Autentiseringstyp", + "authenticationTypeInfoBalloon": "Ange autentiseringstyp för användaren", + "availableLicenseCount": "Tillgängliga licenser", + "basicAuth": "Grundläggande autentisering", + "biometricsInfoBalloon": "Användarna kan behöva använda biometrik, till exempel TouchID och FaceID, för att öppna appen på sina enheter. Om så är fallet används biometrik utöver den autentiseringsmetod som valts i profilen. Den här inställningen bör inte aktiveras när Intune-principer för appskydd har distribuerats eftersom appskyddsprincipen omfattar åtkomstkrav innan hanterade data kan öppnas. Om båda alternativen är aktiverade ställs flera åtkomstkrav för att öppna Outlook Mobile. När alternativet inte är konfigurerat är standardappinställningen Av. ", + "bookNameLabel": "Namn på bok", + "bundleDescriptionHint": "Ange en beskrivning av apparna i samlingen.", + "calendar": "Kalender", + "categoryLabel": "Kategori", + "categoryNameLabel": "Standardnamn", + "certProfileType": "Typ av certifikatprofil", + "certificate": "Certifikat", + "certificates": "Certifikat", + "commandLineLabel": "Kommandoradsargument", + "commandLineSizeHint": "Texten i kommandoradsargumenten får innehålla högst 1 024 tecken", + "configurationSettingsFormatLabel": "Format för konfigurationsinställningar", + "configurationSettingsLabel": "Inställningsformat", + "contactSync": "Spara kontakter", + "contactSyncInfoBalloon": "När kontakter sparas i mobilens inbyggda adressbok kan nya samtal och sms länkas till användarens befintliga Outlook-kontakter. När alternativet inte är konfigurerat är standardappinställningen Av.", + "contacts": "Kontakter", + "createdDateTime": "Skapad", + "defaultCategoryHint": "Standardkategorierna kan inte ändras", + "deploySMimeCertsFromIntune": "Distribuera S/MIME-certifikat från Intune", + "descriptionGenericLabel": "Beskrivning", + "descriptionHint": "Ange en beskrivning…", + "descriptionLabel": "Beskrivning", + "descriptionSizeHint": "Beskrivningen får innehålla högst 10 000 tecken", + "developerLabel": "Utvecklare", + "developerSizeHint": "Utvecklarens namn får innehålla högst 256 tecken.", + "disable": "Inaktivera", + "disabled": "Inaktiverat", + "displayNameLabel": "Namn", + "displayVersionHint": "Ange appversionen", + "displayVersionLabel": "Appversion", + "displayVersionLengthCheck": "Visningsversionen får innehålla högst 130 tecken", + "eBookCategoryNameLabel": "Standardnamn", + "emailAccount": "Namn på e-postkonto", + "emailAccountHint": "t.ex. e-post för företag", + "emailAccountInfoBalloon": "Ange visningsnamn för e-postkontot som det visas för användarna på deras enheter", + "emailAddressAttribute": "E-postadressattribut från AAD", + "emailAddressInfoBalloon": "Ange den e-postadress som ska användas för att skicka och ta emot e-post", + "emailServer": "E-postserver", + "emailServerHint": "t.ex. mail.contoso.com", + "emailServerInfoBalloon": "Ange värdnamnet för Exchange Server", + "enable": "Aktivera", + "enableSMime": "Aktivera S/MIME", + "enabled": "Aktiverad", + "encryptAllEmails": "Kryptera alla mejl", + "encryptionCertificates": "Krypteringscertifikat", + "endUserNotifications": "Slutanvändarmeddelanden", + "enrollmentTypeLabel": "Registreringstyp för enhet", + "externalRecipients": "E-posttips om externa mottagare", + "externalRecipientsInfoBalloon": "E-posttips om externa mottagare visas om avsändaren lägger till en extern mottagare eller en distributionsgrupp som innehåller externa mottagare. Avsändarna meddelas när ett mejl de skriver ska lämna organisationen, och hjälper dem att fatta rätt beslut om ordval, tonläge och innehåll. Endast tillgängligt för Exchange Online-konton och lokala konton som använder modern hybridautentisering. När alternativet inte är konfigurerat är standardappinställningen På.", + "focusedInbox": "Prioriterad inkorg", + "focusedInboxInfoBalloon": "Prioriterad inkorg delar upp inkorgen i två flikar: Prioriterad och Övrig. Dina viktigaste mejl visas på fliken Prioriterad medan resten flyttas till fliken Övrig, fortfarande lättillgängligt. När alternativet inte är konfigurerat är standardappinställningen På. ", + "fullScreenEnabledLabel": "Helskärm", + "gmailNineAmountOfEmail": "Mängd e-post som ska synkroniseras", + "gmailNineAuthenticationMethodInfoBalloon": "Välj hur du vill att användarna ska autentiseras på e-postservern. Använd certifikat för att ge användarna den säkraste och smidigaste upplevelsen. Certifikatbaserad autentisering kan inte användas ännu eftersom SCEP- och PKCS-certifikatprofiler för enhetsägarenheter inte är tillgängliga. ", + "gmailNineCertificateUPNInfoBalloon": "Certifikatet måste innehålla användarens huvudnamn (UPN) som alternativt certifikatmottagarnamn.", + "gmailNineEmailAddressInfoBalloon": "Attributet som Intune får från Azure AD för att dynamiskt generera den e-postadress som ska användas av den här profilen, t.ex. MittNamn@contoso.com (UPN). Läs mer om AAD-attribut för e-postprofiler.", + "gmailNineEmailServerInfoBalloon": "Exchange-platsen (webbadress) för den e-postsserver som den angivna appen ansluter till för att hämta e-post.", + "gmailNineEmailSynchronizeInfoBalloon": "Styr hur stor mängd e-post klienten ska synkronisera.", + "gmailNineSSLInfoBalloon": "Aktivera SSL för att skydda all kommunikation med e-postservern.", + "gmailNineUsernameInfoBalloon": "Attributet som Intune får från Azure AD för att dynamiskt generera det användarnamn som ska användas av profilen, t.ex. MittNamn@contoso.com (UPN) eller MittNamn (användarnamn). Läs mer om AAD-attribut för e-postprofiler.", + "ignoreManifestScope": "Ignorera manifestets omfång", + "ignoreVersionDetection": "Ignorera appversion", + "informationUrlLabel": "Webbadress till information", + "informationUrlSizeHint": "Informationswebbadressen får bestå av högst 1 024 tecken.", + "installAsManaged": "Installera som hanterat", + "installationSourceLabel": "Apptyp", + "installerTypeInfoBalloon": "Installationstypen för programpaketet.", + "installerTypeLabel": "Installationstyp", + "isFeatured": "Visa den här som aktuell app på företagsportalen", + "isMAMEnabledToggleLabel": "Ja", + "lastModifiedDateTime": "Senast uppdaterad", + "ldapUrl": "LDAP-webbadress", + "licensingType": "Har stöd för tilldelning av enhetssammanhang", + "microsoft": "Microsoft", + "minimumOperationSystem": "Lägsta operativsystemsversion", + "modernAuth": "Modern autentisering", + "nameHint": "Ange ett namn", + "nameLabel": "Namn", + "nameSizeHint": "Namnet får innehålla högst 512 tecken.", + "notConfigured": "Inte konfigurerat", + "notesLabel": "Anteckningar", + "notesSizeHint": "Anteckningstexten får innehålla högst 1 024 tecken.", + "notificationType": "Meddelandetyp", + "oneDay": "En dag", + "oneMonth": "En månad", + "oneWeek": "En vecka", + "outlookSMimeSettings": "Outlook S/MIME-inställningar", + "ownerLabel": "Ägare", + "ownerSizeHint": "Ägarens namn får innehålla högst 256 tecken.", + "packageIdLabel": "Paketidentifierare", + "packageNameLabel": "Paketnamn", + "pivCredentialNotConfigured": "Du har inte valt någon utfärdare av härledda autentiseringsuppgifter för klientorganisationen. Du måste först ställa in en utfärdare innan du kan tillämpa principen på enheter.", + "platformLabel": "Plattform", + "policyDescriptionLabel": "Beskrivning", + "policyNameLabel": "Namn", + "preComposedIconEnabled": "Förkomponerat", + "primarySMTPAddress": "Primär SMTP-adress", + "privacyUrlLabel": "Sekretesswebbadress", + "publisherHint": "Ange ett utgivarnamn", + "publisherLabel": "Utgivare", + "publisherSizeHint": "Namnet på utgivaren måste innehålla mellan 2 och 1 024 tecken", + "require": "Kräv", + "requireBiometrics": "Kräv biometrik för att få åtkomst till appen", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "Minst en omfångstagg krävs", + "searchAppLabel": "Välj app", + "searchAppLinkText": "Sök i App Store", + "searchWinGetPublicRepositoryLinkText": "Sök i Windows Package Manager communitylagringsplats", + "searchWinGetStoreRepositoryLinkText": "Sök i appen Microsoft Store (ny)", + "selectAAD": "Välj ett AAD-attribut", + "selectAppFileLabel": "Välj fil", + "selectAppFileLinkText": "Välj appaketfil", + "selectAppFileToUpdateLabel": "Välj fil som ska uppdateras", + "selectAuthMethod": "Välj en autentiseringsmetod", + "selectAuthType": "Välj en autentiseringstyp", + "selectCatalogAppLabel": "Välj app", + "selectCatalogAppLinkText": "Sök i Windows-appens (Win32) katalog", + "selectCertificate": "Välj ett certifikat", + "signAllEmails": "Signera alla mejl", + "signingCertificates": "Signeringscertifikat", + "ssl": "SSL", + "suiteDescriptionLabel": "Beskrivning av svit", + "suiteNameLabel": "Namn på svit", + "targetApplicationBundleIdentifier": "Målidentifiering av programpaket", + "targetedPlatformsLabel": "Riktad plattform", + "tasks": "Aktiviteter", + "threeDays": "Tre dagar", + "totalLicenseCount": "Totalt antal licenser", + "twoWeeks": "Två veckor", + "unifiedAssignmentsLabel": "Tilldela till:", + "unlimited": "Obegränsad", + "urlHint": "Ange en giltig webbadress", + "useManagedBrowserHint": "Endast Android och iOS. Läs mer", + "useManagedBrowserLabel": "Det krävs en hanterad webbläsare för att öppna den här länken", + "userPrinicipalName": "Användarens huvudnamn", + "username": "Användarnamn", + "usernameAttribute": "Användarnamnattribut från AAD", + "usernameAttributreInfoBalloon": "Ange UPN-namnet (User Principal Name) för den e-postprofil som ska användas för att autentisera kontot", + "usernamePassword": "Användarnamn och lösenord", + "webAppUrlHint": "Ange en giltig URL som börjar med http:// eller https://", + "webAppUrlLabel": "Appens webbadress", + "webAppUrlSizeHint": "App URL:en får högst bestå av 1024 tecken.", + "windowsUrlValidation": "Ange en giltig URL som liknar https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "XML-data har angetts", + "xmlFormatInvalid": "XML-principformatet är ogiltigt.", + "xmlTooLarge": "Storleken på indata måste vara mindre än 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Det gick inte att ta bort {0}", @@ -8432,374 +8847,13 @@ "modifying": "Tar bort {0}", "success": "{0} har tagits bort" }, - "Included": { - "none": "Inga molnappar, åtgärder eller autentiseringssammanhang har valts", - "plural": "{0} autentiseringssammanhang ingår", - "singular": "1 autentiseringssammanhang ingår" - }, - "InfoBlade": { - "createTitle": "Lägg till autentiseringssammanhang", - "deleteDisallowed": "Du kan inte ta bort det här autentiseringssammanhanget eftersom principerna för villkorsstyrd åtkomst hänvisar till det.", - "descPlaceholder": "Lägg till beskrivning av autentiseringssammanhanget", - "modifyTitle": "Ändra autentiseringssammanhang", - "namePlaceholder": "Exempel: Betrodd plats, betrodd enhet, stark auktorisering", - "publishDesc": "När du publicerar till appar blir autentiseringssammanhanget tillgänglig för appar att använda. Publicera när du har konfigurerat principen för villkorsstyrd åtkomst för taggen. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publicera till appar", - "titleDesc": "Konfigurera ett autentiseringssammanhang som ska användas för att skydda programdata och åtgärder. Använd namn och beskrivningar som kan förstås av programadministratörer. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Om du avpublicerar det här autentiseringssammanhanget kan åtkomsten till den resurs som skyddas av autentiseringssammanhanget förloras." - }, "Notify": { "failure": "Det gick inte att uppdatera {0}", "modifying": "Ändrar {0}", "success": "Uppdaterade {0}" }, - "WhatIf": { - "selected": "Autentiseringssammanhang ingår" - }, - "addNewStepUp": "Nytt autentiseringssammanhang", - "bannerText": "Skapa egna autentiseringskontextvärden och principer för villkorsstyrd åtkomst med Azure AD Premium", - "checkBoxInfo": "Välj de autentiseringssammanhang som den härprincipen ska användas för", - "configure": "Konfigurera autentiseringssammanhang", - "createCA": "Tilldela autentiseringssammanhanget principer för villkorsstyrd åtkomst", - "dataGrid": "Lista med autentiseringssammanhang", - "deleteFailedByReference": "Du kan inte ta bort den här autentiseringskontexten eftersom certifikatutfärdarprinciper hänvisar till den.", - "description": "Beskrivning", - "documentation": "Dokumentation", - "getStarted": "Kom igång", - "label": "Autentiseringssammanhang", - "menuLabel": "Autentiseringssammanhang", - "name": "Namn", - "noAuthContextConfigured": "Inga autentiseringskontexter har konfigurerats.", - "noAuthContextSet": "Det finns inga autentiseringssammanhang", - "noData": "Inga autentiseringssammanhang att visa", - "selectionInfo": "Autentiseringssammanhang används för att skydda programdata och åtgärder i appar som SharePoint och Microsoft Cloud App Security.", - "step": "Steg", - "tabDescription": "Hantera autentiseringssammanhang för att skydda data och åtgärder i dina appar. Det går inte att ta bort autentiseringssammanhang när principer för villkorsstyrd åtkomst refererar till dem. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Tagga resurser med ett autentiseringssammanhang" + "menuLabel": "Autentiseringssammanhang" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (telefoninloggning)", - "email": "Engångslösenord via e-post", - "federatedMultiFactor": "Federerad multifaktor", - "federatedSingleFactor": "Sammansluten enkel faktor", - "fido2": "FIDO2-säkerhetsnyckel", - "hardwareOath": "OATH-token för maskinvara", - "hardwareOathEmail": "OATH-token för maskinvara + engångslösenord för e-post", - "hardwareOathFederatedSingleFactor": "Federerade enkel faktor + OATH-token för maskinvara", - "microsoftAuthenticatorPush": "Microsoft Authenticator (push-meddelande)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (push-meddelande) + engångslösenord för e-post", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federerade: enskild faktor + Microsoft Authenticator – push-meddelande", - "none": "Ingen", - "password": "Lösenord", - "passwordHardwareOath": "Lösenord + OATH-token för maskinvara", - "passwordMicrosoftAuthenticatorPush": "Lösenord + Microsoft Authenticator (push-meddelande)", - "passwordSms": "Lösenord + sms", - "passwordSoftwareOath": "Lösenord + OATH-token för programvara", - "passwordVoice": "Lösenord + röst", - "passwordX509CertificateMultiFactor": "Lösenord + certifikatbaserad autentisering (multifaktor)", - "passwordX509CertificateSingleFactor": "Lösenord + certifikatbaserad autentisering (enkel faktor)", - "sms": "SMS", - "smsEmail": "Sms + engångslösenord via e-post", - "smsFederatedSingleFactor": "Federerade: enkel faktor + sms", - "softwareOath": "OATH-token för programvara", - "softwareOathEmail": "OATH-token för programvara + engångslösenord för e-post", - "softwareOathFederatedSingleFactor": "Federerade enkel faktor + OATH-token för programvara", - "temporaryAccessPassMultiUse": "Tillfällig åtkomstkod (flergångsanvändning)", - "temporaryAccessPassOneTime": "Tillfällig åtkomstkod (engångsanvändning)", - "voice": "Röst", - "voiceEmail": "Röst + engångslösenord via e-post", - "voiceFederatedSingleFactor": "Federerade: enkel faktor + röst", - "windowsHelloForBusiness": "Windows Hello för företag", - "x509CertificateMultiFactor": "Certifikatbaserad autentisering (multifaktor)", - "x509CertificateSingleFactor": "Certifikatbaserad autentisering (enkel faktor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Blockera nedladdningar (förhandsversion)", - "monitorOnly": "Endast övervakning (förhandsversion)", - "protectDownloads": "Skydda nedladdningar (förhandsversion)", - "useCustomControls": "Använd en anpassad princip..." - }, - "ariaLabel": "Ange vilken typ av appkontroll för villkorsstyrd åtkomst som ska användas" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App-ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "Lista över valda molnappar" - }, - "UpperGrid": { - "ariaLabel": "Lista med molnappar som matchar sökningsvillkoren" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "Med Valda platser måste du välja minst en plats.", - "selector": "Välj minst en plats" - }, - "privateLinksInfo": "Private Link för Azure AD passar bäst för Azure-tjänster. Se till att de huvudkonton som den här principen tillämpas på inte har krav på att nå några offentliga tjänster som M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Du måste välja minst en av följande klientorganisationer" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Den här principen gäller endast för webbläsare och moderna autentiseringsappar. Om du vill tillämpa principen på alla klientappar måste du aktivera klientappvillkoret och välja alla klientappar.", - "classicExperience": "Sedan den här principen skapades har standardklientapparnas konfiguration uppdaterats.", - "legacyAuth": "Utan konfiguration gäller principerna nu för alla klientappar, inklusive modern och äldre autentisering." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribut", - "placeholder": "Välj ett attribut" - }, - "Configure": { - "infoBalloon": "Ställ in appfilter som du vill att principen ska tillämpas på." - }, - "NoPermissions": { - "learnMoreAria": "Mer om behörigheter för anpassade säkerhetsattribut.", - "message": "Du har inte de behörigheter som krävs för att använda anpassade säkerhetsattribut." - }, - "gridHeader": "Med anpassade säkerhetsattribut kan du använda regelverktyget eller regelsyntaxrutan för att skapa eller redigera filterreglerna. I förhandsgranskningen stöds enbart attribut av strängtyp. Attribut av typen heltal eller boolesk visas inte.", - "learnMoreAria": "Mer information om hur man använder regelverktyget och syntaxtextrutan.", - "noAttributes": "Det finns inga anpassade attribut tillgängliga att filtrera på. Du måste ställa in några attribut för att kunna använda det här filtret.", - "title": "Redigera filter (förhandsversion)" - }, - "CloudAppsUserActions": { - "any": "Valfri molnapp eller åtgärd", - "infoBalloon": "Molnapp eller användaråtgärd som du vill testa, t.ex. SharePoint Online", - "learnMore": "Kontrollera åtkomsten baserat på alla eller specifika molnappar eller åtgärder.", - "learnMoreB2C": "Kontrollera åtkomsten baserat på alla eller specifika molnappar.", - "learnMoreNetworkAccess": "Kontrollera åtkomsten baserat på alla eller specifika nätverksåtkomsttrafik, molnappar eller åtgärder.", - "title": "Molnappar eller åtgärder" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Lista över exkluderade molnappar" - }, - "Filter": { - "configured": "Konfigurerad", - "label": "Redigera filter (förhandsversion)", - "with": "{0} med {1}" - }, - "Included": { - "gridAria": "Lista över inkluderade molnappar" - }, - "Validation": { - "authContext": "Med \"autentiseringssammanhang\" måste du konfigurera minst ett underobjekt.", - "networkAccess": "Med Nätverksåtkomst måste du konfigurera minst en trafikprofil.", - "selectApps": "{0} måste konfigureras", - "selector": "Välj minst en app.", - "userActions": "Med \"Användaråtgärder\" måste du konfigurera minst ett underobjekt." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Kontrollera användaråtkomsten när enheten som användaren loggar in från inte är hybrid Azure AD-ansluten eller markerad som kompatibel. \n Den här har tagits ur bruk. Använd {1} istället." - } - }, - "Errors": { - "notFound": "Det gick inte att hitta principen, eller så har den tagits bort.", - "notFoundDetailed": "Principen {0} finns inte längre. Den kan ha tagits bort." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Alla", - "b2bCollaborationGuestLabel": "B2B-samarbete: gästanvändare", - "b2bCollaborationMemberLabel": "B2B-samarbete: medlemsanvändare", - "b2bDirectConnectUserLabel": "B2B-direktanslutningsanvändare", - "enumeratedExternalTenantsError": "Välj minst en extern klientorganisation", - "enumeratedExternalTenantsLabel": "Välj", - "externalTenantsLabel": "Ange externa Azure Active Directory-organisationer", - "externalUserDropdownLabel": "Välj typen gäst eller extern användare", - "externalUsersError": "Välj minst en typ av extern gäst eller användare", - "guestOrExternalUsersInfoContent": "Omfattar B2B-samarbete, B2B-direktanslutning och andra typer av externa användare.", - "guestOrExternalUsersLabel": "Gäster eller externa användare", - "internalGuestLabel": "Lokala gästanvändare", - "otherExternalUserLabel": "Andra externa användare", - "previewTag": "{0} (förhandsgranskning)", - "serviceProviderUsersLabel": "Tjänstleverantörsanvändare" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Sökmetod för land/region", - "gps": "Fastställ plats efter GPS-koordinater", - "info": "När platsvillkoret för en princip för villkorsstyrd åtkomst har konfigurerats uppmanas användarna av Authenticator-appen att dela sina GPS-platser. ", - "ip": "Bestäm plats efter IP-adress (endast IPv4)" - }, - "Header": { - "new": "Ny plats ({0})", - "update": "Uppdatera plats ({0})" - }, - "IP": { - "learn": "Konfigurera IPv4-och IPv6-intervall för namngivna platser.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Okända länder/regioner är IP-adresser som inte är associerade till något specifikt land eller region. [Learn more][1]\n\nDetta omfattar:\n* IPv6-adresser\n* IPv4-adresser utan direkt mappning\n[1]: https://aka.ms/canamedlocations\n", - "label": "Inkludera okända länder/regioner" - }, - "Name": { - "empty": "Namnet får inte vara tomt", - "placeholder": "Namnge den här platsen" - }, - "PrivateLink": { - "learn": "Skapa en ny namngiven plats som innehåller privata länkar för Azure AD. \n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Sök efter länder", - "names": "Sök namn", - "privateLinks": "Sök efter privata länkar" - }, - "Trusted": { - "label": "Markera som betrodd plats" - }, - "enter": "Ange ett nytt IPv4- eller IPv6-intervall", - "example": "exempel: 40.77.182.32/27 eller 2a01:111::/32" - }, - "Label": { - "addCountries": "Länders plats", - "addIpRange": "IP-intervallsplats", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Det gick inte att skapa ny plats ({0})", - "title": "Det gick inte att skapa" - }, - "InProgress": { - "description": "Skapa ny plats ({0})", - "title": "Håller på att skapa" - }, - "Success": { - "description": "Den nya platsen ({0}) har skapats", - "title": "Skapandet har slutförts" - } - }, - "Delete": { - "Failed": { - "description": "Det gick inte att ta bort platsen ({0})", - "title": "Borttagningen misslyckades" - }, - "InProgress": { - "description": "Platsen ({0}) tas bort", - "title": "Borttagning pågår" - }, - "Success": { - "description": "Platsen ({0}) har tagits bort", - "title": "Borttagningen har slutförts" - } - }, - "Update": { - "Failed": { - "description": "Det gick inte att uppdatera platsen ({0})", - "title": "Uppdateringen misslyckades" - }, - "InProgress": { - "description": "Platsen ({0}) uppdateras", - "title": "Uppdatering pågår" - }, - "Success": { - "description": "Platsen ({0}) har uppdaterats", - "title": "Uppdateringen har slutförts" - } - } - }, - "PrivateLinks": { - "grid": "Lista över privata länkar" - }, - "Trusted": { - "title": "Betrodd typ", - "trusted": "Betrodda" - }, - "Type": { - "all": "Alla typer", - "countries": "Länder", - "ipRanges": "IP-intervall", - "privateLinks": "Privata länkar", - "title": "Platstyp" - }, - "iPRangeInvalidError": "Värdet måste vara ett giltigt IPv4- eller IPv6-intervall.", - "iPRangeLinkOrSiteLocalError": "IP-nätverket har identifierats som en lokal länk eller en lokal webbplatsadress.", - "iPRangeOctetError": "IP-nätverket får inte börja med 0 eller 255.", - "iPRangePrefixError": "IP-nätverksprefixet måste vara från /{0} till /{1}.", - "iPRangePrivateError": "IP-nätverket har identifierats som en privat adress." - }, - "NamedNetwork": { - "List": { - "gridAria": "Lista över namngivna platser" - } - }, - "NetworkAccess": { - "Included": { - "none": "Inga målresurser har valts", - "plural": "{0} nätverkstrafikprofiler har valts", - "singular": "1 nätverkstrafikprofil har valts" - }, - "internetOptionText": "Offentlig trafik", - "label": "Nätverksåtkomst (förhandsversion)", - "m365OptionText": "M365-trafik", - "privateOptionText": "Privat trafik", - "selectTrafficProfilesLabel": "Välj de trafikprofiler som den här principen gäller för", - "targetResourcesBalloonContext": "Målresurser", - "targetResourcesSelectorTitle": "Målresurser", - "trafficProfilesLearnMoreTooltip": "Om du vill se ytterligare trafikprofiler lägger du till fler NaaS-licenser.", - "ztnaEnableLearnMore": "Nolltillit Cloud Edge måste vara aktiverat för att du ska kunna använda nätverksåtkomstkontroller. " - }, - "Policies": { - "Grid": { - "aria": "Lista över principer för villkorsstyrd åtkomst" - }, - "countText": "{0} av {1} principer hittades", - "countTextSingular": "{0} av den 1 princip hittades", - "search": "Sökningsprinciper" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Konfigurera risknivåerna för tjänstens huvudnamn som krävs för att principen ska tillämpas​", - "infoBalloonContent": "Konfigurera risken för tjänstens huvudnamn för att tillämpa principen för specifika risknivåer", - "title": "Risk för tjänstens huvudnamn" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Ställ in att riskidentifieringar för att tillämpa principen för valda riskidentifieringar i realtid." - }, - "LearnMore": { - "message": "Kontrollera användaråtkomst som svar på specifika riskidentifieringar vid inloggning i realtid." - }, - "description": "Det här villkoret uppfylls om en risk identifieras vid någon av riskidentifieringarna. Det här påverkar inte beräkningen av risknivå för inloggning.", - "header": "Inbyggda riskidentifieringar i realtid", - "info": "Identifieringar som identifierar risker under inloggningar.", - "label": "Riskidentifieringar vid inloggning (förhandsversion)", - "title": "Riskidentifieringar vid inloggning" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Kombinationer av metoder som uppfyller stark autentisering, till exempel lösenord + sms", - "displayName": "Multifaktorautentisering" - }, - "Passwordless": { - "description": "Lösenordslösa metoder som uppfyller stark autentisering, t.ex. Microsoft Authenticator ", - "displayName": "Lösenordsfri multifaktorautentisering" - }, - "PhishingResistant": { - "description": "Lösenordsfria metoder mot nätfiske för starkast autentisering, till exempel FIDO2-säkerhetsnyckel", - "displayName": "Multifaktorautentisering med nätfiskeskydd" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Läs mer om att kräva autentiseringsmetoder som uppfylls av federationsprovidrar.", "certificate": "Certifikatautentisering", @@ -8808,287 +8862,6 @@ "require": "Kräv federerad autentiseringsmetod (förhandsversion)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Av", - "on": "På", - "reportOnly": "Enbart rapport" - }, - "PolicyTemplates": { - "Devices": { - "description": "Välj principmallkategorin Enheter för att se vilka enheter som ansluter till nätverket. Kontrollera efterlevnad och hälsostatus innan du beviljar åtkomst.", - "name": "Enheter" - }, - "Identities": { - "description": "Välj principmallkategorin Identiteter för att verifiera och skydda varje identitet med stark autentisering för hela din digitala egendom.", - "name": "Identiteter" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Alla appar", - "office365": "Office 365", - "registerSecurityInfo": "Registrera säkerhetsinformation" - }, - "Conditions": { - "androidAndIOS": "Enhetsplattform: Android och IOS", - "anyDevice": "Alla enheter utom Android, IOS, Windows och Mac", - "anyDeviceStateExceptHybrid": "All eventuell enhetsstatus förutom kompatibel och Hybrid Azure AD-ansluten", - "anyLocation": "Valfri plats förutom betrodd", - "browserMobileDesktop": "Klientappar: webbläsare, mobilappar och stationära klienter", - "exchangeActiveSync": "Klientappar: Exchange Active Sync, övriga klienter", - "windowsAndMac": "Enhetsplattform: Windows och Mac" - }, - "Devices": { - "anyDevice": "Valfri enhet" - }, - "Grant": { - "appProtectionPolicy": "Kräv appskyddsprincip", - "approvedClientApp": "Kräv godkänd klientapp", - "blockAccess": "Blockera åtkomst", - "mfa": "Kräv multifaktorautentisering", - "passwordChange": "Kräv lösenordsändring", - "requireCompliantDevice": "Kräv att enheten är markerad som kompatibel", - "requireHybridAzureADDevice": "Kräv hybrid Azure AD-ansluten enhet" - }, - "Session": { - "appEnforcedRestrictions": "Använd app-framtvingade begränsningar", - "signInFrequency": "Inloggningsfrekvens och aldrig beständig webbläsarsession" - }, - "UsersAndGroups": { - "allUsers": "Alla användare", - "directoryRoles": "Katalogroller med undantag för aktuell administratör", - "globalAdmin": "Global administratör", - "noGuestAndAdmins": "Alla användare utom gästadministratörer, externa administratörer, globala administratörer och aktuell administratör" - }, - "azureManagement": "Azure Management", - "deviceFilters": "Filter för enheter", - "devicePlatforms": "Enhetsplattformar" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Blockera eller begränsa åtkomst till SharePoint, OneDrive och Exchange-innehåll från ohanterade enheter.", - "name": "CA014: Använd programtvingande begränsningar för ohanterade enheter", - "title": "Använd programtvingande begränsningar för ohanterade enheter" - }, - "ApprovedClientApps": { - "description": "För att förhindra dataförlust kan organisationer begränsa åtkomsten till godkända appar för modern klientautentisering med Intune App Protection.", - "name": "CA012: Kräv godkända klientappar och appskydd", - "title": "Kräv godkända klientappar och appskydd" - }, - "BlockAccessOnUnknowns": { - "description": "Användarna blockeras från att få åtkomst till företagsresurser när enhetstypen är okänd eller inte stöds.", - "name": "CA010: Blockera åtkomst för enhetsplattformar som är okända eller inte stöds", - "title": "Blockera åtkomst för enhetsplattformar som är okända eller inte stöds" - }, - "BlockLegacyAuth": { - "description": "Blockera bakåtkompatibla slutpunkter som kan användas för att kringgå multifaktorautentisering. ", - "name": "CA003: Blockera äldre autentisering", - "title": "Blockera äldre autentisering" - }, - "NoPersistentBrowserSession": { - "description": "Skydda användaråtkomst på ohanterade enheter genom att förhindra att webbläsarsessioner förblir inloggade efter det att webbläsaren har stängts och ange en inloggningsfrekvens på 1 timme.", - "name": "CA011: Ingen beständig webbläsarsession", - "title": "Icke-beständig webbläsarsession" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Kräv att privilegierade administratörer bara får åtkomst till resurser när de använder en kompatibel eller hybrid Azure AD-ansluten enhet.​", - "name": "CA009: Kräv kompatibel eller hybrid Azure AD-ansluten enhet för administratörer", - "title": "Kräv kompatibel eller hybrid Azure AD-ansluten enhet för administratörer" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Skydda åtkomst till företagsresurser genom att kräva att användarna använder en hanterad enhet eller utför multifaktorautentisering. (endast macOS eller Windows)", - "name": "CA013: Kräv kompatibel eller hybrid Azure AD-ansluten enhet eller multifaktorautentisering för alla användare", - "title": "Kräv kompatibel eller hybrid Azure AD-ansluten enhet eller multifaktorautentisering för alla användare" - }, - "RequireMFAAllUsers": { - "description": "Kräv multifaktorautentisering för alla användarkonton för att minska risken för kompromettering.", - "name": "CA004: Kräv multifaktorautentisering för alla användare", - "title": "Kräv multifaktorautentisering för alla användare" - }, - "RequireMFAForAdmins": { - "description": "Kräv multifaktorautentisering för privilegierade administratörskonton för att minska risken för kompromettering. Den här principen riktar sig till samma roller som standardsäkerhet.", - "name": "CA001: Kräv multifaktorautentisering för administratörer", - "title": "Kräv multifaktorautentisering för administratörer" - }, - "RequireMFAForAzureManagement": { - "description": "Kräv multifaktorautentisering för att skydda privilegierad åtkomst till Azure-resurser.", - "name": "CA006: Kräv multifaktorautentisering för Azure-hantering", - "title": "Kräv multifaktorautentisering för Azure-hantering" - }, - "RequireMFAForGuestAccess": { - "description": "Kräv att gästanvändare utför multifaktorautentisering vid åtkomst till företagets resurser.", - "name": "CA005: Kräv multifaktorautentisering för gäståtkomst", - "title": "Kräv multifaktorautentisering för gäståtkomst" - }, - "RequireMFAForRiskySignIn": { - "description": "Kräv multifaktorautentisering om inloggningsrisken har identifierats som medelhög eller hög. (Azure Active Directory Premium 2-licens krävs)", - "name": "CA007: Kräv multifaktorautentisering för riskfyllda inloggningar", - "title": "Kräv multifaktorautentisering för riskfyllda inloggningar" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Kräv att användaren ändrar sitt lösenord om användarrisken är hög. (Azure Active Directory Premium 2-licens krävs)", - "name": "CA008: Kräv lösenordsändring för högriskanvändare", - "title": "Kräv lösenordsändring för högriskanvändare" - }, - "RequireSecurityInfo": { - "description": "Säkra när och hur användare registrerar sig för Azure AD-multifaktorautentisering och självbetjäningslösenord. ", - "name": "CA002: Skydda registrering av säkerhetsinformation", - "title": "Skydda registrering av säkerhetsinformation" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Om du aktiverar den här principen förhindras åtkomst från okänd enhetstyp, Tänk på att till en början endast använda rapportläge tills du har bekräftat att det här inte påverkar dina användare." - }, - "BlockLegacyAuth": { - "description": "Använd till en början endast rapportläge tills du har bekräftat att detta inte påverkar dina användare.", - "title": "Om du aktiverar den här principen blockeras äldre autentisering för alla användare." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Använd till en början endast rapportläge tills du har bekräftat att detta inte påverkar dina privilegierade användare.", - "reportOnly": "Principer i enbart rapportläge som kräver kompatibla enheter kan uppmana användare på Mac, iOS och Android att välja ett enhetscertifikat under principutvärderingen, även om enhetskompatibilitet inte tillämpas. Dessa uppmaningar kan upprepas fram till dess att enheten blir kompatibel." - }, - "Title": { - "on": "Om du aktiverar den här principen förhindras åtkomst för privilegierade användare om du inte använder en hanterad enhet som kompatibel eller hybrid Azure AD-ansluten. Kontrollera att du har ställt in efterlevnadsprinciper eller aktiverat konfiguration av hybrid Azure Active Directory innan du aktiverar.", - "reportOnly": "Kontrollera att du har ställt in efterlevnadsprinciper eller aktiverat konfiguration av hybrid Azure Active Directory innan du aktiverar. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Den här principen påverkar alla användare förutom den aktuella inloggade administratören. Använd endast rapportläge i början tills du har bekräftat att det här inte påverkar dina användare." - }, - "Title": { - "on": "Lås inte ute dig själv! Kontrollera att enheten är kompatibel eller hybrid Azure AD-ansluten, eller du har ställt in multifaktorautentisering. ", - "reportOnly": "Principer i enbart rapportläge som kräver kompatibla enheter kan uppmana användare på Mac, iOS och Android att välja ett enhetscertifikat under principutvärderingen, även om enhetskompatibilitet inte tillämpas. Dessa uppmaningar kan upprepas fram till dess att enheten blir kompatibel." - } - }, - "RequireMfa": { - "description": "Om du använder konton för nödåtkomst eller Azure AD Connect för att synkronisera dina lokala objekt, kan du behöva undanta dessa konton från den här principen när du har skapat den." - }, - "RequireMfaAdmins": { - "description": "Observera att det aktuella administratörskontot undantas automatiskt, men att alla andra kommer att skyddas när principen skapas. Överväg att till en början endast använda rapportläge.", - "title": "Lås inte ut dig! Den här principen påverkar Azure Portal." - }, - "RequireMfaAllUsers": { - "description": "Använd till att börja med endast rapportläge tills du har planerat och förmedlat den här ändringen till alla dina användare.", - "title": "Om du aktiverar den här principen tillämpas multifaktorautentisering för alla användare." - }, - "RequireSecurityInfo": { - "description": "Se till att granska din konfiguration så att du skyddar kontona utifrån företagets behov.", - "title": "Följande användare och roller undantas från den här principen: Gäster och externa användare, Globala administratörer, Aktuell administratör" - } - }, - "basics": "Grundläggande information", - "clientApps": "Klientappar", - "cloudApps": "Molnappar", - "cloudAppsOrActions": "Molnappar eller åtgärder ", - "conditions": "Villkor ", - "createNewPolicy": "Skapa ny princip från mallar (förhandsversion)", - "createPolicy": "Skapa princip", - "currentUser": "Aktuell användare", - "customizeBuild": "Anpassa ditt bygge", - "customizeTemplate": "Mallistorna anpassas baserat på den typ av princip du vill skapa", - "excludedDevicePlatform": "Undantagna enhetsplattformar", - "excludedDirectoryRoles": "Undantagna katalogroller", - "excludedLocation": "Undantagna katalogroller", - "excludedUsers": "Undantagna användare", - "grantControl": "Bevilja kontroll ", - "includeFilteredDevice": "Ta med filtrerade enheter i principen", - "includedDevicePlatform": "Enhetsplattformar som ingår", - "includedDirectoryRoles": "Katalogroller som ingår", - "includedLocation": "Plats som ingår", - "includedUsers": "Användare som ingår", - "legacyAuthenticationClients": "Äldre autentiseringsklienter", - "namePolicy": "Ge policyn ett namn", - "needAdPremiumMessage": "Du behöver ha en Azure AD Premium-prenumeration för att använda den här funktionen.", - "next": "Nästa", - "policyName": "Principnamn", - "policyState": "Principtillstånd", - "policySummary": "Principsammanfattning", - "policyTemplate": "Principmall", - "previous": "Föregående", - "reviewAndCreate": "Granska + skapa", - "riskLevels": "Risknivåer", - "selectATemplate": "Välj en mall", - "selectTemplate": "Välj mall", - "selectTemplateCategory": "Välj en mallkategori", - "selectTemplateRecommendation": "Vi rekommenderar följande mallar baserat på ditt svar", - "sessionControl": "Sessionskontroll ", - "signInFrequency": "Inloggningsfrekvens", - "signInRisk": "Inloggningsrisk", - "template": "Mall ", - "templateCategory": "Mallkategori", - "userRisk": "Användarrisk", - "usersAndGroups": "Användare och grupper ", - "viewPolicySummary": "Visa principsammanfattning " - }, - "SSM": { - "MemberSelector": { - "description": "Användare och grupper" - }, - "Notification": { - "Migration": { - "error": "Det gick inte att migrera inställningar för kontinuerlig tillgänglighetskontroll till principer för villkorsstyrd åtkomst", - "inProgress": "Migrera inställningar för kontinuerlig tillgänglighetskontroll", - "success": "Utvärderingsinställningarna för kontinuerlig tillgänglighetskontroll har migrerats till principer för villkorsstyrd åtkomst", - "successDescription": "Gå vidare till principer för villkorsstyrd åtkomst för att visa de migrerade inställningarna i den nyligen skapade principen med namnet \"CA-princip som skapats från CAE-inställningar\"." - }, - "error": "Det gick inte att uppdatera inställningar för Kontinuerlig tillgänglighetskontroll", - "inProgress": "Uppdaterar inställningar för Kontinuerlig tillgänglighetskontroll", - "success": "Inställningar för Kontinuerlig tillgänglighetskontroll har uppdaterats" - }, - "PreviewOptions": { - "disable": "Inaktivera förhandsversion", - "enable": "Aktivera förhandsversion" - }, - "StrictLocationEnforcement": { - "infoContent1": "Olika IP-adresser kan visas av Azure AD och resursprovidern från samma klientenhet beroende på nätverkspartition eller IPv4/IPv6-felmatchning. Med strikt platstillämpning tillämpas principen Villkorsstyrd åtkomst utifrån båda IP-adresserna som visas av Azure AD och resursprovidern.", - "infoContent2": "För att säkerställa maximal säkerhet rekommenderas du att lägga till alla IP-adresser som kan visas av både Azure AD och resursprovidern i din princip för namngiven plats och aktivera läget för strikt tillämpning av plats.", - "label": "Strikt platsframtvingande", - "title": "Ytterligare tvingande lägen" - }, - "bladeTitle": "Kontinuerlig tillgänglighetskontroll", - "description": "När en användares åtkomst tas bort eller en klients IP-adress ändras, blockerar Kontinuerlig tillgänglighetskontroll åtkomst till resurser och program i nära realtid. ", - "migrateLabel": "Migrera", - "migrationError": "Migreringen misslyckades på grund av följande fel: {0}", - "migrationInfo": "CAE-inställningen har flyttats under villkorsstyrd åtkomst-UX. Migrera med knappen Migrera ovan och konfigurera den med principen för villkorsstyrd åtkomst framöver. Klicka här för mer information.", - "noLicenseMessage": "Hantera inställningar för smart sessionshantering med Azure AD Premium", - "optionsPickerTitle": "Aktivera/inaktivera Kontinuerlig tillgänglighetskontroll", - "upsellInfo": "Du kan inte ändra inställningarna på den här sidan längre och eventuella inställningar här bör ignoreras. Din tidigare inställning kommer att hanteras. Du kan konfigurera dina CAE-inställningar under Villkorsstyrd åtkomst framöver. Klicka här för mer information." - }, - "SamlReauth": { - "Filter": { - "warning": "Rikta dig mot program med hjälp av en dynamisk fråga. Vissa program kanske inte kan användas med sessionskontrollen Inloggningsfrekvens varje gång. {0}Läs mer om rekommenderade scenarier.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Lista över valda organisationer" - }, - "Upper": { - "gridAria": "Lista över tillgängliga organisationer" - }, - "addTenantLabel": "Lägg till klientorganisation i vald", - "customOrganizationDescription": "Lägg till en organisation med det här klientorganisations-id:t", - "description": "Lägg till en extern Azure Active Directory-organisation genom att ange ett av dess domännamn.", - "notFoundResult": "Hittades inte", - "searchBoxPlaceholder": "Klient-ID eller domännamn", - "subTitle": "Azure Active Directory-organisation", - "tenantAdded": "Det här klientorganisations-id:t har redan lagts till.", - "tenantIdNotFound": "Klientorganisations-id hittades inte" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organisations-id: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure Active Directory-organisation har valts", - "single": "1 Azure Active Directory-organisation har valts" - }, - "gridAria": "Lista över valda organisationer" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Ändra sessionens livstid", "mainOptionHelp": "Konfigurera hur ofta användare tillfrågas och om webbläsarsessioner är beständiga. Program som inte stöder moderna autentiseringsprotokoll kanske inte tar hänsyn till dessa principer. Kontakta i sådana fall programutvecklaren." }, - "SigninRisk": { - "LearnMore": { - "message": "Kontrollera användaråtkomst som svar på specifika risknivåer för inloggning." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "När {0} är markerat kan villkoret {1} inte ställas in." - }, - "description": "Risknivån vid inloggning genereras baserat på alla riskidentifieringar i realtid.", - "header": "Välj risknivån på inloggning som den här principen ska gälla för" - }, "SingleSelectorActive": { "failed": "Det gick inte att läsa in den här informationen.", "reattempt": "Läser in data. Försök igen med {0} av {1}." }, - "TimeCondition": { - "Errors": { - "both": "Ogiltigt tidsintervall för \"inkludera\" eller \"exkludera\".", - "daysOfWeek": "{0} Se till att ange minst en veckodag.", - "endBeforeStart": "{0} Se till att startdatum/-tid är tidigare är slutdatum/-tid.", - "exclude": "Ogiltigt tidsintervall för \"exkludera\".", - "generic": "{0} Se till att både veckodagar och tidszon är inställt. Om du inte markerar hela dagen, måste du även ställa in starttid och sluttid.", - "include": "Ogiltigt tidsintervall för \"inkludera\".", - "timeMissing": "{0} Se till att ange både start- och sluttid.", - "timeZone": "{0} Se till att ange en tidszon.", - "timesAndZone": "{0} Se till att ställa in starttid, sluttid och tidszon." - } - }, - "UserActions": { - "Included": { - "none": "Inga molnappar eller åtgärder har valts", - "plural": "{0} användaråtgärder ingår", - "singular": "1 användaråtgärd ingår" - }, - "accessRequirement1": "Nivå 1", - "accessRequirement2": "Nivå 2", - "accessRequirement3": "Nivå 3", - "accessRequirementsLabel": "Åtkomst till säkra appdata", - "appsActionsAuthTitle": "Molnappar, åtgärder eller autentiseringssammanhang", - "appsOrActionsSelectorInfoBallonText": "Program som används eller användaråtgärder", - "appsOrActionsTitle": "Molnappar eller åtgärder", - "label": "Användaråtgärder", - "mainOptionsLabel": "Välj vad den här principen gäller för", - "registerOrJoinDevices": "Registrera eller anslut enheter", - "registerSecurityInfo": "Registrera säkerhetsinformation", - "selectionInfo": "Välj den åtgärden som principen ska gälla för", - "whatIf": "Användaråtgärd ingår" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Välj katalogroller" @@ -9197,88 +8925,6 @@ }, "learnMore": "Kontrollera åtkomst baserat på vem principen gäller för, till exempel användare och grupper, arbetsbelastningsidentiteter, katalogroller eller externa gäster." }, - "ValidationResult": { - "blockEveryonePolicy": "Principkonfigurationen stöds inte. Granska tilldelningarna och kontrollerna.", - "invalidApplicationCondition": "Ogiltiga molnprogram har valts", - "invalidClientTypesCondition": "Ogiltiga klientappar har valts", - "invalidConditions": "Inga tilldelningar har valts", - "invalidControls": "Ogiltiga kontroller har valts", - "invalidDevicePlatformsCondition": "Ogiltiga enhetsplattformar har valts", - "invalidDevicesCondition": "Ogiltig enhetskonfiguration. Sannolikt en ogiltig {0}-konfiguration.", - "invalidGrantControlPolicy": "Ogiltig beviljandekontroll", - "invalidLocationsCondition": "Ogiltiga platser har valts", - "invalidNetworkAccessSecurityPolicyId": "Principen som är kopplad till sessionsnätverkskontrollen är ogiltig.", - "invalidPolicy": "Inga tilldelningar har valts", - "invalidSessionControlPolicy": "Ogiltig sessionskontroll", - "invalidSignInRisksCondition": "Ogiltiga inloggningsrisker har valts", - "invalidUserRisksCondition": "Ogiltiga användarrisker har valts", - "invalidUsersCondition": "Ogiltiga användare har valts", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM-policyn kan bara tillämpas på Android- eller iOS-klientplattformar.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Nätverksåtkomstsessionsprincipen fungerar bara korrekt när en trafikprofil för nätverksåtkomst är riktad. Uppdatera avsnittet för riktade resurser.", - "notSupportedCombination": "Principkonfigurationen stöds inte. Läs mer om principer som stöds.", - "pending": "Validerar policy", - "requireComplianceEveryonePolicy": "Principkonfigurationen kommer att kräva enhetskompatibilitet för alla användare. Granska de tilldelningar som valts.", - "success": "Giltig policy" - }, - "VpnCert": { - "Grid": { - "aria": "Lista över VPN-certifikat" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Om du vill aktivera alla autentiseringssäkerhetsinställningar konfigurerar du Inställningar för åtkomst mellan klientorganisationer så att anspråk som kommer från Azure AD klientorganisationer för externa användare accepteras. Autentiseringssäkerhetsdelar konfigurerar bara den andra faktorautentiseringen för externa användare.", - "externalUsers": "Om du vill aktivera alla förinställda autentiseringsgrader konfigurerar du åtkomstinställningar mellan klientorganisationer så att anspråk som kommer från Azure Active Directory-klientorganisationer godkänns för externa användare." - }, - "combinedRegistration": "Aktivera kombinerad registrering så att \"Kräv autentiseringsgrad\" kan fungera som det ska. Vi rekommenderar starkt att du aktiverar det för alla användare istället för bara en grupp.", - "compliantDeviceEnabled": "Lås inte ut dig! Kontrollera att enheten följer standard.", - "domainJoinedDeviceEnabled": "Lås inte ut dig! Kontrollera att enheten är Hybrid Azure AD-ansluten.", - "notAvailableForSP": "Vissa kontroller är inte tillgängliga på grund av valet {0} i principtilldelningen", - "requireAuthOrMfa": "{0} får inte användas med {1}", - "requireMfa": "Testa den nya allmänt tillgänglig förhandsversionen{0}", - "requirePasswordChangeEnabled": "\"Kräv lösenordsändring\" kan bara användas när principen har tilldelats \"Alla molnappar\"" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Policyer i endast-rapportläge som kräver enheter som följer standard kan uppmana användaren på macOS, iOS, Android och Linux att välja ett enhetscertifikat.", - "excludeDevicePlatforms": "Exkludera enhetsplattformarna macOS, iOS, Android och Linux från den här policyn.", - "proceedAnywayDevicePlatforms": "Fortsätt med den valda konfigurationen. Användaren på macOS, iOS Android och Linux kan få frågor när kontroll görs om enheten följer standard." - }, - "blockCurrentUserPolicy": "Lås inte ut dig! Vi rekommenderar att du först använder en princip för en liten uppsättning användare så att du kan verifiera att den fungerar som förväntat. Vi rekommenderar även att du exkluderar minst en administratör från den här principen. Detta säkerställer att du fortfarande har åtkomst och kan uppdatera en princip om en ändring krävs. Granska berörda användare och appar.", - "devicePlatformsReportOnlyPolicy": "Policyer i endast-rapportläge som kräver enheter som följer standard kan uppmana macOS-, iOS- och Android-användare att välja ett enhetscertifikat.", - "excludeCurrentUserSelection": "Exkludera aktuell användare, {0}, från den här principen.", - "excludeDevicePlatforms": "Exkludera enhetsplattformarna macOS, iOS och Android från den här policyn.", - "proceedAnywayDevicePlatforms": "Fortsätt med den valda konfigurationen. Användare på macOS, iOS och Android kan få frågor när kontroll görs om enheten följer standard.", - "proceedAnywaySelection": "Jag förstår att mitt konto kommer att påverkas av den här principen. Fortsätt ändå." - }, - "ServicePrincipals": { - "blockExchange": "Om du väljer Office 365 Exchange Online påverkar detta även appar som OneDrive och Teams.", - "blockPortal": "Lås inte ut dig! Den här principen påverkar Azure-portalen. Se till att du eller någon annan kan få tillgång till portalen innan du fortsätter.", - "blockPortalWithSession": "Lås inte ute dig! Den här principen påverkar Azure Portal. Se till att du eller någon annan kan har garanterad tillgång till portalen innan du fortsätter.
                            Ignorera den här varningen om du konfigurerar en beständig webbläsarsessionsprincip som bara fungerar korrekt om Alla molnappar har valts.", - "blockSharePoint": "Om du väljer SharePoint Online så påverkas även appar som Microsoft Teams, Planner, Delve, MyAnalyticsm och Newsfeed.", - "blockSkype": "Om du väljer Skype för företag – Online, så påverkas även Microsoft Teams.", - "includeOrExclude": "Du kan ställa in appfiltret för {0} eller {1}, men inte båda.", - "selectAppsNAForSP": "Det går inte att välja enskilda molnappar på grund av valet{0}i principtilldelningen", - "teamsBlocked": "Microsoft Teams påverkas också när appar som SharePoint Online och Exchange Online ingår i principen." - }, - "Users": { - "blockAllUsers": "Lås inte ut dig! Den här principen påverkar alla användare. Vi rekommenderar att du först tillämpar en princip på ett litet antal användare, så att du kan verifiera att den fungerar som förväntat.", - "xtap": " Din inställning för Kräv autentiseringsgrader i beviljandekontrollen kanske inte är giltig för externa användare." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Lista med attribut på den enhet som använts under inloggningen.", - "infoBalloon": "Lista med attribut på den enhet som använts under inloggningen." - } - }, - "noTenantSelected": "Ingen klientorganisation har valts", - "selectOrganization": "Välj organisation", - "tenantIdWithPlaceholder": "Klientorganisations-ID: {0}", - "tenantSelectionRequired": "Klientorganisation krävs" - }, "advancedTabText": "Avancerad", "allCloudAppsErrorBox": "Du måste välja \"Alla molnappar\" när beviljandet \"Tillåt lösenordsändring\" har valts", "allCloudAppsReauth": "”Alla molnappar” måste ha valts när sessionskontrollen ”Inloggningsfrekvens varje gång” och villkoret ”Inloggningsrisk” har valts", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 år", "vpncertDropdownTwoyearOption": "2 år", "wednesday": "onsdag", - "whatIfAppEnforcedControl": "Använd app-framtvingade begränsningar", - "whatIfBladeDescription": "Testa effekten av villkorsstyrd åtkomst för en användare som loggar in under vissa villkor.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Klassiska principer utvärderas inte av det här verktyget.", - "whatIfClientAppInfo": "Den klientapp som användaren loggar in från. Exempel: webbläsare.", "whatIfCountry": "Land/region", "whatIfCountryInfo": "Landet/regionen som användaren loggar in från.", "whatIfDevicePlatformInfo": "Den enhetsplattform från vilken användaren loggar in.", - "whatIfDeviceStateInfo": "Den enhetsstatus från vilken användaren loggar in", "whatIfEnterIpAddress": "Ange IP-adress (t.ex. 40.77.182.32)", "whatIfErrorInvalidIpAddress": "En ogiltig IP-adress angavs.", - "whatIfEvaResultApplication": "Molnappar", - "whatIfEvaResultClientApps": "Klientapp", - "whatIfEvaResultDevicePlatform": "Enhetsplattform", - "whatIfEvaResultEmptyPolicy": "Tom princip", - "whatIfEvaResultInvalidCondition": "Ogiltigt villkor", - "whatIfEvaResultInvalidPolicy": "Ogiltig princip", - "whatIfEvaResultLocation": "Plats", - "whatIfEvaResultNotEnoughInformation": "Det finns inte tillräckligt med information", - "whatIfEvaResultPolicyNotEnabled": "Principen har inte aktiverats", - "whatIfEvaResultSignInRisk": "Inloggningsrisk", - "whatIfEvaResultUsers": "Användare och grupper", "whatIfIpAddress": "IP-adress", "whatIfIpAddressInfo": "Den IP-adress användaren in från.", "whatIfIpCountryInfoBoxText": "Om du använder en IP-adress eller land/region måste båda fälten fyllas i och mappas ihop korrekt.", - "whatIfPolicyAppliesTab": "Principer som ska tillämpas", - "whatIfPolicyAppliesTabWithCount": "Principer som kan tillämpas ({0})", - "whatIfPolicyDoesNotApplyTab": "Principer som inte ska tillämpas", - "whatIfPolicyDoesNotApplyTabWithCount": "Principer som inte kan tillämpas ({0})", - "whatIfReasons": "Orsaker till varför den här principen inte ska tillämpas", - "whatIfSelectClientApp": "Välj en klientapp...", "whatIfSelectCountry": "Välj land/region...", "whatIfSelectDevicePlatform": "Välj enhetsplattform...", "whatIfSelectPrivateLink": "Välj privat länk...", - "whatIfSelectServicePrincipalRisk": "Välj risknivå för tjänstens huvudnamn...", "whatIfSelectSignInRisk": "Välj risknivå för inloggning...", - "whatIfSelectType": "Välj identitetstyp", - "whatIfSelectUserRisk": "Välj användarrisk...", - "whatIfServicePrincipalRiskInfo": "Den risknivå som är kopplad till tjänstens huvudnamn", "whatIfSignInRisk": "Inloggningsrisk", "whatIfSignInRiskInfo": "Den risknivå som är kopplad till inloggningen", "whatIfUnknownAreas": "Okända områden", - "whatIfUserPickerLabel": "Vald användare", - "whatIfUserPickerNoRowsLabel": "Ingen användare eller tjänsthuvudnamn har valts", - "whatIfUserRiskInfo": "Den risknivå som är kopplad till användaren", - "whatIfUserSelectorInfo": "De användare i katalogen som du vill testa", "windows365InfoBox": "Om du väljer Windows 365 påverkas anslutningar till molnbaserade datorer och Azure Virtual Desktop-sessionsvärdar. Klicka här om du vill veta mer.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "En P1- eller P2-licens för arbetsbelastningsidentiteter krävs för att redigera den här principen.", "workloadIdentity": "Arbetsbelastningsidentitet" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filterläge", - "assignmentToast": "Slutanvändarmeddelanden", - "assignmentTypeTableHeader": "TILLDELNINGSTYP", - "deadlineTimeColumnLabel": "Tidsgräns för installation", - "deliveryOptimizationPriorityHeader": "Prioritet för leveransoptimering", - "groupTableHeader": "Grupp", - "installContextLabel": "Installationssammanhang", - "isRemovable": "Installera som flyttbart", - "licenseTypeLabel": "Licenstyp", - "modeTableHeader": "Gruppläge", - "policySet": "Principuppsättning", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Förhindra säkerhetskopiering av iCloud-app", - "restartGracePeriodHeader": "Respitperiod för omstart", - "startTimeColumnLabel": "Tillgänglighet", - "tracks": "Spår", - "uninstallOnRemoval": "Avinstallera när enheten tas bort", - "updateMode": "Uppdateringsprioritet", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD-webbapp", - "androidEnterpriseSystemApp": "Android Enterprise-systemapp", - "androidForWorkApp": "App från hanterad Google Play-butik", - "androidLobApp": "Branschspecifik Android-app", - "androidStoreApp": "Google Play-app", - "builtInAndroid": "Inbyggd Android-app", - "builtInApp": "Inbyggd app", - "builtInIos": "Inbyggd iOS-app", - "iosIPadOSWebClip": "Webbklipp för iOS/iPadOS", - "iosLobApp": "Branschspecifik iOS-app", - "iosStoreApp": "iOS Store-app", - "iosVppApp": "Volyminköpsprogramapp för iOS", - "lineOfBusinessApp": "Branschspecifik app", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "Verksamhetsspecifik macOS-app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office-paket", - "macOsVppApp": "Volyminköpsprogramapp för macOS", - "managedAndroidLobApp": "Hanterad branschspecifik Android-app", - "managedAndroidStoreApp": "Hanterad Google Play-app", - "managedGooglePlayApp": "App från hanterad Google Play-butik", - "managedGooglePlayPrivateApp": "Privat app från hanterad Google Play-butik", - "managedGooglePlayWebApp": "Hanterad Google Play-webblänk", - "managedIosLobApp": "Hanterad branschspecifik iOS-app", - "managedIosStoreApp": "Hanterad iOS Store-app", - "microsoftStoreForBusinessApp": "Microsoft Store för företag-app", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store för företag", - "officeAddIn": "Office-tillägg", - "officeSuiteApp": "Microsoft 365-applikationer (Windows 10 och senare)", - "sharePointApp": "SharePoint-app", - "teamsApp": "Teams-app", - "webApp": "Webblänk", - "winGetPublicApp": "Windows Package Manager communitylagringsplats", - "winGetStoreApp": "Microsoft Store app (ny)", - "windowsAppXLobApp": "Branschspecifik Windows AppX-app", - "windowsClassicApp": "Windows-app (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 och senare)", - "windowsMobileMsiLobApp": "Branschspecifik Windows MSI-app", - "windowsPhone81AppXBundleLobApp": "Branschspecifik Windows Phone 8.1 AppX-app", - "windowsPhone81AppXLobApp": "Branschspecifik Windows Phone 8.1 AppX-app", - "windowsPhone81StoreApp": "Windows Phone 8.1 Store-app", - "windowsPhoneXapLobApp": "Branschspecifik Windows Phone XAP-app", - "windowsStoreApp": "Microsoft Store app (äldre)", - "windowsUniversalAppXLobApp": "Branschspecifik Windows Universal AppX-app", - "windowsUniversalLobApp": "Branschspecifik universell Windows-app", - "windowsWebApp": "Windows-webblänk" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Webben", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Undantaget", - "include": "Inklusive", - "includeAllDevicesVirtualGroup": "Inklusive", - "includeAllUsersVirtualGroup": "Inklusive" - }, - "AssignmentToast": { - "hideAll": "Dölj alla popup-meddelanden", - "showAll": "Visa alla popup-meddelanden", - "showReboot": "Visa popup-meddelanden om omstart av dator" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Bakgrund", - "displayText": "Innehållsnedladdning i {0}", - "foreground": "Förgrund", - "header": "Prioritet för leveransoptimering" - }, - "DeviceRestartBehaviorOptions": { - "allow": "Appinstallation kan tvinga fram omstart av enhet", - "basedOnReturnCode": "Bestäm beteende baserat på returkoder", - "force": "Intune tvingar fram obligatorisk omstart av enhet", - "suppress": "Ingen särskild åtgärd" - }, - "FilterType": { - "exclude": "Undanta", - "include": "Ta med", - "none": "Inget" - }, - "InstallIntent": { - "available": "Tillgängligt för registrerade enheter", - "availableWithoutEnrollment": "Tillgänglig med eller utan registrering", - "notApplicable": "Saknas", - "required": "Obligatoriskt", - "uninstall": "Avinstallera" - }, - "SettingType": { - "assignmentType": "Tilldelningstyp", - "deviceLicensing": "Licenstyp", - "installContext": "Avinstallera när enheten tas bort", - "toastSettings": "Slutanvändarmeddelanden", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Standardinställning", - "postponed": "Uppskjuten", - "priority": "Hög prioritet" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Konfigurera enheter för inledande etablering och tilldela till användare.", - "title": "Enhetsförberedelse" - }, - "EnrollmentSettings": { - "description": "Konfigurera registreringsinställningar, som att blockera registrering och tilldela till användare.", - "title": "Registreringsinställningar" - }, - "coManagementAuthorityDesc": "Ställ in samhanteringsinställningar för Configuration Manager-integrering", - "coManagementAuthorityTitle": "Samhanteringsinställningar ", - "deploymentProfiles": "Windows AutoPilot-distributionsprofiler", - "description": "Lär dig om sju olika sätt att registrera en Windows 10/11-dator på Intune av användare eller administratörer.", - "descriptionLabel": "Windows-registreringsmetoder", - "enrollmentStatusPage": "Statussidan för registrering" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "Appinstallation kan tvinga fram omstart av enhet", - "basedOnReturnCode": "Bestäm beteende baserat på returkoder", - "force": "Intune tvingar fram obligatorisk omstart av enhet", - "suppress": "Ingen specifik åtgärd" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "Användare" - }, - "availableUninstall": "Tillåt tillgänglig avinstallation", - "availableUninstallTooltip": "Välj Ja om du vill ange avinstallationsalternativet för den här appen för användare från Företagsportal. Välj Nej om du vill hindra användarna från att avinstallera appen från Företagsportal.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Beteende för enhetsomstart", - "deviceRestartBehaviorTooltip": "Välj funktionssätt för omstart av enheten när appen har installerats. Välj Bestäm beteende baserat på returkoder, om du vill starta om enheten utifrån inställningarna för returkoder. Välj Ingen särskild åtgärd om du inte vill att enheten ska startas om när MSI-baserade appar installeras. Välj Appinstallation kan tvinga fram omstart av enhet, om du vill att appinstallationen ska slutföras utan att åsidosätta omstart. Välj Intune tvingar fram obligatorisk omstart av enhet, om enheten alltid ska starta om efter en lyckad appinstallation.", - "header": "Ange kommandon för att installera och avinstallera appen:", - "installCommand": "Installationskommando", - "installCommandMaxLengthErrorMessage": "Installationskommandot får inte överskrida maxlängden på 1 024 tecken.", - "installCommandTooltip": "Den fullständiga installationskommandoraden som används för att installera appen.", - "runAs32Bit": "Kör installationsprogrammet och avinstallera kommandon i en 32-bitarsprocess på 64-bitarsklienter", - "runAs32BitTooltip": "Välj Ja om du vill installera och avinstallera appen i en 32-bitarsprocess på 64-bitarsklienter. Välj Nej (standard) om du vill installera och avinstallera appen i en 64-bitarsprocess på 64-bitarsklienter. 32-bitarsklienter använder alltid en 32-bitarsprocess.", - "runAsAccount": "Installationsbeteende", - "runAsAccountTooltip": "Välj System om du vill installera appen för alla användare, om stöds finns. Välj Användare om du vill installera appen för den inloggade användaren på enheten. Om du har MSI-appar för flera syften kommer ändringar att hindra uppdateringar och avinstallationer från att slutföras tills det värde som tillämpades på enheten vid den ursprungliga installationen har återställts.", - "selectorLabel": "Program", - "uninstallCommand": "Avinstallationskommando", - "uninstallCommandTooltip": "Den fullständiga avinstallationskommandoraden som används för att avinstallera appen." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Använd de här inställningarna för att få information om vilka användare som installerar appar som inte är godkända för användning i företaget. Välj typ av lista över begränsade appar:

                            \r\n Förbjudna appar – en lista över appar som du vill bli informerad om när användare installerar.
                            \r\n Godkända appar – en lista över appar som är godkända för användning i företaget. Du informeras när användare installerar en app som inte finns med på listan.
                            \r\n ", - "androidZebraMxZebraMx": "Konfigurera Zebra-enheter genom att ladda upp en MX-profil i XML-format.", - "iosDeviceFeaturesAirprint": "Använd de här inställningarna för att ställa in iOS-enheter på att automatiskt ansluta till AirPrint-kompatibla skrivare i nätverket. Du behöver IP-adress och resurssökväg till dina skrivare.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Ställ in ett apptillägg som aktiverar enkel inloggning för enheter som kör iOS 13.0 eller senare.", - "iosDeviceFeaturesHomeScreenLayout": "Ställ in layouten för Dock och hemskärmar på iOS-enheter. Vissa enheter kan ha begränsningar för hur många objekt som får visas.", - "iosDeviceFeaturesIOSWallpaper": "Visa en bild som ska synas på hemskärmen och/eller låsskärmen på iOS-enheter.\r\n Om du vill visa en unik bild på varje plats skapar du en profil med låsskärmsbilden och en med hemskärmsbilden.\r\n Tilldela sedan användarna båda profilerna.\r\n
                            \r\n
                              \r\n
                            • Maximal filstorlek: 750 kB
                            • \r\n
                            • Filtyp: PNG, JPG eller JPEG
                            • \r\n
                            \r\n ", - "iosDeviceFeaturesNotifications": "Ange aviseringsinställningar för appar. Har stöd för iOS 9.3 och senare.", - "iosDeviceFeaturesSharedDevice": "Ange valfri text som ska visas på den låsta skärmen. Det här stöds på iOS 9.3 och senare. Läs mer", - "iosGeneralApplicationRestrictions": "Använd de här inställningarna för att få information om vilka användare som installerar appar som inte är godkända för användning i företaget. Välj typ av lista över begränsade appar:

                            \r\n Förbjudna appar – en lista över appar som du vill bli informerad om när användare installerar.
                            \r\n Godkända appar – en lista över appar som är godkända för användning i företaget. Du informeras när användare installerar en app som inte finns med på listan.
                            \r\n ", - "iosGeneralApplicationVisibility": "Använd listan med visade appar för att ange de iOS-appar som användaren kan visa eller starta. Använd listan med dolda appar för att ange de iOS-appar som användaren inte får visa eller starta.", - "iosGeneralAutonomousSingleAppMode": "Appar som du lägger till i listan och kopplar till en enhet kan låsa enheten så att bara den appen körs efter start, eller låsa enheten medan en viss åtgärd pågår (till exempel när du gör ett prov). När åtgärden har slutförts, eller om du tar bort begränsningen, återgår enheten till normalläget.", - "iosGeneralKiosk": "I kioskläget låses olika inställningar på en enhet eller också anges det att bara en viss app kan köras på en enhet. Det kan vara praktiskt i butiksmiljöer där du vill att bara en viss demoapp ska köras på enheten.", - "macDeviceFeaturesAirprint": "Använd de här inställningarna för att ställa in macOS-enheter på att automatiskt ansluta till AirPrint-kompatibla skrivare i nätverket. Du behöver IP-adress och resurssökväg till dina skrivare.", - "macDeviceFeaturesAssociatedDomains": "Konfigurera tillhörande domäner för delning av data och inloggningsuppgifter mellan organisationens appar och webbplatser. Den här profilen kan tillämpas på enheter som kör macOS 10.15 eller senare.", - "macDeviceFeaturesExtensibleSingleSignOn": "Ställ in ett apptillägg som aktiverar enkel inloggning för enheter som kör macOS 10.15 eller senare.", - "macDeviceFeaturesLoginItems": "Välj vilka appar, filer och mappar som ska öppnas när användarna loggar in på sina enheter. Om du inte vill att användarna ska kunna ändra hur valda appar ska öppnas, kan du dölja appen från användarkonfigurationen.", - "macDeviceFeaturesLoginWindow": "Ställ in hur macOS-inloggningsskärmen ska se ut och vilka funktioner som ska visas för användarna innan och efter de loggar in.", - "macExtensionsKernelExtensions": "Använd de här inställningarna för att ange en princip för kerneltillägg på macOS-enheter som kör 10.13.2 eller senare.", - "macGeneralDomains": "E-postmeddelanden som användaren skickar eller tar emot och som inte matchar de domäner du anger här, markeras som icke tillförlitliga.", - "windows10EndpointProtectionApplicationGuard": "När du använder Microsoft Edge skyddar Microsoft Defender Application Guard din miljö mot webbplatser som din organisation inte har definierat som tillförlitliga. När användare besöker webbplatser som inte är med på listan för ditt isolerade nätverk, öppnas webbplatserna i en virtuell webbläsarsession i Hyper-V. Tillförlitliga webbplatser definieras av en nätverksgräns som kan ställas in i Enhetskonfiguration. Observera att den här funktionen endast är tillgänglig för enheter som kör 64-bitars Windows 10 eller senare.", - "windows10EndpointProtectionCredentialGuard": "Om du aktiverar Credential Guard aktiveras följande obligatoriska inställningar:\r\n
                            \r\n
                              \r\n
                            • Aktivera virtualiseringsbaserad säkerhet: Virtualiseringsbaserad säkerhet (VBS) aktiveras vid nästa omstart. För virtualiseringsbaserad säkerhet används Windows Hypervisor för att ge stöd för säkerhetstjänster.
                            • \r\n
                              \r\n
                            • Säker start med direkt minnesåtkomst: VBS aktiveras med säker start och direkt minnesåtkomst (DMA).
                            • \r\n
                            \r\n ", - "windows10EndpointProtectionDeviceGuard": "Välj ytterligare appar som antingen måste granskas av eller som är betrodda att köras av Microsoft Defender Application Control. Windows-komponenter och alla appar från Windows Store är automatiskt betrodda att köras.

                            \r\n Program blockeras inte när de körs i läget Endast granskning. I läget Endast granskning, loggas alla händelser i lokala klientloggar.\r\n ", - "windows10GeneralPrivacyPerApp": "Lägg till appar som ska ha en annan sekretesspolicy än den du definierade i Standardsekretess.", - "windows10NetworkBoundaryNetworkBoundary": "Nätverksgränsen är en lista över företagsresurser, till exempel molnbaserade domäner och IP-adressintervall för datorer i företagsnätverket. Ange nätverksgränser för att tillämpa principer som skyddar data på de här platserna.", - "windowsHealthMonitoring": "Ställ in hälsoövervakningsprincipen i Windows.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone kan blockera användare från att installera eller starta appar som står med i listan över otillåtna appar eller appar som inte står med i listan över godkända appar. Alla hanterade appar måste läggas till i listan över godkända appar." - }, - "Inputs": { - "accountDomain": "Kontodomän", - "accountDomainHint": "t.ex. contosodomain", - "accountDomainInfoBalloon": "Ange användarens kontodomän.", - "accountTypeInfoBalloon": "Ange den kontotyp som har ställts in baserat på autentiseringsmodell", - "allowContactSetting": "Tillåt användaren att ändra kontaktinställning", - "allowContactSyncInfoBalloon": "Ange om användaren får ändra inställningen för kontaktsynkronisering", - "allowUserChange": "Tillåt användaren att ändra inställning", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Ange ett paketnamn liknande com.microsoft.word", - "androidUrlValidation": "Ange en giltig webbadress av typen https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "Appinstallationskontext", - "appUrlLabel": "Webbadress till appbutik", - "appleUrlValidation": "Ange en giltig webbadress i formatet https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Tillämplig enhetstyp", - "assignmentActionLabel": "Läge", - "authenticationMethodInfoBalloon": "Ange autentiseringsmetod för användaren", - "authenticationMetod": "Autentiseringsmetod", - "authenticationType": "Autentiseringstyp", - "authenticationTypeInfoBalloon": "Ange autentiseringstyp för användaren", - "availableLicenseCount": "Tillgängliga licenser", - "basicAuth": "Grundläggande autentisering", - "biometricsInfoBalloon": "Användarna kan behöva använda biometrik, till exempel TouchID och FaceID, för att öppna appen på sina enheter. Om så är fallet används biometrik utöver den autentiseringsmetod som valts i profilen. Den här inställningen bör inte aktiveras när Intune-principer för appskydd har distribuerats eftersom appskyddsprincipen omfattar åtkomstkrav innan hanterade data kan öppnas. Om båda alternativen är aktiverade ställs flera åtkomstkrav för att öppna Outlook Mobile. När alternativet inte är konfigurerat är standardappinställningen Av. ", - "bookNameLabel": "Namn på bok", - "bundleDescriptionHint": "Ange en beskrivning av apparna i samlingen.", - "calendar": "Kalender", - "categoryLabel": "Kategori", - "categoryNameLabel": "Standardnamn", - "certProfileType": "Typ av certifikatprofil", - "certificate": "Certifikat", - "certificates": "Certifikat", - "commandLineLabel": "Kommandoradsargument", - "commandLineSizeHint": "Texten i kommandoradsargumenten får innehålla högst 1 024 tecken", - "configurationSettingsFormatLabel": "Format för konfigurationsinställningar", - "configurationSettingsLabel": "Inställningsformat", - "contactSync": "Spara kontakter", - "contactSyncInfoBalloon": "När kontakter sparas i mobilens inbyggda adressbok kan nya samtal och sms länkas till användarens befintliga Outlook-kontakter. När alternativet inte är konfigurerat är standardappinställningen Av.", - "contacts": "Kontakter", - "createdDateTime": "Skapad", - "defaultCategoryHint": "Standardkategorierna kan inte ändras", - "deploySMimeCertsFromIntune": "Distribuera S/MIME-certifikat från Intune", - "descriptionGenericLabel": "Beskrivning", - "descriptionHint": "Ange en beskrivning…", - "descriptionLabel": "Beskrivning", - "descriptionSizeHint": "Beskrivningen får innehålla högst 10 000 tecken", - "developerLabel": "Utvecklare", - "developerSizeHint": "Utvecklarens namn får innehålla högst 256 tecken.", - "disable": "Inaktivera", - "disabled": "Inaktiverat", - "displayNameLabel": "Namn", - "displayVersionHint": "Ange appversionen", - "displayVersionLabel": "Appversion", - "displayVersionLengthCheck": "Visningsversionen får innehålla högst 130 tecken", - "eBookCategoryNameLabel": "Standardnamn", - "emailAccount": "Namn på e-postkonto", - "emailAccountHint": "t.ex. e-post för företag", - "emailAccountInfoBalloon": "Ange visningsnamn för e-postkontot som det visas för användarna på deras enheter", - "emailAddressAttribute": "E-postadressattribut från AAD", - "emailAddressInfoBalloon": "Ange den e-postadress som ska användas för att skicka och ta emot e-post", - "emailServer": "E-postserver", - "emailServerHint": "t.ex. mail.contoso.com", - "emailServerInfoBalloon": "Ange värdnamnet för Exchange Server", - "enable": "Aktivera", - "enableSMime": "Aktivera S/MIME", - "enabled": "Aktiverad", - "encryptAllEmails": "Kryptera alla mejl", - "encryptionCertificates": "Krypteringscertifikat", - "endUserNotifications": "Slutanvändarmeddelanden", - "enrollmentTypeLabel": "Registreringstyp för enhet", - "externalRecipients": "E-posttips om externa mottagare", - "externalRecipientsInfoBalloon": "E-posttips om externa mottagare visas om avsändaren lägger till en extern mottagare eller en distributionsgrupp som innehåller externa mottagare. Avsändarna meddelas när ett mejl de skriver ska lämna organisationen, och hjälper dem att fatta rätt beslut om ordval, tonläge och innehåll. Endast tillgängligt för Exchange Online-konton och lokala konton som använder modern hybridautentisering. När alternativet inte är konfigurerat är standardappinställningen På.", - "focusedInbox": "Prioriterad inkorg", - "focusedInboxInfoBalloon": "Prioriterad inkorg delar upp inkorgen i två flikar: Prioriterad och Övrig. Dina viktigaste mejl visas på fliken Prioriterad medan resten flyttas till fliken Övrig, fortfarande lättillgängligt. När alternativet inte är konfigurerat är standardappinställningen På. ", - "gmailNineAmountOfEmail": "Mängd e-post som ska synkroniseras", - "gmailNineAuthenticationMethodInfoBalloon": "Välj hur du vill att användarna ska autentiseras på e-postservern. Använd certifikat för att ge användarna den säkraste och smidigaste upplevelsen. Certifikatbaserad autentisering kan inte användas ännu eftersom SCEP- och PKCS-certifikatprofiler för enhetsägarenheter inte är tillgängliga. ", - "gmailNineCertificateUPNInfoBalloon": "Certifikatet måste innehålla användarens huvudnamn (UPN) som alternativt certifikatmottagarnamn.", - "gmailNineEmailAddressInfoBalloon": "Attributet som Intune får från Azure AD för att dynamiskt generera den e-postadress som ska användas av den här profilen, t.ex. MittNamn@contoso.com (UPN). Läs mer om AAD-attribut för e-postprofiler.", - "gmailNineEmailServerInfoBalloon": "Exchange-platsen (webbadress) för den e-postsserver som den angivna appen ansluter till för att hämta e-post.", - "gmailNineEmailSynchronizeInfoBalloon": "Styr hur stor mängd e-post klienten ska synkronisera.", - "gmailNineSSLInfoBalloon": "Aktivera SSL för att skydda all kommunikation med e-postservern.", - "gmailNineUsernameInfoBalloon": "Attributet som Intune får från Azure AD för att dynamiskt generera det användarnamn som ska användas av profilen, t.ex. MittNamn@contoso.com (UPN) eller MittNamn (användarnamn). Läs mer om AAD-attribut för e-postprofiler.", - "ignoreVersionDetection": "Ignorera appversion", - "informationUrlLabel": "Webbadress till information", - "informationUrlSizeHint": "Informationswebbadressen får bestå av högst 1 024 tecken.", - "installAsManaged": "Installera som hanterat", - "installationSourceLabel": "Apptyp", - "installerTypeInfoBalloon": "Installationstypen för programpaketet.", - "installerTypeLabel": "Installationstyp", - "isFeatured": "Visa den här som aktuell app på företagsportalen", - "isMAMEnabledToggleLabel": "Ja", - "lastModifiedDateTime": "Senast uppdaterad", - "ldapUrl": "LDAP-webbadress", - "licensingType": "Har stöd för tilldelning av enhetssammanhang", - "microsoft": "Microsoft", - "minimumOperationSystem": "Lägsta operativsystemsversion", - "modernAuth": "Modern autentisering", - "nameHint": "Ange ett namn", - "nameLabel": "Namn", - "nameSizeHint": "Namnet får innehålla högst 512 tecken.", - "notConfigured": "Inte konfigurerat", - "notesLabel": "Anteckningar", - "notesSizeHint": "Anteckningstexten får innehålla högst 1 024 tecken.", - "notificationType": "Meddelandetyp", - "oneDay": "En dag", - "oneMonth": "En månad", - "oneWeek": "En vecka", - "outlookSMimeSettings": "Outlook S/MIME-inställningar", - "ownerLabel": "Ägare", - "ownerSizeHint": "Ägarens namn får innehålla högst 256 tecken.", - "packageIdLabel": "Paketidentifierare", - "packageNameLabel": "Paketnamn", - "pivCredentialNotConfigured": "Du har inte valt någon utfärdare av härledda autentiseringsuppgifter för klientorganisationen. Du måste först ställa in en utfärdare innan du kan tillämpa principen på enheter.", - "platformLabel": "Plattform", - "policyDescriptionLabel": "Beskrivning", - "policyNameLabel": "Namn", - "primarySMTPAddress": "Primär SMTP-adress", - "privacyUrlLabel": "Sekretesswebbadress", - "publisherHint": "Ange ett utgivarnamn", - "publisherLabel": "Utgivare", - "publisherSizeHint": "Namnet på utgivaren måste innehålla mellan 2 och 1 024 tecken", - "require": "Kräv", - "requireBiometrics": "Kräv biometrik för att få åtkomst till appen", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "Minst en omfångstagg krävs", - "searchAppLabel": "Välj app", - "searchAppLinkText": "Sök i App Store", - "searchWinGetPublicRepositoryLinkText": "Sök i Windows Package Manager communitylagringsplats", - "searchWinGetStoreRepositoryLinkText": "Sök i appen Microsoft Store (ny)", - "selectAAD": "Välj ett AAD-attribut", - "selectAppFileLabel": "Välj fil", - "selectAppFileLinkText": "Välj appaketfil", - "selectAppFileToUpdateLabel": "Välj fil som ska uppdateras", - "selectAuthMethod": "Välj en autentiseringsmetod", - "selectAuthType": "Välj en autentiseringstyp", - "selectCertificate": "Välj ett certifikat", - "signAllEmails": "Signera alla mejl", - "signingCertificates": "Signeringscertifikat", - "ssl": "SSL", - "suiteDescriptionLabel": "Beskrivning av svit", - "suiteNameLabel": "Namn på svit", - "tasks": "Aktiviteter", - "threeDays": "Tre dagar", - "totalLicenseCount": "Totalt antal licenser", - "twoWeeks": "Två veckor", - "unifiedAssignmentsLabel": "Tilldela till:", - "unlimited": "Obegränsad", - "urlHint": "Ange en giltig webbadress", - "useManagedBrowserHint": "Endast Android och iOS. Läs mer", - "useManagedBrowserLabel": "Det krävs en hanterad webbläsare för att öppna den här länken", - "userPrinicipalName": "Användarens huvudnamn", - "username": "Användarnamn", - "usernameAttribute": "Användarnamnattribut från AAD", - "usernameAttributreInfoBalloon": "Ange UPN-namnet (User Principal Name) för den e-postprofil som ska användas för att autentisera kontot", - "usernamePassword": "Användarnamn och lösenord", - "webAppUrlHint": "Ange en giltig URL som börjar med http:// eller https://", - "webAppUrlLabel": "Appens webbadress", - "webAppUrlSizeHint": "App URL:en får högst bestå av 1024 tecken.", - "windowsUrlValidation": "Ange en giltig URL som liknar https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "XML-data har angetts", - "xmlFormatInvalid": "XML-principformatet är ogiltigt.", - "xmlTooLarge": "Storleken på indata måste vara mindre än 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Stöds inte", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "För att skapa principer för kvalitetsuppdatering krävs specifik licensiering.", "warningBoxText": "Utskick av programuppdateringar kan visserligen förkorta tiden till regelefterlevnad men påverkar också användarnas produktivitet. Risken för att användarna måste starta om datorn under arbetstid ökar markant." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                            For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                            Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                            \n
                              \n
                            • This setting works correctly when \"All cloud apps\" are selected
                            • \n
                            • This does not affect token lifetimes or the sign-in frequency setting.
                            • \n
                            • This will override the \"Show option to stay signed in\" policy in Company Branding.
                            • \n
                            • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                            • \n
                            • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                            • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                              Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge-konfigurationsinställningar", "edgeWindowsDataProtectionSettings": "Edge-dataskyddsinställningar (Windows) – förhandsversion", @@ -10783,7 +11566,10 @@ "Column": { "author": "Upphovsperson", "template": "Mallnamn" - } + }, + "Row": { + "ariaLabel": "rad {0} av {1} kolumn {2}" + } }, "SettingsCatalog": { "subtitle": "Börja från början och välj önskade inställningar från biblioteket med tillgängliga inställningar", @@ -11593,6 +12379,7 @@ "gettingStarted": "Komma igång", "messages": "Meddelanden", "onlineResources": "Onlineresurser", + "policyHealth": "Principhälsa", "releaseManagement": "Versionshantering", "serviceRequests": "Tjänstförfrågningar", "settings": "Inställningar", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "Alla appar", "allDevices": "Alla enheter", - "androidFotaDeployments": "Android FOTA-distributioner", + "androidFotaDeployments": "Android FOTA-distributioner (förhandsversion)", "appBundles": "Appaket", "appCategories": "Appkategorier", "appConfigPolicies": "Appkonfigurationsprinciper", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Tilldelade behörigheter", "assignedRoles": "Tilldelade roller", "autopilotDeploymentReport": "AutoPilot-distributioner (förhandsversion)", + "autopilotDeploymentReportV2": "Autopilot-distributioner 2.0 (förhandsversion)", "brandingAndCustomization": "Anpassning", "cartProfiles": "Kundvagnsprofiler", "certificateConnectors": "Certifikatanslutningsprogram", "chromeEnterprise": "Chrome Enterprise (förhandsversion)", "cloudAttachedDevices": "Molnanslutna enheter (förhandsversion)", + "cloudPcActions": "Åtgärder för molnbaserad dator (förhandsversion)", + "cloudPcMaintenanceWindows": "Underhållsperioder för molnbaserade datorer (förhandsversion)", "compliancePolicies": "Kompatibilitetsprinciper", "complianceScriptManagement": "Skript", "complianceScriptManagementPreview": "Skript (förhandsversion)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Registreringsbegränsningar", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange-tjänstekopplingar", - "failuresForDriverUpdates": "Drivrutinsuppdateringsfel i Windows (förhandsversion)", + "failuresForDriverUpdates": "Drivrutinsuppdateringsfel i Windows", "failuresForFeatureUpdates": "Fel vid funktionsuppdatering", "failuresForQualityUpdates": "Snabbuppdateringsfel i Windows", "featureFlighting": "Förhandsversionstestning av funktioner", "featureUpdateDeployments": "Funktionsuppdateringar för Windows 10 och senare", "flighting": "Förhandsversionstestning", - "fotaUpdate": "OTA-uppdatering (Over The Air) av inbyggd programvara", + "fotaUpdate": "Uppdatering av inbyggd programvara (förhandsversion)", "groupPolicy": "Administrativa mallar", "groupPolicyAnalytics": "Grupprincipanalys", "helpSupport": "Hjälp och support", @@ -11717,12 +12507,12 @@ "user": "Användare", "userExecutionStatus": "Användarstatus", "wdacSupplementalPolicies": "Tilläggsprinciper för S-läge", - "windows10DriverUpdate": "Drivrutinsuppdateringar för Windows 10 och senare (förhandsversion)", + "windows10DriverUpdate": "Drivrutinsuppdateringar för Windows 10 och senare", "windows10QualityUpdate": "Kvalitetsuppdateringar för Windows 10 och senare", "windows10UpdateRings": "Uppdateringringar för Windows 10 och senare", "windows10XPolicyFailures": "Windows 10X-principfel", "windows365Connector": "Windows 365 Citrix-anslutningsprogram", - "windows365ConnectorPublicPreview": "Windows 365 Citrix-anslutningsprogram (förhandsversion)", + "windows365PartnerConnector": "Windows 365 partnerkopplingar", "windowsDiagnosticData": "Windows-data", "windowsEnterpriseCertificate": "Windows Enterprise-certifikat", "windowsManagement": "PowerShell-skript", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Respitperiod för omstart av enhet", "summaryTitle": "Slutanvändarupplevelse" }, - "EnrollmentType": { - "devicesWithEnrollment": "Hanterade enheter", - "devicesWithoutEnrollment": "Hanterade appar" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Filen eller mappen enligt angivet krav.", + "pathToolTip": "Den fullständiga sökvägen till den fil eller mapp som ska identifieras.", + "property": "Egenskap", + "valueToolTip": "Välj ett kravvärde som matchar den valda identifieringsmetoden. Krav på datum och tid måste anges i lokalt format." + }, + "GridColumns": { + "pathOrScript": "Sökväg/skript", + "type": "Typ" + }, + "Registry": { + "keyPath": "Nyckelsökväg", + "keyPathTooltip": "Den fullständiga sökvägen till registerposten som innehåller värdet enligt krav.", + "operator": "Operator", + "operatorTooltip": "Välj operator för jämförelsen.", + "registryRequirement": "Registernyckelkrav", + "registryRequirementTooltip": "Välj jämförelse av registernyckelkrav.", + "valueName": "Värdenamn", + "valueNameTooltip": "Namnet på begärt registervärde." + }, + "RequirementTypeOptions": { + "fileType": "Fil", + "registry": "Register", + "script": "Skript" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolesk", + "dateTime": "Datum och tid", + "float": "Flyttal", + "integer": "Heltal", + "string": "Sträng", + "version": "Version" + }, + "duplicateName": "Skriptnamnet {0} har redan använts. Ange ett annat namn.", + "enforceSignatureCheck": "Framtvinga signaturkontroll av skript", + "enforceSignatureCheckTooltip": "Välj Ja om du vill kontrollera att skriptet har signerats av en betrodd utgivare så att skriptet körs utan varningar eller uppmaningar. Skriptet körs avblockerat. Välj Nej (standard) om du vill köra skriptet med slutanvändarens bekräftelse men utan signaturkontroll.", + "loggedOnCredentials": "Kör det här skriptet med inloggningsuppgifterna", + "loggedOnCredentialsTooltip": "Kör skript med enhetens inloggningsuppgifter.", + "operatorTooltip": "Välj operator för kravjämförelsen.", + "requirementMethod": "Välj typ av utdata", + "requirementMethodTooltip": "Välj den datatyp som används vid fastställande av krav på identifieringsmatchning.", + "scriptContent": "Skriptinnehåll", + "scriptFile": "Skriptfil", + "scriptFileTooltip": "Välj ett PowerShell-skript som identifierar förekomst av appen på klienten. Om appen har identifierats visar kravprocessen en slutkod med värdet 0 och skriver strängvärdet STDOUT.", + "scriptName": "Skriptets namn", + "value": "Värde", + "valueTooltip": "Välj ett kravvärde som matchar den valda identifieringsmetoden. Krav på datum och tid måste anges i lokalt format." + }, + "bladeTitle": "Lägg till en kravregel", + "createRequirementHeader": "Skapa ett krav.", + "header": "Ställ in ytterligare kravregler", + "label": "Ytterligare kravregler", + "noRequirementsSelectedPlaceholder": "Inga krav har angetts.", + "requirementType": "Kravtyp", + "requirementTypeTooltip": "Välj typ av identifieringsmetod som ska användas för att fastställa hur ett krav ska utvärderas." + }, + "architectures": "Operativsystemarkitektur", + "architecturesTooltip": "Välj de arkitekturer som behövs för att installera appen.", + "bladeTitle": "Krav", + "diskSpace": "Diskutrymme som krävs (MB)", + "diskSpaceTooltip": "Ledigt diskutrymme som krävs på systemenheten för att installera appen.", + "header": "Ange krav som måste uppfyllas på enheterna innan appen kan installeras:", + "maximumTextFieldValue": "Det här värdet måste åtminstone vara {0}.", + "minimumCpuSpeed": "Lägsta processorhastighet som krävs (MHz)", + "minimumCpuSpeedTooltip": "Lägsta processorhastighet som krävs för att installera appen.", + "minimumLogicalProcessors": "Lägsta antal logiska processorer som krävs", + "minimumLogicalProcessorsTooltip": "Lägsta antal logiska processorer som behövs för att installera appen.", + "minimumOperatingSystem": "Lägsta operativsystemsversion", + "minimumOperatingSystemTooltip": "Välj det minimioperativsystem som behövs för att installera appen.", + "minumumTextFieldValue": "Värdet måste vara minst {0}.", + "physicalMemory": "Fysiskt minne som krävs (MB)", + "physicalMemoryTooltip": "Fysiskt minne (RAM) som krävs för att installera appen.", + "selectorLabel": "Krav", + "validNumber": "Ange ett giltigt tal." + }, "PolicySet": { "appManagement": "Programhantering", "assignments": "Tilldelningar", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Profiler för enhetskonfigurationer", "powershellScriptTitle": "PowerShell-skript" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                              For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                              Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Rekommenderas", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrain", @@ -12029,7 +13104,7 @@ "countryNameSG": "Singapore", "countryNameAL": "Albanien", "countryNameSN": "Senegal", - "countryNameSZ": "Eswatini", + "countryNameSZ": "Swaziland", "countryNameBZ": "Belize", "countryNameCI": "Côte d’Ivoire", "countryNameTW": "Taiwan", diff --git a/Documentation/Strings-tr.json b/Documentation/Strings-tr.json index b17f749..f09f8bc 100644 --- a/Documentation/Strings-tr.json +++ b/Documentation/Strings-tr.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "İlk kullanıma sunma tarihi" }, + "Windows11SideBySideInstall": { + "disabled": "Devre dışı", + "enabled": "Etkin", + "infoBalloonContent": "En son Windows 10 özellik güncelleştirmesinin Windows 11 için uygun olmayan cihazlara yüklenip yüklenemeyeceğini denetleyin", + "label": "Bir cihaz Windows 11'i çalıştıramıyorsa, en son Windows 10 güncelleştirmesini yükleyin" + }, "bladeTitle": "Özellik güncelleştirmesi dağıtımları", "deploymentSettingsTitle": "Dağıtım ayarları", "loadError": "Profil yükleme başarısız oldu!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "Bu yetenek belirli lisanslar gerektirir.", "gradualRolloutLicenseWarningEdit": "İlke bu özellik seçilmeden kaydedilene kadar bu özellik kullanılmaya ve yapılandırılmaya devam eder.", - "licenseLearnMoreText": "Önkoşullar ve özellik güncelleştirmesi ilkeleri hakkında daha fazla bilgi edinin." + "licenseLearnMoreText": "Önkoşullar ve özellik güncelleştirmesi ilkeleri hakkında daha fazla bilgi edinin.", + "specificLicensingRequired": "Seçilen bazı özellikler belirli lisans gerektirir." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Kullanıcıların uygulamanın ne olduğunu ve/veya uygulamada neler yapabileceklerini anlamalarına yardımcı olun. Bu açıklama Şirket Portalı'nda kullanıcılar tarafından görülebilir.", "developer": "Uygulamayı geliştiren şirket veya kişinin adı. Bu bilgiler, yönetim merkezinde oturum açan kişiler tarafından görülebilir.", "displayVersion": "Uygulamanın sürümü. Bu bilgiler, Şirket Portalı'nda kullanıcılar tarafından görülebilir.", + "fullScreenEnabled": "Evet olarak yapılandırılırsa, web klibini tam ekran web uygulaması olarak başlatır.", + "ignoreManifestScope": "Evet olarak yapılandırılırsa, tam ekran bir web klibi, Safari kullanıcı arabirimi gösterilmeden harici bir web sitesine gidebilir. Aksi takdirde, web klibinin URL'sinden ayrılırken Safari kullanıcı arabirimi görünür. Tam ekran false olduğunda bu anahtarın hiçbir etkisi yoktur.", "infoUrl": "Kişileri uygulama hakkında daha fazla bilgi verilen bir web sitesi veya belge bağlantısına yönlendirin. Bilgi URL'si Şirket Portalı'nda kullanıcılar tarafından görülebilir.", "isFeatured": "Öne çıkan uygulamalar, kullanıcıların hızlıca erişebilmesi için Şirket Portalı'nda dikkat çekici bir şekilde sunulur.", "learnMore": "Daha fazla bilgi", "logo": "Uygulama ile ilişkili logoyu karşıya yükleyin. Bu logo, Şirket Portalı'nda uygulamanın yanında görüntülenir.​", "macOSDmgAppPackageFile": "Uygulamanızın bir cihaza dışarıdan yüklenebilen bir formatta bulunduğu bir dosya. Geçerli paket türü: .dmg.​", + "macOSPkgAppPackageFile": "Uygulamanızın bir cihaza dışarıdan yüklenebilen bir formatta bulunduğu bir dosya. Geçerli paket türü: .pkg.", "minOperatingSystem": "Uygulamanın yüklenebileceği en eski işletim sistemi sürümünü seçin. Uygulamayı daha eski işletim sistemine sahip bir cihaza atarsanız, uygulama yüklenmez.​", "name": "Uygulama için bir ad ekleyin. Bu ad, Intune uygulamaları listesinde ve Şirket Portalı'nda kullanıcılar tarafından görülebilir.​", "notes": "Uygulama hakkında ek notlar ekleyin. Notlar, Yönetim Merkezi'nde oturum açan kişiler tarafından görülebilir.", "owner": "Kuruluşunuzda bu uygulama için lisanslamayı yöneten veya uygulamanın iletişim noktası olan kişinin adı. Bu ad, yönetim merkezinde oturum açan kişiler tarafından görülebilir.​", "packageId": "Uygulama Paketi Tanımlayıcısı, uygulamayı tanımlayan benzersiz değerdir.", "packageName": "Uygulamanın paket adını almak için cihazın üreticisine başvurun. Örnek paket adı: com.example.app", + "preComposedIconEnabled": "Evet olarak yapılandırılırsa, SpringBoard'un simgeye \"parlaklık\" eklemesini engeller.", "privacyUrl": "Uygulamanın gizlilik ayarları ve koşulları hakkında daha fazla bilgi edinmek isteyen kişiler için bir bağlantı belirtin. Gizlilik URL'si Şirket Portalı'nda kullanıcılar tarafından görülebilir.", "publisher": "Uygulamayı dağıtan geliştiricinin veya şirketin adı. Bu bilgiler, Şirket Portalı'nda kullanıcılar tarafından görülebilir.", "selectApp": "Intune ile dağıtmak istediğiniz iOS için App Store mağaza uygulamalarını arayın.", + "targetApplicationBundleIdentifier": "URL'yi açan uygulamayı belirten uygulama paketi tanımlayıcısı. iOS 14 ve üzeri sürümlerde kullanılabilir.", "useManagedBrowser": "Gerekirse, kullanıcı web uygulamasını açtığında uygulama, Microsoft Edge veya Intune Managed Browser gibi Intune korumalı bir tarayıcıda açılır. Bu ayar hem iOS hem de Android cihazlar için geçerlidir.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "Cihaza dışarıdan yüklenebilecek biçimdeki uygulamanızı içeren dosya. Geçerli paket türü: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                              Kayıtlı bir cihazda cihaz kilidi algılandığında uygulama PIN'ini devre dışı bırakmak için Evet'i seçin.

                              Not: Intune, iOS/iPadOS'ta üçüncü taraf EMM çözümü ile yapılan cihaz kaydını algılayamaz.

                              " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "Uygulama yüklemesi, cihazın yeniden başlatılmasını zorlayabilir", + "basedOnReturnCode": "Dönüş kodlarına dayalı davranışı belirle", + "force": "Intune zorunlu bir cihaz yeniden başlatma işlemi gerçekleştirecek", + "suppress": "Belirli bir eylem yok" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Gerekli yükleme süresi (dakika)", + "maxRunTimeInMinutesToolTip": "Sistemin, programın yükleme işlemini tamamlamasını beklemesi için gereken dakika sayısı. Varsayılan değer 60 dakikadır." + }, + "RunAsAccountOptions": { + "system": "Sistem", + "user": "Kullanıcı" + }, + "availableUninstall": "Kullanılabilir kaldırmaya izin ver", + "availableUninstallTooltip": "Şirket Portalı’ından kullanıcılar için bu uygulamada kaldırma seçeneği sağlamak için 'Evet' seçeneğini işaretleyin. Kullanıcıların uygulamayı Şirket Portalı’ndan kaldırmasını engellemek için 'Hayır'ı seçin.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Cihaz yeniden başlatma davranışı", + "deviceRestartBehaviorTooltip": "Uygulama başarıyla yüklendikten sonra cihaz yeniden başlatma davranışını seçin. Cihazı dönüş kodları yapılandırma ayarlarına bağlı olarak yeniden başlatmak için 'Davranışı dönüş kodlarına göre belirle' seçeneğini belirleyin. MSI tabanlı uygulamaların yüklenmesi sırasında cihaz yeniden başlatma işlemlerini ertelemek için 'Belirli bir eylem yok' seçeneğini belirleyin. Uygulama yüklemesinin yeniden başlatmayı ertelemeden tamamlanmasına izin vermek için 'Uygulama yüklemesi cihazın yeniden başlatılmasını zorlayabilir' seçeneğini belirleyin. Her başarılı uygulama yüklemesinden sonra cihazı yeniden başlatmak için 'Intune zorunlu bir cihaz yeniden başlatma zorlayacak' seçeneğini belirleyin.", + "header": "Bu uygulamayı yükleme ve kaldırma komutlarını belirtin:", + "installCommand": "Yükleme komutu", + "installCommandMaxLengthErrorMessage": "Yükleme komutu, izin verilen maksimum uzunluk olan 1024 karakteri aşamaz.", + "installCommandTooltip": "Bu uygulamayı yüklemek için kullanılan yükleme komut satırının tamamı.", + "runAs32Bit": "Yükleme ve kaldırma komutlarını 64 bit istemcilerde 32 bit işlemde çalıştır", + "runAs32BitTooltip": "Uygulamayı 64 bit istemcilerde 32 bit bir işlemde yüklemek ve kaldırmak için 'Evet' seçeneğini belirleyin. Uygulamayı 64 bit istemcilerde 64 bit bir işlemde yüklemek ve kaldırmak için 'Hayır' (varsayılan) seçeneğini belirleyin. 32 bit istemciler, her zaman 32 bit işlemi kullanır.", + "runAsAccount": "Yükleme davranışı", + "runAsAccountTooltip": "Destekleniyorsa, bu uygulamayı tüm kullanıcılara yüklemek için 'Sistem'i seçin. Uygulamayı cihazda oturum açmış kullanıcıya yüklemek için 'Kullanıcı'yı seçin. Çift amaçlı MSI uygulamalarında değişiklikler, uygulamanın asıl yüklemesinde uygulanan değer geri yüklenene kadar güncelleştirmelerin ve kaldırmaların tamamlanmasını önler.", + "selectorLabel": "Program", + "uninstallCommand": "Kaldırma komutu", + "uninstallCommandTooltip": "Bu uygulamayı kaldırmak için kullanılan kaldırma komut satırının tamamı." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Yeni oluştur", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS uygulaması (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS iş kolu uygulaması", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 Uygulamaları (macOS)", + "macOSPkgApp": "macOS uygulaması (PKG)", + "macOSWebClip": "macOS web klibi", "macOsVppApp": "macOS Volume Purchase Program uygulaması", "managedAndroidLobApp": "Yönetilen Android iş kolu uygulaması", "managedAndroidStoreApp": "Yönetilen Android mağaza uygulaması", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "PowerShell betik dosyasını belirtin. Dosyanın 200 KB'tan küçük olması gerekir.", "uploadLabel": "Betik konumu" }, - "bashScriptObjectName": "Bash betiği", "createButtonText": "Ekle", "createPowershellScriptFlowSectionName": "PowerShell betiğini ekle", "customAttributeObjectName": "Özel öznitelik", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "Bu ayarlar Android 9 veya önceki sürümleri çalıştıran cihazlar için geçerlidir. Android işletim sistemi sürümünü çalıştıran tüm Samsung Knox cihazlarında da uygulanır.", "androidPasswordHeader": "Cihazın kilidini açmak için parola isteyin. Yapılandırılmazsa, parola kullanımı isteğe bağlıdır ve parolanın yapılandırılması kullanıcıya bırakılır.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Her zaman açık VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Temel bütünlüğü ve sertifikalı cihazları denetle", - "androidSafetyNetbasicIntegrity": "Temel bütünlüğü denetle", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Temel bütünlüğü ve cihaz bütünlüğünü denetle", + "androidPlayIntegrityVerdictBasicIntegrity": "Temel bütünlüğü denetle", "androidTRDeprecation": "Güvenilen sertifikalar, artık Android 11 veya üzeri bir sürümü çalıştıran cihazlara (Samsung Knox cihazları hariç) yüklenemez. SCEP sertifika profillerini kullanıyorsanız güvenilen bir sertifika profili oluşturup dağıtmaya devam etmeniz ve bu profili SCEP sertifika profiliyle ilişkilendirmeniz gerekir ancak güvenilen kök sertifikayı bu cihazlara kendiniz sağlamalısınız.", "androidTenAndAbovePasswordHeader": "Android 10 ve üzeri sürümler", "androidTenAndAbovePasswordHeaderDescription": "Bu ayarlar Android 10 veya üzeri sürümleri çalıştıran cihazlar için geçerlidir.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Diğer disk şifrelemesi için uyarı", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "\"Gerektir\" seçeneğini belirlemek, mobil cihazın depolama kartını şifreler.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Depolama kartını şifrele (yalnızca mobil)", - "bitLockerEnabledDescription": "Cihazda BitLocker'ın etkinleştirilmesini gerektir", - "bitLockerEnabledName": "BitLocker Gerektir", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "\"Gerektir\" seçeneğini belirlemek, BitLocker cihaz şifrelemesini etkinleştirir. Cihaz donanımına ve Windows sürümüne bağlı olarak son kullanıcılardan cihazlarında hiçbir üçüncü taraf şifrelemesi olmadığını doğrulamaları istenebilir. Üçüncü taraf şifreleme kullanımdayken Windows şifrelemesinin açılması cihazı kararsız hale getirir.", "bitLockerEncryptDeviceName": "Cihazları şifrele", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Touch ID ve Face ID ile kilit açmayı engelle", "blockUSBConnectionDescription": "Cihazda USB bağlantısının etkinleştirilip etkinleştirilmediğini belirtir. USB ile şarj etme bu ayardan etkilenmez. Bu ayar Windows masaüstü platformlarında desteklenmez.", "blockUSBConnectionName": "USB bağlantısı", + "blockUnifiedPasswordForWorkProfileDescription": "Kullanıcıların kilit ekranları ve iş profilleri için iki farklı parola kullanmalarını istiyorsanız tek bir kilit kullanmayı engelleyin. Tek bir ekran kilidi kullanmak kullanıcı için kolay olsa da iş profilini, cihazın kilidini açabilen herkese erişilebilir hale getirir. Android 9.0 Pie ve sonraki sürümlerde çalışan cihazlar için geçerlidir.", + "blockUnifiedPasswordForWorkProfileName": "İş profili ve cihaz için bir kilit", "blockUnmanagedDocumentsInManagedAppsName": "Kurumsal uygulamalarda kurumsal olmayan belgeleri görüntülemeyi engelle", "blockUntrustedTLSCertificatesDescription": "Güvenilmeyen Aktarım Katmanı Güvenliği (TLS) sertifikalarını engelleyin.", "blockUntrustedTLSCertificatesName": "Güvenilmeyen TLS sertifikalarını engelle", @@ -2825,6 +2871,8 @@ "cellularName": "Hücresel", "certificateCredentialConfigurationDisabledDescription": "Kullanıcıların, kendilerine atanmış sertifikalarla ilişkilendirilen sertifikalarla ilişkili kimlik bilgilerinde herhangi bir değişiklik yapmasını engeller.", "certificateCredentialConfigurationDisabledName": "Kullanıcı, kimlik bilgilerini yapılandırabilir (iş profili düzeyi)", + "certificateInstallDescription": "Burada listelediğiniz uygulamalar, Intune tarafından yapılan sertifikaları değiştirebilir ve Intune dışında teslim edilen sertifikaları yönetebilir.", + "certificateInstallTitle": "Diğer uygulamaların sertifikaları yüklemesine ve yönetmesine izin verin", "certificateNotFound": "Sertifika ilkesi bulunamadı. İlke silindi mi?", "certificateOption": "Sertifika", "certificateRevocationCheck": "Sertifika iptal denetimi", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Yazdırma hizmeti kaynak URI'si", "cloudProtectionDescription": "Kuşkulu etkinliğin algılanabilmesi için Microsoft Etkin Koruma Hizmeti telemetrisini gönderir.", "cloudProtectionName": "Bulut teslimli koruma", - "codeIntegrityEnabledDescription": "Cihazda kod bütünlüğünün etkinleştirilmesini gerektir", - "codeIntegrityEnabledName": "Kod bütünlüğü gerektir", + "codeIntegrityEnabledName": "Kod bütünlüğü", "complianceAntiSpywareRequirementDescription": "Windows Güvenlik Merkezi ile kaydedilen herhangi bir Casus Yazılımdan Koruma çözümünün açık ve izleme durumunda olmasını gerekli kılın (ör. DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Casus yazılımdan koruma", "complianceAntiSpywareSignatureUpToDateDescription": "Casus Yazılımdan Koruma imzasının güncel olmasını gerekli kıl", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "Bu ayar, son kullanılan kaç parolanın yeniden kullanılamayacağını belirtir. Önerilen değer: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Yeniden kullanılması önlenecek önceki parola sayısı", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Cihazın sahip olabileceği en yeni işletim sistemi derleme sürümünü seçin.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Cihazın sahip olabileceği en yeni işletim sistemi derleme sürümünü girin. Örneğin: 20E252
                              Bir Apple Rapid Security Response güncelleştirmesini en yüksek işletim sistemi derlemesi olarak ayarlamak istiyorsanız, ek derleme sürümünü girin. Örneğin: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "En yüksek işletim sistemi derleme sürümü", - "complianceOsBuildVersionRestrictionMinimumDescription": "Cihazın sahip olabileceği en eski işletim sistemi derleme sürümünü seçin.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Cihazın sahip olabileceği en eski işletim sistemi derleme sürümünü girin. Örneğin: 20E252
                              Bir Apple Rapid Security Response güncelleştirmesini en düşük işletim sistemi derlemesi olarak ayarlamak istiyorsanız, ek derleme sürümünü girin. Örneğin: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "En düşük işletim sistemi derleme sürümü", "complianceOsVersionRestrictionHeader": "İşletim Sistemi Sürümü", "complianceOsVersionRestrictionMaximumAndroidDescription": "Cihazlar için en yüksek işletim sistemi sürümü uyumluluk gereksinimini belirtin. Örneğin, Nougat için bu alanda “7.1” değerini belirtin", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Cihazın, güvenlik düzeltmeleri ve iyileştirmelerini yüklemek için otomatik güncelleştirme yapmasını sağlayın.", "complianceUpdatesRequireAutomaticUpdatesName": "Microsoft'tan otomatik güncelleştirmeleri isteme", "complianceWin10RequiredPasswordTypeDescription": "Bu ayar, gereken Parola/PIN türünü belirler.
                              \r\nCihaz Varsayılanı (Parola, Sayısal PIN veya Alfasayısal PIN gerekiyor)
                              \r\nAlfasayısal (Parola veya Alfasayısal PIN gerekiyor)
                              \r\nSayısal (Parola veya Sayısal PIN gerekiyor)
                              \r\nÖneriler: Gerekli parola türü: Alfasayısal, Parola karmaşıklığı: Rakam ve küçük harf gerektir", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 veya 11", + "complianceWindows11DeviceHealthAttestationHeader": "Yalnızca Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Microsoft Defender en düşük sürümü (ör. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender Kötü Amaçlı Yazılımdan Koruma Yazılımı en düşük sürümü", - "complianceWindowsDeviceHealthAttestationHeader": "Windows Sistem Durumu Kanıtlama Hizmeti değerlendirme kuralları", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft Kanıtlama Hizmeti değerlendirme kuralları

                              Bir cihazda önyükleme sırasında koruyucu önlemlerin etkinleştirildiğinden emin olmak için bu kuralları kullanın.. Bu kurallar hakkında daha fazla bilgi edinin", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Bir mobil cihazın çalıştırabileceği en yeni işletim sistemi sürümünü seçin. İşlem sistemi sürümü major.minor.build.revision olarak tanımlanır.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Bir mobil cihazın çalıştırabileceği en eski işletim sistemi sürümünü seçin. İşlem sistemi sürümü major.minor.build.revision olarak tanımlanır.", "complianceWindowsOsVersionRestrictionHeaderDescription": "İşletim sistemi sürümü major.minor.build.revision olarak tanımlanır. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Önemsiz işletim sistemi ve işletim sistemi dışı yazılım güncelleştirmeleri", "delayMinorOSUpdateVisibilityOption": "Önemsiz işletim sistemi yazılım güncelleştirmeleri", "delayOSUpdateVisibilityOption": "İşletim sistemi güncelleştirmeleri", + "delegatedScopeLogsTitle": "Hassas Android Günlüklere Erişim", "deliveryOptimizationBandwidthHeader": "Bant genişliği", "deliveryOptimizationCachingHeader": "Önbelleğe alma", "deliveryOptimizationDODescription": "Teslim İyileştirmenin, içerik dağıtım senaryolarında ağ bant genişliği tüketimini yönetmek için kullanabileceği indirme yöntemini belirtir.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Türetilmiş kimlik bilgilerini veren aranıyor...", "derivedCredentialsTenantLevelNotConfigured": "Bu ilkenin cihazlara başarıyla uygulanması için kiracınıza yönelik türetilmiş bir kimlik bilgisi vereni belirtmediniz. Vereni belirtmek için buraya tıklayın.", "descriptionName": "Açıklama", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (Yalnızca kiracı ekleme)", "desktopOption": "Masaüstü", "destinationPrefix": "Hedef Öneki/Boyutu (ör. 192.168.0.1/255)", "developerUnlock": "Geliştirici kilidini açma", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "Ve Üstü", "eDPPolicyVersionAndBelowName": "Ve Altı", "eDPPolicyVersionEqualsName": "Eşittir", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Erken başlatma kötü amaçlı yazılımdan koruma sürücüsünün etkinleştirilmesini gerektir", - "earlyLaunchAntiMalwareDriverEnabledName": "Erken başlatma kötü amaçlı yazılımdan koruma sürücüsü gerektir", + "earlyLaunchAntiMalwareDriverEnabledName": "Erken Başlatılan Kötü Amaçlı Yazılımdan Koruma Yazılımı", "easAccountSettingsHeader": "Exchange ActiveSync hesap ayarları", "easAllData": "Tüm veriler", "easCalendarContactsOnly": "Yalnızca Takvim ve Kişiler", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Herhangi bir adres", "firewallRulesPortOrPortRangeInvalidCharacterError": "Bağlantı noktası listesi yalnızca rakam, '-' veya ',' karakterlerini içerebilir.", "firewallRulesPortOrPortRangeInvalidError": "Bağlantı noktası listesi geçersiz bağlantı noktaları ve/veya bağlantı noktası aralıkları içeriyor.", + "firmwareProtectionEnabledName": "Üretici Yazılımı Koruması", "firmwareUpdatesBehaviorName": "Üretici yazılımı güncelleştirmeleri", "firstActiveEthernet": "İlk etkin Ethernet", "firstAvailableOption": "İlk kullanılabilir", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "İnternet eşlemesi ile karışık HTTP (3)", "httpWithPeeringNatOption": "Aynı NAT arkasında eşleme ile karışık HTTP (1)", "httpWithPeeringPrivateGroupOption": "Özel grup üzerinde eşleme ile karışık HTTP (2)", + "hvciEnabledName": "Bellek Bütünlüğü Koruması", "hybridSleepBatteryDescription": "Bu ilke ayarı, cihaz pille çalışırken karma uykuyu kapatmanızı sağlar.
                              Bu ilke devre dışı bırakılırsa, cihaz karma uyku veya hazırda bekletme moduna izin vermez.
                              Bu ilke yapılandırılmazsa bu ayarı kullanıcılar denetler.", "hybridSleepName": "Karma uyku", "hybridSleepPluggedInDescription": "Bu ilke ayarı, cihaz prize takılıyken karma uykuyu kapatmanızı sağlar.
                              Bu ilke devre dışı bırakılırsa, cihaz karma uyku veya hazırda bekletme moduna izin vermez.
                              Bu ilke yapılandırılmazsa bu ayarı kullanıcılar denetler.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Orta Düşük", "mediumOption": "Orta", "meetingInformationDisplayedOnWelcomeScreenName": "Hoş geldiniz ekranında gösterilen toplantı bilgileri", + "memoryAccessProtectionEnabledName": "Bellek Erişimi Koruması", "messagingBlockMMSDescription": "Cihazdaki MMS gönderme ve alma işlevini devre dışı bırakın.", "messagingBlockMMSName": "MMS (yalnızca mobil)", "messagingBlockRCSDescription": "Cihazdaki Zengin İletişim Hizmetleri gönderme ve alma işlevini devre dışı bırakın.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Minimum işletim sistemi sürümünden küçük olmalıdır", "mustBeValidAddress": "Geçerli bir adres olmalıdır. Örnek: 4.3.6.0, itgproxy.com vb.", "mustBeValidAndroidPackageName": "Paket adı yalnızca harf, rakam, alt çizgi ve nokta içerebilir, harf ile başlamalıdır.", - "mustBeValidBuildVersionFormat": "Geçerli bir derleme sürüm biçimi olmalıdır. Örnek: 18A391, 16G1114 vb.", + "mustBeValidBuildVersionFormat": "Geçerli bir derleme sürüm biçimi olmalıdır. Örnek: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Geçerli bir DNS son eki olmalıdır. Örnek: itgproxy.com", "mustBeValidDateFormat": "Geçerli bir biçimde (DD.MM.YYYY) olmalıdır. Örnek: 01.10.2016, 31.10.2016 vb.", "mustBeValidDomain": "Geçerli bir etki alanı adı olmalıdır. Örnek: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Ağ uzantıları", "networkInterface": "Ağ Arabirimi", "networkInterfaceDescription": "Yapılandırılacak ağ arabirimi", + "networkLogsTitle": "Bu uygulamanın Android ağ etkinliği günlüklerine erişmesine izin verin", "networkProxyAutomaticConfigurationUrlDescription": "Kullanmak istediğiniz PAC betiğinin URL'si.", "networkProxyAutomaticConfigurationUrlName": "Kurulum betiği adresinin URL'si", "networkProxyDisableAutoDetectDescription": "Ayarlar otomatik olarak algılanır. Etkinleştirilirse, sistem bir PAC betiğinin yolunu bulmaya çalışır.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Gizle", "pinnedFolderOptionShow": "Göster", "pipeInvalidError": "Değer '|' içermemelidir.", + "playIntegrityVerdictOptionsDescription": "Yürütme Bütünlüğü Son Kararı düzeyini ayarla", + "playIntegrityVerdictOptionsName": "Yürütme Bütünlüğü Son Kararı", "pluggedInHeader": "Prize Takılı", "policyDomainNameService": "DNS", "policyEmailAddress": "E-posta adresi", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Varsayılan ilke. Kullanıcı mevcut olmalı ve geçerli bir Intune lisansı olmalıdır.", "requireUserExistanceName": "Kayıtlı kullanıcı var", "required": "Gerekli", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Yapılandırılmadı (varsayılan olarak temel değerlendirme kullanılır)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "SafetyNet cihaz doğrulama yanıtını hesaplamak için kullanmak istediğiniz değerlendirme türünü seçin.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Donanım tarafından desteklenen anahtar", - "requiredAndroidSafetyNetEvaluationTypeName": "Gerekli SafetyNet değerlendirme türü", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Yapılandırılmadı", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Yürütme Bütünlüğü Son Kararı cihaz kanıtlama yanıtını hesaplamak için kullanmak istediğiniz değerlendirme türünü seçin.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Güçlü bütünlüğü denetle", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Donanım destekli güvenlik özelliklerini kullanarak güçlü bütünlüğü denetle", "requiredExtensionsColumnHeader": "Paket ailesi adları", "requiredExtensionsExamples": "ör. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Parola gerekli, kısıtlama yok", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "ör. contoso.com", "safeSearchFilterDescription": "Cortana'nın, arama sonuçlarında yetişkinlere yönelik içeriği nasıl filtreleyeceğini belirtin.", "safeSearchFilterName": "Güvenli Arama (yalnızca mobil)", - "safetyNetAttestationOptionsDescription": "SafetyNet kanıt düzeyini ayarla", - "safetyNetAttestationOptionsName": "SafetyNet cihaz kanıtı", "sampleSharingEnableOrNotConfiguredDescription": "Uç Nokta için Microsoft Defender Örnek Paylaşımı yapılandırma parametresini döndürür veya ayarlar.", "sampleSharingEnableOrNotConfiguredName": "Tüm dosyalar için örnek paylaşımı", "saturday": "Cumartesi", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "İkincil kimlik doğrulama yöntemi", "secondaryAuthenticationMethodTEAPDescription": "Kullanıcıların kimlik doğrulamak için kullanmasını istediğiniz ikincil yöntemi seçin. Sertifikalar seçeneğini işaretlediğinizde, cihaza da dağıtılan sertifika profillerinden birini (SCEP veya PKCS) seçin. Bu, cihaz tarafından sunucuya sunulan kimlik sertifikasıdır.", "secretKey": "Gizli Anahtar:", - "secureBootEnabledDescription": "Cihazda Güvenli Önyüklemenin etkinleştirilmesini gerektir", - "secureBootEnabledName": "Cihazda Güvenli Önyüklemenin etkinleştirilmesini gerektir", + "secureBootEnabledName": "Güvenli Önyükleme", "secured": "Güvenli", "securityAssociationIdleTimeDescription": "Ağ trafiği bu kadar saniye görülmedikten sonra güvenlik ilişkilendirmeleri silinir.", "securityAssociationIdleTimeHint": "Boşta kalma süresini saniye cinsinden girin (300 - 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Ortak Ölçütler modu​", "securityDeveloperSettingsEnabledDescription": "Geliştirici ayarlarına erişime izin ver.", "securityDeveloperSettingsEnabledName": "Geliştirici ayarları", + "securityLogsTitle": "Bu uygulamanın Android güvenlik günlüklerine erişmesine izin verin", "securityOption": "Tanılama verileri kapalı", "securityRequireVerifyAppsDescription": "Uygulamaları yüklemeden önce ve yükledikten sonra taramak için Google Play Koruması'nı etkinleştirin. Google Play Koruması bir tehdit algılarsa uygulamayı cihazdan kaldırması için kullanıcıyı uyarabilir. Varsayılan olarak gereklidir.", "securityRequireVerifyAppsName": "Uygulamalarda tehdit taraması", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Yönetilen uygulamaları seçin", "selectMicrosoftEdgeApp": "Microsoft Edge tarayıcısının eski sürümünü ekle", "selectMicrosoftTunnelSite": "Site seçin", + "selectNetworkApp": "Android ağ etkinliği günlüklerine erişmek için bir uygulama seçin", "selectNetworkInterface": "Ağ arabirimi seçin", "selectNonEapMethod": "EAP dışı yöntemi seçin", "selectOneOption": "Birini seçin", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Sunucu doğrulaması için kök sertifikası", "selectRootCertificatesForServerValidationName": "Sunucu doğrulaması için kök sertifikalar", "selectSecurity": "Güvenlik türünü seçin", + "selectSecurityApp": "Android güvenlik günlüklerine erişmek için bir uygulama seçin", "selectService": "Size hangi yönetim türü konusunda yardımcı olabiliriz?", "selectStoreApp": "Mağaza uygulaması ekle", "selectStoreAppEmpty": "Mağaza uygulaması ekle", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "Uygulama", "trafficRuleAppTypeName": "Uygulama türü", "trafficRuleClaimsName": "Talep", - "trafficRuleDirectionDescription": "Kuralın gelen trafiğe mi yoksa giden trafiğe mi uygulanacağını belirtin.
                              \r\n
                              \r\n Gelen = Kural tüm gelen trafiğe uygulanır.\r\n
                              \r\n
                              \r\n Giden = Kural tüm giden trafiğe uygulanır.\n\r", + "trafficRuleDirectionDescription": "Gelen ağ ayarları, VPN üzerinden dış sitelerden gelen trafiğe izin verir. Giden ağ ayarları, VPN üzerinden dış sitelere giden trafiğe izin verir. Her iki kurala da izin vermek için iki kural oluşturun.", "trafficRuleDirectionName": "Yön", "trafficRuleRoutingPolicyTypeDescription": "Bölme ve zorlama tüneli arasından seçim yapın.
                              \r\n
                              \r\n Bölme tüneli= Yalnızca VPN arabirimine gelen trafik (ağ yığını tarafından belirlenir) arabirim üzerinden geçer. İnternet trafiği, diğer arabirimler üzerinden geçmeye devam edebilir.\r\n
                              \r\n
                              \r\n Zorlama tüneli = Tüm IP trafiği, yalnızca VPN arabirimi üzerinden geçmelidir (bu trafik kuralı için).\r\n
                              \r\n
                              \r\n Yalnızca bu kural bir uygulama ile ilişkilendirildiğinde geçerlidir.\r\n ", "trafficRuleRoutingPolicyTypeName": "Kural türü", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "Kullanıcı", "vPNPolicyProfileTargetDescription": "Bu profili, kullanıcı etkileşimi olmadan bağlantı kuran ve kimlik doğrulaması için makine sertifikaları kullanan bir her zaman açık VPN bağlantısına çevirir. Yalnızca IKEv2 bağlantı türünü destekler. AutoPilot ilk kez çalıştırma deneyimi tamamlandıktan sonra VPN profili cihazdan kaldırılır.", "vPNPolicyProfileTargetName": "Windows AutoPilot için bu VPN profilini kullan", + "vPNPolicyProxyExclListDescription1": "Bağlantılarda ara sunucu kullanılarak dışlanacak ana bilgisayarların listesi. Bu ana bilgisayarlar *.example.com gibi joker karakterler kullanabilir.", + "vPNPolicyProxyExclListDescription2": "Ara sunucusunun atlanacağı ana bilgisayar adlarının listesi. Ana bilgisayar adları *.example.com gibi joker karakterler içerebilir.", + "vPNPolicyProxyExclListExcludedHosts": "Dışlanan konaklar", + "vPNPolicyProxyExclListExclusions": "dışlamalar", + "vPNPolicyProxyExclListFileImport": "Ana bilgisayar listesinin içeri aktarılacağı dosya", + "vPNPolicyProxyExclListHostName": "Ana bilgisayar adı", + "vPNPolicyProxyExclListImport": "Ara sunucu dışlamalarını içeri aktarın", + "vPNPolicyProxyExclListInvalid": "Geçersiz giriş", + "vPNPolicyProxyExclListList": "Dışlama listesi", + "vPNPolicyProxyExclListManage": "Ara sunucu dışlamalarını yönetin", + "vPNPolicyProxyExclListName": "Ara sunucu dışlama listesi", "vPNPolicyRememberCredentialsName": "Her oturum açışta kimlik bilgilerini hatırlama", "vPNPolicyRoutesForThisConnectionDescription": "İsteğe bağlı.", "vPNPolicyRoutesForThisConnectionName": "Bu VPN bağlantısının tünel oluşturma rotalarını ayırma", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Sanal giriş tuşu", "virtualHomeButtonNotConfigured": "Yapılandırılmadı", "virtualHomeButtonSwipeUp": "Yukarı çekin", + "virtualizationBasedSecurityEnabledName": "Sanallaştırma Tabanlı Güvenlik", "virtualizationOfCpuAndIOName": "CPU ve G/Ç Sanallaştırması", "visibleAppsListOptionsDescription": "Listenin, gösterilen veya gizlenen uygulama listesi türlerinden hangisine ait olduğunu ayarlayın.", "visibleAppsListOptionsName": "Uygulama listesi türü", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Herhangi bir uygulama web bağlantılara izin ver", "rootCertificate": "Kök Sertifika", "safetyNetDeviceAttestation": "SafetyNet cihaz kanıtı", + "samsungKnoxAttestationRequired": "Samsung Knox cihaz doğrulaması", "saveAppsNotificationText": "Seçilen uygulamalar kaydediliyor", "saveChangesCommandText": "Kaydet", "savePolicySettingsNotificationText": "İlke ayarları kaydediliyor", @@ -7885,10 +7953,12 @@ "state": "Durum", "status": "Durum", "store": "Depola", + "subjectOnlyOptionText": "Yalnızca konu", "success": "Başarılı", "successfully": "Başarıyla", "summary": "Özet", "summaryLensTitle": "Özet", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Uzak istekler", "summarySettingsPartWipeRequestsSelectorText": "Temizleme istekleri", "supportId": "Destek kimliği: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Değer", "valueMustNotContainCharsError": "Değer şu karakterleri içermemelidir: {0}", "versionValidationExample": "

                              Biçim: [Major].[Minor] veya [Major].[Minor].[Build].[Revision]

                              Örnek: 1.5 veya 1.5.50.101

                              ", - "versionValidationWith2To4Segments": "

                              Biçim: [Major].[Minor] veya [Major].[Minor].[Build] veya [Major].[Minor].[Build].[Revision]

                              Örnek: 1.5 veya 1.5.50 veya 1.5.50.101

                              ", + "versionValidationWith2To5Segments": "

                              Biçim: [Major].[Minor] veya [Major].[Minor].[Build] veya [Major].[Minor].[Build].[Revision]. iOS için [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] de desteklenir.

                              Not: Uygulamalar RapidSecurityResponse ihlalleri için silme işlemi gerçekleştirmez, yalnızca engelle veya uyar destekleniyor.

                              Örnek: 1.5, 1.5.50 veya 1.5.50.101 veya (iOS için) 1.5.50.101.a

                              ", "versionValidationWithDateFormat": "Geçerli bir tarih biçimi olmalıdır (YYYY-AA-GG).", "warn": "Uyar", "warning": "Uyarı", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Kablolu ağ", "workProfile": "Kişisel olarak sahip olunan iş profili" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "Seçili gereksinim olarak dosya veya klasör.", - "pathToolTip": "Algılanacak dosya veya klasörün tam yolu.", - "property": "Özellik", - "valueToolTip": "Seçili algılama yöntemiyle eşleşen bir gereksinim değeri seçin. Tarih ve saat gereksinimi yerel biçimde girilmelidir." - }, - "GridColumns": { - "pathOrScript": "Yol/Betik", - "type": "Tür" - }, - "Registry": { - "keyPath": "Anahtar yolu", - "keyPathTooltip": "Değeri bir gereksinim olarak içeren kayıt defteri girişinin tam yolu.", - "operator": "İşleç", - "operatorTooltip": "Karşılaştırma için işleci seçin.", - "registryRequirement": "Kayıt defteri anahtarı gereksinimi", - "registryRequirementTooltip": "Kayıt defteri anahtarı gereksinim karşılaştırmasını seçin.", - "valueName": "Değer adı", - "valueNameTooltip": "Gerekli kayıt defteri değerinin adı." - }, - "RequirementTypeOptions": { - "fileType": "Dosya", - "registry": "Kayıt Defteri", - "script": "Betik" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolean", - "dateTime": "Tarih ve Saat", - "float": "Kayan Nokta", - "integer": "Tam sayı", - "string": "Dize", - "version": "Sürüm" - }, - "duplicateName": "{0} betik adı zaten kullanılıyor. Lütfen farklı bir ad girin.", - "enforceSignatureCheck": "Betik imzası denetimini zorla", - "enforceSignatureCheckTooltip": "Betiğin güvenilen bir yayıncı tarafından imzalandığını doğrulamak için \"Evet\" seçeneğini belirleyin. Bunun yapılması, betiğin uyarı ya da komut istemi görüntülenmeden çalıştırılmasına olanak tanır. Betik engellenmeden çalışır. Betiği imza doğrulaması olmadan, son kullanıcı onayıyla çalıştırmak için \"Hayır\" (varsayılan) seçeneğini belirleyin.", - "loggedOnCredentials": "Bu betiği oturum açmış olan kullanıcının kimlik bilgilerini kullanarak çalıştır", - "loggedOnCredentialsTooltip": "Betiği oturum açılan cihazın kimlik bilgilerini kullanarak çalıştır.", - "operatorTooltip": "Gereksinim karşılaştırması için işleci seçin.", - "requirementMethod": "Çıkış veri türünü seçin", - "requirementMethodTooltip": "Bir algılama eşleşme gereksinimi belirlenirken kullanılan veri türünü seçin.", - "scriptContent": "Betik içeriği", - "scriptFile": "Betik dosyası", - "scriptFileTooltip": "İstemcide uygulamanın olup olmadığını algılayacak bir PowerShell betiği seçin. Uygulama algılanırsa gereksinim süreci tarafından 0 değerli bir çıkış kodu sağlanır ve STDOUT'a bir dize değeri yazılır.", - "scriptName": "Betik adı", - "value": "Değer", - "valueTooltip": "Seçili algılama yöntemiyle eşleşen bir gereksinim değeri seçin. Tarih ve saat gereksinimi yerel biçimde girilmelidir." - }, - "bladeTitle": "Gereksinim kuralı ekle", - "createRequirementHeader": "Bir gereksinim oluşturun.", - "header": "Ek gereksinim kuralları yapılandırın", - "label": "Ek gereksinim kuralları", - "noRequirementsSelectedPlaceholder": "Gereksinim belirtilmedi.", - "requirementType": "Gereksinim türü", - "requirementTypeTooltip": "Bir gereksiniminin nasıl doğrulanacağının belirlenmesi için kullanılacak algılama yöntemini seçin." - }, - "architectures": "İşletim sistemi mimarisi", - "architecturesTooltip": "Uygulamayı yüklemek için gereken mimarileri seçin.", - "bladeTitle": "Gereksinimler", - "diskSpace": "Gerekli disk alanı (MB)", - "diskSpaceTooltip": "Uygulamayı yüklemek için sistem sürücüsünde gereken boş disk alanı.", - "header": "Uygulamanın yüklenebilmesi için cihazların karşılaması gereken gereksinimleri belirtin:", - "maximumTextFieldValue": "Değer en fazla {0} olabilir.", - "minimumCpuSpeed": "Gereken en düşük CPU hızı (MHz)", - "minimumCpuSpeedTooltip": "Uygulamayı yüklemek için gereken en düşük CPU hızı.", - "minimumLogicalProcessors": "Gereken en düşük mantıksal işlemci sayısı", - "minimumLogicalProcessorsTooltip": "Uygulamayı yüklemek için gereken en düşük mantıksal işlemci sayısı.", - "minimumOperatingSystem": "Minimum işletim sistemi", - "minimumOperatingSystemTooltip": "Uygulamayı yüklemek için gereken en düşük işletim sistemi seçin.", - "minumumTextFieldValue": "Değer en az {0} olmalıdır.", - "physicalMemory": "Gerekli fiziksel bellek (MB)", - "physicalMemoryTooltip": "Uygulamayı yüklemek için gereken fiziksel bellek (RAM).", - "selectorLabel": "Gereksinimler", - "validNumber": "Lütfen geçerli bir sayı girin." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Güncelleştirmeyi kademeli olarak kullanıma sun", + "immediateStart": "Güncelleştirmeyi en kısa sürede kullanıma sun", + "startDateOnly": "Güncelleştirmeyi belirli bir tarihte kullanıma sun" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Yönetilen cihazlar", + "devicesWithoutEnrollment": "Yönetilen uygulamalar" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filtre", + "assignmentFilterTypeColumnHeader": "Filtre modu", + "assignmentToast": "Son kullanıcı bildirimleri", + "assignmentTypeTableHeader": "ATAMA TÜRÜ", + "deadlineTimeColumnLabel": "Yükleme son tarihi", + "deliveryOptimizationPriorityHeader": "Teslim iyileştirme önceliği", + "groupTableHeader": "Grup", + "installContextLabel": "Bağlam Yükleme", + "isRemovable": "Çıkarılabilir olarak yükle", + "licenseTypeLabel": "Lisans türü", + "modeTableHeader": "Grup modu", + "policySet": "İlke Kümesi", + "preventAutoAppUpdate": "Otomatik uygulama güncelleştirmelerini engelle", + "preventManagedAppBackup": "iCloud uygulamasını yedeklemeyi engelle", + "restartGracePeriodHeader": "Yeniden başlatma mehil süresi", + "startTimeColumnLabel": "Kullanılabilirlik", + "tracks": "İzlemeler", + "uninstallOnRemoval": "Cihaz kaldırılırken yüklemeyi kaldır", + "updateMode": "Güncelleştirme Önceliği", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD web uygulaması", + "androidEnterpriseSystemApp": "Android Enterprise sistem uygulaması", + "androidForWorkApp": "Yönetilen Google Play Store uygulaması", + "androidLobApp": "Android iş kolu uygulaması", + "androidStoreApp": "Android mağaza uygulaması", + "builtInAndroid": "Yerleşik Android uygulaması", + "builtInApp": "Yerleşik uygulama", + "builtInIos": "Yerleşik iOS uygulaması", + "iosIPadOSWebClip": "iOS/iPadOS web klibi", + "iosLobApp": "iOS iş kolu uygulaması", + "iosStoreApp": "iOS mağaza uygulaması", + "iosVppApp": "iOS Volume Purchase Program uygulaması", + "lineOfBusinessApp": "İş kolu uygulaması", + "macOSDmgApp": "macOS uygulaması (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS iş kolu uygulaması", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office Suite", + "macOSPkgApp": "macOS uygulaması (PKG)", + "macOSWebClip": "macOS web klibi", + "macOsVppApp": "macOS Volume Purchase Program uygulaması", + "managedAndroidLobApp": "Yönetilen Android iş kolu uygulaması", + "managedAndroidStoreApp": "Yönetilen Android mağaza uygulaması", + "managedGooglePlayApp": "Yönetilen Google Play Store uygulaması", + "managedGooglePlayPrivateApp": "Yönetilen Google Play özel uygulaması", + "managedGooglePlayWebApp": "Yönetilen Google Play web bağlantısı", + "managedIosLobApp": "Yönetilen iOS iş kolu uygulaması", + "managedIosStoreApp": "Yönetilen iOS mağaza uygulaması", + "microsoftStoreForBusinessApp": "İş İçin Microsoft Store uygulaması", + "microsoftStoreForBusinessReleaseManagedApp": "İş İçin Microsoft Store", + "officeAddIn": "Office eklentisi", + "officeSuiteApp": "Microsoft 365 Uygulamaları (Windows 10 ve üzeri)", + "sharePointApp": "SharePoint uygulaması", + "teamsApp": "Teams uygulaması", + "webApp": "Web bağlantısı", + "win32CatalogApp": "Windows katalog uygulaması (Win32)", + "winGetPublicApp": "Windows Paket Yöneticisi Topluluk Deposu", + "winGetStoreApp": "Microsoft Store uygulaması (yeni)", + "windowsAppXLobApp": "Windows AppX iş kolu uygulaması", + "windowsClassicApp": "Windows uygulaması (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 ve üzeri)", + "windowsMobileMsiLobApp": "Windows MSI iş kolu uygulaması", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX iş kolu uygulaması", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX iş kolu uygulaması", + "windowsPhone81StoreApp": "Windows Phone 8.1 mağaza uygulaması", + "windowsPhoneXapLobApp": "Windows Phone XAP iş kolu uygulaması", + "windowsStoreApp": "Microsoft Store uygulaması (eski)", + "windowsUniversalAppXLobApp": "Windows Universal AppX iş kolu uygulaması", + "windowsUniversalLobApp": "Windows Evrensel iş kolu uygulaması", + "windowsWebApp": "Windows web bağlantısı" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Hariç Tutulan", + "include": "Dahil edilen", + "includeAllDevicesVirtualGroup": "Dahil edilen", + "includeAllUsersVirtualGroup": "Dahil edilen" + }, + "AssignmentToast": { + "hideAll": "Tüm bildirimleri gizle", + "showAll": "Tüm bildirimleri göster", + "showReboot": "Bilgisayar yeniden başlatma işlemleri için bildirim göster" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Arka Plan", + "displayText": "{0} içinde içerik indirme", + "foreground": "Ön plan", + "header": "Teslim iyileştirme önceliği" + }, + "DeviceRestartBehaviorOptions": { + "allow": "Uygulama yüklemesi, cihazın yeniden başlatılmasını zorlayabilir", + "basedOnReturnCode": "Dönüş kodlarına dayalı davranışı belirle", + "force": "Intune zorunlu bir cihaz yeniden başlatma işlemi gerçekleştirecek", + "suppress": "Belirli bir eylem yok" + }, + "FilterType": { + "exclude": "Dışla", + "include": "Ekle", + "none": "Yok" + }, + "InstallIntent": { + "available": "Kayıtlı cihazlar için bulunur", + "availableWithoutEnrollment": "Kayıtlı veya kayıtsız olarak kullanılabilir", + "notApplicable": "Geçerli değil", + "required": "Gerekli", + "uninstall": "Kaldır" + }, + "SettingType": { + "assignmentType": "Atama türü", + "deviceLicensing": "Lisans türü", + "installContext": "Cihaz kaldırılırken yüklemeyi kaldır", + "toastSettings": "Son kullanıcı bildirimleri", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Varsayılan", + "postponed": "Ertelendi", + "priority": "Yüksek Öncelik" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Cihazları ilk sağlama için yapılandırın ve kullanıcılara atayın.", + "title": "Cihaz hazırlama" + }, + "EnrollmentSettings": { + "description": "Kaydı engelleme ve kullanıcılara atama gibi kayıt ayarlarını yapılandırın.", + "title": "Kayıt ayarları" + }, + "OSConfiguration": { + "menuDescription": "Kullanıcıların Windows'u önyüklenebilir bir flash sürücüden kurtarmak için kullanabileceği ayarları yapılandırın.", + "menuTitle": "İşletim sistemi yapılandırması" + }, + "coManagementAuthorityDesc": "Configuration Manager tümleştirmesi için ortak yönetim ayarlarını yapılandırın", + "coManagementAuthorityTitle": "Ortak yönetim ayarları ", + "deploymentProfiles": "Windows Autopilot dağıtım profilleri", + "description": "Bir Windows 10/11 bilgisayarının kullanıcılar veya yöneticiler tarafından Intune'a kaydedilmesinin yedi farklı yolu hakkında bilgi edinin.", + "descriptionLabel": "Windows kayıt yöntemleri", + "enrollmentStatusPage": "Kayıt Durumu Sayfası" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Cihaz kaydını gerektiren koşullar “Cihaz kaydet veya ekle” kullanıcı eylemiyle kullanılamıyor.", - "message": "\"Cihazları kaydetme veya ekleme\" kullanıcı eylemi için oluşturulan ilkelerde yalnızca \"Çok faktörlü kimlik doğrulaması gerektir\" kullanılabilir.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Tüm önerilen sürücü güncelleştirmelerini otomatik olarak onayla", + "manual": "Sürücü güncelleştirmelerini kendiniz onaylayıp dağıtın" + }, + "Details": { + "ApprovalMethod": { + "label": "Onay yöntemi:" + }, + "DeploymentDeferralInDays": { + "label": "Güncelleştirmeleri şu kadar süre sonra kullanıma sun:", + "units": "(gün)", + "value": "{0} gün" + }, + "bladeTitle": "Sürücü güncelleştirmeleri Windows 10 ve sonrası (önizleme)", + "lastSync": "Son eşitleme:", + "lastSyncDefaultText": "İlk envanter koleksiyonu beklemede", + "loadError": "Yüklenemedi!" + }, + "DriverStatus": { + "approved": "Onaylandı", + "declined": "Reddedildi", + "export": "Önerilen sürücüler dışarı aktarılıyor", + "needsReview": "Gözden geçirme gerekiyor", + "paused": "Duraklatıldı" }, + "DriversToReview": { + "text": "Gözden geçirilecek {0}" + }, + "Subtitle": { + "automatic": "Otomatik onay sürücüsü güncelleştirme ilkesi", + "manual": "El ile onay sürücüsü güncelleştirme ilkesi" + }, + "SyncNotification": { + "failure": "{0} eşitlenemiyor", + "failureDescription": "Bir hatayla karşılaştık ve istenen eşitlemeyi tamamlayamadık. Lütfen yeniden deneyin.", + "pending": "{0} eşitleme devam ediyor", + "pendingDescription": "En son veriler alınıyor. Bu işlem birkaç dakika sürebilir.", + "success": "{0} eşitleme tamamlandı", + "successDescription": "WUfB hizmetiyle eşitleme {0} saatinde tamamlandı" + }, + "SyncSpinner": { + "text": "Eşitleme devam ediyor. Bu işlem birkaç dakika sürebilir. Bir uyarı görmezseniz birkaç dakika sonra tekrar kontrol edin." + }, + "TabName": { + "basics": "Temel bilgiler", + "driverUpdateSettings": "Ayarlar", + "otherDrivers": "Diğer sürücüler", + "properties": "Özellikler", + "recommendedDrivers": "Önerilen sürücüler" + }, + "driverAddFilter": "Filtre ekle", + "driverApplicableDevices": "Geçerli cihazlar", + "driverApprovalStatus": "Durum", + "driverBulkActions": "Toplu eylemler", + "driverClass": "Sürücü sınıfı", + "driverCount": "{0} - {1} / {2} arası kayıtlar gösteriliyor", + "driverFilterNoneSelected": "Hiçbiri seçilmedi", + "driverManufacturer": "Üretici", + "driverName": "Sürücü adı", + "driverNameLower": "windows sürücü güncelleştirmesi dağıtımı", + "driverNameUpper": "Windows sürücü güncelleştirmesi dağıtımı", + "driverRefresh": "Yenile", + "driverReleaseDate": "Sürüm tarihi", + "driverSearch": "Ara", + "driverSearchKeyword": "Arama anahtar sözcüğünü girin", + "driverVersion": "Sürüm", + "firstDeploymentDate": "İlk Dağıtım", + "infoBoxText": "Bir ilke atandıktan ve oluşturulduktan sonra envanterin doldurulması 24 saate kadar sürebilir.", + "textBlockText": "İlke onayınızı ve dağıtım ayarlarınızı seçin. Güncelleştirmeleri otomatik olarak veya kendiniz onaylayıp dağıtmak için bir ilke ayarlamayı seçin. Onay yöntemi bir ilke oluşturulduktan sonra değiştirilemez, ancak sürücü onaylarına ve dağıtım ayrıntılarına tek tek yapılan değişiklikler, atanan cihazlar için bir envanter oluşturulduğunda mümkün olacaktır." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Şirketinizde kullanım için onaylanmamış uygulamalar yükleyen kullanıcılar hakkında bilgi sahibi olmak için bu ayarları kullanın. Kısıtlı uygulama listesi türünü seçin:

                              \r\n Yasaklı uygulamalar - Kullanıcılar tarafından yüklendiğinde bilgilendirilmek istediğiniz uygulamaların listesi.
                              \r\n Onaylı uygulamalar - Şirketinizde kullanım için onaylanmış uygulamaların listesi. Kullanıcılar bu listede olmayan bir uygulama yüklediğinde bilgilendirilirsiniz.
                              \r\n ", + "androidZebraMxZebraMx": "XML biçiminde bir MX profilini karşıya yükleyerek Zebra cihazları yapılandırın.", + "iosDeviceFeaturesAirprint": "iOS cihazlarını ağınızdaki AirPrint uyumlu yazıcılara otomatik olarak bağlanacak şekilde yapılandırmak için bu ayarları kullanın. Yazıcılarınızın IP adresine ve kaynak yoluna ihtiyacınız vardır.", + "iosDeviceFeaturesExtensibleSingleSignOn": "iOS 13.0 ve sonraki sürümleri çalıştıran cihazlar için çoklu oturum açma (SSO) sağlayan bir uygulama uzantısı yapılandırın.", + "iosDeviceFeaturesHomeScreenLayout": "iOS cihazlarında dock ve Giriş Ekranları için ekran düzenini yapılandırın. Bazı cihazlarda, görüntülenebilecek öğe sayısı sınırlandırılmış olabilir.", + "iosDeviceFeaturesIOSWallpaper": "iOS cihazlarının Giriş Ekranında ve/veya kilit ekranında gösterilecek görüntüyü seçin.\r\n Her iki konumda da benzersiz bir görüntü göstermek için kilit ekranı görüntüsüyle ve Giriş Ekranı görüntüsüyle iki ayrı profil oluşturun.\r\n Daha sonra her iki profili de kullanıcılarınıza atayın.\r\n
                              \r\n
                                \r\n
                              • Maksimum dosya boyutu: 750 KB
                              • \r\n
                              • Dosya türü: PNG, JPG veya JPEG
                              • \r\n
                              \r\n ", + "iosDeviceFeaturesNotifications": "Uygulamalar için bildirim ayarlarını belirtin. iOS 9.3 ve sonraki sürümleri destekler.", + "iosDeviceFeaturesSharedDevice": "Kilit ekranında görüntülenecek isteğe bağlı bir metin belirtin. Bu, iOS 9.3 ve sonrası sürümlerde desteklenir. Daha Fazla Bilgi Edinin", + "iosGeneralApplicationRestrictions": "Şirketinizde kullanım için onaylanmamış uygulamalar yükleyen kullanıcılar hakkında bilgi sahibi olmak için bu ayarları kullanın. Kısıtlı uygulama listesi türünü seçin:

                              \r\n Yasaklı uygulamalar - Kullanıcılar tarafından yüklendiğinde bilgilendirilmek istediğiniz uygulamaların listesi.
                              \r\n Onaylı uygulamalar - Şirketinizde kullanım için onaylanmış uygulamaların listesi. Kullanıcılar bu listede olmayan bir uygulama yüklediğinde bilgilendirilirsiniz.
                              \r\n ", + "iosGeneralApplicationVisibility": "Kullanıcının görüntüleyebileceği veya başlatabileceği iOS uygulamalarını belirtmek için, gösterilen uygulamalar listesini kullanın. Kullanıcının görüntüleyemeyeceği veya başlatamayacağı iOS uygulamalarını belirtmek için, gizli uygulamalar listesini kullanın.", + "iosGeneralAutonomousSingleAppMode": "Bu listeye eklediğiniz ve bir cihaza atadığınız uygulamalar, başlatıldıktan sonra yalnızca kendisini çalıştırmak için cihazı kilitleyebilir veya belirli bir eylem çalışırken (örneğin bir test yapılırken) cihazı kilitleyebilir. Eylem tamamlandıktan veya siz kısıtlamayı kaldırdıktan sonra cihaz normal durumuna geri döner.", + "iosGeneralKiosk": "Kiosk modu, çeşitli ayarları cihaza kilitler veya cihazda çalıştırılabilecek tek bir uygulamayı belirtir. Bu özellik, cihazın yalnızca tek bir demo uygulamasını çalıştırmasını istediğiniz perakende mağaza gibi ortamlarda yararlı olabilir.", + "macDeviceFeaturesAirprint": "macOS cihazları, ağınızdaki AirPrint uyumlu yazıcılara otomatik olarak bağlanmak üzere yapılandırmak için bu ayarları kullanın. Yazıcılarınızın IP adresleri ve kaynak yoluna ihtiyacınız olacaktır.", + "macDeviceFeaturesAssociatedDomains": "Kuruluşunuzun uygulamaları ile web siteleri arasında veri ve oturum açma kimlik bilgilerini paylaşmak için ilişkili etki alanlarını yapılandırın. Bu profil, macOS 10.15 veya sonraki sürümleri çalıştıran cihazlara uygulanabilir.", + "macDeviceFeaturesExtensibleSingleSignOn": "macOS 10.15 veya sonraki sürümleri çalıştıran cihazlar için çoklu oturum açma (SSO) sağlayan bir uygulama uzantısı yapılandırın.", + "macDeviceFeaturesLoginItems": "Kullanıcılar cihazlarında oturum açtığında hangi uygulamaların, dosyaların ve klasörlerin açılacağını seçin. Kullanıcıların seçilen uygulamaların açılma şeklini değiştirmesini istemiyorsanız, uygulamaları kullanıcı yapılandırmasından gizleyebilirsiniz.", + "macDeviceFeaturesLoginWindow": "macOS oturum açma ekranının görünümünü ve kullanıcılara oturum açmadan önce ve açtıktan sonra sunulan işlevleri yapılandırın.", + "macExtensionsKernelExtensions": "10.13.2 veya üzeri bir sürüm çalıştıran macOS cihazlarda çekirdek uzantı ilkesini yapılandırmak için bu ayarları kullanın.", + "macGeneralDomains": "Son kullanıcı tarafından gönderilen veya alınan ve burada belirttiğiniz etki alanlarıyla eşleşmeyen e-postalar, güvenilmeyen olarak işaretlenir.", + "windows10EndpointProtectionApplicationGuard": "Microsoft Edge kullanırken Microsoft Defender Application Guard, ortamınızı kuruluşunuz tarafından güvenilir olarak tanımlanmayan sitelerden korur. Kullanıcılar, yalıtılmış ağ sınırınızda listelenmeyen siteleri ziyaret ettiğinde, siteler Hyper-V'de sanal bir göz atma oturumunda açılır. Güvenilir siteler, Cihaz Yapılandırmasında yapılandırılabilen bir ağ sınırı ile tanımlanır. Bu özelliğin yalnızca 64 bit Windows 10 veya sonraki bir sürümünü çalıştıran cihazlarda kullanılabildiğini unutmayın.", + "windows10EndpointProtectionCredentialGuard": "Credential Guard'ı etkinleştirmek şu gerekli ayarları etkinleştirir:\r\n
                              \r\n
                                \r\n
                              • Sanallaştırma Tabanlı Güvenliği Etkinleştir: Bir sonraki yeniden başlatmada sanallaştırma tabanlı güvenliği (VBS) açar. Sanallaştırma tabanlı güvenlik, güvenlik hizmetlerine destek sağlamak için Windows Hiper Yöneticisi'ni kullanır.
                              • \r\n
                                \r\n
                              • Doğrudan Bellek Erişimi ile Güvenli Önyükleme: VBS'yi Güvenli Önyükleme ve doğrudan bellek erişimi (DMA) ile açar.
                              • \r\n
                              \r\n ", + "windows10EndpointProtectionDeviceGuard": "Microsoft Defender Uygulama Denetimi tarafından denetlenmesi gereken veya çalışması için güvenilebilecek ek uygulamaları seçin. Windows bileşenlerine ve Windows mağazasından alınan tüm uygulamalara çalışmaları için otomatik olarak güvenilir.

                              \r\n Uygulamalar \"Yalnızca denetim\" modunda çalışırken engellenmez. \"Yalnızca denetim\" modu tüm olayları yerel günlüklere kaydeder.\r\n ", + "windows10GeneralPrivacyPerApp": "\"Varsayılan gizlilik\"te tanımladığınızdan farklı bir gizlilik davranışı olması gereken uygulamaları ekleyin.", + "windows10NetworkBoundaryNetworkBoundary": "Ağ sınırı, bulut tarafından barındırılan etki alanı ve kuruluş ağı üzerindeki bilgisayarlar için IP adres aralıkları gibi kurumsal kaynakların listesidir. Bu konumlarda bulunan verileri korumaya yönelik ilkeler uygulamak için ağ sınırlarını tanımlayın.", + "windowsHealthMonitoring": "Windows işlevsel durum izleme ilkesini yapılandırın.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone, kullanıcıların yasaklı uygulama listesinde belirtilen veya onaylı uygulamalar listesinde belirtilmeyen uygulamaları yüklemesini veya başlatmasını engelleyebilir. Tüm yönetilen uygulamalar onaylı listeye eklenmelidir." + }, + "Inputs": { + "accountDomain": "Hesap etki alanı", + "accountDomainHint": "örneğin contosodomain", + "accountDomainInfoBalloon": "Kullanıcının hesap etki alanını belirtin.", + "accountTypeInfoBalloon": "Kimlik doğrulaması modeline dayanarak yapılandırılan hesap türünü belirtin", + "allowContactSetting": "Kullanıcının kişi ayarını değiştirmesine izin ver", + "allowContactSyncInfoBalloon": "Kullanıcının kişi eşitleme ayarını değiştirmesine izin verilip verilmediğini belirtin", + "allowUserChange": "Kullanıcının ayar değiştirmesine izin ver", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Lütfen com.microsoft.word gibi bir paket adı girin", + "androidUrlValidation": "Şuna benzer geçerli bir URL girin: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=tr", + "appInstallContext": "Uygulama yükleme bağlamı", + "appUrlLabel": "App Store URL'si", + "appleUrlValidation": "Şuna benzer geçerli bir URL girin: https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "İlgili cihaz türü", + "assignmentActionLabel": "Mod", + "authenticationMethodInfoBalloon": "Kullanıcı için kimlik doğrulaması yöntemini belirtin", + "authenticationMetod": "Kimlik doğrulama yöntemi", + "authenticationType": "Kimlik doğrulaması türü", + "authenticationTypeInfoBalloon": "Kullanıcı için kimlik doğrulaması türünü belirtin", + "availableLicenseCount": "Kullanılabilir lisanslar", + "basicAuth": "Temel kimlik doğrulama", + "biometricsInfoBalloon": "Kullanıcıların cihazlarında uygulamaya erişmeleri için TouchID veya FaceID gibi biyometrik bilgiler gerekebilir. Bu bilgiler gerekli kılındığında, bu profilde seçilen kimlik doğrulaması yöntemine ek olarak kullanılır. Uygulama koruma ilkesi yönetilen verilere erişim öncesinde erişim gereksinimleri içerdiğinden bu ayar, Intune Uygulama Koruma İlkeleri dağıtıldığında etkinleştirilmemelidir. Her ikisinin de etkinleştirilmesi, Outlook mobile erişim için birden fazla erişim isteğiyle sonuçlanır. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Kapalı'dır. ", + "bookNameLabel": "Kitap adı", + "bundleDescriptionHint": "Dahil edilen uygulamalar için bir açıklama girin.", + "calendar": "Takvim", + "categoryLabel": "Kategori", + "categoryNameLabel": "Varsayılan ad", + "certProfileType": "Sertifika profili türü", + "certificate": "Sertifika", + "certificates": "Sertifikalar", + "commandLineLabel": "Komut satırı bağımsız değişkenleri", + "commandLineSizeHint": "Komut satırı bağımsız değişken metni uzunluğunun üst sınırı 1024 karakterdir", + "configurationSettingsFormatLabel": "Yapılandırma ayarları biçimi", + "configurationSettingsLabel": "Ayarlar biçimi", + "contactSync": "Kişileri Kaydet", + "contactSyncInfoBalloon": "Mobil cihazın yerel adres defterine kişi kaydetmek, yeni aramaların ve kısa mesajların kullanıcının mevcut Outlook kişilerine bağlanmasını sağlar. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Kapalı'dır.", + "contacts": "İlgili Kişiler", + "createdDateTime": "Oluşturuldu", + "defaultCategoryHint": "Varsayılan kategoriler değiştirilemez", + "deploySMimeCertsFromIntune": "Intune'dan S/MIME sertifikaları dağıt", + "descriptionGenericLabel": "Açıklama", + "descriptionHint": "Açıklama girin...", + "descriptionLabel": "Açıklama", + "descriptionSizeHint": "Açıklamanın uzunluğu 10.000 karakterden uzun olmamalıdır", + "developerLabel": "Geliştirici", + "developerSizeHint": "Geliştirici adının uzunluk üst sınırı 256 karakterdir.", + "disable": "Devre Dışı Bırak", + "disabled": "Devre dışı", + "displayNameLabel": "Ad", + "displayVersionHint": "Uygulama sürümünü girin", + "displayVersionLabel": "Uygulama Sürümü", + "displayVersionLengthCheck": "Görüntü sürümünün uzunluğu en fazla 130 karakter olmalıdır", + "eBookCategoryNameLabel": "Varsayılan ad", + "emailAccount": "E-posta hesabı adı", + "emailAccountHint": "örn. Kurumsal E-posta", + "emailAccountInfoBalloon": "E-posta hesabının kullanıcılara cihazlarında görüntülenecek olan görünen adını belirtin", + "emailAddressAttribute": "AAD'den e-posta adresi özniteliği", + "emailAddressInfoBalloon": "Posta göndermek ve almak için kullanılacak olan e-posta adresini belirtin", + "emailServer": "E-posta Sunucusu", + "emailServerHint": "örneğin mail.contoso.com", + "emailServerInfoBalloon": "Exchange Server sunucunuzun konak adını belirtin", + "enable": "Etkinleştir", + "enableSMime": "S/MIME'yi etkinleştir", + "enabled": "Etkin", + "encryptAllEmails": "Tüm e-postaları şifrele", + "encryptionCertificates": "Şifreleme sertifikaları", + "endUserNotifications": "Son kullanıcı bildirimleri", + "enrollmentTypeLabel": "Cihaz kayıt türü", + "externalRecipients": "Dış alıcılar Posta İpucu", + "externalRecipientsInfoBalloon": "Dış Alıcılar Posta İpucu, gönderenin bir dış alıcı veya dış alıcı içeren bir dağıtım grubu eklemesi durumunda görüntülenir. Bu Posta İpucu, gönderenleri oluşturdukları iletinin kuruluş dışına çıkıp çıkmayacağı konusunda bilgilendirerek sözcük seçimi, üslup ve içerik konusunda doğru kararlar alınmasına yardımcı olur. Yalnızca hibrit modern kimlik doğrulamasından yararlanan Exchange Online hesapları ve şirket hesapları için kullanılabilir. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Açık'tır.", + "focusedInbox": "Odaklanmış Gelen Kutusu", + "focusedInboxInfoBalloon": "Odaklanmış Gelen Kutusu, gelen kutunuzu iki sekmeye ayırır: Odaklanmış ve Diğer. En önemli e-postalarınız Odaklanmış sekmesindeyken diğerleri kolayca ulaşılabilir ancak gözden uzak bir yerde, Diğer sekmesinde durur. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Kapalı'dır. ", + "fullScreenEnabledLabel": "Tam ekran", + "gmailNineAmountOfEmail": "Eşitlenecek e-posta miktarı", + "gmailNineAuthenticationMethodInfoBalloon": "Kullanıcıların e-posta sunucusunda nasıl kimlik doğrulaması yapmasını istediğinizi seçin. Son kullanıcılar için en güvenli ve sorunsuz deneyimi sağlamak üzere sertifikaları kullanın. Cihaz sahibi cihazlarına yönelik SCEP ve PKCS sertifika profilleri bulunmadığından sertifika tabanlı kimlik doğrulaması henüz kullanılamıyor. ", + "gmailNineCertificateUPNInfoBalloon": "Sertifika, kullanıcı asıl adını (UPN) bir konu diğer adı olarak içermelidir.", + "gmailNineEmailAddressInfoBalloon": "Intune'un profil tarafından kullanılacak e-posta adresini dinamik olarak oluşturmak için Azure AD'den aldığı öznitelik; ör. Adım@contoso.com (UPN). E-posta profilleri için AAD öznitelikleri hakkında daha fazla bilgi edinin.", + "gmailNineEmailServerInfoBalloon": "Belirttiğiniz uygulamanın e-posta almak için bağlandığı e-posta sunucusunun Exchange konumu (URL).", + "gmailNineEmailSynchronizeInfoBalloon": "İstemcinin kaç e-postayı eşitleyeceğini denetleyin.", + "gmailNineSSLInfoBalloon": "E-posta sunucusu ile yapılan tüm iletişimin güvenliğini sağlamaya yardımcı olmak için SSL'yi etkinleştirin.", + "gmailNineUsernameInfoBalloon": "Intune'un profil tarafından kullanılacak kullanıcı adını dinamik olarak oluşturmak için Azure AD'den aldığı öznitelik; ör. Adım@contoso.com (UPN) veya Adım (kullanıcı adı). E-posta profilleri için AAD öznitelikleri hakkında daha fazla bilgi edinin.", + "ignoreManifestScope": "Bildirim kapsamını yoksay", + "ignoreVersionDetection": "Uygulama sürümünü yoksay", + "informationUrlLabel": "Bilgi URL'si", + "informationUrlSizeHint": "Bilgi URL’sinin en yüksek uzunluğu 1024 karakterdir", + "installAsManaged": "Yönetilen olarak yükle", + "installationSourceLabel": "Uygulama türü", + "installerTypeInfoBalloon": "Uygulama paketinin yükleyici türü.", + "installerTypeLabel": "Yükleyici Türü", + "isFeatured": "Bunu Şirket Portalı'nda öne çıkan uygulama olarak görüntüle", + "isMAMEnabledToggleLabel": "Evet", + "lastModifiedDateTime": "Son güncelleştirme Zamanı", + "ldapUrl": "LDAP URL'si", + "licensingType": "Cihaz bağlamı atamasını destekler", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimum işletim sistemi", + "modernAuth": "Modern kimlik doğrulaması", + "nameHint": "Bir ad girin", + "nameLabel": "Ad", + "nameSizeHint": "Ad uzunluğunun üst sınırı 512 karakterdir.", + "notConfigured": "Yapılandırılmadı", + "notesLabel": "Notlar", + "notesSizeHint": "Not metni uzunluğunun üst sınırı 1024 karakterdir.", + "notificationType": "Bildirim türü", + "oneDay": "Bir Gün", + "oneMonth": "Bir Ay", + "oneWeek": "Bir Hafta", + "outlookSMimeSettings": "Outlook S/MIME ayarları", + "ownerLabel": "Sahip", + "ownerSizeHint": "Sahip adı uzunluğunun üst sınırı 256 karakterdir.", + "packageIdLabel": "Paket Tanımlayıcısı", + "packageNameLabel": "Paket adı", + "pivCredentialNotConfigured": "Kiracınız için türetilmiş kimlik bilgisi veren seçmediniz. Bu ilkeyi cihazlara başarıyla uygulayabilmeniz için önce bir veren yapılandırmanız gerekiyor.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Açıklama", + "policyNameLabel": "Ad", + "preComposedIconEnabled": "Önceden derlenmiş", + "primarySMTPAddress": "Birincil SMTP Adresi", + "privacyUrlLabel": "Gizlilik URL'si", + "publisherHint": "Bir yayımcı adı girin", + "publisherLabel": "Yayımcı", + "publisherSizeHint": "Yayımcı adının uzunluğu 2 ile 1024 karakter arasında olmalıdır (bu sayılar dahil)", + "require": "Gerekli Kıl", + "requireBiometrics": "Uygulamaya erişmek için Biyometriyi gerekli kıl", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "En az bir kapsam etiketi gereklidir", + "searchAppLabel": "Uygulama seçin", + "searchAppLinkText": "App Store'da Ara", + "searchWinGetPublicRepositoryLinkText": "Windows Paket Yöneticisi Topluluk Deposu’nda Arama Yapın", + "searchWinGetStoreRepositoryLinkText": "Microsoft Store uygulamasında (yeni) arama yapın", + "selectAAD": "AAD özniteliği seçin", + "selectAppFileLabel": "Dosya seçin", + "selectAppFileLinkText": "Uygulama paketi dosyası seçin", + "selectAppFileToUpdateLabel": "Güncelleştirilecek dosyayı seçin", + "selectAuthMethod": "Kimlik doğrulama yöntemi seçin", + "selectAuthType": "Kimlik doğrulaması türü seçin", + "selectCatalogAppLabel": "Uygulama seçin", + "selectCatalogAppLinkText": "Windows uygulaması (Win32) kataloğunda arayın", + "selectCertificate": "Sertifika seçin", + "signAllEmails": "Tüm e-postaları imzalayın", + "signingCertificates": "İmzalama sertifikaları", + "ssl": "SSL", + "suiteDescriptionLabel": "Paket Açıklaması", + "suiteNameLabel": "Paket Adı", + "targetApplicationBundleIdentifier": "Hedef uygulama paketi tanımlayıcısı", + "targetedPlatformsLabel": "Hedeflenen platform", + "tasks": "Görevler", + "threeDays": "Üç Gün", + "totalLicenseCount": "Toplam lisans sayısı", + "twoWeeks": "İki Hafta", + "unifiedAssignmentsLabel": "Şuna ata:", + "unlimited": "Sınırsız", + "urlHint": "Geçerli bir url girin", + "useManagedBrowserHint": "Yalnızca Android ve iOS. Daha fazla bilgi edinin", + "useManagedBrowserLabel": "Bu bağlantının açılabilmesi için yönetilen tarayıcı gerektir", + "userPrinicipalName": "Kullanıcı Asıl Adı", + "username": "Kullanıcı adı", + "usernameAttribute": "AAD'den kullanıcı adı özniteliği", + "usernameAttributreInfoBalloon": "Hesap kimliğini doğrulamak için kullanılacak olan e-posta profili Kullanıcı Asıl Adı'nı belirtin", + "usernamePassword": "Kullanıcı adı ve parola", + "webAppUrlHint": "http:// veya https:// ile başlayan geçerli bir url girin", + "webAppUrlLabel": "Uygulama URL'si", + "webAppUrlSizeHint": "Uygulama URL’sinin maksimum uzunluğu 1024 karakterdir", + "windowsUrlValidation": "Aşağıdakine benzer geçerli bir URL girin: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "Girilen XML Verileri", + "xmlFormatInvalid": "XML ilkesi biçimi geçersiz.", + "xmlTooLarge": "Giriş boyutu 1 MB'tan küçük olmalıdır." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "{0} silinemedi", @@ -8432,374 +8847,13 @@ "modifying": "{0} siliniyor", "success": "{0} başarıyla silindi" }, - "Included": { - "none": "Bulut uygulaması, eylem veya kimlik doğrulaması bağlamı seçilmedi", - "plural": "{0} kimlik doğrulaması bağlamı dahil edildi", - "singular": "1 kimlik doğrulaması bağlamı dahil edildi" - }, - "InfoBlade": { - "createTitle": "Kimlik doğrulaması bağlamı ekleme", - "deleteDisallowed": "Koşullu Erişim ilkeleriniz tarafından başvurulan bu kimlik doğrulaması bağlamını silemezsiniz.", - "descPlaceholder": "Kimlik doğrulaması bağlamı için açıklama ekleyin", - "modifyTitle": "Kimlik doğrulaması bağlamını değiştirme", - "namePlaceholder": "Ör. Güvenilen konum, Güvenilen cihaz, Güçlü yetkilendirme", - "publishDesc": "Uygulamalarda yayımlama, kullanılacak uygulamalar için kimlik doğrulaması bağlamını kullanılabilir hale getirir. Etiket için Koşullu Erişim ilkesini yapılandırmayı tamamladıktan sonra yayımlayın. [Daha fazla bilgi][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Uygulamalara yayınla", - "titleDesc": "Uygulama verilerini ve eylemlerini korumak için kullanılacak bir kimlik doğrulaması bağlamı yapılandırın. Uygulama yöneticileri tarafından anlaşılabilecek adlar ve açıklamalar kullanın. [Daha fazla bilgi][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Bu kimlik doğrulama bağlamının yayımdan kaldırılması, kimlik doğrulama bağlamı tarafından güvenliği sağlanmakta olan kaynağa erişimin kaybedilmesi ile sonuçlanabilir." - }, "Notify": { "failure": "{0} güncelleştirilemedi", "modifying": "{0} değiştiriliyor", "success": "{0} başarıyla güncelleştirildi" }, - "WhatIf": { - "selected": "Kimlik doğrulaması bağlamı dahil edildi" - }, - "addNewStepUp": "Yeni kimlik doğrulaması bağlamı", - "bannerText": "Azure AD Premium ile kendi kimlik doğrulaması bağlam değerlerinizi ve Koşullu Erişim ilkelerinizi oluşturun", - "checkBoxInfo": "Bu ilkenin uygulanacağı kimlik doğrulaması bağlamlarını seçin", - "configure": "Kimlik doğrulaması bağlamlarını yapılandır", - "createCA": "Kimlik doğrulama bağlamına Koşullu Erişim ilkeleri atayın", - "dataGrid": "Kimlik doğrulaması bağlamlarının listesi", - "deleteFailedByReference": "CA ilkeleri tarafından başvurulduğundan bu kimlik doğrulaması bağlamını silemezsiniz.", - "description": "Açıklama", - "documentation": "Belgeler", - "getStarted": "Kullanmaya başlayın", - "label": "Kimlik doğrulaması bağlamı", - "menuLabel": "Kimlik doğrulaması bağlamı", - "name": "Ad", - "noAuthContextConfigured": "Hiçbir kimlik doğrulaması bağlamı yapılandırılmadı.", - "noAuthContextSet": "Kimlik doğrulama bağlamı yok", - "noData": "Görüntülenecek kimlik doğrulaması bağlamı yok", - "selectionInfo": "Kimlik doğrulaması bağlamı, SharePoint ve Microsoft Cloud App Security gibi uygulamalardaki uygulama verilerinin ve eylemlerinin güvenliğini sağlamak için kullanılır.", - "step": "Adım", - "tabDescription": "Uygulamalarınızdaki verileri ve eylemleri korumak için kimlik doğrulaması bağlamını yönetin. Koşullu Erişim ilkeleri tarafından başvurulan kimlik doğrulaması bağlamları silinemez. [Daha fazla bilgi edinin][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Kaynakları kimlik doğrulama bağlamıyla etiketleyin" + "menuLabel": "Kimlik doğrulaması bağlamı" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Telefonla Oturum Açma)", - "email": "Bir Kerelik Geçiş Kodunu E-posta ile Gönder", - "federatedMultiFactor": "Federasyon Çok Faktörlü", - "federatedSingleFactor": "Şirket Dışı Tek Faktörlü", - "fido2": "FIDO2 Güvenlik Anahtarı", - "hardwareOath": "Donanım OATH belirteçleri", - "hardwareOathEmail": "Donanım OATH belirteci + Bir kerelik geçiş kodunu e-posta ile gönder", - "hardwareOathFederatedSingleFactor": "Şirket Dışı Tek Faktörlü + Donanım OATH belirteci", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Anında İletme Bildirimi)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (Anında İletme Bildirimi) + E-posta ile bir kerelik geçiş kodu", - "microsoftAuthenticatorPushFederatedSingleFactor": "Şirket Dışı Tek Faktörlü + Microsoft Authenticator (Anında İletme Bildirimi)", - "none": "Yok", - "password": "Parola", - "passwordHardwareOath": "Parola + Donanım OATH belirteci", - "passwordMicrosoftAuthenticatorPush": "Parola ve Microsoft Authenticator (Anında İletme Bildirimi)", - "passwordSms": "Parola + SMS", - "passwordSoftwareOath": "Parola + Yazılım OATH belirteci", - "passwordVoice": "Parola + Ses", - "passwordX509CertificateMultiFactor": "Parola ve Sertifika Tabanlı Kimlik Doğrulaması (Çok Faktörlü)", - "passwordX509CertificateSingleFactor": "Parola ve Sertifika Tabanlı Kimlik Doğrulaması (Tek Faktörlü)", - "sms": "SMS", - "smsEmail": "SMS + E-posta ile bir kerelik geçiş kodu", - "smsFederatedSingleFactor": "Şirket Dışı Tek Faktörlü + SMS", - "softwareOath": "Yazılım OATH belirteçleri", - "softwareOathEmail": "Yazılım OATH belirteci + Bir kerelik geçiş kodunu e-posta ile gönder", - "softwareOathFederatedSingleFactor": "Şirket Dışı Tek Faktörlü + Yazılım OATH belirteci", - "temporaryAccessPassMultiUse": "Geçici Erişim Kodu (Çok kullanımlık)", - "temporaryAccessPassOneTime": "Geçici Erişim Kodu (Tek kullanımlık)", - "voice": "Sesli", - "voiceEmail": "Ses + E-posta ile bir kerelik geçiş kodu", - "voiceFederatedSingleFactor": "Şirket Dışı Tek Faktörlü + Ses", - "windowsHelloForBusiness": "İş için Windows Hello", - "x509CertificateMultiFactor": "Sertifika Tabanlı Kimlik Doğrulaması (Çok Faktörlü)", - "x509CertificateSingleFactor": "Sertifika Tabanlı Kimlik Doğrulaması (Tek Faktörlü)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "İndirmeleri engelleme (Önizleme)", - "monitorOnly": "Yalnızca izleme (Önizleme)", - "protectDownloads": "İndirmeleri koruma (Önizleme)", - "useCustomControls": "Özel ilke kullan..." - }, - "ariaLabel": "Uygulanacak Koşullu Erişim Uygulama Denetimi tipini seçin" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "Uygulama Kimliği: {0}" - }, - "LowerGrid": { - "ariaLabel": "Seçili bulut uygulamalarının listesi" - }, - "UpperGrid": { - "ariaLabel": "Arama terimiyle eşleşen bulut uygulamalarının listesi" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "\"Seçili konumlar\" ile en az bir konum seçmeniz gerekir.", - "selector": "En az bir konum seçin" - }, - "privateLinksInfo": "Azure AD için Özel Bağlantı, Azure hizmetleri için en uygun seçenektir. Bu ilkenin uygulandığı sorumluların M365 gibi genel hizmetlerle karşılaşma gereksinimine sahip olmadığına emin olun." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "Aşağıdaki istemcilerden en az birini seçmelisiniz" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "Bu ilke, yalnızca tarayıcı ve modern kimlik doğrulaması uygulamaları için geçerlidir. İlkeyi tüm istemci uygulamalara uygulamak için, istemci uygulaması koşulunu etkinleştirin ve tüm istemci uygulamaları seçin.", - "classicExperience": "Bu ilke oluşturulduğundan bu yana varsayılan istemci uygulamalarının yapılandırması güncelleştirildi.", - "legacyAuth": "Yapılandırılmadığında, ilkeler artık tüm istemci uygulamalarına uygulanır (modern ve eski kimlik doğrulaması dahil)." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Öznitelik", - "placeholder": "Öznitelik seçin" - }, - "Configure": { - "infoBalloon": "İlkeyi uygulamak istediğiniz uygulama filtrelerini yapılandırın." - }, - "NoPermissions": { - "learnMoreAria": "Özel güvenlik özniteliği izinleri hakkında daha fazla bilgi.", - "message": "Özel güvenlik özelliklerini kullanmak için gereken izinlere sahip değilsiniz." - }, - "gridHeader": "Özel güvenlik özniteliklerini kullanarak filtre kuralı oluşturmak veya düzenlemek için kural oluşturucuyu veya kural söz dizimi metin kutusunu kullanabilirsiniz. Önizlemede yalnızca Dize türündeki öznitelikler desteklenir. Tamsayı veya Boole türündeki öznitelikler gösterilmez.", - "learnMoreAria": "Kural oluşturucuyu ve söz dizimi metin kutusunu kullanma hakkında daha fazla bilgi.", - "noAttributes": "Filtrelenecek kullanılabilir özel öznitelik yok. Bu filtreyi uygulamak için bazı öznitelikleri yapılandırmanız gerekir.", - "title": "Filtreyi düzenle (Önizleme)" - }, - "CloudAppsUserActions": { - "any": "Herhangi bir bulut uygulaması veya eylemi", - "infoBalloon": "Test etmek istediğiniz bulut uygulaması veya kullanıcı eylemi. Örneğin, 'SharePoint Online'", - "learnMore": "Tüm veya belirli bulut uygulamalarını veya eylemlerini temel alarak erişimi denetleyin.", - "learnMoreB2C": "Tüm veya belirli bulut uygulamalarını temel alarak erişimi denetleyin.", - "learnMoreNetworkAccess": "Tüm veya belirli ağ erişimi trafiğini, bulut uygulamalarını veya eylemleri temel alarak erişimi denetleyin.", - "title": "Bulut uygulamaları veya eylemleri" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "Dışlanan bulut uygulamalarının listesi" - }, - "Filter": { - "configured": "Yapılandırıldı", - "label": "Filtreyi düzenle (Önizleme)", - "with": "{1} ile {0}" - }, - "Included": { - "gridAria": "Eklenen bulut uygulamalarının listesi" - }, - "Validation": { - "authContext": "\"Kimlik doğrulaması bağlamı\" seçeneği ile en az bir alt öğe yapılandırmanız gerekir.", - "networkAccess": "\"Ağ Erişimi\" ile en az bir trafik profili yapılandırmanız gerekir.", - "selectApps": "\"{0}\" yapılandırılmalıdır", - "selector": "En az bir uygulama seçin.", - "userActions": "\"Kullanıcı eylemleri\" seçeneği ile en az bir alt öğe yapılandırmanız gerekir." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Kullanıcının oturum açmak için kullandığı cihaz \"Hibrit Azure AD ile katılan\" veya \"uyumlu olarak işaretli\" olmadığında kullanıcı erişimini denetleyin.\n Bu kullanımdan kaldırıldı. Bunun yerine '{1}' kullanın." - } - }, - "Errors": { - "notFound": "İlke bulunamadı veya silinmiş.", - "notFoundDetailed": "\"{0}\" ilkesi artık yok. Silinmiş olabilir." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "Tümü", - "b2bCollaborationGuestLabel": "B2B işbirliği konuk kullanıcıları", - "b2bCollaborationMemberLabel": "B2B işbirliği üyesi kullanıcılar", - "b2bDirectConnectUserLabel": "B2B doğrudan bağlantı kullanıcıları", - "enumeratedExternalTenantsError": "Lütfen en az bir dış kiracı seçin", - "enumeratedExternalTenantsLabel": "Seçin", - "externalTenantsLabel": "Dış Azure AD kuruluşlarını belirtin", - "externalUserDropdownLabel": "Konuk veya dış kullanıcı türlerini seçin", - "externalUsersError": "En az bir dış konuk veya kullanıcı türü seçin", - "guestOrExternalUsersInfoContent": "B2B İşbirliği, B2B doğrudan bağlantı ve diğer dış kullanıcı türlerini içerir.", - "guestOrExternalUsersLabel": "Konuklar veya dış kullanıcılar", - "internalGuestLabel": "Yerel konuk kullanıcılar", - "otherExternalUserLabel": "Diğer dış kullanıcılar", - "previewTag": "{0} (önizleme)", - "serviceProviderUsersLabel": "Hizmet sağlayıcısı kullanıcıları" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Ülke/Bölge arama yöntemi", - "gps": "GPS koordinatlarına göre konumu belirle", - "info": "Bir Koşullu Erişim ilkesinin konum koşulu yapılandırıldığında, Authenticator uygulaması tarafından kullanıcılardan GPS konumlarını paylaşması istenir. ", - "ip": "IP adresine göre konumu belirle (yalnızca IPv4)" - }, - "Header": { - "new": "Yeni konum ({0})", - "update": "Konumu güncelleştirin ({0})" - }, - "IP": { - "learn": "Adlandırılmış konum IPv4 ve IPv6 aralıklarını yapılandırın.\n[Daha fazla bilgi][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Bilinmeyen ülkeler/bölgeler, belirli bir ülke veya bölgeyle ilişkilendirilmemiş IP adresleridir. [Daha fazla bilgi][1]\n\nBu adreslere şunlar dahildir:\n* IPv6 adresleri\n* Doğrudan eşlemesi olmayan IPv4 adresleri\n[1]: https://aka.ms/canamedlocations\n", - "label": "Bilinmeyen ülkeleri/bölgeleri dahil et" - }, - "Name": { - "empty": "Ad boş olamaz", - "placeholder": "Bu konumu adlandırın" - }, - "PrivateLink": { - "learn": "Azure AD için Özel Bağlantılar içeren yeni bir adlandırılmış konum oluşturun.\n[Daha fazla bilgi][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Ülke ara", - "names": "Adları arayın", - "privateLinks": "Özel Bağlantı Ara" - }, - "Trusted": { - "label": "Güvenilen konum olarak işaretle" - }, - "enter": "Yeni bir IPv4 veya IPv6 aralığı girin", - "example": "örn: 40.77.182.32/27 veya 2a01:111::/32" - }, - "Label": { - "addCountries": "Ülke konumu", - "addIpRange": "IP aralıkları konumu", - "addPrivateLink": "Azure Özel Bağlantıları" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Yeni konum oluşturma hatası ({0})", - "title": "Oluşturma başarısız oldu" - }, - "InProgress": { - "description": "Yeni konum oluşturuluyor ({0})", - "title": "Oluşturma devam ediyor" - }, - "Success": { - "description": "Yeni konum oluşturma işlemi başarılı ({0})", - "title": "Oluşturma başarılı oldu" - } - }, - "Delete": { - "Failed": { - "description": "Konum silme hatası ({0})", - "title": "Silme işlemi başarısız oldu" - }, - "InProgress": { - "description": "Konum siliniyor ({0})", - "title": "Silme sürüyor" - }, - "Success": { - "description": "Konumu silme işlemi başarılı ({0})", - "title": "Silme işlemi başarılı oldu" - } - }, - "Update": { - "Failed": { - "description": "Konum güncelleştirme hatası ({0})", - "title": "Güncelleştirme başarısız oldu" - }, - "InProgress": { - "description": "Konum güncelleştiriliyor ({0})", - "title": "Güncelleştirme işlemi sürüyor" - }, - "Success": { - "description": "Konumu güncelleştirme işlemi başarılı ({0})", - "title": "Güncelleştirme başarılı oldu" - } - } - }, - "PrivateLinks": { - "grid": "Özel Bağlantı Listesi" - }, - "Trusted": { - "title": "Güvenilen tür", - "trusted": "Güvenilir" - }, - "Type": { - "all": "Tüm türler", - "countries": "Ülkeler", - "ipRanges": "IP aralıkları", - "privateLinks": "Özel Bağlantılar", - "title": "Konum türü" - }, - "iPRangeInvalidError": "Değer geçerli bir IPv4 veya IPv6 aralığı olmalıdır.", - "iPRangeLinkOrSiteLocalError": "IP ağı, bağlantı yerel adresi veya site yerel adresi olarak algılandı.", - "iPRangeOctetError": "IP ağı 0 veya 255 ile başlamamalıdır.", - "iPRangePrefixError": "IP ağ ön eki /{0} ile /{1} arasında olmalıdır.", - "iPRangePrivateError": "IP ağı, özel adres olarak algılandı." - }, - "NamedNetwork": { - "List": { - "gridAria": "Adlandırılmış konumların listesi" - } - }, - "NetworkAccess": { - "Included": { - "none": "Hedef kaynak seçilmedi", - "plural": "{0} ağ trafiği profili seçildi", - "singular": "1 ağ trafiği profili seçildi" - }, - "internetOptionText": "Genel trafik", - "label": "Ağ Erişimi (Önizleme)", - "m365OptionText": "M365 trafiği", - "privateOptionText": "Özel trafik", - "selectTrafficProfilesLabel": "Bu ilkenin geçerli olduğu trafik profillerini seçin", - "targetResourcesBalloonContext": "Hedef Kaynaklar", - "targetResourcesSelectorTitle": "Hedef Kaynaklar", - "trafficProfilesLearnMoreTooltip": "Ek trafik profillerini görmek için daha fazla NaaS lisansı ekleyin.", - "ztnaEnableLearnMore": "Ağ erişimi denetimlerini kullanmak için Sıfır Güven Cloud Edge'in açık olması gerekir. " - }, - "Policies": { - "Grid": { - "aria": "Koşullu Erişim ilkeleri listesi" - }, - "countText": "{1} ilke içinden {0} ilke bulundu", - "countTextSingular": "1 ilke içinden {0} ilke bulundu", - "search": "İlkelerde ara" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "İlkenin zorlanması için gereken hizmet sorumlusu risk düzeylerini yapılandırın​", - "infoBalloonContent": "İlkeyi seçili risk düzeylerinde uygulamak için hizmet sorumlusu riskini yapılandırın", - "title": "Hizmet sorumlusu riski" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "İlkeyi seçili gerçek zamanlı oturum açma risk algılamalarına uygulamak için risk algılamalarını yapılandırın." - }, - "LearnMore": { - "message": "Kullanıcı erişimini, belirli gerçek zamanlı oturum açma risk algılamalarına yanıt verecek şekilde denetleyin." - }, - "description": "Bu koşul, dahil edilen risk algılamalarının herhangi biri risk algılarsa karşılanır. Bu, oturum açma risk düzeyi hesaplamasını etkilemez.", - "header": "Gerçek zamanlı yerleşik risk algılamaları", - "info": "Oturum açma işlemleri sırasında riskleri algılayan algılamalar.", - "label": "Oturum açma risk algılamaları (Önizleme)", - "title": "Oturum açma risk algılamaları" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Parola ve SMS gibi güçlü kimlik doğrulama gereksinimlerini karşılayan yöntemlerin bileşimleri", - "displayName": "Çok faktörlü kimlik doğrulaması" - }, - "Passwordless": { - "description": "Microsoft Authenticator gibi güçlü kimlik doğrulama gereksinimlerini karşılayan parolasız yöntemler ", - "displayName": "Parolasız çok faktörlü kimlik doğrulaması" - }, - "PhishingResistant": { - "description": "FIDO2 Güvenlik Anahtarı gibi en güçlü kimlik doğrulaması için kimlik avına karşı korumalı Parolasız yöntemler", - "displayName": "Kimlik avına dayanıklı çok faktörlü kimlik doğrulaması" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Federasyon sağlayıcıları tarafından yerine getirilen kimlik doğrulama yöntemleri gerektirme hakkında daha fazla bilgi edinin.", "certificate": "Sertifika kimlik doğrulaması", @@ -8808,287 +8862,6 @@ "require": "Federasyon kimlik doğrulama yöntemi gerektir (Önizleme)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Kapalı", - "on": "Açık", - "reportOnly": "Yalnızca rapor" - }, - "PolicyTemplates": { - "Devices": { - "description": "Ağa erişen cihazlara yönelik görünürlük elde etmek için Cihazlar ilke şablonu kategorisini seçin. Erişim vermeden önce uyumluluğu ve sistem durumunu denetleyin.", - "name": "Cihazlar" - }, - "Identities": { - "description": "Tüm dijital varlığınızdaki her bir kimliği güçlü kimlik doğrulamasıyla doğrulayıp korumak için Kimlikler ilke şablonu kategorisini seçin.", - "name": "Kimlikler" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "Tüm uygulamalar", - "office365": "Office 365", - "registerSecurityInfo": "Güvenlik bilgilerini kaydet" - }, - "Conditions": { - "androidAndIOS": "Cihaz Platformu: Android ve iOS", - "anyDevice": "Android, iOS, Windows ve Mac dışındaki tüm cihazlar", - "anyDeviceStateExceptHybrid": "Uyumlu ve hibrit Azure AD ile katılan dışındaki tüm cihaz durumları", - "anyLocation": "Güvenilen konumlar dışındaki tüm konumlar", - "browserMobileDesktop": "İstemci uygulamaları: Tarayıcı, Mobil uygulamalar ve masaüstü istemcileri", - "exchangeActiveSync": "İstemci Uygulamaları: Exchange Active Sync, Diğer İstemciler", - "windowsAndMac": "Cihaz Platformu: Windows ve Mac" - }, - "Devices": { - "anyDevice": "Herhangi Bir Cihaz" - }, - "Grant": { - "appProtectionPolicy": "Uygulama koruma ilkesi iste", - "approvedClientApp": "Onaylı istemci uygulaması gerektir", - "blockAccess": "Erişimi engelle", - "mfa": "Çok faktörlü kimlik doğrulaması gerektir", - "passwordChange": "Parola değişikliği gerektirme", - "requireCompliantDevice": "Cihazın uyumlu olarak işaretlenmesini zorunlu kıl", - "requireHybridAzureADDevice": "Hibrit Azure AD ile katılan cihazı zorunlu kıl" - }, - "Session": { - "appEnforcedRestrictions": "Uygulama tarafından zorlanan kısıtlamaları kullan", - "signInFrequency": "Oturum Açma Sıklığı ve asla kalıcı olmayan tarayıcı oturumu" - }, - "UsersAndGroups": { - "allUsers": "Tüm Kullanıcılar", - "directoryRoles": "Geçerli yönetici dışındaki dizin rolleri", - "globalAdmin": "Genel Yönetici", - "noGuestAndAdmins": "Konuk ve Dış, Genel Yöneticiler, Geçerli yönetici dışındaki tüm Kullanıcılar" - }, - "azureManagement": "Azure Yönetimi", - "deviceFilters": "Cihazlar için filtreler", - "devicePlatforms": "Cihaz Platformları" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Yönetilmeyen cihazlardan SharePoint, OneDrive ve Exchange içeriğine erişimi engelleyin veya sınırlayın.", - "name": "CA014: Yönetilmeyen cihazlar için uygulama tarafından zorlanan kısıtlamaları kullan", - "title": "Yönetilmeyen cihazlar için uygulama tarafından zorlanan kısıtlamaları kullanma" - }, - "ApprovedClientApps": { - "description": "Kuruluşlar, veri kaybını önlemek için Intune uygulama koruması ile onaylanmış modern kimlik doğrulaması istemci uygulamalarına erişimi kısıtlayabilir.", - "name": "CA012: Onaylanan istemci uygulamaları ve uygulama koruması gerektir", - "title": "Onaylı istemci uygulamaları ve uygulama koruması gerektirme" - }, - "BlockAccessOnUnknowns": { - "description": "Cihaz türü bilinmediğinde veya desteklenmediğinde kullanıcıların şirket kaynaklarına erişimi engellenir.", - "name": "CA010: Bilinmeyen veya desteklenmeyen cihaz platformuna erişimi engelle", - "title": "Bilinmeyen veya desteklenmeyen cihaz platformuna erişimi engelleme" - }, - "BlockLegacyAuth": { - "description": "Çok faktörlü kimlik doğrulamasını atlamak için kullanılabilen eski kimlik doğrulaması uç noktalarını engelleyin. ", - "name": "CA003: Eski kimlik doğrulamasını engelleme", - "title": "Eski kimlik doğrulamasını engelleme" - }, - "NoPersistentBrowserSession": { - "description": "Tarayıcı kapatıldıktan sonra tarayıcı oturumlarının açık kalmasını önleyerek ve oturum açma sıklığını 1 saat olarak ayarlayarak, yönetilmeyen cihazlarda kullanıcı erişimini koruyun.", - "name": "CA011: Kalıcı tarayıcı oturumu yok", - "title": "Kalıcı tarayıcı oturumu yok" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Ayrıcalıklı yöneticilerin yalnızca uyumlu veya hibrit Azure AD ile katılan bir cihaz kullanırken kaynaklara erişmesini gerektirin.​", - "name": "CA009: Yöneticiler için uyumlu veya hibrit Azure AD ile katılan cihaz gerektirme", - "title": "Yöneticiler için uyumlu veya hibrit Azure AD ile katılan cihaz gerektirme" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Kullanıcıların yönetilen bir cihaz kullanmasını veya çok faktörlü kimlik doğrulaması gerçekleştirmesini gerektirerek şirket kaynaklarına erişimi koruyun. (Yalnızca macOS veya Windows)", - "name": "CA013: Tüm kullanıcılar için uyumlu veya hibrit Azure AD ile katılan cihaz veya çok faktörlü kimlik doğrulaması gerektir", - "title": "Tüm kullanıcılar için uyumlu veya hibrit Azure AD ile katılan cihaz veya çok faktörlü kimlik doğrulaması gerektir" - }, - "RequireMFAAllUsers": { - "description": "Güvenlik ihlali riskini azaltmak için tüm kullanıcı hesapları için çok faktörlü kimlik doğrulaması gerektirin.", - "name": "CA004: Tüm kullanıcılar için çok faktörlü kimlik doğrulaması gerektir", - "title": "Tüm kullanıcılar için çok faktörlü kimlik doğrulaması gerektir" - }, - "RequireMFAForAdmins": { - "description": "Güvenlik ihlali riskini azaltmak için ayrıcalıklı yönetici hesapları için çok faktörlü kimlik doğrulaması gerektirin. Bu ilke, Güvenlik Varsayılanı ile aynı rolleri hedefler.", - "name": "CA001: Yöneticiler için çok faktörlü kimlik doğrulaması gerektir", - "title": "Yöneticiler için çok faktörlü kimlik doğrulaması gerektir" - }, - "RequireMFAForAzureManagement": { - "description": "Azure kaynaklarına ayrıcalıklı erişimi korumak için çok faktörlü kimlik doğrulaması gerektirin.", - "name": "CA006: Azure yönetimi için çok faktörlü kimlik doğrulaması gerektir", - "title": "Azure yönetimi için çok faktörlü kimlik doğrulaması gerektir" - }, - "RequireMFAForGuestAccess": { - "description": "Konuk kullanıcıların şirket kaynaklarınıza erişirken çok faktörlü kimlik doğrulaması yapmasını gerektirin.", - "name": "CA005: Konuk erişimi için çok faktörlü kimlik doğrulaması gerektir", - "title": "Konuk erişimi için çok faktörlü kimlik doğrulaması gerektir" - }, - "RequireMFAForRiskySignIn": { - "description": "Oturum açma riskinin orta veya yüksek olduğu algılanırsa çok faktörlü kimlik doğrulaması gerektirin. (Azure AD Premium 2 Lisansı gerektirir)", - "name": "CA007: Riskli oturum açma işlemleri için çok faktörlü kimlik doğrulaması gerektir", - "title": "Riskli oturum açma işlemleri için çok faktörlü kimlik doğrulaması gerektir" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Kullanıcı riskinin yüksek olduğu algılanırsa, kullanıcının şifresini değiştirmesini isteyin. (Azure AD Premium 2 Lisansı gerektirir)", - "name": "CA008: Yüksek riskli kullanıcılar için parola değişikliği gerektir", - "title": "Yüksek riskli kullanıcılar için parola değişikliği gerektir" - }, - "RequireSecurityInfo": { - "description": "Kullanıcıların Azure AD çok faktörlü kimlik doğrulaması ve self servis parola için ne zaman ve nasıl kaydolduğunu güvenli hale getirin. ", - "name": "CA002: Güvenlik bilgileri kaydının güvenliğini sağlama", - "title": "Güvenlik bilgileri kaydının güvenliğini sağlama" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Bu ilkenin etkinleştirilmesi, bilinmeyen cihaz türünden tüm erişimleri engeller. Bunun kullanıcılarınızı etkilemeyeceğini onaylayana kadar, başlamak için yalnızca rapor modunu kullanmayı düşünün." - }, - "BlockLegacyAuth": { - "description": "Bunun kullanıcılarınızı etkilemeyeceğini onaylayana kadar, başlamak için yalnızca rapor modunu kullanmayı düşünün.", - "title": "Bu ilkenin etkinleştirilmesi, tüm kullanıcılarınız için eski kimlik doğrulamasını engeller." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Bunun ayrıcalıklı kullanıcılarınızı etkilemeyeceğini onaylayana kadar, başlamak için yalnızca rapor modunu kullanmayı düşünün.", - "reportOnly": "Uyumlu cihazlar gerektiren yalnızca rapor modundaki ilkeler, cihaz uyumluluğu zorunlu kılınmasa bile, Mac, iOS ve Android kullanıcılarından ilke değerlendirmesi sırasında bir cihaz sertifikası seçmesini isteyebilir. Bu istemler, cihaz uyumlu hale gelene kadar yinelenebilir." - }, - "Title": { - "on": "Bu ilkenin etkinleştirilmesi, uyumlu veya hibrit Azure AD ile katılan gibi yönetilen bir cihaz kullanılmadığı sürece ayrıcalıklı kullanıcılar için tüm erişimleri engeller. Etkinleştirmeden önce uyumluluk ilkelerinizi yapılandırdığınızdan veya hibrit Azure AD yapılandırmasını etkinleştirdiğinizden emin olun.", - "reportOnly": "Etkinleştirmeden önce uyumluluk ilkelerinizi yapılandırdığınızdan veya hibrit Azure AD yapılandırmasını etkinleştirdiğinizden emin olun." - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "Bu ilke, şu anda oturum açmış olan Yönetici dışındaki tüm kullanıcıları etkiler. Bunun kullanıcılarınızı etkilemeyeceğini onaylayana kadar, başlamak için yalnızca rapor modunu kullanmayı düşünün." - }, - "Title": { - "on": "Hesabınıza erişiminizi kaybetmeyin! Cihazınızın uyumlu veya Hibrit Azure AD ile Katılan bir cihaz olduğundan veya çok faktörlü kimlik doğrulamasını yapılandırdığınızdan emin olun. ", - "reportOnly": "Uyumlu cihazlar gerektiren yalnızca rapor modundaki ilkeler, cihaz uyumluluğu zorunlu kılınmasa bile, Mac, iOS ve Android kullanıcılarından ilke değerlendirmesi sırasında bir cihaz sertifikası seçmesini isteyebilir. Bu istemler, cihaz uyumlu hale gelene kadar yinelenebilir." - } - }, - "RequireMfa": { - "description": "Şirket içi nesnelerinizi eşitlemek için acil durum erişim hesaplarını veya Azure AD Connect'i kullanırsanız, oluşturulduktan sonra bu hesapları bu ilkenin dışında tutmanız gerekebilir." - }, - "RequireMfaAdmins": { - "description": "İlke oluşturma sırasında geçerli yönetici hesabının otomatik olarak dışlanacağına ancak tüm diğerlerinin korunacağına dikkat edin. Başlamak için yalnızca rapor modunu kullanmayı düşünün.", - "title": "Hesabınıza erişiminizi kaybetmeyin! Bu ilke Azure portalı etkiler." - }, - "RequireMfaAllUsers": { - "description": "Bu değişikliği planlayana ve tüm kullanıcılarınıza iletene kadar başlamak için yalnızca rapor modunu kullanmayı düşünün.", - "title": "Bu ilkenin etkinleştirilmesi, tüm kullanıcılarınız için çok faktörlü kimlik doğrulamasını zorunlu kılar." - }, - "RequireSecurityInfo": { - "description": "Lütfen şirket gereksinimlerinize göre bu hesapları korumak için yapılandırmanızı gözden geçirdiğinizden emin olun.", - "title": "Şu kullanıcılar ve roller bu ilkeden dışlanır: Konuklar ve Dış Kullanıcılar, Genel Yöneticiler, Geçerli Yönetici" - } - }, - "basics": "Temel bilgiler", - "clientApps": "İstemci uygulamaları", - "cloudApps": "Bulut uygulamaları", - "cloudAppsOrActions": "Bulut uygulamaları veya eylemleri ", - "conditions": "Koşullar ", - "createNewPolicy": "Şablonlardan yeni ilke oluştur (Önizleme)", - "createPolicy": "İlke Oluştur", - "currentUser": "Geçerli kullanıcı", - "customizeBuild": "Derlemenizi özelleştirin", - "customizeTemplate": "Şablon listeleri, oluşturmakta olduğunuz ilke türüne göre özelleştirilir", - "excludedDevicePlatform": "Dışlanan cihaz platformları", - "excludedDirectoryRoles": "Dışlanan dizin rolleri", - "excludedLocation": "Dışlanan dizin rolleri", - "excludedUsers": "Dışlanan kullanıcılar", - "grantControl": "İzin verme denetimi ", - "includeFilteredDevice": "Filtrelenen cihazları ilkeye dahil et", - "includedDevicePlatform": "Dahil edilen cihaz platformları", - "includedDirectoryRoles": "Dahil edilen dizin rolleri", - "includedLocation": "Dahil edilen konum", - "includedUsers": "Eklenen kullanıcılar", - "legacyAuthenticationClients": "Eski kimlik doğrulama istemcileri", - "namePolicy": "İlkenizi adlandırın", - "needAdPremiumMessage": "Bu özelliği kullanmak için Azure AD Premium aboneliği gereklidir.", - "next": "Sonraki", - "policyName": "İlke Adı", - "policyState": "İlke durumu", - "policySummary": "İlke özeti", - "policyTemplate": "İlke şablonu", - "previous": "Önceki", - "reviewAndCreate": "Gözden geçir ve oluştur", - "riskLevels": "Risk düzeyleri", - "selectATemplate": "Şablon Seçin", - "selectTemplate": "Şablon seçin", - "selectTemplateCategory": "Şablon kategorisi seç", - "selectTemplateRecommendation": "Yanıtınıza göre aşağıdaki şablonları kullanmanızı öneririz", - "sessionControl": "Oturum denetimi ", - "signInFrequency": "Oturum açma sıklığı", - "signInRisk": "Oturum açma riski", - "template": "Şablon ", - "templateCategory": "Şablon kategorisi", - "userRisk": "Kullanıcı riski", - "usersAndGroups": "Kullanıcılar ve gruplar ", - "viewPolicySummary": "İlke özetini görüntüle " - }, - "SSM": { - "MemberSelector": { - "description": "Kullanıcılar ve gruplar" - }, - "Notification": { - "Migration": { - "error": "Sürekli erişim değerlendirmesi ayarları Koşullu erişim ilkelerine geçirilemedi", - "inProgress": "Sürekli erişim değerlendirmesi ayarları geçiriliyor", - "success": "Sürekli erişim değerlendirmesi ayarları Koşullu erişim ilkelerine başarıyla geçirildi", - "successDescription": "“CAE ayarlarından oluşturulan CA ilkesi” adlı yeni oluşturulan ilkedeki geçirilen ayarları görüntülemek için lütfen Koşullu erişim ilkelerine gidin." - }, - "error": "Sürekli Erişim Değerlendirmesi ayarları güncelleştirilemedi", - "inProgress": "Sürekli Erişim Değerlendirmesi ayarları güncelleştiriliyor", - "success": "Sürekli Erişim Değerlendirmesi ayarları başarıyla güncelleştirildi" - }, - "PreviewOptions": { - "disable": "Önizlemeyi devre dışı bırak", - "enable": "Önizlemeyi etkinleştir" - }, - "StrictLocationEnforcement": { - "infoContent1": "Ağ bölümü veya IPv4/IPv6 uyumsuzluğu nedeniyle, farklı IP'ler Azure AD ve Kaynak Sağlayıcısı tarafından aynı istemci cihazından görülebilir. Katı Konum Zorlaması, Azure AD ve Kaynak Sağlayıcısı tarafından görülen her iki IP adresine göre Koşullu Erişim ilkesini uygular.", - "infoContent2": "En yüksek güvenliği sağlamak için, hem Azure AD hem de Kaynak Sağlayıcısı tarafından görülebilen tüm IP'leri Adlandırılmış Konum ilkenize dahil etmeniz ve \"Katı Konum Zorlaması\" modunu açmanız önerilir.", - "label": "Katı Konum Zorlaması", - "title": "Ek zorunlu kılma modları" - }, - "bladeTitle": "Sürekli erişim değerlendirmesi", - "description": "Kullanıcının erişimi kaldırıldığında veya istemci IP adresi değiştirildiğinde, Sürekli Erişim Değerlendirmesi gerçek zamanlıya yakın olarak kaynaklara ve uygulamalara erişimi otomatik olarak engeller. ", - "migrateLabel": "Geçir", - "migrationError": "Şu hata nedeniyle geçiş yapılamadı: {0}", - "migrationInfo": "CAE ayarı Koşullu Erişim kullanıcı deneyimi altına taşındı. Lütfen yukarıdaki “Geçir” düğmesiyle geçirip Koşullu Erişim ilkesiyle birlikte doğru bir şekilde yapılandırın. Daha fazla bilgi için buraya tıklayın.", - "noLicenseMessage": "Azure AD Premium ile akıllı oturum yönetimi ayarlarını yönetin", - "optionsPickerTitle": "Sürekli Erişim Değerlendirmesini Etkinleştir/Devre Dışı Bırak", - "upsellInfo": "Artık bu sayfadaki ayarlarınızı değiştiremezsiniz ve buradaki tüm ayarların yoksayılması gerekir. Önceki ayarınız kabul edilir. Bundan sonra CAE ayarlarınızı Koşullu Erişim altından yapılandırabilirsiniz. Daha fazla bilgi edinmek için buraya tıklayın." - }, - "SamlReauth": { - "Filter": { - "warning": "Dinamik bir sorgu kullanarak uygulamaları hedefliyorsunuz. Bazı uygulamalar “oturum açma sıklığı (her seferinde)” oturum denetimiyle kullanılmayı desteklemeyebilir. {0}Önerilen senaryolar hakkında daha fazla bilgi edinin.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "Seçili kuruluşlar listesi" - }, - "Upper": { - "gridAria": "Mevcut kuruluşlar listesi" - }, - "addTenantLabel": "Kiracıyı seçilene ekle", - "customOrganizationDescription": "Bu kiracı kimliğine sahip bir kuruluş ekleyin", - "description": "Etki alanı adlarından birini yazarak bir Microsoft Azure AD kuruluşu ekleyin.", - "notFoundResult": "Bulunamadı", - "searchBoxPlaceholder": "Kiracı kimliği veya etki alanı adı", - "subTitle": "Microsoft Azure AD kuruluşu", - "tenantAdded": "Bu kiracı kimliği zaten eklendi.", - "tenantIdNotFound": "Kiracı kimliği bulunamadı" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Kuruluş Kimliği: {0}" - }, - "DisplayText": { - "multiple": "{0} Microsoft Azure AD kuruluşu seçildi", - "single": "1 Microsoft Azure AD kuruluşu seçildi" - }, - "gridAria": "Seçili kuruluşlar listesi" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Oturum ömrünü değiştir", "mainOptionHelp": "Kullanıcılara ne sıklıkta istemde bulunulacağını ve tarayıcı oturumlarının kalıcı olup olmayacağını yapılandırın. Modern kimlik doğrulaması protokollerini desteklemeyen uygulamalar bu ilkelere uymayabilir. Bu gibi durumlarda lütfen uygulama geliştiricisine başvurun." }, - "SigninRisk": { - "LearnMore": { - "message": "Kullanıcı erişimini, belirli oturum açma ve risk düzeylerine yanıt verecek şekilde denetleyin." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "\"{0}\" seçildiğinde, \"{1}\" koşulu yapılandırılamaz." - }, - "description": "Oturum açma riski düzeyi, tüm gerçek zamanlı risk algılamaları temel alınarak oluşturulur.", - "header": "Bu ilkenin uygulanacağı oturum açma risk düzeyini seçin" - }, "SingleSelectorActive": { "failed": "Bu veriler yüklenemiyor.", "reattempt": "Veriler yükleniyor. Yeniden deneme {0} / {1}." }, - "TimeCondition": { - "Errors": { - "both": "\"Ekle\" veya \"Hariç Tut\" zaman aralığı geçersiz.", - "daysOfWeek": "{0} Haftanın en az bir gününü belirttiğinizden emin olun.", - "endBeforeStart": "{0} Başlangıç tarih/saatinin bitiş tarih/saatinden önce olduğundan emin olun.", - "exclude": "\"Hariç Tut\" zaman aralığı geçersiz.", - "generic": "{0} Hem haftanın günlerini hem de saat dilimini ayarladığınızdan emin olun. \"Tüm gün\" seçeneğini işaretlemezseniz, başlangıç ve bitiş saatlerini de ayarlamanız gerekir.", - "include": "\"Ekle\" zaman aralığı geçersiz.", - "timeMissing": "{0} Hem başlangıç hem de bitiş saati belirttiğinizden emin olun.", - "timeZone": "{0} Saat dilimini belirttiğinizden emin olun.", - "timesAndZone": "{0} Başlangıç saatini, bitiş saatini ve saat dilimini ayarladığınızdan emin olun." - } - }, - "UserActions": { - "Included": { - "none": "Bulut uygulaması veya eylemi seçilmedi", - "plural": "{0} kullanıcı eylemleri dahil edildi", - "singular": "1 kullanıcı eylemi dahil edildi" - }, - "accessRequirement1": "Düzey 1", - "accessRequirement2": "Düzey 2", - "accessRequirement3": "Düzey 3", - "accessRequirementsLabel": "Güvenli uygulama verilerine erişiliyor", - "appsActionsAuthTitle": "Bulut uygulamaları, eylemleri veya kimlik doğrulaması bağlamı", - "appsOrActionsSelectorInfoBallonText": "Erişilen uygulamalar veya kullanıcı eylemleri", - "appsOrActionsTitle": "Bulut uygulamaları veya eylemleri", - "label": "Kullanıcı eylemleri", - "mainOptionsLabel": "Bu ilkenin neye uygulanacağını seçin", - "registerOrJoinDevices": "Cihazları kaydet veya ekle", - "registerSecurityInfo": "Güvenlik bilgilerini kaydedin", - "selectionInfo": "Bu ilkenin uygulanacağı eylemi seçin", - "whatIf": "Kullanıcı eylemi dahil edildi" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Dizin rollerini seçin" @@ -9197,88 +8925,6 @@ }, "learnMore": "Kullanıcılar ve gruplar, iş yükü kimlikleri, dizin rolleri veya dış konuklar gibi ilkenin kime uygulanacağına bağlı olarak erişimi denetleyin." }, - "ValidationResult": { - "blockEveryonePolicy": "İlke yapılandırması desteklenmiyor. Seçilen atama ve denetimleri gözden geçirin.", - "invalidApplicationCondition": "Seçilen bulut uygulamaları geçersiz", - "invalidClientTypesCondition": "Seçilen istemci uygulamaları geçersiz", - "invalidConditions": "Atamalar seçilmedi", - "invalidControls": "Seçilen denetimler geçersiz", - "invalidDevicePlatformsCondition": "Seçilen cihaz platformları geçersiz", - "invalidDevicesCondition": "Cihaz yapılandırması geçersiz. \"{0}\" yapılandırması büyük olasılıkla geçersiz.", - "invalidGrantControlPolicy": "İzin verme denetimi geçersiz", - "invalidLocationsCondition": "Seçilen konumlar geçersiz", - "invalidNetworkAccessSecurityPolicyId": "Oturum ağ denetimine eklenen ilke geçersiz.", - "invalidPolicy": "Atamalar seçilmedi", - "invalidSessionControlPolicy": "Oturum denetimi geçersiz", - "invalidSignInRisksCondition": "Seçilen oturum açma riski geçersiz", - "invalidUserRisksCondition": "Seçilen kullanıcı riski geçersiz", - "invalidUsersCondition": "Seçilen kullanıcılar geçersiz", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM ilkesi, Android veya iOS istemci platformlarına uygulanabilir.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Ağ Erişimi oturum ilkesi yalnızca bir ağ erişim trafiği profili hedeflendiğinde doğru çalışır. Lütfen hedeflenen kaynaklar bölümünüzü güncelleştirin.", - "notSupportedCombination": "İlke yapılandırması desteklenmiyor. Desteklenen ilkeler hakkında daha fazla bilgi edinin.", - "pending": "İlke doğrulanıyor", - "requireComplianceEveryonePolicy": "İlke yapılandırması, tüm kullanıcılar için cihaz uyumluluğunu gerekli kılacak. Seçilen atamaları gözden geçirin.", - "success": "Geçerli ilke" - }, - "VpnCert": { - "Grid": { - "aria": "VPN Sertifikalarının listesi" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "Tüm kimlik doğrulama güvenlik düzeylerini etkinleştirmek için, kiracılar arası erişim ayarlarını dış kullanıcılara yönelik Azure AD kiracılarından gelen talepleri kabul edecek şekilde yapılandırın. Kimlik doğrulama güvenlik düzeyleri, dış kullanıcılar için yalnızca ikinci faktörlü kimlik doğrulamasını yapılandırır.", - "externalUsers": "Tüm yerleşik kimlik doğrulaması yeteneklerini etkinleştirmek istiyorsanız, kiracılar arası erişim ayarlarını dış kullanıcılar için Azure AD kiracılarından gelen talepleri kabul edecek şekilde yapılandırın." - }, - "combinedRegistration": "\"Kimlik doğrulama düzeyi gerektir\" seçeneğinin doğru çalışması için birleşik kaydı etkinleştirin. Yalnızca bir grup kullanıcı yerine tüm kullanıcılar için bu seçeneğin açılması kesinlikle önerilir.", - "compliantDeviceEnabled": "Hesabınıza erişiminizi kaybetmeyin! Cihazınızın uyumlu olduğundan emin olun.", - "domainJoinedDeviceEnabled": "Hesabınıza erişiminizi kaybetmeyin! Cihazınızın Hibrit Azure AD ile katılan bir cihaz olduğundan emin olun.", - "notAvailableForSP": "İlke atamasındaki '{0}' seçimi nedeniyle bazı denetimler kullanılamıyor", - "requireAuthOrMfa": "'{0}', '{1}' ile kullanılamaz", - "requireMfa": "Yeni \"{0}\" genel önizlemesini test etmeyi düşünün", - "requirePasswordChangeEnabled": "\"Parola değişikliği iste\" yalnızca ilke \"Tüm bulut uygulamaları\"na atandığında kullanılabilir" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Uyumlu cihazlar gerektiren Yalnızca rapor modundaki ilkeler, macOS, iOS, Android ve Linux kullanıcılarının bir cihaz sertifikası seçmesini isteyebilir.", - "excludeDevicePlatforms": "macOS, iOS, Android ve Linux cihaz platformlarını bu ilkenin dışında tutun.", - "proceedAnywayDevicePlatforms": "Seçili yapılandırma ile devam edin. macOS, iOS, Android ve Linux kullanıcıları, cihaz uyumluluk için denetlendiğinde komut istemleri alabilir." - }, - "blockCurrentUserPolicy": "Hesabınıza erişiminizi kaybetmeyin! Bir ilkenin beklendiği şekilde çalıştığından emin olmak için öncelikle küçük bir kullanıcı grubuna uygulamanız önerilir. Ayrıca en az bir yöneticiyi bu ilkenin dışında tutmanız önerilir. Bu, bir değişiklik yapılması gerektiğinde hala erişim sağlanabilmesini ve ilkelerin güncelleştirilebilmesini sağlar. Lütfen etkilenen kullanıcıları ve uygulamaları gözden geçirin.", - "devicePlatformsReportOnlyPolicy": "Uyumlu cihazlar gerektiren Yalnızca rapor modundaki ilkeler, macOS, iOS ve Android kullanıcılarının bir cihaz sertifikası seçmesini isteyebilir.", - "excludeCurrentUserSelection": "Geçerli kullanıcıyı ({0}) bu ilkenin dışında tutun.", - "excludeDevicePlatforms": "Tüm macOS, iOS ve Android cihaz platformlarını bu ilkenin dışında tutun.", - "proceedAnywayDevicePlatforms": "Seçili yapılandırma ile devam edin. macOS, iOS ve Android kullanıcıları, cihaz uyumluluk için denetlendiğinde komut istemi alabilir.", - "proceedAnywaySelection": "Hesabımın bu ilkeden etkileneceğini anlıyorum. Yine de devam et." - }, - "ServicePrincipals": { - "blockExchange": "Office 365 Exchange Online'ı seçmek OneDrive ve Teams gibi uygulamaları da etkileyecektir.​", - "blockPortal": "Hesabınıza erişiminizi kaybetmeyin! Bu ilke Azure portalını etkiler. Devam etmeden önce sizin veya bir başkasının portala geri dönmesinin mümkün olduğundan emin olun.", - "blockPortalWithSession": "Kendinizi dışarıda bırakmayın! Bu ilke Azure portalını etkiler. Devam etmeden önce sizin veya bir başkasının portala dönebileceğinden emin olun.
                              Yalnızca \"Tüm bulut uygulamaları\" seçiliyken düzgün çalışan bir kalıcı tarayıcı oturumu ilkesi yapılandırıyorsanız bu uyarıyı dikkate almayın.", - "blockSharePoint": "SharePoint Online'ı seçmek Microsoft Teams, Planner, Delve, MyAnalytics ve Newsfeed gibi uygulamaları etkileyecektir.", - "blockSkype": "Skype Kurumsal Çevrimiçi Sürüm'ün seçilmesi Microsoft Teams'i de etkiler", - "includeOrExclude": "Uygulama Filtresini '{0}' veya '{1}' için yapılandırabilirsiniz ancak her ikisi için yapılandıramazsınız.", - "selectAppsNAForSP": "İlke atamasındaki '{0}' seçimi nedeniyle tek tek bulut uygulamaları seçilemiyor", - "teamsBlocked": "SharePoint Online ve Exchange Online gibi uygulamalar ilkeye dahil olduğunda Microsoft Teams de etkilenir." - }, - "Users": { - "blockAllUsers": "Hesabınıza erişiminizi kaybetmeyin! Bu ilke tüm kullanıcılarınızı etkiler. İlkenin beklenen şekilde çalıştığını doğrulamak için önce ilkeyi küçük bir kullanıcı grubuna uygulamanızı öneririz.", - "xtap": " Denetim izni verme altındaki “Kimlik doğrulaması yetenekleri gerektir” yapılandırmanız dış kullanıcılar için geçerli olmayabilir." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "Cihazda oturum açma sırasında kullanıma alınan özniteliklerin listesi.", - "infoBalloon": "Cihazda oturum açma sırasında kullanıma alınan özniteliklerin listesi." - } - }, - "noTenantSelected": "Kiracı seçilmedi", - "selectOrganization": "Kuruluş seçin", - "tenantIdWithPlaceholder": "Kiracı Kimliği: {0}", - "tenantSelectionRequired": "Kiracı gerekli" - }, "advancedTabText": "Gelişmiş", "allCloudAppsErrorBox": "\"Parola değişikliği iste\" izni seçildiğinde \"Tüm bulut uygulamaları\" seçilmelidir", "allCloudAppsReauth": "\"Oturum açma sıklığı her seferinde\" oturum denetimi ve \"oturum açma riski\" koşulu seçildiğinde \"Tüm bulut uygulamaları\" seçilmelidir", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 yıl", "vpncertDropdownTwoyearOption": "2 yıl", "wednesday": "Çarşamba", - "whatIfAppEnforcedControl": "Uygulama tarafından zorlanan kısıtlamaları kullan", - "whatIfBladeDescription": "Belirli koşullarda oturum açılırken Koşullu Erişimin bir kullanıcı üzerindeki etkisini test edin.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Klasik ilkeler bu araç tarafından değerlendirilmez.", - "whatIfClientAppInfo": "Kullanıcının oturum açmak için kullandığı istemci uygulaması. Örneğin, 'Tarayıcı'.", "whatIfCountry": "Ülke/Bölge", "whatIfCountryInfo": "Kullanıcının oturum açtığı ülke/bölge.", "whatIfDevicePlatformInfo": "Kullanıcının oturum açmak için kullandığı cihaz platformu.", - "whatIfDeviceStateInfo": "Kullanıcının oturum açmak için kullandığı cihazın durumu", "whatIfEnterIpAddress": "IP adresi girin (ör: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "Geçersiz IP adresi belirtildi.", - "whatIfEvaResultApplication": "Bulut uygulamaları", - "whatIfEvaResultClientApps": "İstemci uygulaması", - "whatIfEvaResultDevicePlatform": "Cihaz platformu", - "whatIfEvaResultEmptyPolicy": "Boş ilke", - "whatIfEvaResultInvalidCondition": "Geçersiz koşul", - "whatIfEvaResultInvalidPolicy": "Geçersiz ilke", - "whatIfEvaResultLocation": "Konum", - "whatIfEvaResultNotEnoughInformation": "Yeterli bilgi yok", - "whatIfEvaResultPolicyNotEnabled": "İlke etkin değil", - "whatIfEvaResultSignInRisk": "Oturum açma riski", - "whatIfEvaResultUsers": "Kullanıcılar ve gruplar", "whatIfIpAddress": "IP adresi", "whatIfIpAddressInfo": "Kullanıcının oturum açtığı konumun IP adresi.", "whatIfIpCountryInfoBoxText": "IP adresi veya Ülke/Bölge kullanıyorsanız, her iki alan gereklidir ve birlikte doğru eşlenmelidir.", - "whatIfPolicyAppliesTab": "Uygulanacak ilkeler", - "whatIfPolicyAppliesTabWithCount": "Geçerli ilkeler ({0})", - "whatIfPolicyDoesNotApplyTab": "Uygulanmayacak ilkeler", - "whatIfPolicyDoesNotApplyTabWithCount": "Geçerli olmayan ilkeler ({0})", - "whatIfReasons": "Bu ilkenin uygulanmama nedenleri", - "whatIfSelectClientApp": "Bir istemci uygulaması seçin...", "whatIfSelectCountry": "Ülke/bölge seçin...", "whatIfSelectDevicePlatform": "Cihaz platformunu seçin...", "whatIfSelectPrivateLink": "Özel bağlantı seçin...", - "whatIfSelectServicePrincipalRisk": "Hizmet sorumlusu riskini seçin...", "whatIfSelectSignInRisk": "Oturum açma riskini seçin...", - "whatIfSelectType": "Kimlik türünü seçin", - "whatIfSelectUserRisk": "Kullanıcı riskini seçin...", - "whatIfServicePrincipalRiskInfo": "Hizmet sorumlusuyla ilişkili risk düzeyi", "whatIfSignInRisk": "Oturum açma riski", "whatIfSignInRiskInfo": "Oturum açma ile ilişkili risk düzeyi", "whatIfUnknownAreas": "Bilinmeyen Alanlar", - "whatIfUserPickerLabel": "Seçili kullanıcı", - "whatIfUserPickerNoRowsLabel": "Kullanıcı veya hizmet sorumlusu seçilmedi", - "whatIfUserRiskInfo": "Kullanıcı ile ilişkili risk düzeyi", - "whatIfUserSelectorInfo": "Dizinde bulunan ve test etmek istediğiniz kullanıcı", "windows365InfoBox": "Windows 365’in seçilmesi Bulut PC’lere ve Azure Sanal Masaüstü oturumu ana bilgisayarlarına bağlantıları etkiler. Daha fazla bilgi edinmek için buraya tıklayın.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "Bu ilkeyi düzenlemek için iş yükü kimlikleri premium P1 veya P2 lisansı gereklidir.", "workloadIdentity": "İş yükü kimliği" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filtre", - "assignmentFilterTypeColumnHeader": "Filtre modu", - "assignmentToast": "Son kullanıcı bildirimleri", - "assignmentTypeTableHeader": "ATAMA TÜRÜ", - "deadlineTimeColumnLabel": "Yükleme son tarihi", - "deliveryOptimizationPriorityHeader": "Teslim iyileştirme önceliği", - "groupTableHeader": "Grup", - "installContextLabel": "Bağlam Yükleme", - "isRemovable": "Çıkarılabilir olarak yükle", - "licenseTypeLabel": "Lisans türü", - "modeTableHeader": "Grup modu", - "policySet": "İlke Kümesi", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "iCloud uygulamasını yedeklemeyi engelle", - "restartGracePeriodHeader": "Yeniden başlatma mehil süresi", - "startTimeColumnLabel": "Kullanılabilirlik", - "tracks": "İzlemeler", - "uninstallOnRemoval": "Cihaz kaldırılırken yüklemeyi kaldır", - "updateMode": "Güncelleştirme Önceliği", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD web uygulaması", - "androidEnterpriseSystemApp": "Android Enterprise sistem uygulaması", - "androidForWorkApp": "Yönetilen Google Play Store uygulaması", - "androidLobApp": "Android iş kolu uygulaması", - "androidStoreApp": "Android mağaza uygulaması", - "builtInAndroid": "Yerleşik Android uygulaması", - "builtInApp": "Yerleşik uygulama", - "builtInIos": "Yerleşik iOS uygulaması", - "iosIPadOSWebClip": "iOS/iPadOS web klibi", - "iosLobApp": "iOS iş kolu uygulaması", - "iosStoreApp": "iOS mağaza uygulaması", - "iosVppApp": "iOS Volume Purchase Program uygulaması", - "lineOfBusinessApp": "İş kolu uygulaması", - "macOSDmgApp": "macOS uygulaması (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS iş kolu uygulaması", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office Suite", - "macOsVppApp": "macOS Volume Purchase Program uygulaması", - "managedAndroidLobApp": "Yönetilen Android iş kolu uygulaması", - "managedAndroidStoreApp": "Yönetilen Android mağaza uygulaması", - "managedGooglePlayApp": "Yönetilen Google Play Store uygulaması", - "managedGooglePlayPrivateApp": "Yönetilen Google Play özel uygulaması", - "managedGooglePlayWebApp": "Yönetilen Google Play web bağlantısı", - "managedIosLobApp": "Yönetilen iOS iş kolu uygulaması", - "managedIosStoreApp": "Yönetilen iOS mağaza uygulaması", - "microsoftStoreForBusinessApp": "İş İçin Microsoft Store uygulaması", - "microsoftStoreForBusinessReleaseManagedApp": "İş İçin Microsoft Store", - "officeAddIn": "Office eklentisi", - "officeSuiteApp": "Microsoft 365 Uygulamaları (Windows 10 ve üzeri)", - "sharePointApp": "SharePoint uygulaması", - "teamsApp": "Teams uygulaması", - "webApp": "Web bağlantısı", - "winGetPublicApp": "Windows Paket Yöneticisi Topluluk Deposu", - "winGetStoreApp": "Microsoft Store uygulaması (yeni)", - "windowsAppXLobApp": "Windows AppX iş kolu uygulaması", - "windowsClassicApp": "Windows uygulaması (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 ve üzeri)", - "windowsMobileMsiLobApp": "Windows MSI iş kolu uygulaması", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX iş kolu uygulaması", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX iş kolu uygulaması", - "windowsPhone81StoreApp": "Windows Phone 8.1 mağaza uygulaması", - "windowsPhoneXapLobApp": "Windows Phone XAP iş kolu uygulaması", - "windowsStoreApp": "Microsoft Store uygulaması (eski)", - "windowsUniversalAppXLobApp": "Windows Universal AppX iş kolu uygulaması", - "windowsUniversalLobApp": "Windows Evrensel iş kolu uygulaması", - "windowsWebApp": "Windows web bağlantısı" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Hariç Tutulan", - "include": "Dahil edilen", - "includeAllDevicesVirtualGroup": "Dahil edilen", - "includeAllUsersVirtualGroup": "Dahil edilen" - }, - "AssignmentToast": { - "hideAll": "Tüm bildirimleri gizle", - "showAll": "Tüm bildirimleri göster", - "showReboot": "Bilgisayar yeniden başlatma işlemleri için bildirim göster" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Arka Plan", - "displayText": "{0} içinde içerik indirme", - "foreground": "Ön plan", - "header": "Teslim iyileştirme önceliği" - }, - "DeviceRestartBehaviorOptions": { - "allow": "Uygulama yüklemesi, cihazın yeniden başlatılmasını zorlayabilir", - "basedOnReturnCode": "Dönüş kodlarına dayalı davranışı belirle", - "force": "Intune zorunlu bir cihaz yeniden başlatma işlemi gerçekleştirecek", - "suppress": "Belirli bir eylem yok" - }, - "FilterType": { - "exclude": "Dışla", - "include": "Ekle", - "none": "Yok" - }, - "InstallIntent": { - "available": "Kayıtlı cihazlar için bulunur", - "availableWithoutEnrollment": "Kayıtlı veya kayıtsız olarak kullanılabilir", - "notApplicable": "Geçerli değil", - "required": "Gerekli", - "uninstall": "Kaldır" - }, - "SettingType": { - "assignmentType": "Atama türü", - "deviceLicensing": "Lisans türü", - "installContext": "Cihaz kaldırılırken yüklemeyi kaldır", - "toastSettings": "Son kullanıcı bildirimleri", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Varsayılan", - "postponed": "Ertelendi", - "priority": "Yüksek Öncelik" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Cihazları ilk sağlama için yapılandırın ve kullanıcılara atayın.", - "title": "Cihaz hazırlama" - }, - "EnrollmentSettings": { - "description": "Kaydı engelleme ve kullanıcılara atama gibi kayıt ayarlarını yapılandırın.", - "title": "Kayıt ayarları" - }, - "coManagementAuthorityDesc": "Configuration Manager tümleştirmesi için ortak yönetim ayarlarını yapılandırın", - "coManagementAuthorityTitle": "Ortak yönetim ayarları ", - "deploymentProfiles": "Windows Autopilot dağıtım profilleri", - "description": "Bir Windows 10/11 bilgisayarının kullanıcılar veya yöneticiler tarafından Intune'a kaydedilmesinin yedi farklı yolu hakkında bilgi edinin.", - "descriptionLabel": "Windows kayıt yöntemleri", - "enrollmentStatusPage": "Kayıt Durumu Sayfası" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "Uygulama yüklemesi, cihazın yeniden başlatılmasını zorlayabilir", - "basedOnReturnCode": "Dönüş kodlarına dayalı davranışı belirle", - "force": "Intune zorunlu bir cihaz yeniden başlatma işlemi gerçekleştirecek", - "suppress": "Belirli bir eylem yok" - }, - "RunAsAccountOptions": { - "system": "Sistem", - "user": "Kullanıcı" - }, - "availableUninstall": "Kullanılabilir kaldırmaya izin ver", - "availableUninstallTooltip": "Şirket Portalı’ından kullanıcılar için bu uygulamada kaldırma seçeneği sağlamak için 'Evet' seçeneğini işaretleyin. Kullanıcıların uygulamayı Şirket Portalı’ndan kaldırmasını engellemek için 'Hayır'ı seçin.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Cihaz yeniden başlatma davranışı", - "deviceRestartBehaviorTooltip": "Uygulama başarıyla yüklendikten sonra cihaz yeniden başlatma davranışını seçin. Cihazı dönüş kodları yapılandırma ayarlarına bağlı olarak yeniden başlatmak için 'Davranışı dönüş kodlarına göre belirle' seçeneğini belirleyin. MSI tabanlı uygulamaların yüklenmesi sırasında cihaz yeniden başlatma işlemlerini ertelemek için 'Belirli bir eylem yok' seçeneğini belirleyin. Uygulama yüklemesinin yeniden başlatmayı ertelemeden tamamlanmasına izin vermek için 'Uygulama yüklemesi cihazın yeniden başlatılmasını zorlayabilir' seçeneğini belirleyin. Her başarılı uygulama yüklemesinden sonra cihazı yeniden başlatmak için 'Intune zorunlu bir cihaz yeniden başlatma zorlayacak' seçeneğini belirleyin.", - "header": "Bu uygulamayı yükleme ve kaldırma komutlarını belirtin:", - "installCommand": "Yükleme komutu", - "installCommandMaxLengthErrorMessage": "Yükleme komutu, izin verilen maksimum uzunluk olan 1024 karakteri aşamaz.", - "installCommandTooltip": "Bu uygulamayı yüklemek için kullanılan yükleme komut satırının tamamı.", - "runAs32Bit": "Yükleme ve kaldırma komutlarını 64 bit istemcilerde 32 bit işlemde çalıştır", - "runAs32BitTooltip": "Uygulamayı 64 bit istemcilerde 32 bit bir işlemde yüklemek ve kaldırmak için 'Evet' seçeneğini belirleyin. Uygulamayı 64 bit istemcilerde 64 bit bir işlemde yüklemek ve kaldırmak için 'Hayır' (varsayılan) seçeneğini belirleyin. 32 bit istemciler, her zaman 32 bit işlemi kullanır.", - "runAsAccount": "Yükleme davranışı", - "runAsAccountTooltip": "Destekleniyorsa, bu uygulamayı tüm kullanıcılara yüklemek için 'Sistem'i seçin. Uygulamayı cihazda oturum açmış kullanıcıya yüklemek için 'Kullanıcı'yı seçin. Çift amaçlı MSI uygulamalarında değişiklikler, uygulamanın asıl yüklemesinde uygulanan değer geri yüklenene kadar güncelleştirmelerin ve kaldırmaların tamamlanmasını önler.", - "selectorLabel": "Program", - "uninstallCommand": "Kaldırma komutu", - "uninstallCommandTooltip": "Bu uygulamayı kaldırmak için kullanılan kaldırma komut satırının tamamı." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Şirketinizde kullanım için onaylanmamış uygulamalar yükleyen kullanıcılar hakkında bilgi sahibi olmak için bu ayarları kullanın. Kısıtlı uygulama listesi türünü seçin:

                              \r\n Yasaklı uygulamalar - Kullanıcılar tarafından yüklendiğinde bilgilendirilmek istediğiniz uygulamaların listesi.
                              \r\n Onaylı uygulamalar - Şirketinizde kullanım için onaylanmış uygulamaların listesi. Kullanıcılar bu listede olmayan bir uygulama yüklediğinde bilgilendirilirsiniz.
                              \r\n ", - "androidZebraMxZebraMx": "XML biçiminde bir MX profilini karşıya yükleyerek Zebra cihazları yapılandırın.", - "iosDeviceFeaturesAirprint": "iOS cihazlarını ağınızdaki AirPrint uyumlu yazıcılara otomatik olarak bağlanacak şekilde yapılandırmak için bu ayarları kullanın. Yazıcılarınızın IP adresine ve kaynak yoluna ihtiyacınız vardır.", - "iosDeviceFeaturesExtensibleSingleSignOn": "iOS 13.0 ve sonraki sürümleri çalıştıran cihazlar için çoklu oturum açma (SSO) sağlayan bir uygulama uzantısı yapılandırın.", - "iosDeviceFeaturesHomeScreenLayout": "iOS cihazlarında dock ve Giriş Ekranları için ekran düzenini yapılandırın. Bazı cihazlarda, görüntülenebilecek öğe sayısı sınırlandırılmış olabilir.", - "iosDeviceFeaturesIOSWallpaper": "iOS cihazlarının Giriş Ekranında ve/veya kilit ekranında gösterilecek görüntüyü seçin.\r\n Her iki konumda da benzersiz bir görüntü göstermek için kilit ekranı görüntüsüyle ve Giriş Ekranı görüntüsüyle iki ayrı profil oluşturun.\r\n Daha sonra her iki profili de kullanıcılarınıza atayın.\r\n
                              \r\n
                                \r\n
                              • Maksimum dosya boyutu: 750 KB
                              • \r\n
                              • Dosya türü: PNG, JPG veya JPEG
                              • \r\n
                              \r\n ", - "iosDeviceFeaturesNotifications": "Uygulamalar için bildirim ayarlarını belirtin. iOS 9.3 ve sonraki sürümleri destekler.", - "iosDeviceFeaturesSharedDevice": "Kilit ekranında görüntülenecek isteğe bağlı bir metin belirtin. Bu, iOS 9.3 ve sonrası sürümlerde desteklenir. Daha Fazla Bilgi Edinin", - "iosGeneralApplicationRestrictions": "Şirketinizde kullanım için onaylanmamış uygulamalar yükleyen kullanıcılar hakkında bilgi sahibi olmak için bu ayarları kullanın. Kısıtlı uygulama listesi türünü seçin:

                              \r\n Yasaklı uygulamalar - Kullanıcılar tarafından yüklendiğinde bilgilendirilmek istediğiniz uygulamaların listesi.
                              \r\n Onaylı uygulamalar - Şirketinizde kullanım için onaylanmış uygulamaların listesi. Kullanıcılar bu listede olmayan bir uygulama yüklediğinde bilgilendirilirsiniz.
                              \r\n ", - "iosGeneralApplicationVisibility": "Kullanıcının görüntüleyebileceği veya başlatabileceği iOS uygulamalarını belirtmek için, gösterilen uygulamalar listesini kullanın. Kullanıcının görüntüleyemeyeceği veya başlatamayacağı iOS uygulamalarını belirtmek için, gizli uygulamalar listesini kullanın.", - "iosGeneralAutonomousSingleAppMode": "Bu listeye eklediğiniz ve bir cihaza atadığınız uygulamalar, başlatıldıktan sonra yalnızca kendisini çalıştırmak için cihazı kilitleyebilir veya belirli bir eylem çalışırken (örneğin bir test yapılırken) cihazı kilitleyebilir. Eylem tamamlandıktan veya siz kısıtlamayı kaldırdıktan sonra cihaz normal durumuna geri döner.", - "iosGeneralKiosk": "Kiosk modu, çeşitli ayarları cihaza kilitler veya cihazda çalıştırılabilecek tek bir uygulamayı belirtir. Bu özellik, cihazın yalnızca tek bir demo uygulamasını çalıştırmasını istediğiniz perakende mağaza gibi ortamlarda yararlı olabilir.", - "macDeviceFeaturesAirprint": "macOS cihazları, ağınızdaki AirPrint uyumlu yazıcılara otomatik olarak bağlanmak üzere yapılandırmak için bu ayarları kullanın. Yazıcılarınızın IP adresleri ve kaynak yoluna ihtiyacınız olacaktır.", - "macDeviceFeaturesAssociatedDomains": "Kuruluşunuzun uygulamaları ile web siteleri arasında veri ve oturum açma kimlik bilgilerini paylaşmak için ilişkili etki alanlarını yapılandırın. Bu profil, macOS 10.15 veya sonraki sürümleri çalıştıran cihazlara uygulanabilir.", - "macDeviceFeaturesExtensibleSingleSignOn": "macOS 10.15 veya sonraki sürümleri çalıştıran cihazlar için çoklu oturum açma (SSO) sağlayan bir uygulama uzantısı yapılandırın.", - "macDeviceFeaturesLoginItems": "Kullanıcılar cihazlarında oturum açtığında hangi uygulamaların, dosyaların ve klasörlerin açılacağını seçin. Kullanıcıların seçilen uygulamaların açılma şeklini değiştirmesini istemiyorsanız, uygulamaları kullanıcı yapılandırmasından gizleyebilirsiniz.", - "macDeviceFeaturesLoginWindow": "macOS oturum açma ekranının görünümünü ve kullanıcılara oturum açmadan önce ve açtıktan sonra sunulan işlevleri yapılandırın.", - "macExtensionsKernelExtensions": "10.13.2 veya üzeri bir sürüm çalıştıran macOS cihazlarda çekirdek uzantı ilkesini yapılandırmak için bu ayarları kullanın.", - "macGeneralDomains": "Son kullanıcı tarafından gönderilen veya alınan ve burada belirttiğiniz etki alanlarıyla eşleşmeyen e-postalar, güvenilmeyen olarak işaretlenir.", - "windows10EndpointProtectionApplicationGuard": "Microsoft Edge kullanırken Microsoft Defender Application Guard, ortamınızı kuruluşunuz tarafından güvenilir olarak tanımlanmayan sitelerden korur. Kullanıcılar, yalıtılmış ağ sınırınızda listelenmeyen siteleri ziyaret ettiğinde, siteler Hyper-V'de sanal bir göz atma oturumunda açılır. Güvenilir siteler, Cihaz Yapılandırmasında yapılandırılabilen bir ağ sınırı ile tanımlanır. Bu özelliğin yalnızca 64 bit Windows 10 veya sonraki bir sürümünü çalıştıran cihazlarda kullanılabildiğini unutmayın.", - "windows10EndpointProtectionCredentialGuard": "Credential Guard'ı etkinleştirmek şu gerekli ayarları etkinleştirir:\r\n
                              \r\n
                                \r\n
                              • Sanallaştırma Tabanlı Güvenliği Etkinleştir: Bir sonraki yeniden başlatmada sanallaştırma tabanlı güvenliği (VBS) açar. Sanallaştırma tabanlı güvenlik, güvenlik hizmetlerine destek sağlamak için Windows Hiper Yöneticisi'ni kullanır.
                              • \r\n
                                \r\n
                              • Doğrudan Bellek Erişimi ile Güvenli Önyükleme: VBS'yi Güvenli Önyükleme ve doğrudan bellek erişimi (DMA) ile açar.
                              • \r\n
                              \r\n ", - "windows10EndpointProtectionDeviceGuard": "Microsoft Defender Uygulama Denetimi tarafından denetlenmesi gereken veya çalışması için güvenilebilecek ek uygulamaları seçin. Windows bileşenlerine ve Windows mağazasından alınan tüm uygulamalara çalışmaları için otomatik olarak güvenilir.

                              \r\n Uygulamalar \"Yalnızca denetim\" modunda çalışırken engellenmez. \"Yalnızca denetim\" modu tüm olayları yerel günlüklere kaydeder.\r\n ", - "windows10GeneralPrivacyPerApp": "\"Varsayılan gizlilik\"te tanımladığınızdan farklı bir gizlilik davranışı olması gereken uygulamaları ekleyin.", - "windows10NetworkBoundaryNetworkBoundary": "Ağ sınırı, bulut tarafından barındırılan etki alanı ve kuruluş ağı üzerindeki bilgisayarlar için IP adres aralıkları gibi kurumsal kaynakların listesidir. Bu konumlarda bulunan verileri korumaya yönelik ilkeler uygulamak için ağ sınırlarını tanımlayın.", - "windowsHealthMonitoring": "Windows işlevsel durum izleme ilkesini yapılandırın.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone, kullanıcıların yasaklı uygulama listesinde belirtilen veya onaylı uygulamalar listesinde belirtilmeyen uygulamaları yüklemesini veya başlatmasını engelleyebilir. Tüm yönetilen uygulamalar onaylı listeye eklenmelidir." - }, - "Inputs": { - "accountDomain": "Hesap etki alanı", - "accountDomainHint": "örneğin contosodomain", - "accountDomainInfoBalloon": "Kullanıcının hesap etki alanını belirtin.", - "accountTypeInfoBalloon": "Kimlik doğrulaması modeline dayanarak yapılandırılan hesap türünü belirtin", - "allowContactSetting": "Kullanıcının kişi ayarını değiştirmesine izin ver", - "allowContactSyncInfoBalloon": "Kullanıcının kişi eşitleme ayarını değiştirmesine izin verilip verilmediğini belirtin", - "allowUserChange": "Kullanıcının ayar değiştirmesine izin ver", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Lütfen com.microsoft.word gibi bir paket adı girin", - "androidUrlValidation": "Şuna benzer geçerli bir URL girin: https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=tr", - "appInstallContext": "Uygulama yükleme bağlamı", - "appUrlLabel": "App Store URL'si", - "appleUrlValidation": "Şuna benzer geçerli bir URL girin: https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "İlgili cihaz türü", - "assignmentActionLabel": "Mod", - "authenticationMethodInfoBalloon": "Kullanıcı için kimlik doğrulaması yöntemini belirtin", - "authenticationMetod": "Kimlik doğrulama yöntemi", - "authenticationType": "Kimlik doğrulaması türü", - "authenticationTypeInfoBalloon": "Kullanıcı için kimlik doğrulaması türünü belirtin", - "availableLicenseCount": "Kullanılabilir lisanslar", - "basicAuth": "Temel kimlik doğrulama", - "biometricsInfoBalloon": "Kullanıcıların cihazlarında uygulamaya erişmeleri için TouchID veya FaceID gibi biyometrik bilgiler gerekebilir. Bu bilgiler gerekli kılındığında, bu profilde seçilen kimlik doğrulaması yöntemine ek olarak kullanılır. Uygulama koruma ilkesi yönetilen verilere erişim öncesinde erişim gereksinimleri içerdiğinden bu ayar, Intune Uygulama Koruma İlkeleri dağıtıldığında etkinleştirilmemelidir. Her ikisinin de etkinleştirilmesi, Outlook mobile erişim için birden fazla erişim isteğiyle sonuçlanır. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Kapalı'dır. ", - "bookNameLabel": "Kitap adı", - "bundleDescriptionHint": "Dahil edilen uygulamalar için bir açıklama girin.", - "calendar": "Takvim", - "categoryLabel": "Kategori", - "categoryNameLabel": "Varsayılan ad", - "certProfileType": "Sertifika profili türü", - "certificate": "Sertifika", - "certificates": "Sertifikalar", - "commandLineLabel": "Komut satırı bağımsız değişkenleri", - "commandLineSizeHint": "Komut satırı bağımsız değişken metni uzunluğunun üst sınırı 1024 karakterdir", - "configurationSettingsFormatLabel": "Yapılandırma ayarları biçimi", - "configurationSettingsLabel": "Ayarlar biçimi", - "contactSync": "Kişileri Kaydet", - "contactSyncInfoBalloon": "Mobil cihazın yerel adres defterine kişi kaydetmek, yeni aramaların ve kısa mesajların kullanıcının mevcut Outlook kişilerine bağlanmasını sağlar. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Kapalı'dır.", - "contacts": "İlgili Kişiler", - "createdDateTime": "Oluşturuldu", - "defaultCategoryHint": "Varsayılan kategoriler değiştirilemez", - "deploySMimeCertsFromIntune": "Intune'dan S/MIME sertifikaları dağıt", - "descriptionGenericLabel": "Açıklama", - "descriptionHint": "Açıklama girin...", - "descriptionLabel": "Açıklama", - "descriptionSizeHint": "Açıklamanın uzunluğu 10.000 karakterden uzun olmamalıdır", - "developerLabel": "Geliştirici", - "developerSizeHint": "Geliştirici adının uzunluk üst sınırı 256 karakterdir.", - "disable": "Devre Dışı Bırak", - "disabled": "Devre dışı", - "displayNameLabel": "Ad", - "displayVersionHint": "Uygulama sürümünü girin", - "displayVersionLabel": "Uygulama Sürümü", - "displayVersionLengthCheck": "Görüntü sürümünün uzunluğu en fazla 130 karakter olmalıdır", - "eBookCategoryNameLabel": "Varsayılan ad", - "emailAccount": "E-posta hesabı adı", - "emailAccountHint": "örn. Kurumsal E-posta", - "emailAccountInfoBalloon": "E-posta hesabının kullanıcılara cihazlarında görüntülenecek olan görünen adını belirtin", - "emailAddressAttribute": "AAD'den e-posta adresi özniteliği", - "emailAddressInfoBalloon": "Posta göndermek ve almak için kullanılacak olan e-posta adresini belirtin", - "emailServer": "E-posta Sunucusu", - "emailServerHint": "örneğin mail.contoso.com", - "emailServerInfoBalloon": "Exchange Server sunucunuzun konak adını belirtin", - "enable": "Etkinleştir", - "enableSMime": "S/MIME'yi etkinleştir", - "enabled": "Etkin", - "encryptAllEmails": "Tüm e-postaları şifrele", - "encryptionCertificates": "Şifreleme sertifikaları", - "endUserNotifications": "Son kullanıcı bildirimleri", - "enrollmentTypeLabel": "Cihaz kayıt türü", - "externalRecipients": "Dış alıcılar Posta İpucu", - "externalRecipientsInfoBalloon": "Dış Alıcılar Posta İpucu, gönderenin bir dış alıcı veya dış alıcı içeren bir dağıtım grubu eklemesi durumunda görüntülenir. Bu Posta İpucu, gönderenleri oluşturdukları iletinin kuruluş dışına çıkıp çıkmayacağı konusunda bilgilendirerek sözcük seçimi, üslup ve içerik konusunda doğru kararlar alınmasına yardımcı olur. Yalnızca hibrit modern kimlik doğrulamasından yararlanan Exchange Online hesapları ve şirket hesapları için kullanılabilir. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Açık'tır.", - "focusedInbox": "Odaklanmış Gelen Kutusu", - "focusedInboxInfoBalloon": "Odaklanmış Gelen Kutusu, gelen kutunuzu iki sekmeye ayırır: Odaklanmış ve Diğer. En önemli e-postalarınız Odaklanmış sekmesindeyken diğerleri kolayca ulaşılabilir ancak gözden uzak bir yerde, Diğer sekmesinde durur. Yapılandırılmadı olarak ayarlandığında varsayılan uygulama ayarı Kapalı'dır. ", - "gmailNineAmountOfEmail": "Eşitlenecek e-posta miktarı", - "gmailNineAuthenticationMethodInfoBalloon": "Kullanıcıların e-posta sunucusunda nasıl kimlik doğrulaması yapmasını istediğinizi seçin. Son kullanıcılar için en güvenli ve sorunsuz deneyimi sağlamak üzere sertifikaları kullanın. Cihaz sahibi cihazlarına yönelik SCEP ve PKCS sertifika profilleri bulunmadığından sertifika tabanlı kimlik doğrulaması henüz kullanılamıyor. ", - "gmailNineCertificateUPNInfoBalloon": "Sertifika, kullanıcı asıl adını (UPN) bir konu diğer adı olarak içermelidir.", - "gmailNineEmailAddressInfoBalloon": "Intune'un profil tarafından kullanılacak e-posta adresini dinamik olarak oluşturmak için Azure AD'den aldığı öznitelik; ör. Adım@contoso.com (UPN). E-posta profilleri için AAD öznitelikleri hakkında daha fazla bilgi edinin.", - "gmailNineEmailServerInfoBalloon": "Belirttiğiniz uygulamanın e-posta almak için bağlandığı e-posta sunucusunun Exchange konumu (URL).", - "gmailNineEmailSynchronizeInfoBalloon": "İstemcinin kaç e-postayı eşitleyeceğini denetleyin.", - "gmailNineSSLInfoBalloon": "E-posta sunucusu ile yapılan tüm iletişimin güvenliğini sağlamaya yardımcı olmak için SSL'yi etkinleştirin.", - "gmailNineUsernameInfoBalloon": "Intune'un profil tarafından kullanılacak kullanıcı adını dinamik olarak oluşturmak için Azure AD'den aldığı öznitelik; ör. Adım@contoso.com (UPN) veya Adım (kullanıcı adı). E-posta profilleri için AAD öznitelikleri hakkında daha fazla bilgi edinin.", - "ignoreVersionDetection": "Uygulama sürümünü yoksay", - "informationUrlLabel": "Bilgi URL'si", - "informationUrlSizeHint": "Bilgi URL’sinin en yüksek uzunluğu 1024 karakterdir", - "installAsManaged": "Yönetilen olarak yükle", - "installationSourceLabel": "Uygulama türü", - "installerTypeInfoBalloon": "Uygulama paketinin yükleyici türü.", - "installerTypeLabel": "Yükleyici Türü", - "isFeatured": "Bunu Şirket Portalı'nda öne çıkan uygulama olarak görüntüle", - "isMAMEnabledToggleLabel": "Evet", - "lastModifiedDateTime": "Son güncelleştirme Zamanı", - "ldapUrl": "LDAP URL'si", - "licensingType": "Cihaz bağlamı atamasını destekler", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimum işletim sistemi", - "modernAuth": "Modern kimlik doğrulaması", - "nameHint": "Bir ad girin", - "nameLabel": "Ad", - "nameSizeHint": "Ad uzunluğunun üst sınırı 512 karakterdir.", - "notConfigured": "Yapılandırılmadı", - "notesLabel": "Notlar", - "notesSizeHint": "Not metni uzunluğunun üst sınırı 1024 karakterdir.", - "notificationType": "Bildirim türü", - "oneDay": "Bir Gün", - "oneMonth": "Bir Ay", - "oneWeek": "Bir Hafta", - "outlookSMimeSettings": "Outlook S/MIME ayarları", - "ownerLabel": "Sahip", - "ownerSizeHint": "Sahip adı uzunluğunun üst sınırı 256 karakterdir.", - "packageIdLabel": "Paket Tanımlayıcısı", - "packageNameLabel": "Paket adı", - "pivCredentialNotConfigured": "Kiracınız için türetilmiş kimlik bilgisi veren seçmediniz. Bu ilkeyi cihazlara başarıyla uygulayabilmeniz için önce bir veren yapılandırmanız gerekiyor.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Açıklama", - "policyNameLabel": "Ad", - "primarySMTPAddress": "Birincil SMTP Adresi", - "privacyUrlLabel": "Gizlilik URL'si", - "publisherHint": "Bir yayımcı adı girin", - "publisherLabel": "Yayımcı", - "publisherSizeHint": "Yayımcı adının uzunluğu 2 ile 1024 karakter arasında olmalıdır (bu sayılar dahil)", - "require": "Gerekli Kıl", - "requireBiometrics": "Uygulamaya erişmek için Biyometriyi gerekli kıl", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "En az bir kapsam etiketi gereklidir", - "searchAppLabel": "Uygulama seçin", - "searchAppLinkText": "App Store'da Ara", - "searchWinGetPublicRepositoryLinkText": "Windows Paket Yöneticisi Topluluk Deposu’nda Arama Yapın", - "searchWinGetStoreRepositoryLinkText": "Microsoft Store uygulamasında (yeni) arama yapın", - "selectAAD": "AAD özniteliği seçin", - "selectAppFileLabel": "Dosya seçin", - "selectAppFileLinkText": "Uygulama paketi dosyası seçin", - "selectAppFileToUpdateLabel": "Güncelleştirilecek dosyayı seçin", - "selectAuthMethod": "Kimlik doğrulama yöntemi seçin", - "selectAuthType": "Kimlik doğrulaması türü seçin", - "selectCertificate": "Sertifika seçin", - "signAllEmails": "Tüm e-postaları imzalayın", - "signingCertificates": "İmzalama sertifikaları", - "ssl": "SSL", - "suiteDescriptionLabel": "Paket Açıklaması", - "suiteNameLabel": "Paket Adı", - "tasks": "Görevler", - "threeDays": "Üç Gün", - "totalLicenseCount": "Toplam lisans sayısı", - "twoWeeks": "İki Hafta", - "unifiedAssignmentsLabel": "Şuna ata:", - "unlimited": "Sınırsız", - "urlHint": "Geçerli bir url girin", - "useManagedBrowserHint": "Yalnızca Android ve iOS. Daha fazla bilgi edinin", - "useManagedBrowserLabel": "Bu bağlantının açılabilmesi için yönetilen tarayıcı gerektir", - "userPrinicipalName": "Kullanıcı Asıl Adı", - "username": "Kullanıcı adı", - "usernameAttribute": "AAD'den kullanıcı adı özniteliği", - "usernameAttributreInfoBalloon": "Hesap kimliğini doğrulamak için kullanılacak olan e-posta profili Kullanıcı Asıl Adı'nı belirtin", - "usernamePassword": "Kullanıcı adı ve parola", - "webAppUrlHint": "http:// veya https:// ile başlayan geçerli bir url girin", - "webAppUrlLabel": "Uygulama URL'si", - "webAppUrlSizeHint": "Uygulama URL’sinin maksimum uzunluğu 1024 karakterdir", - "windowsUrlValidation": "Aşağıdakine benzer geçerli bir URL girin: https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "Girilen XML Verileri", - "xmlFormatInvalid": "XML ilkesi biçimi geçersiz.", - "xmlTooLarge": "Giriş boyutu 1 MB'tan küçük olmalıdır." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Desteklenmiyor", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Kalite güncelleştirmesi ilkeleri oluşturmak belirli lisanslar gerektirir.", "warningBoxText": "Yazılım güncelleştirmelerinin hızlandırılması, gerektiğinde uyumluluğa ulaşma süresinin kısaltılmasına yardımcı olabilir ve son kullanıcı üretkenliği üzerinde daha büyük bir etkiye sahiptir. Mesai saatleri içinde yeniden başlatma deneyimi yaşama olasılıkları önemli ölçüde artar." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                              For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                              Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                              \n
                                \n
                              • This setting works correctly when \"All cloud apps\" are selected
                              • \n
                              • This does not affect token lifetimes or the sign-in frequency setting.
                              • \n
                              • This will override the \"Show option to stay signed in\" policy in Company Branding.
                              • \n
                              • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                              • \n
                              • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                              • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge yapılandırma ayarları", "edgeWindowsDataProtectionSettings": "Edge (Windows) veri koruma ayarları - Önizleme", @@ -10783,7 +11566,10 @@ "Column": { "author": "Yazar", "template": "Şablon adı" - } + }, + "Row": { + "ariaLabel": "sütun {2} satır {0} / {1}" + } }, "SettingsCatalog": { "subtitle": "Baştan başlayın ve kullanılabilir ayarlar kitaplığından istediğiniz ayarları seçin", @@ -11593,6 +12379,7 @@ "gettingStarted": "Başlarken", "messages": "İletiler", "onlineResources": "Çevrimiçi kaynaklar", + "policyHealth": "İlke durumu", "releaseManagement": "Sürüm yönetimi", "serviceRequests": "Hizmet istekleri", "settings": "Ayarlar", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Uç Nokta için Microsoft Defender", "allApps": "Tüm uygulamalar", "allDevices": "Tüm cihazlar", - "androidFotaDeployments": "Android FOTA dağıtımları", + "androidFotaDeployments": "Android FOTA dağıtımları {önizleme}", "appBundles": "Uygulama Paketi Grupları", "appCategories": "Uygulama kategorileri", "appConfigPolicies": "Uygulama yapılandırma ilkeleri", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Atanan izinler", "assignedRoles": "Atanan roller", "autopilotDeploymentReport": "Autopilot dağıtımları (önizleme)", + "autopilotDeploymentReportV2": "Autopilot dağıtımları 2.0 (önizleme)", "brandingAndCustomization": "Özelleştirme", "cartProfiles": "Kart profilleri", "certificateConnectors": "Sertifika bağlayıcıları", "chromeEnterprise": "Chrome Enterprise (önizleme)", "cloudAttachedDevices": "Buluta ekli cihazlar (önizleme)", + "cloudPcActions": "Bulut PC eylemleri (önizleme)", + "cloudPcMaintenanceWindows": "Bulut PC bakım pencereleri (Önizleme)", "compliancePolicies": "Uyumluluk ilkeleri", "complianceScriptManagement": "Betikler", "complianceScriptManagementPreview": "Betikler (önizleme)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Kayıt kısıtlamaları", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange hizmet bağlayıcıları", - "failuresForDriverUpdates": "Windows Sürücü güncelleştirme hataları (önizleme)", + "failuresForDriverUpdates": "Windows Sürücü güncelleştirme hataları", "failuresForFeatureUpdates": "Özellik güncelleştirme hataları", "failuresForQualityUpdates": "Windows Hızlandırılmış güncelleştirme hataları", "featureFlighting": "Özellik yayını", "featureUpdateDeployments": "Windows 10 ve üstü için özellik güncelleştirmeleri", "flighting": "Süreleme", - "fotaUpdate": "Üretici yazılımı kablosuz güncelleştirmesi", + "fotaUpdate": "Üretici yazılımı kablosuz güncelleştirmesi {önizleme}", "groupPolicy": "Yönetim Şablonları", "groupPolicyAnalytics": "Grup ilkesi analizi", "helpSupport": "Yardım ve destek", @@ -11717,12 +12507,12 @@ "user": "Kullanıcı", "userExecutionStatus": "Kullanıcı durumu", "wdacSupplementalPolicies": "S modu ek ilkeleri", - "windows10DriverUpdate": "Windows 10 ve sonraki sürümleri için sürücü güncelleştirmeleri (önizleme)", + "windows10DriverUpdate": "Windows 10 ve üzeri için sürücü güncelleştirmeleri", "windows10QualityUpdate": "Windows 10 ve üstü için kalite güncelleştirmeleri", "windows10UpdateRings": "Windows 10 ve sonraki sürümler için güncelleştirme kademeleri", "windows10XPolicyFailures": "Windows 10X ilke hataları", "windows365Connector": "Windows 365 Citrix bağlayıcısı", - "windows365ConnectorPublicPreview": "Windows 365 Citrix bağlayıcısı (önizleme)", + "windows365PartnerConnector": "Windows 365 iş ortağı bağlayıcıları", "windowsDiagnosticData": "Windows verileri", "windowsEnterpriseCertificate": "Windows Enterprise sertifikası", "windowsManagement": "PowerShell betikleri", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Cihaz yeniden başlatma mehil süresi", "summaryTitle": "Son kullanıcı deneyimi" }, - "EnrollmentType": { - "devicesWithEnrollment": "Yönetilen cihazlar", - "devicesWithoutEnrollment": "Yönetilen uygulamalar" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "Seçili gereksinim olarak dosya veya klasör.", + "pathToolTip": "Algılanacak dosya veya klasörün tam yolu.", + "property": "Özellik", + "valueToolTip": "Seçili algılama yöntemiyle eşleşen bir gereksinim değeri seçin. Tarih ve saat gereksinimi yerel biçimde girilmelidir." + }, + "GridColumns": { + "pathOrScript": "Yol/Betik", + "type": "Tür" + }, + "Registry": { + "keyPath": "Anahtar yolu", + "keyPathTooltip": "Değeri bir gereksinim olarak içeren kayıt defteri girişinin tam yolu.", + "operator": "İşleç", + "operatorTooltip": "Karşılaştırma için işleci seçin.", + "registryRequirement": "Kayıt defteri anahtarı gereksinimi", + "registryRequirementTooltip": "Kayıt defteri anahtarı gereksinim karşılaştırmasını seçin.", + "valueName": "Değer adı", + "valueNameTooltip": "Gerekli kayıt defteri değerinin adı." + }, + "RequirementTypeOptions": { + "fileType": "Dosya", + "registry": "Kayıt Defteri", + "script": "Betik" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolean", + "dateTime": "Tarih ve Saat", + "float": "Kayan Nokta", + "integer": "Tam sayı", + "string": "Dize", + "version": "Sürüm" + }, + "duplicateName": "{0} betik adı zaten kullanılıyor. Lütfen farklı bir ad girin.", + "enforceSignatureCheck": "Betik imzası denetimini zorla", + "enforceSignatureCheckTooltip": "Betiğin güvenilen bir yayıncı tarafından imzalandığını doğrulamak için \"Evet\" seçeneğini belirleyin. Bunun yapılması, betiğin uyarı ya da komut istemi görüntülenmeden çalıştırılmasına olanak tanır. Betik engellenmeden çalışır. Betiği imza doğrulaması olmadan, son kullanıcı onayıyla çalıştırmak için \"Hayır\" (varsayılan) seçeneğini belirleyin.", + "loggedOnCredentials": "Bu betiği oturum açmış olan kullanıcının kimlik bilgilerini kullanarak çalıştır", + "loggedOnCredentialsTooltip": "Betiği oturum açılan cihazın kimlik bilgilerini kullanarak çalıştır.", + "operatorTooltip": "Gereksinim karşılaştırması için işleci seçin.", + "requirementMethod": "Çıkış veri türünü seçin", + "requirementMethodTooltip": "Bir algılama eşleşme gereksinimi belirlenirken kullanılan veri türünü seçin.", + "scriptContent": "Betik içeriği", + "scriptFile": "Betik dosyası", + "scriptFileTooltip": "İstemcide uygulamanın olup olmadığını algılayacak bir PowerShell betiği seçin. Uygulama algılanırsa gereksinim süreci tarafından 0 değerli bir çıkış kodu sağlanır ve STDOUT'a bir dize değeri yazılır.", + "scriptName": "Betik adı", + "value": "Değer", + "valueTooltip": "Seçili algılama yöntemiyle eşleşen bir gereksinim değeri seçin. Tarih ve saat gereksinimi yerel biçimde girilmelidir." + }, + "bladeTitle": "Gereksinim kuralı ekle", + "createRequirementHeader": "Bir gereksinim oluşturun.", + "header": "Ek gereksinim kuralları yapılandırın", + "label": "Ek gereksinim kuralları", + "noRequirementsSelectedPlaceholder": "Gereksinim belirtilmedi.", + "requirementType": "Gereksinim türü", + "requirementTypeTooltip": "Bir gereksiniminin nasıl doğrulanacağının belirlenmesi için kullanılacak algılama yöntemini seçin." + }, + "architectures": "İşletim sistemi mimarisi", + "architecturesTooltip": "Uygulamayı yüklemek için gereken mimarileri seçin.", + "bladeTitle": "Gereksinimler", + "diskSpace": "Gerekli disk alanı (MB)", + "diskSpaceTooltip": "Uygulamayı yüklemek için sistem sürücüsünde gereken boş disk alanı.", + "header": "Uygulamanın yüklenebilmesi için cihazların karşılaması gereken gereksinimleri belirtin:", + "maximumTextFieldValue": "Değer en fazla {0} olabilir.", + "minimumCpuSpeed": "Gereken en düşük CPU hızı (MHz)", + "minimumCpuSpeedTooltip": "Uygulamayı yüklemek için gereken en düşük CPU hızı.", + "minimumLogicalProcessors": "Gereken en düşük mantıksal işlemci sayısı", + "minimumLogicalProcessorsTooltip": "Uygulamayı yüklemek için gereken en düşük mantıksal işlemci sayısı.", + "minimumOperatingSystem": "Minimum işletim sistemi", + "minimumOperatingSystemTooltip": "Uygulamayı yüklemek için gereken en düşük işletim sistemi seçin.", + "minumumTextFieldValue": "Değer en az {0} olmalıdır.", + "physicalMemory": "Gerekli fiziksel bellek (MB)", + "physicalMemoryTooltip": "Uygulamayı yüklemek için gereken fiziksel bellek (RAM).", + "selectorLabel": "Gereksinimler", + "validNumber": "Lütfen geçerli bir sayı girin." + }, "PolicySet": { "appManagement": "Uygulama yönetimi", "assignments": "Atamalar", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Cihaz yapılandırma profilleri", "powershellScriptTitle": "Powershell betikleri" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Önerilen", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahreyn", @@ -11909,7 +12984,7 @@ "countryNameBN": "Brunei", "countryNameBD": "Bangladeş", "countryNameMW": "Malavi", - "countryNameGM": "Gambia", + "countryNameGM": "Gambiya", "countryNameGA": "Gabon", "countryNameCA": "Kanada", "countryNameSH": "Saint Helena", @@ -12029,7 +13104,7 @@ "countryNameSG": "Singapur", "countryNameAL": "Arnavutluk", "countryNameSN": "Senegal", - "countryNameSZ": "Eswatini", + "countryNameSZ": "Esvatini", "countryNameBZ": "Belize", "countryNameCI": "Fildişi Sahili (Côte d’Ivoire)", "countryNameTW": "Tayvan", diff --git a/Documentation/Strings-zh-chs.json b/Documentation/Strings-zh-chs.json index e6e2c0a..bd721fa 100644 --- a/Documentation/Strings-zh-chs.json +++ b/Documentation/Strings-zh-chs.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "First available date" }, + "Windows11SideBySideInstall": { + "disabled": "Disabled", + "enabled": "Enabled", + "infoBalloonContent": "Control whether to install the latest Windows 10 feature update to devices not eligible for Windows 11", + "label": "When a device isn't capable of running Windows 11, install the latest Windows 10 feature update" + }, "bladeTitle": "Feature update deployments", "deploymentSettingsTitle": "Deployment settings", "loadError": "Loading failed!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "This capability requires specific licensing.", "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", - "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies.", + "specificLicensingRequired": "Some selected capabilities require specific licensing." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Help your device users understand what the app is and/or what they can do in the app. This description will be visible to them in Company Portal.", "developer": "The name of the company or Individual that developed the app. This information will be visible to people signed into the admin center.", "displayVersion": "The version of the app. This information will be visible to users in the Company Portal.", + "fullScreenEnabled": "If configured to yes, launches the web clip as a full-screen web app.", + "ignoreManifestScope": "If configured to yes, a full screen web clip can navigate to an external web site without showing Safari UI. Otherwise, Safari UI appears when navigating away from the web clip’s URL. This key has no effect when Full screen is false.", "infoUrl": "Link people to a website or documentation that has more information about the app. The information URL will be visible to users in Company Portal.", "isFeatured": "Featured apps are prominently placed in Company Portal so that users can quickly get to them.", "learnMore": "Learn more", "logo": "Upload a logo that's associated with the app. This logo will appear next to the app throughout Company Portal.​", "macOSDmgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .dmg.​", + "macOSPkgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .pkg.​", "minOperatingSystem": "Select the earliest operating system version on which the app can be installed. If you assign the app to a device with an earlier operating system, it will not be installed.​", "name": "Add a name for the app. This name will be visible in the Intune apps list and to users in the Company Portal.​", "notes": "Add additional notes about the app. Notes will be visible to people signed in to the admin center.", "owner": "The name of the person in your organization who manages licensing or is the point-of-contact for this app. This name will be visible to people signed in to the admin center.​", "packageId": "The app Package Identifier is the unique value that identifies the app.", "packageName": "Contact the device manufacturer to get the app's package name. Example package name: com.example.app​​", + "preComposedIconEnabled": "If configured to yes, prevents SpringBoard from adding \"shine\" to the icon.", "privacyUrl": "Provide a link for people who want to learn more about the app's privacy settings and terms. The privacy URL will be visible to users in Company Portal.", "publisher": "The name of the developer or company that distributes the app. This information will be visible to users in Company Portal.", "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", + "targetApplicationBundleIdentifier": "The application bundle identifier that specifies the application which opens the URL. Available in iOS 14 and later.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                                Select Yes to disable the app PIN when a device lock is detected on an enrolled device.

                                Note: Intune cannot detect device enrollment with a third-party EMM solution on iOS/iPadOS.

                                " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Installation time required (mins)", + "maxRunTimeInMinutesToolTip": "The number of minutes the system will wait for install program to finish. Default value is 60 minutes." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "User" + }, + "availableUninstall": "Allow available uninstall", + "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Device restart behavior", + "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", + "header": "Specify the commands to install and uninstall this app:", + "installCommand": "Install command", + "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", + "installCommandTooltip": "The complete installation command line used to install this app.", + "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", + "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", + "runAsAccount": "Install behavior", + "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", + "selectorLabel": "Program", + "uninstallCommand": "Uninstall command", + "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Create new", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 Apps (macOS)", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", "macOsVppApp": "macOS volume purchase program app", "managedAndroidLobApp": "Managed Android line-of-business app", "managedAndroidStoreApp": "Managed Android store app", @@ -1785,12 +1831,11 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, - "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", "editPowershellScriptFlowSectionName": "Edit PowerShell script", - "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. By default, no warning or prompt displays and the script runs unblocked.", + "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. This is the default.", "enforceSignatureCheckLabel": "Enforce script signature check", "executionFrequencyLabel": "Execution Frequency", "failedToSavePolicy": "Failed to save {0}", @@ -1801,7 +1846,7 @@ "reviewButtonText": "Review + add ", "runAs64BitInfoBalloonContent": "The script will run in a 64-bit PowerShell Host for a 64-bit client architecture. By default, the script will run in a 32-bit PowerShell Host.", "runAs64BitLabel": "Run script in 64 bit PowerShell Host", - "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in system context.", + "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in user context.", "scriptContextLabel": "Run this script using the logged on credentials", "scriptsettingsTabHeader": "Script settings", "settingsHeader": "Select a script to configure", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version.", "androidPasswordHeader": "Require a password to unlock the device. If not configured, the use of passwords is optional, and left up to the user to configure.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-on VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Check basic integrity & certified devices", - "androidSafetyNetbasicIntegrity": "Check basic integrity", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Check basic integrity & device integrity", + "androidPlayIntegrityVerdictBasicIntegrity": "Check basic integrity", "androidTRDeprecation": "Trusted certificates can no longer install on devices that run Android 11 or later, except for Samsung Knox devices. If you use SCEP certificate profiles, you must continue to create and deploy a trusted certificate profile and associate it with the SCEP certificate profile, but you must manually deliver the trusted root certificate to those devices.", "androidTenAndAbovePasswordHeader": "Android 10 and later", "androidTenAndAbovePasswordHeaderDescription": "These settings work for devices running Android 10 or later.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Warning for other disk encryption", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Selecting \"Require\" will encrypt the storage card of the mobile device.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Encrypt storage card (mobile only)", - "bitLockerEnabledDescription": "Require BitLocker to be enabled on the device", - "bitLockerEnabledName": "Require BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Selecting \"Require\" will enable BitLocker device encryption. Depending on device hardware and Windows version, end users may be asked to confirm there is no third party encryption on their device. Turning on Windows encryption while third party encryption is in use will render the device unstable.", "bitLockerEncryptDeviceName": "Encrypt devices", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Block Touch ID and Face ID unlock", "blockUSBConnectionDescription": "Specifies whether the USB connection on the device is enabled. USB charging will not be affected by this setting. This setting isn't supported on Windows desktop platforms.", "blockUSBConnectionName": "USB connection", + "blockUnifiedPasswordForWorkProfileDescription": "Block using one lock if you want users to use two different passwords for their lock screen and work profile. Using one screen lock is convenient to the user, but makes the work profile accessible to anyone who can unlock the device. Applies to devices running Android 9.0 Pie and later.", + "blockUnifiedPasswordForWorkProfileName": "One lock for work profile and device", "blockUnmanagedDocumentsInManagedAppsName": "Block viewing non-corporate documents in corporate apps", "blockUntrustedTLSCertificatesDescription": "Block untrusted Transport Layer Security (TLS) certificates.", "blockUntrustedTLSCertificatesName": "Block untrusted TLS certificates", @@ -2825,6 +2871,8 @@ "cellularName": "Cellular", "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.", "certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)", + "certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.", + "certificateInstallTitle": "Allow other apps to install and manage certificates", "certificateNotFound": "Certificate policy not found. Was it deleted?", "certificateOption": "Certificate", "certificateRevocationCheck": "Certificate revocation check", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Print service resource URI", "cloudProtectionDescription": "Send the Microsoft Active Protection Service telemetry to allow detection of suspicious activity.", "cloudProtectionName": "Cloud-delivered protection", - "codeIntegrityEnabledDescription": "Require code integrity to be enabled on the device", - "codeIntegrityEnabledName": "Require code integrity", + "codeIntegrityEnabledName": "Code integrity", "complianceAntiSpywareRequirementDescription": "Require any AntiSpyware solution registered with Windows Security Center to be on and monitoring (e.g DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Require AntiSpyware signature to be up-to-date", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "This setting specifies the number of recent passwords that cannot be reused. Recommended value: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Number of previous passwords to prevent reuse", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Select the newest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Enter the newest OS build version a device can have. For example: 20E252
                                If you want to set an Apple Rapid Security Response update as the maximum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Maximum OS build version", - "complianceOsBuildVersionRestrictionMinimumDescription": "Select the oldest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Enter the oldest OS build version a device can have. For example: 20E252
                                If you want to set an Apple Rapid Security Response update as the minimum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Minimum OS build version", "complianceOsVersionRestrictionHeader": "Operating System Version", "complianceOsVersionRestrictionMaximumAndroidDescription": "Specify the max OS version compliance requirement for devices. E.g. specify “7.1” in this field for Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Force the device to automatically update for security patches and improvements.", "complianceUpdatesRequireAutomaticUpdatesName": "Require automatic updates from Microsoft", "complianceWin10RequiredPasswordTypeDescription": "This setting determines the type of Password/PIN required.
                                \nDevice Default (Password, Numeric PIN, or Alphanumeric PIN required)
                                \nAlphanumeric (Password or Alphanumberic PIN required)
                                \nNumeric (Password or Numeric PIN required)
                                \nRecommendations: Required password type: Alphanumeric, Password complexity: Require digits and lowercase letters", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 or 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11 only", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimum version of Microsoft Defender (e.g. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender Antimalware minimum version", - "complianceWindowsDeviceHealthAttestationHeader": "Windows Health Attestation Service evaluation rules", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft Attestation Service evaluation rules

                                Use these rules to confirm that a device has protective measures enabled at boot time. Learn more about these rules", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Select the newest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Select the oldest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "The operating system version is defined as major.minor.build.revision. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Minor OS and non-OS software updates", "delayMinorOSUpdateVisibilityOption": "Minor OS software updates", "delayOSUpdateVisibilityOption": "Operating system updates", + "delegatedScopeLogsTitle": "Access to Sensitive Android Logs", "deliveryOptimizationBandwidthHeader": "Bandwidth​", "deliveryOptimizationCachingHeader": "Caching​", "deliveryOptimizationDODescription": "Specifies the download method that Delivery Optimization can use to manage network bandwidth consumption for content distribution scenarios.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Searching for derived credential issuer...", "derivedCredentialsTenantLevelNotConfigured": "You have not specified a derived credential issuer for your tenant so that this policy can successfully apply to devices. Click here to specify the issuer.", "descriptionName": "Description", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (Tenant attach only)", "desktopOption": "Desktop", "destinationPrefix": "Destination Prefix/Size (e.g. 192.168.0.1/255)", "developerUnlock": "Developer unlock", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "And Above", "eDPPolicyVersionAndBelowName": "And Below", "eDPPolicyVersionEqualsName": "Equals", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Require early launch anti malware driver to be enabled", - "earlyLaunchAntiMalwareDriverEnabledName": "Require early launch anti malware driver", + "earlyLaunchAntiMalwareDriverEnabledName": "Early Launch AntiMalware", "easAccountSettingsHeader": "Exchange ActiveSync account settings", "easAllData": "All data", "easCalendarContactsOnly": "Calendar and Contacts only", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Any address", "firewallRulesPortOrPortRangeInvalidCharacterError": "Port list can only contain numbers, '-', or ','.", "firewallRulesPortOrPortRangeInvalidError": "Port list contains invalid ports and/or port ranges.", + "firmwareProtectionEnabledName": "Firmware Protection", "firmwareUpdatesBehaviorName": "Firmware updates", "firstActiveEthernet": "First active Ethernet", "firstAvailableOption": "First available", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP blended with internet peering (3)", "httpWithPeeringNatOption": "HTTP blended with peering behind same NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP blended with peering across private group (2)", + "hvciEnabledName": "Memory Integrity Protection", "hybridSleepBatteryDescription": "This policy setting allows you to turn off hybrid sleep when the device is powered by a battery.​
                                If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                                If this policy is not configured, users control this setting.", "hybridSleepName": "Hybrid sleep", "hybridSleepPluggedInDescription": "This policy setting allows you to turn off hybrid sleep when the device is plugged in.​
                                If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                                If this policy is not configured, users control this setting.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medium-low", "mediumOption": "Medium", "meetingInformationDisplayedOnWelcomeScreenName": "Meeting information displayed on welcome screen", + "memoryAccessProtectionEnabledName": "Memory Access Protection", "messagingBlockMMSDescription": "Disable the MMS send/receive functionality on the device.", "messagingBlockMMSName": "MMS (mobile only)", "messagingBlockRCSDescription": "Disable the Rich Communication Services send/receive functionality on the device.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Must be smaller than the maximum OS version", "mustBeValidAddress": "Must be a valid address. Example: 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "Package name must only contain letters, numbers, underscores, and periods. Must start with a letter.", - "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A391, 16G1114, etc.", + "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Must be a valid DNS suffix. Example: itgproxy.com", "mustBeValidDateFormat": "Must be a valid date format (YYYY-MM-DD). Example: 2016-10-01, 2016-10-31 etc.", "mustBeValidDomain": "Must be a valid domain. Example: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Network extensions", "networkInterface": "Network Interface", "networkInterfaceDescription": "Network interface to configure", + "networkLogsTitle": "Allow this app to access Android network activity logs", "networkProxyAutomaticConfigurationUrlDescription": "URL to the PAC script you want to use.", "networkProxyAutomaticConfigurationUrlName": "Setup script address URL", "networkProxyDisableAutoDetectDescription": "Automatically detect settings. If enabled, the system tries to find the path to a PAC script.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Hide", "pinnedFolderOptionShow": "Show", "pipeInvalidError": "The value must not contain '|'.", + "playIntegrityVerdictOptionsDescription": "Set the level of Play Integrity Verdict", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "Plugged In​", "policyDomainNameService": "DNS", "policyEmailAddress": "Email address", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Default policy. The user must exist and have a valid Intune license.", "requireUserExistanceName": "Enrolled user exists", "required": "Required", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Not configured (defaults to basic evaluation)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Select the evaluation type you want to use to compute the SafetyNet device attestation response.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardware-backed key", - "requiredAndroidSafetyNetEvaluationTypeName": "Required SafetyNet evaluation type", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Not configured", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Select the evaluation type you want to use to compute the Play Integrity Verdict device attestation response.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Check strong integrity", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Check strong integrity using hardware-backed security features", "requiredExtensionsColumnHeader": "Package family names", "requiredExtensionsExamples": "e.g. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Password required, no restrictions", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "e.g. contoso.com", "safeSearchFilterDescription": "Specify how Cortana filters adult content from search results.", "safeSearchFilterName": "Safe Search (mobile only)", - "safetyNetAttestationOptionsDescription": "Set the level of SafetyNet attestation", - "safetyNetAttestationOptionsName": "SafetyNet device attestation", "sampleSharingEnableOrNotConfiguredDescription": "Returns or sets the Microsoft Defender for Endpoint Sample Sharing configuration parameter.", "sampleSharingEnableOrNotConfiguredName": "Sample sharing for all files", "saturday": "Saturday", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Secondary authentication method", "secondaryAuthenticationMethodTEAPDescription": "Choose the secondary way you want users to authenticate. When you select Certificates, select one of the certificate profiles (SCEP or PKCS) that is also deployed to the device. This is the identity certificate that is presented by the device to the server.", "secretKey": "Secret Key:", - "secureBootEnabledDescription": "Require Secure Boot to be enabled on the device", - "secureBootEnabledName": "Require Secure Boot to be enabled on the device", + "secureBootEnabledName": "Secure Boot", "secured": "Secured", "securityAssociationIdleTimeDescription": "Security associations are deleted after network traffic is not seen for this number of seconds.", "securityAssociationIdleTimeHint": "Enter idle time in seconds (300 - 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Common Criteria mode​", "securityDeveloperSettingsEnabledDescription": "Allow access to developer settings.", "securityDeveloperSettingsEnabledName": "Developer settings", + "securityLogsTitle": "Allow this app to access Android security logs", "securityOption": "Diagnostic data off", "securityRequireVerifyAppsDescription": "Enable Google Play Protect to scan apps before and after they’re installed. If it detects a threat, it might warn the user to remove the app from the device. Required by default.", "securityRequireVerifyAppsName": "Threat scan on apps​", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Select managed apps", "selectMicrosoftEdgeApp": "Add Microsoft Edge Legacy browser", "selectMicrosoftTunnelSite": "Select a site", + "selectNetworkApp": "Select an app to access Android network activity logs", "selectNetworkInterface": "Select network interface", "selectNonEapMethod": "Select non-EAP method", "selectOneOption": "Select one", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Root certificate for server validation", "selectRootCertificatesForServerValidationName": "Root certificates for server validation", "selectSecurity": "Select security type", + "selectSecurityApp": "Select an app to access Android security logs", "selectService": "Which management type can we help you with?", "selectStoreApp": "Add Store app", "selectStoreAppEmpty": "Add a store app", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "App type", "trafficRuleClaimsName": "Claim", - "trafficRuleDirectionDescription": "Specify whether the rule applies to inbound traffic or outbound traffic.
                                \n
                                \n Inbound = The rule applies to all inbound traffic.\n
                                \n
                                \n Outbound = The rule applies to all outbound traffic.\n ", + "trafficRuleDirectionDescription": "Inbound allows traffic from external sites over VPN. Outbound allows traffic to external sites over VPN. To allow both, create two rules.", "trafficRuleDirectionName": "Direction", "trafficRuleRoutingPolicyTypeDescription": "Choose between split tunnel and force tunnel.
                                \n
                                \n Split tunnel = only the traffic meant for the VPN interface (as determined by the networking stack) goes over the interface. Internet traffic can continue to go over other interfaces.\n
                                \n
                                \n Force tunnel = all IP traffic must go through the VPN interface only (for this traffic rule).\n
                                \n
                                \n Applicable only when this rule is associated with an app.\n ", "trafficRuleRoutingPolicyTypeName": "Rule type", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "User", "vPNPolicyProfileTargetDescription": "Turns this profile into an always-on VPN connection that connects without user interaction and uses machine certificates for authentication. Only supports an IKEv2 connection type. VPN profile is removed from the device after the AutoPilot out-of-box experience completes.", "vPNPolicyProfileTargetName": "Use this VPN profile for Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com.", + "vPNPolicyProxyExclListDescription2": "A list of host names for which the proxy is bypassed. The host names may contain wildcards such as *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Excluded hosts", + "vPNPolicyProxyExclListExclusions": "exclusions", + "vPNPolicyProxyExclListFileImport": "File to import host list", + "vPNPolicyProxyExclListHostName": "Host name", + "vPNPolicyProxyExclListImport": "Import proxy exclusions", + "vPNPolicyProxyExclListInvalid": "Invalid input", + "vPNPolicyProxyExclListList": "Exclusion list", + "vPNPolicyProxyExclListManage": "Manage proxy exclusions", + "vPNPolicyProxyExclListName": "Proxy exclusion list", "vPNPolicyRememberCredentialsName": "Remember credentials at each logon", "vPNPolicyRoutesForThisConnectionDescription": "Optional.", "vPNPolicyRoutesForThisConnectionName": "Split tunneling routes for this VPN connection", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtual home button", "virtualHomeButtonNotConfigured": "Not configured", "virtualHomeButtonSwipeUp": "Swipe-up", + "virtualizationBasedSecurityEnabledName": "Virtualization-based Security", "virtualizationOfCpuAndIOName": "CPU and IO virtualization", "visibleAppsListOptionsDescription": "Set whether the list is a list of apps to hide or a list of apps to make visible.", "visibleAppsListOptionsName": "Type of apps list", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Allow web links in any app", "rootCertificate": "Root Certificate", "safetyNetDeviceAttestation": "SafetyNet device attestation", + "samsungKnoxAttestationRequired": "Samsung Knox device attestation", "saveAppsNotificationText": "Saving selected apps", "saveChangesCommandText": "Save", "savePolicySettingsNotificationText": "Saving policy settings", @@ -7885,10 +7953,12 @@ "state": "State", "status": "Status", "store": "Store", + "subjectOnlyOptionText": "Subject only", "success": "Success", "successfully": "Successfully", "summary": "Summary", "summaryLensTitle": "Summary", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Remote requests", "summarySettingsPartWipeRequestsSelectorText": "Wipe requests", "supportId": "Support ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Value", "valueMustNotContainCharsError": "Value must not contain the following characters: {0}", "versionValidationExample": "

                                Format: [Major].[Minor] or [Major].[Minor].[Build].[Revision]

                                Example: 1.5 or 1.5.50.101

                                ", - "versionValidationWith2To4Segments": "

                                Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]

                                Example: 1.5 or 1.5.50 or 1.5.50.101

                                ", + "versionValidationWith2To5Segments": "

                                Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]. For iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] is also supported.

                                Note: Apps will not perform wipes for RapidSecurityResponse violations, only block or warn is supported.

                                Example: 1.5 or 1.5.50 or 1.5.50.101 or (for iOS) 1.5.50.101.a

                                ", "versionValidationWithDateFormat": "Must be a valid date format (YYYY-MM-DD).", "warn": "Warn", "warning": "Warning", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Wired network", "workProfile": "Personally-owned work profile" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "The file or folder as the selected requirement.", - "pathToolTip": "The complete path of the file or folder to detect.", - "property": "Property", - "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "GridColumns": { - "pathOrScript": "Path/Script", - "type": "Type" - }, - "Registry": { - "keyPath": "Key path", - "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", - "operator": "Operator", - "operatorTooltip": "Select the operator for the comparison.", - "registryRequirement": "Registry key requirement", - "registryRequirementTooltip": "Select the registry key requirement comparison.", - "valueName": "Value name", - "valueNameTooltip": "The name of the required registry value." - }, - "RequirementTypeOptions": { - "fileType": "File", - "registry": "Registry", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolean", - "dateTime": "Date and Time", - "float": "Floating Point", - "integer": "Integer", - "string": "String", - "version": "Version" - }, - "duplicateName": "Script name {0} has already been used. Please enter a different name.", - "enforceSignatureCheck": "Enforce script signature check", - "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", - "loggedOnCredentials": "Run this script using the logged on credentials", - "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", - "operatorTooltip": "Select the operator for the requirement comparison.", - "requirementMethod": "Select output data type", - "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", - "scriptContent": "Script content", - "scriptFile": "Script file", - "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", - "scriptName": "Script name", - "value": "Value", - "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "bladeTitle": "Add a Requirement rule", - "createRequirementHeader": "Create a requirement.", - "header": "Configure additional requirement rules", - "label": "Additional requirement rules", - "noRequirementsSelectedPlaceholder": "No requirements are specified.", - "requirementType": "Requirement type", - "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." - }, - "architectures": "Operating system architecture", - "architecturesTooltip": "Choose the architectures needed to install the app.", - "bladeTitle": "Requirements", - "diskSpace": "Disk space required (MB)", - "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", - "header": "Specify the requirements that devices must meet before the app is installed:", - "maximumTextFieldValue": "The value must be at most {0}.", - "minimumCpuSpeed": "Minimum CPU speed required (MHz)", - "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", - "minimumLogicalProcessors": "Minimum number of logical processors required", - "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", - "minimumOperatingSystem": "Minimum operating system", - "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", - "minumumTextFieldValue": "The value must be at least {0}.", - "physicalMemory": "Physical memory required (MB)", - "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", - "selectorLabel": "Requirements", - "validNumber": "Please enter a valid number." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Make update available gradually", + "immediateStart": "Make update available as soon as possible", + "startDateOnly": "Make update available on a specific date" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Managed devices", + "devicesWithoutEnrollment": "Managed apps" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filter mode", + "assignmentToast": "End user notifications", + "assignmentTypeTableHeader": "ASSIGNMENT TYPE", + "deadlineTimeColumnLabel": "Installation deadline", + "deliveryOptimizationPriorityHeader": "Delivery optimization priority", + "groupTableHeader": "Group", + "installContextLabel": "Install Context", + "isRemovable": "Install as removable", + "licenseTypeLabel": "License type", + "modeTableHeader": "Group mode", + "policySet": "Policy Set", + "preventAutoAppUpdate": "Prevent automatic app updates", + "preventManagedAppBackup": "Prevent iCloud app backup", + "restartGracePeriodHeader": "Restart grace period", + "startTimeColumnLabel": "Availability", + "tracks": "Tracks", + "uninstallOnRemoval": "Uninstall on device removal", + "updateMode": "Update Priority", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD web app", + "androidEnterpriseSystemApp": "Android Enterprise system app", + "androidForWorkApp": "Managed Google Play store app", + "androidLobApp": "Android line-of-business app", + "androidStoreApp": "Android store app", + "builtInAndroid": "Built-In Android app", + "builtInApp": "Built-In app", + "builtInIos": "Built-In iOS app", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "iOS line-of-business app", + "iosStoreApp": "iOS store app", + "iosVppApp": "iOS volume purchase program app", + "lineOfBusinessApp": "Line-of-business app", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS line-of-business app", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office Suite", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", + "macOsVppApp": "macOS volume purchase program app", + "managedAndroidLobApp": "Managed Android line-of-business app", + "managedAndroidStoreApp": "Managed Android store app", + "managedGooglePlayApp": "Managed Google Play store app", + "managedGooglePlayPrivateApp": "Managed Google Play private app", + "managedGooglePlayWebApp": "Managed Google Play web link", + "managedIosLobApp": "Managed iOS line-of-business app", + "managedIosStoreApp": "Managed iOS store app", + "microsoftStoreForBusinessApp": "Microsoft Store for Business app", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", + "officeAddIn": "Office add-in", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", + "sharePointApp": "SharePoint app", + "teamsApp": "Teams app", + "webApp": "Web link", + "win32CatalogApp": "Windows catalog app (Win32)", + "winGetPublicApp": "Windows Package Manager Community Repository", + "winGetStoreApp": "Microsoft Store app (new)", + "windowsAppXLobApp": "Windows AppX line-of-business app", + "windowsClassicApp": "Windows app (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", + "windowsMobileMsiLobApp": "Windows MSI line-of-business app", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81StoreApp": "Windows Phone 8.1 store app", + "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", + "windowsStoreApp": "Microsoft Store app (legacy)", + "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", + "windowsUniversalLobApp": "Windows Universal line-of-business app", + "windowsWebApp": "Windows web link" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Excluded", + "include": "Included", + "includeAllDevicesVirtualGroup": "Included", + "includeAllUsersVirtualGroup": "Included" + }, + "AssignmentToast": { + "hideAll": "Hide all toast notifications", + "showAll": "Show all toast notifications", + "showReboot": "Show toast notifications for computer restarts" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Background", + "displayText": "Content download in {0}", + "foreground": "Foreground", + "header": "Delivery optimization priority" + }, + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "FilterType": { + "exclude": "Exclude", + "include": "Include", + "none": "None" + }, + "InstallIntent": { + "available": "Available for enrolled devices", + "availableWithoutEnrollment": "Available with or without enrollment", + "notApplicable": "Not applicable", + "required": "Required", + "uninstall": "Uninstall" + }, + "SettingType": { + "assignmentType": "Assignment type", + "deviceLicensing": "License type", + "installContext": "Uninstall on device removal", + "toastSettings": "End user notifications", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Default", + "postponed": "Postponed", + "priority": "High Priority" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, + "OSConfiguration": { + "menuDescription": "Configure settings that users can use to recover Windows from a bootable flash drive.", + "menuTitle": "Operating system configuration" + }, + "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", + "coManagementAuthorityTitle": "Co-management Settings ", + "deploymentProfiles": "Windows Autopilot deployment profiles", + "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", + "descriptionLabel": "Windows enrollment methods", + "enrollmentStatusPage": "Enrollment Status Page" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", - "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Automatically approve all recommended driver updates", + "manual": "Manually approve and deploy driver updates" + }, + "Details": { + "ApprovalMethod": { + "label": "Approval method:" + }, + "DeploymentDeferralInDays": { + "label": "Make updates available after", + "units": "(days)", + "value": "{0} days" + }, + "bladeTitle": "Driver updates Windows 10 and later (preview)", + "lastSync": "Last sync:", + "lastSyncDefaultText": "Pending initial inventory collection", + "loadError": "Loading failed!" + }, + "DriverStatus": { + "approved": "Approved", + "declined": "Declined", + "export": "Exporting recommended drivers", + "needsReview": "Needs review", + "paused": "Paused" }, + "DriversToReview": { + "text": "{0} to review" + }, + "Subtitle": { + "automatic": "Automatic approval driver update policy", + "manual": "Manual approval driver update policy" + }, + "SyncNotification": { + "failure": "Unable to sync {0}", + "failureDescription": "We encountered an error and were unable to complete the requested sync. Please try again.", + "pending": "{0} sync in progress", + "pendingDescription": "We are retrieving the most recent data. This process may take several minutes.", + "success": "{0} sync complete", + "successDescription": "Sync with WUfB service completed at {0}" + }, + "SyncSpinner": { + "text": "A sync is in progress. This could take several minutes. Look for an alert or check back in a few minutes." + }, + "TabName": { + "basics": "Basics", + "driverUpdateSettings": "Settings", + "otherDrivers": "Other drivers", + "properties": "Properties", + "recommendedDrivers": "Recommended drivers" + }, + "driverAddFilter": "Add filter", + "driverApplicableDevices": "Applicable devices", + "driverApprovalStatus": "Status", + "driverBulkActions": "Bulk actions", + "driverClass": "Driver class", + "driverCount": "Showing {0} to {1} of {2} records", + "driverFilterNoneSelected": "None selected", + "driverManufacturer": "Manufacturer", + "driverName": "Driver name", + "driverNameLower": "windows driver update deployment", + "driverNameUpper": "Windows driver update deployment", + "driverRefresh": "Refresh", + "driverReleaseDate": "Release date", + "driverSearch": "Search", + "driverSearchKeyword": "Enter search keyword", + "driverVersion": "Version", + "firstDeploymentDate": "First Deployment", + "infoBoxText": "Inventory can take up to 24 hours to populate after a policy is assigned and created.", + "textBlockText": "Select your policy approval and deployment settings. Choose to set up a policy to approve and deploy updates automatically or manually. The approval method cannot be changed once a policy is created, but changes to individual driver approvals and deployment details will be possible once an inventory is built for assigned devices." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                \n ", + "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", + "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", + "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", + "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                                \n
                                  \n
                                • Max file size: 750 KB
                                • \n
                                • File type: PNG, JPG or JPEG
                                • \n
                                \n ", + "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", + "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", + "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                \n ", + "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", + "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", + "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", + "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", + "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", + "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", + "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", + "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", + "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", + "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", + "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                                \n
                                  \n
                                • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                                • \n
                                  \n
                                • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                                • \n
                                \n ", + "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                                \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", + "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", + "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", + "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." + }, + "Inputs": { + "accountDomain": "Account domain", + "accountDomainHint": "e.g. contosodomain", + "accountDomainInfoBalloon": "Specify the user’s account domain.", + "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", + "allowContactSetting": "Allow user to change contact setting", + "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", + "allowUserChange": "Allow user to change setting", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", + "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "App install context", + "appUrlLabel": "Appstore URL", + "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Applicable device type", + "assignmentActionLabel": "Mode", + "authenticationMethodInfoBalloon": "Specify the authentication method for the user", + "authenticationMetod": "Authentication method", + "authenticationType": "Authentication type", + "authenticationTypeInfoBalloon": "Specify the authentication type for the user", + "availableLicenseCount": "Available licenses", + "basicAuth": "Basic authentication", + "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", + "bookNameLabel": "Book name", + "bundleDescriptionHint": "Enter a description that describes the apps included.", + "calendar": "Calendar", + "categoryLabel": "Category", + "categoryNameLabel": "Default name", + "certProfileType": "Certificate profile type", + "certificate": "Certificate", + "certificates": "Certificates", + "commandLineLabel": "Command-line arguments", + "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", + "configurationSettingsFormatLabel": "Configuration settings format", + "configurationSettingsLabel": "Settings format", + "contactSync": "Save Contacts", + "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", + "contacts": "Contacts", + "createdDateTime": "Created", + "defaultCategoryHint": "Default categories cannot be changed", + "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", + "descriptionGenericLabel": "Description", + "descriptionHint": "Enter a description...", + "descriptionLabel": "Description", + "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", + "developerLabel": "Developer", + "developerSizeHint": "The maximum length of the developer name is 256 characters.", + "disable": "Disable", + "disabled": "Disabled", + "displayNameLabel": "Name", + "displayVersionHint": "Enter the app version", + "displayVersionLabel": "App Version", + "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", + "eBookCategoryNameLabel": "Default name", + "emailAccount": "Email account name", + "emailAccountHint": "e.g. Corporate Email", + "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", + "emailAddressAttribute": "Email address attribute from AAD", + "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", + "emailServer": "Email Server", + "emailServerHint": "e.g. mail.contoso.com", + "emailServerInfoBalloon": "Specify the host name of your Exchange Server", + "enable": "Enable", + "enableSMime": "Enable S/MIME", + "enabled": "Enabled", + "encryptAllEmails": "Encrypt all emails", + "encryptionCertificates": "Encryption certificates", + "endUserNotifications": "End-user notifications", + "enrollmentTypeLabel": "Device enrollment type", + "externalRecipients": "External recipients MailTip", + "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", + "focusedInbox": "Focused Inbox", + "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", + "fullScreenEnabledLabel": "Full screen", + "gmailNineAmountOfEmail": "Amount of email to synchronize", + "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", + "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", + "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", + "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", + "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", + "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", + "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", + "ignoreManifestScope": "Ignore manifest scope", + "ignoreVersionDetection": "Ignore app version", + "informationUrlLabel": "Information URL", + "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", + "installAsManaged": "Install as managed", + "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", + "isFeatured": "Show this as a featured app in the Company Portal", + "isMAMEnabledToggleLabel": "Yes", + "lastModifiedDateTime": "Last updated Time", + "ldapUrl": "LDAP URL", + "licensingType": "Supports device context assignment", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimum operating system", + "modernAuth": "Modern authentication", + "nameHint": "Enter a name", + "nameLabel": "Name", + "nameSizeHint": "The maximum length of the name is 512 characters.", + "notConfigured": "Not configured", + "notesLabel": "Notes", + "notesSizeHint": "The maximum length of the notes text is 1024 characters.", + "notificationType": "Notification type", + "oneDay": "One Day", + "oneMonth": "One Month", + "oneWeek": "One Week", + "outlookSMimeSettings": "Outlook S/MIME settings", + "ownerLabel": "Owner", + "ownerSizeHint": "The maximum length of the owner name is 256 characters.", + "packageIdLabel": "Package Identifier", + "packageNameLabel": "Package name", + "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Description", + "policyNameLabel": "Name", + "preComposedIconEnabled": "Precomposed", + "primarySMTPAddress": "Primary SMTP Address", + "privacyUrlLabel": "Privacy URL", + "publisherHint": "Enter a publisher name", + "publisherLabel": "Publisher", + "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", + "require": "Require", + "requireBiometrics": "Require Biometrics to access app", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "At least one scope tag is required", + "searchAppLabel": "Select app", + "searchAppLinkText": "Search the App Store", + "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", + "selectAAD": "Select an AAD attribute", + "selectAppFileLabel": "Select file", + "selectAppFileLinkText": "Select app package file", + "selectAppFileToUpdateLabel": "Select file to update", + "selectAuthMethod": "Select an authentication method", + "selectAuthType": "Select an authentication type", + "selectCatalogAppLabel": "Select app", + "selectCatalogAppLinkText": "Search the Windows app (Win32) catalog", + "selectCertificate": "Select a certificate", + "signAllEmails": "Sign all emails", + "signingCertificates": "Signing certificates", + "ssl": "SSL", + "suiteDescriptionLabel": "Suite Description", + "suiteNameLabel": "Suite Name", + "targetApplicationBundleIdentifier": "Target application bundle identifier", + "targetedPlatformsLabel": "Targeted platform", + "tasks": "Tasks", + "threeDays": "Three Days", + "totalLicenseCount": "Total licenses", + "twoWeeks": "Two Weeks", + "unifiedAssignmentsLabel": "Assign to:", + "unlimited": "Unlimited", + "urlHint": "Enter a valid url", + "useManagedBrowserHint": "Android and iOS only. Learn more", + "useManagedBrowserLabel": "Require a managed browser to open this link", + "userPrinicipalName": "User Principal Name", + "username": "Username", + "usernameAttribute": "Username attribute from AAD", + "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", + "usernamePassword": "Username and password", + "webAppUrlHint": "Enter a valid url beginning with http:// or https://", + "webAppUrlLabel": "App URL", + "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", + "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "XML Data Entered", + "xmlFormatInvalid": "XML policy format is invalid.", + "xmlTooLarge": "Input size must be less than 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Failed to delete {0}", @@ -8432,374 +8847,13 @@ "modifying": "Deleting {0}", "success": "Successfully deleted {0}" }, - "Included": { - "none": "No cloud apps, actions, or authentication contexts selected", - "plural": "{0} authentication contexts included", - "singular": "1 authentication context included" - }, - "InfoBlade": { - "createTitle": "Add authentication context", - "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", - "descPlaceholder": "Add description for the authentication context", - "modifyTitle": "Modify authentication context", - "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", - "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publish to apps", - "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." - }, "Notify": { "failure": "Failed to update {0}", "modifying": "Modifying {0}", "success": "Successfully updated {0}" }, - "WhatIf": { - "selected": "Authentication context included" - }, - "addNewStepUp": "New authentication context", - "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", - "checkBoxInfo": "Select the authentication contexts this policy will apply to", - "configure": "Configure authentication contexts", - "createCA": "Assign Conditional Access policies to the authentication context", - "dataGrid": "List of authentication contexts", - "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", - "description": "Description", - "documentation": "Documentation", - "getStarted": "Get started", - "label": "Authentication context", - "menuLabel": "Authentication context", - "name": "Name", - "noAuthContextConfigured": "No authentication contexts have been configured.", - "noAuthContextSet": "There are no authentication contexts", - "noData": "No authentication contexts to display", - "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", - "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Tag resources with an authentication context" + "menuLabel": "Authentication context" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", - "email": "Email One-Time Passcode", - "federatedMultiFactor": "Federated Multi-Factor", - "federatedSingleFactor": "Federated Single-Factor", - "fido2": "FIDO2 Security Key", - "hardwareOath": "Hardware OATH tokens", - "hardwareOathEmail": "Hardware OATH token + Email one-time passcode", - "hardwareOathFederatedSingleFactor": "Federated Single-Factor + Hardware OATH token", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (Push Notification) + Email one-time passcode", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federated Single-Factor + Microsoft Authenticator (Push Notification)", - "none": "None", - "password": "Password", - "passwordHardwareOath": "Password + Hardware OATH token", - "passwordMicrosoftAuthenticatorPush": "Password + Microsoft Authenticator (Push Notification)", - "passwordSms": "Password + SMS", - "passwordSoftwareOath": "Password + Software OATH token", - "passwordVoice": "Password + Voice", - "passwordX509CertificateMultiFactor": "Password + Certificate Based Authentication (Multi-Factor)", - "passwordX509CertificateSingleFactor": "Password + Certificate Based Authentication (Single-Factor)", - "sms": "SMS", - "smsEmail": "SMS + Email one-time passcode", - "smsFederatedSingleFactor": "Federated Single-Factor + SMS", - "softwareOath": "Software OATH tokens", - "softwareOathEmail": "Software OATH token + Email one-time passcode", - "softwareOathFederatedSingleFactor": "Federated Single-Factor + Software OATH token", - "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", - "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", - "voice": "Voice", - "voiceEmail": "Voice + Email one-time passcode", - "voiceFederatedSingleFactor": "Federated Single-Factor + Voice", - "windowsHelloForBusiness": "Windows Hello For Business", - "x509CertificateMultiFactor": "Certificate Based Authentication (Multi-Factor)", - "x509CertificateSingleFactor": "Certificate Based Authentication (Single Factor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Block downloads (Preview)", - "monitorOnly": "Monitor only (Preview)", - "protectDownloads": "Protect downloads (Preview)", - "useCustomControls": "Use custom policy..." - }, - "ariaLabel": "Choose the kind of Conditional Access App Control to apply" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "List of selected cloud apps" - }, - "UpperGrid": { - "ariaLabel": "List of cloud apps which match the search term" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "With \"Selected locations\" you must choose at least one location.", - "selector": "Choose at least one location" - }, - "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "You must select at least one of the following clients" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", - "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", - "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribute", - "placeholder": "Choose an attribute" - }, - "Configure": { - "infoBalloon": "Configure app filters you want to policy to apply to." - }, - "NoPermissions": { - "learnMoreAria": "More about custom security attribute permissions.", - "message": "You do not have the permissions needed to use custom security attributes." - }, - "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", - "learnMoreAria": "More information about using the rule builder and syntax text box.", - "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", - "title": "Edit filter (Preview)" - }, - "CloudAppsUserActions": { - "any": "Any cloud app or action", - "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", - "learnMore": "Control access based on all or specific cloud apps or actions.", - "learnMoreB2C": "Control access based on all or specific cloud apps.", - "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", - "title": "Cloud apps or actions" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "List of excluded cloud apps" - }, - "Filter": { - "configured": "Configured", - "label": "Edit filter (Preview)", - "with": "{0} with {1}" - }, - "Included": { - "gridAria": "List of included cloud apps" - }, - "Validation": { - "authContext": "With \"authentication context\" you must configure at least one sub-item.", - "networkAccess": "With \"Network Access\" you must configure at least one traffic profile.", - "selectApps": "\"{0}\" must be configured", - "selector": "Select at least one app.", - "userActions": "With \"User actions\" you must configure at least one sub-item." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." - } - }, - "Errors": { - "notFound": "The policy was not found or has been deleted.", - "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "All", - "b2bCollaborationGuestLabel": "B2B collaboration guest users", - "b2bCollaborationMemberLabel": "B2B collaboration member users", - "b2bDirectConnectUserLabel": "B2B direct connect users", - "enumeratedExternalTenantsError": "Please select at least one external tenant", - "enumeratedExternalTenantsLabel": "Select", - "externalTenantsLabel": "Specify external Azure AD organizations", - "externalUserDropdownLabel": "Choose guest or external user types", - "externalUsersError": "Select at least one external guest or user type", - "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", - "guestOrExternalUsersLabel": "Guest or external users", - "internalGuestLabel": "Local guest users", - "otherExternalUserLabel": "Other external users", - "previewTag": "{0} (preview)", - "serviceProviderUsersLabel": "Service provider users" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Country/Region lookup method", - "gps": "Determine location by GPS coordinates", - "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", - "ip": "Determine location by IP address (IPv4 only)" - }, - "Header": { - "new": "New location ({0})", - "update": "Update location ({0})" - }, - "IP": { - "learn": "Configure named location IPv4 and IPv6 ranges.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region. [Learn more][1]\n\nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n[1]: https://aka.ms/canamedlocations\n", - "label": "Include unknown countries/regions" - }, - "Name": { - "empty": "Name cannot be empty", - "placeholder": "Name this location" - }, - "PrivateLink": { - "learn": "Create a new named location containing Private Links for Azure AD.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Search countries", - "names": "Search names", - "privateLinks": "Search Private Links" - }, - "Trusted": { - "label": "Mark as trusted location" - }, - "enter": "Enter a new IPv4 or IPv6 range", - "example": "ex: 40.77.182.32/27 or 2a01:111::/32" - }, - "Label": { - "addCountries": "Countries location", - "addIpRange": "IP ranges location", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Failure in creating new location ({0})", - "title": "Creation has failed" - }, - "InProgress": { - "description": "Creating new location ({0})", - "title": "Creation in progress" - }, - "Success": { - "description": "Success in creating new location ({0})", - "title": "Creation has succeeded" - } - }, - "Delete": { - "Failed": { - "description": "Failure in deleting location ({0})", - "title": "Deletion has failed" - }, - "InProgress": { - "description": "Deleting location ({0})", - "title": "Deletion in progress" - }, - "Success": { - "description": "Success in deleting location ({0})", - "title": "Deletion has succeeded" - } - }, - "Update": { - "Failed": { - "description": "Failure in updating location ({0})", - "title": "Updating has failed" - }, - "InProgress": { - "description": "Updating location ({0})", - "title": "Updating in progress" - }, - "Success": { - "description": "Success in updating location ({0})", - "title": "Updating has succeeded" - } - } - }, - "PrivateLinks": { - "grid": "List of Private Links" - }, - "Trusted": { - "title": "Trusted type", - "trusted": "Trusted" - }, - "Type": { - "all": "All types", - "countries": "Countries", - "ipRanges": "IP ranges", - "privateLinks": "Private Links", - "title": "Location type" - }, - "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", - "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", - "iPRangeOctetError": "IP network must not start with 0 or 255.", - "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", - "iPRangePrivateError": "IP network detected as a private address." - }, - "NamedNetwork": { - "List": { - "gridAria": "List of named locations" - } - }, - "NetworkAccess": { - "Included": { - "none": "No target resources selected", - "plural": "{0} network traffic profiles selected", - "singular": "1 network traffic profile selected" - }, - "internetOptionText": "Public traffic", - "label": "Network Access (Preview)", - "m365OptionText": "M365 traffic", - "privateOptionText": "Private traffic", - "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", - "targetResourcesBalloonContext": "Target Resources", - "targetResourcesSelectorTitle": "Target Resources", - "trafficProfilesLearnMoreTooltip": "To see aditional traffic profiles, add more NaaS licenses.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " - }, - "Policies": { - "Grid": { - "aria": "List of Conditional Access policies" - }, - "countText": "{0} out of {1} policies found", - "countTextSingular": "{0} out of 1 policy found", - "search": "Search policies" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Configure service principal risk levels needed for policy to be enforced​", - "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." - }, - "LearnMore": { - "message": "Control user access to respond to specific real-time sign-in risk detections." - }, - "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", - "header": "Real-time built-in risk detections", - "info": "Detections that detect risks during sign-ins.", - "label": "Sign-in risk detections (Preview)", - "title": "Sign-in risk detections" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", - "displayName": "Multifactor authentication" - }, - "Passwordless": { - "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", - "displayName": "Passwordless multifactor authentication" - }, - "PhishingResistant": { - "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", - "displayName": "Phishing-resistant multifactor authentication" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", "certificate": "Certificate authentication", @@ -8808,287 +8862,6 @@ "require": "Require federated authentication method (Preview)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Off", - "on": "On", - "reportOnly": "Report-only" - }, - "PolicyTemplates": { - "Devices": { - "description": "Select Devices policy template category to gain visibility into devices accessing the network. Ensure compliance and health status before granting access.", - "name": "Devices" - }, - "Identities": { - "description": "Select Identities policy template category to verify and secure each identity with strong authentication across your entire digital estate.", - "name": "Identities" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "All apps", - "office365": "Office 365", - "registerSecurityInfo": "Register security information" - }, - "Conditions": { - "androidAndIOS": "Device Platform: Android and IOS", - "anyDevice": "Any device except Android, IOS, Windows and Mac", - "anyDeviceStateExceptHybrid": "Any device state except compliant and hybrid Azure AD joined", - "anyLocation": "Any location except trusted", - "browserMobileDesktop": "Client apps: Browser, Mobile apps and desktop clients", - "exchangeActiveSync": "Client Apps: Exchange Active Sync, Other Clients", - "windowsAndMac": "Device Platform: Windows and Mac" - }, - "Devices": { - "anyDevice": "Any Device" - }, - "Grant": { - "appProtectionPolicy": "Require app protection policy", - "approvedClientApp": "Require approved client app", - "blockAccess": "Block access", - "mfa": "Require multifactor authentication", - "passwordChange": "Require password change", - "requireCompliantDevice": "Require device to be marked as compliant", - "requireHybridAzureADDevice": "Require hybrid Azure AD joined device" - }, - "Session": { - "appEnforcedRestrictions": "Use app enforced restrictions", - "signInFrequency": "Sign-in Frequency and never persistent browser session" - }, - "UsersAndGroups": { - "allUsers": "All Users", - "directoryRoles": "Directory roles except current administrator", - "globalAdmin": "Global Administrator", - "noGuestAndAdmins": "All Users except Guest and External, Global administrators, Current administrator" - }, - "azureManagement": "Azure Management", - "deviceFilters": "Filters for devices", - "devicePlatforms": "Device Platforms" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Block or limit access to SharePoint, OneDrive, and Exchange content from unmanaged devices.", - "name": "CA014: Use application enforced restrictions for unmanaged devices", - "title": "Use application enforced restrictions for unmanaged devices" - }, - "ApprovedClientApps": { - "description": "To prevent data loss, organizations can restrict access to approved modern auth client apps with Intune app protection.", - "name": "CA012: Require approved client apps and app protection", - "title": "Require approved client apps and app protection" - }, - "BlockAccessOnUnknowns": { - "description": "Users will be blocked from accessing company resources when the device type is unknown or unsupported.", - "name": "CA010: Block access for unknown or unsupported device platform", - "title": "Block access for unknown or unsupported device platform" - }, - "BlockLegacyAuth": { - "description": "Block legacy authentication endpoints that can be used to bypass multifactor authentication. ", - "name": "CA003: Block legacy authentication", - "title": "Block legacy authentication" - }, - "NoPersistentBrowserSession": { - "description": "Protect user access on unmanaged devices by preventing browser sessions from remaining signed in after the browser is closed and setting a sign-in frequency to 1 hour.", - "name": "CA011: No persistent browser session", - "title": "No persistent browser session" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Require privileged administrators to only access resources when using a compliant or hybrid Azure AD joined device.​", - "name": "CA009: Require compliant or hybrid Azure AD joined device for admins", - "title": "Require compliant or hybrid Azure AD joined device for admins" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Protect access to company resources by requiring users to use a managed device or perform multifactor authentication. (macOS or Windows only)", - "name": "CA013: Require compliant or hybrid Azure AD joined device or multifactor authentication for all users", - "title": "Require compliant or hybrid Azure AD joined device or multifactor authentication for all users" - }, - "RequireMFAAllUsers": { - "description": "Require multifactor authentication for all user accounts to reduce risk of compromise.", - "name": "CA004: Require multifactor authentication for all users", - "title": "Require multifactor authentication for all users" - }, - "RequireMFAForAdmins": { - "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", - "name": "CA001: Require multifactor authentication for admins", - "title": "Require multifactor authentication for admins" - }, - "RequireMFAForAzureManagement": { - "description": "Require multifactor authentication to protect privileged access to Azure resources.", - "name": "CA006: Require multifactor authentication for Azure management", - "title": "Require multifactor authentication for Azure management" - }, - "RequireMFAForGuestAccess": { - "description": "Require guest users perform multifactor authentication when accessing your company resources.", - "name": "CA005: Require multifactor authentication for guest access", - "title": "Require multifactor authentication for guest access" - }, - "RequireMFAForRiskySignIn": { - "description": "Require multifactor authentication if the sign-in risk is detected to be medium or high. (Requires an Azure AD Premium 2 License)", - "name": "CA007: Require multifactor authentication for risky sign-ins", - "title": "Require multifactor authentication for risky sign-ins" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Require the user to change their password if the user risk is detected to be high. (Requires an Azure AD Premium 2 License)", - "name": "CA008: Require password change for high-risk users", - "title": "Require password change for high-risk users" - }, - "RequireSecurityInfo": { - "description": "Secure when and how users register for Azure AD multifactor authentication and self-service password. ", - "name": "CA002: Securing security info registration", - "title": "Securing security info registration" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Enabling this policy will prevent any access from unknown device type, consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "BlockLegacyAuth": { - "description": "Consider using report only mode to begin with until you have confirmed this will not impact your users.", - "title": "Enabling this policy will block legacy authentication for all your users." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Consider using report only mode to begin with until you have confirmed this will not impact your privileged users.", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat until the device is made compliant." - }, - "Title": { - "on": "Enabling this policy will prevent any access for privileged users unless using a managed device such as compliant or hybrid Azure AD joined. Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling.", - "reportOnly": "Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "This policy will affect all users except the current logged in Administrator. Consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "Title": { - "on": "Don't lock yourself out! Make sure that your device is compliant, or hybrid Azure AD Joined or you have configured multifactor authentication. ", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat untli the device is made compliant." - } - }, - "RequireMfa": { - "description": "If you use emergency access accounts or Azure AD connect to synchronize your on-premises objects, you may need to exclude these accounts from this policy after creation." - }, - "RequireMfaAdmins": { - "description": "Please note the current administrator account will automatically be excluded but all others will be protected on policy creation. Consider using report only mode to begin with.", - "title": "Don't lock yourself out! This policy impacts the Azure portal." - }, - "RequireMfaAllUsers": { - "description": "Consider using report only mode to begin with until you have planned and communicated this change to all your users.", - "title": "Enabling this policy will enforce multifactor authentication for all your users." - }, - "RequireSecurityInfo": { - "description": "Please ensure you review your configuration to protect these accounts based on your company needs.", - "title": "The following users and roles are excluded from this policy, Guests and External Users, Global Administrators, Current Administrator" - } - }, - "basics": "Basics", - "clientApps": "Client apps", - "cloudApps": "Cloud apps", - "cloudAppsOrActions": "Cloud apps or actions ", - "conditions": "Conditions ", - "createNewPolicy": "Create new policy from templates (Preview)", - "createPolicy": "Create Policy", - "currentUser": "Current user", - "customizeBuild": "Customize your build", - "customizeTemplate": "Template lists are customized based on the type of policy you're looking to create", - "excludedDevicePlatform": "Excluded device platforms", - "excludedDirectoryRoles": "Excluded directory roles", - "excludedLocation": "Excluded directory roles", - "excludedUsers": "Excluded users", - "grantControl": "Grant control ", - "includeFilteredDevice": "Include filtered devices in policy", - "includedDevicePlatform": "Included device platforms", - "includedDirectoryRoles": "Included directory roles", - "includedLocation": "Included location", - "includedUsers": "Included users", - "legacyAuthenticationClients": "Legacy authentication clients", - "namePolicy": "Name your policy", - "needAdPremiumMessage": "You need an Azure AD Premium subscription to use this feature.", - "next": "Next", - "policyName": "Policy Name", - "policyState": "Policy state", - "policySummary": "Policy summary", - "policyTemplate": "Policy template", - "previous": "Previous", - "reviewAndCreate": "Review + create", - "riskLevels": "Risk levels", - "selectATemplate": "Select a Template", - "selectTemplate": "Select template", - "selectTemplateCategory": "Select a template category", - "selectTemplateRecommendation": "We recommend the following templates based on your response", - "sessionControl": "Session control ", - "signInFrequency": "Sign-in frequency", - "signInRisk": "Sign-in risk", - "template": "Template ", - "templateCategory": "Template category", - "userRisk": "User risk", - "usersAndGroups": "Users and groups ", - "viewPolicySummary": "View policy summary " - }, - "SSM": { - "MemberSelector": { - "description": "Users and groups" - }, - "Notification": { - "Migration": { - "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", - "inProgress": "Migrating Continuous access evaluation settings", - "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", - "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." - }, - "error": "Failed to update Continuous access evaluation settings", - "inProgress": "Updating Continuous access evaluation settings", - "success": "Successfully updated Continuous access evaluation settings" - }, - "PreviewOptions": { - "disable": "Disable preview", - "enable": "Enable preview" - }, - "StrictLocationEnforcement": { - "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", - "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", - "label": "Strict Location Enforcement", - "title": "Additional enforcement modes" - }, - "bladeTitle": "Continuous access evaluation", - "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", - "migrateLabel": "Migrate", - "migrationError": "Migration failed due to the following error: {0}", - "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the “Migrate” button above and configure it with Conditional Access policy going forward. Click here to learn more.", - "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", - "optionsPickerTitle": "Enable/Disable Continuous access evaluation", - "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." - }, - "SamlReauth": { - "Filter": { - "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "List of selected organizations" - }, - "Upper": { - "gridAria": "List of available organizations" - }, - "addTenantLabel": "Add tenant to selected", - "customOrganizationDescription": "Add an organization with this tenant ID", - "description": "Add an Azure AD organization by typing one of its domain names.", - "notFoundResult": "Not found", - "searchBoxPlaceholder": "Tenant ID or domain name", - "subTitle": "Azure AD organization", - "tenantAdded": "This tenant ID has already been added.", - "tenantIdNotFound": "Tenant ID not found" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organization ID: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD organizations selected", - "single": "1 Azure AD organization selected" - }, - "gridAria": "List of selected organizations" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modify session lifetime", "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." }, - "SigninRisk": { - "LearnMore": { - "message": "Control user access to respond to specific sign-in risk levels." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." - }, - "description": "Sign-in risk level is generated based on all real-time risk detections.", - "header": "Select the sign-in risk level this policy will apply to" - }, "SingleSelectorActive": { "failed": "Unable to load this data.", "reattempt": "Loading data. Reattempt {0} of {1}." }, - "TimeCondition": { - "Errors": { - "both": "Invalid \"Include\" or \"Exclude\" time range.", - "daysOfWeek": "{0} Make sure to specify at least one day of the week.", - "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", - "exclude": "Invalid \"Exclude\" time range.", - "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", - "include": "Invalid \"Include\" time range.", - "timeMissing": "{0} Make sure to specify both a start and end time.", - "timeZone": "{0} Make sure to specify a time zone.", - "timesAndZone": "{0} Make sure you set start time, end time and time zone." - } - }, - "UserActions": { - "Included": { - "none": "No cloud apps or actions selected", - "plural": "{0} user actions included", - "singular": "1 user action included" - }, - "accessRequirement1": "Level 1", - "accessRequirement2": "Level 2", - "accessRequirement3": "Level 3", - "accessRequirementsLabel": "Accessing secured app data", - "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", - "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", - "appsOrActionsTitle": "Cloud apps or actions", - "label": "User actions", - "mainOptionsLabel": "Select what this policy applies to", - "registerOrJoinDevices": "Register or join devices", - "registerSecurityInfo": "Register security information", - "selectionInfo": "Select the action this policy will apply to", - "whatIf": "User action included" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Choose directory roles" @@ -9197,88 +8925,6 @@ }, "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests." }, - "ValidationResult": { - "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", - "invalidApplicationCondition": "Invalid cloud applications selected", - "invalidClientTypesCondition": "Invalid client apps selected", - "invalidConditions": "Assignments are not selected", - "invalidControls": "Invalid controls selected", - "invalidDevicePlatformsCondition": "Invalid device platforms selected", - "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", - "invalidGrantControlPolicy": "Invalid grant control", - "invalidLocationsCondition": "Invalid locations selected", - "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", - "invalidPolicy": "Assignments are not selected", - "invalidSessionControlPolicy": "Invalid session control", - "invalidSignInRisksCondition": "Invalid sign-in risk selected", - "invalidUserRisksCondition": "Invalid user risk selected", - "invalidUsersCondition": "Invalid users selected", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", - "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", - "pending": "Validating policy", - "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", - "success": "Valid policy" - }, - "VpnCert": { - "Grid": { - "aria": "List of VPN Certificates" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", - "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." - }, - "combinedRegistration": "Enable combined registration for \"Require authentication strength\" to work correctly. We strongly recommend turning it on for all users rather than just a group of them.", - "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", - "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", - "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", - "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\"", - "requireMfa": "Consider testing the new \"{0}\" public preview", - "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." - }, - "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", - "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", - "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." - }, - "ServicePrincipals": { - "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.​", - "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", - "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", - "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", - "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.​", - "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", - "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", - "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." - }, - "Users": { - "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", - "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "List of attributes on the device employed during sign-in.", - "infoBalloon": "List of attributes on the device employed during sign-in." - } - }, - "noTenantSelected": "No tenant selected", - "selectOrganization": "Select organization", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" - }, "advancedTabText": "Advanced", "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 years", "vpncertDropdownTwoyearOption": "2 years", "wednesday": "Wednesday", - "whatIfAppEnforcedControl": "Use app enforced restrictions", - "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", - "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", "whatIfCountry": "Country/Region", "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", - "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", - "whatIfEvaResultApplication": "Cloud apps", - "whatIfEvaResultClientApps": "Client app", - "whatIfEvaResultDevicePlatform": "Device platform", - "whatIfEvaResultEmptyPolicy": "Empty policy", - "whatIfEvaResultInvalidCondition": "Invalid condition", - "whatIfEvaResultInvalidPolicy": "Invalid policy", - "whatIfEvaResultLocation": "Location", - "whatIfEvaResultNotEnoughInformation": "Not enough information", - "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", - "whatIfEvaResultSignInRisk": "Sign-in risk", - "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", - "whatIfPolicyAppliesTab": "Policies that will apply", - "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", - "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", - "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", - "whatIfReasons": "Reasons why this policy will not apply", - "whatIfSelectClientApp": "Select a client app...", "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", - "whatIfSelectServicePrincipalRisk": "Select service principal risk...", "whatIfSelectSignInRisk": "Select sign-in risk...", - "whatIfSelectType": "Select identity type", - "whatIfSelectUserRisk": "Select user risk...", - "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", "whatIfSignInRisk": "Sign-in risk", "whatIfSignInRiskInfo": "The risk level associated with the sign-in", "whatIfUnknownAreas": "Unknown Areas", - "whatIfUserPickerLabel": "Selected user", - "whatIfUserPickerNoRowsLabel": "No user or service principal selected", - "whatIfUserRiskInfo": "The risk level associated with the user", - "whatIfUserSelectorInfo": "User in the directory that you want to test", "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts. Click here to learn more.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filter mode", - "assignmentToast": "End user notifications", - "assignmentTypeTableHeader": "ASSIGNMENT TYPE", - "deadlineTimeColumnLabel": "Installation deadline", - "deliveryOptimizationPriorityHeader": "Delivery optimization priority", - "groupTableHeader": "Group", - "installContextLabel": "Install Context", - "isRemovable": "Install as removable", - "licenseTypeLabel": "License type", - "modeTableHeader": "Group mode", - "policySet": "Policy Set", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Prevent iCloud app backup", - "restartGracePeriodHeader": "Restart grace period", - "startTimeColumnLabel": "Availability", - "tracks": "Tracks", - "uninstallOnRemoval": "Uninstall on device removal", - "updateMode": "Update Priority", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD web app", - "androidEnterpriseSystemApp": "Android Enterprise system app", - "androidForWorkApp": "Managed Google Play store app", - "androidLobApp": "Android line-of-business app", - "androidStoreApp": "Android store app", - "builtInAndroid": "Built-In Android app", - "builtInApp": "Built-In app", - "builtInIos": "Built-In iOS app", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "iOS line-of-business app", - "iosStoreApp": "iOS store app", - "iosVppApp": "iOS volume purchase program app", - "lineOfBusinessApp": "Line-of-business app", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office Suite", - "macOsVppApp": "macOS volume purchase program app", - "managedAndroidLobApp": "Managed Android line-of-business app", - "managedAndroidStoreApp": "Managed Android store app", - "managedGooglePlayApp": "Managed Google Play store app", - "managedGooglePlayPrivateApp": "Managed Google Play private app", - "managedGooglePlayWebApp": "Managed Google Play web link", - "managedIosLobApp": "Managed iOS line-of-business app", - "managedIosStoreApp": "Managed iOS store app", - "microsoftStoreForBusinessApp": "Microsoft Store for Business app", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", - "officeAddIn": "Office add-in", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", - "sharePointApp": "SharePoint app", - "teamsApp": "Teams app", - "webApp": "Web link", - "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store app (new)", - "windowsAppXLobApp": "Windows AppX line-of-business app", - "windowsClassicApp": "Windows app (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", - "windowsMobileMsiLobApp": "Windows MSI line-of-business app", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81StoreApp": "Windows Phone 8.1 store app", - "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app (legacy)", - "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", - "windowsUniversalLobApp": "Windows Universal line-of-business app", - "windowsWebApp": "Windows web link" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Excluded", - "include": "Included", - "includeAllDevicesVirtualGroup": "Included", - "includeAllUsersVirtualGroup": "Included" - }, - "AssignmentToast": { - "hideAll": "Hide all toast notifications", - "showAll": "Show all toast notifications", - "showReboot": "Show toast notifications for computer restarts" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Background", - "displayText": "Content download in {0}", - "foreground": "Foreground", - "header": "Delivery optimization priority" - }, - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "FilterType": { - "exclude": "Exclude", - "include": "Include", - "none": "None" - }, - "InstallIntent": { - "available": "Available for enrolled devices", - "availableWithoutEnrollment": "Available with or without enrollment", - "notApplicable": "Not applicable", - "required": "Required", - "uninstall": "Uninstall" - }, - "SettingType": { - "assignmentType": "Assignment type", - "deviceLicensing": "License type", - "installContext": "Uninstall on device removal", - "toastSettings": "End user notifications", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Default", - "postponed": "Postponed", - "priority": "High Priority" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configure devices for initial provisioning and assign to users.", - "title": "Device preparation" - }, - "EnrollmentSettings": { - "description": "Configure enrollment settings such as blocking enrollment and assign to users.", - "title": "Enrollment settings" - }, - "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", - "coManagementAuthorityTitle": "Co-management Settings ", - "deploymentProfiles": "Windows Autopilot deployment profiles", - "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", - "descriptionLabel": "Windows enrollment methods", - "enrollmentStatusPage": "Enrollment Status Page" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "User" - }, - "availableUninstall": "Allow available uninstall", - "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Device restart behavior", - "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", - "header": "Specify the commands to install and uninstall this app:", - "installCommand": "Install command", - "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", - "installCommandTooltip": "The complete installation command line used to install this app.", - "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", - "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", - "runAsAccount": "Install behavior", - "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", - "selectorLabel": "Program", - "uninstallCommand": "Uninstall command", - "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                \n ", - "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", - "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", - "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", - "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                                \n
                                  \n
                                • Max file size: 750 KB
                                • \n
                                • File type: PNG, JPG or JPEG
                                • \n
                                \n ", - "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", - "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", - "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                \n ", - "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", - "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", - "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", - "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", - "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", - "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", - "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", - "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", - "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", - "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", - "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                                \n
                                  \n
                                • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                                • \n
                                  \n
                                • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                                • \n
                                \n ", - "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                                \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", - "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", - "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", - "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." - }, - "Inputs": { - "accountDomain": "Account domain", - "accountDomainHint": "e.g. contosodomain", - "accountDomainInfoBalloon": "Specify the user’s account domain.", - "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", - "allowContactSetting": "Allow user to change contact setting", - "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", - "allowUserChange": "Allow user to change setting", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", - "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "App install context", - "appUrlLabel": "Appstore URL", - "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Applicable device type", - "assignmentActionLabel": "Mode", - "authenticationMethodInfoBalloon": "Specify the authentication method for the user", - "authenticationMetod": "Authentication method", - "authenticationType": "Authentication type", - "authenticationTypeInfoBalloon": "Specify the authentication type for the user", - "availableLicenseCount": "Available licenses", - "basicAuth": "Basic authentication", - "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", - "bookNameLabel": "Book name", - "bundleDescriptionHint": "Enter a description that describes the apps included.", - "calendar": "Calendar", - "categoryLabel": "Category", - "categoryNameLabel": "Default name", - "certProfileType": "Certificate profile type", - "certificate": "Certificate", - "certificates": "Certificates", - "commandLineLabel": "Command-line arguments", - "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", - "configurationSettingsFormatLabel": "Configuration settings format", - "configurationSettingsLabel": "Settings format", - "contactSync": "Save Contacts", - "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", - "contacts": "Contacts", - "createdDateTime": "Created", - "defaultCategoryHint": "Default categories cannot be changed", - "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", - "descriptionGenericLabel": "Description", - "descriptionHint": "Enter a description...", - "descriptionLabel": "Description", - "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", - "developerLabel": "Developer", - "developerSizeHint": "The maximum length of the developer name is 256 characters.", - "disable": "Disable", - "disabled": "Disabled", - "displayNameLabel": "Name", - "displayVersionHint": "Enter the app version", - "displayVersionLabel": "App Version", - "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", - "eBookCategoryNameLabel": "Default name", - "emailAccount": "Email account name", - "emailAccountHint": "e.g. Corporate Email", - "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", - "emailAddressAttribute": "Email address attribute from AAD", - "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", - "emailServer": "Email Server", - "emailServerHint": "e.g. mail.contoso.com", - "emailServerInfoBalloon": "Specify the host name of your Exchange Server", - "enable": "Enable", - "enableSMime": "Enable S/MIME", - "enabled": "Enabled", - "encryptAllEmails": "Encrypt all emails", - "encryptionCertificates": "Encryption certificates", - "endUserNotifications": "End-user notifications", - "enrollmentTypeLabel": "Device enrollment type", - "externalRecipients": "External recipients MailTip", - "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", - "focusedInbox": "Focused Inbox", - "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", - "gmailNineAmountOfEmail": "Amount of email to synchronize", - "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", - "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", - "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", - "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", - "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", - "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", - "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", - "ignoreVersionDetection": "Ignore app version", - "informationUrlLabel": "Information URL", - "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", - "installAsManaged": "Install as managed", - "installationSourceLabel": "App type", - "installerTypeInfoBalloon": "The installer type of the application package.", - "installerTypeLabel": "Installer Type", - "isFeatured": "Show this as a featured app in the Company Portal", - "isMAMEnabledToggleLabel": "Yes", - "lastModifiedDateTime": "Last updated Time", - "ldapUrl": "LDAP URL", - "licensingType": "Supports device context assignment", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimum operating system", - "modernAuth": "Modern authentication", - "nameHint": "Enter a name", - "nameLabel": "Name", - "nameSizeHint": "The maximum length of the name is 512 characters.", - "notConfigured": "Not configured", - "notesLabel": "Notes", - "notesSizeHint": "The maximum length of the notes text is 1024 characters.", - "notificationType": "Notification type", - "oneDay": "One Day", - "oneMonth": "One Month", - "oneWeek": "One Week", - "outlookSMimeSettings": "Outlook S/MIME settings", - "ownerLabel": "Owner", - "ownerSizeHint": "The maximum length of the owner name is 256 characters.", - "packageIdLabel": "Package Identifier", - "packageNameLabel": "Package name", - "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Description", - "policyNameLabel": "Name", - "primarySMTPAddress": "Primary SMTP Address", - "privacyUrlLabel": "Privacy URL", - "publisherHint": "Enter a publisher name", - "publisherLabel": "Publisher", - "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", - "require": "Require", - "requireBiometrics": "Require Biometrics to access app", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "At least one scope tag is required", - "searchAppLabel": "Select app", - "searchAppLinkText": "Search the App Store", - "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", - "selectAAD": "Select an AAD attribute", - "selectAppFileLabel": "Select file", - "selectAppFileLinkText": "Select app package file", - "selectAppFileToUpdateLabel": "Select file to update", - "selectAuthMethod": "Select an authentication method", - "selectAuthType": "Select an authentication type", - "selectCertificate": "Select a certificate", - "signAllEmails": "Sign all emails", - "signingCertificates": "Signing certificates", - "ssl": "SSL", - "suiteDescriptionLabel": "Suite Description", - "suiteNameLabel": "Suite Name", - "tasks": "Tasks", - "threeDays": "Three Days", - "totalLicenseCount": "Total licenses", - "twoWeeks": "Two Weeks", - "unifiedAssignmentsLabel": "Assign to:", - "unlimited": "Unlimited", - "urlHint": "Enter a valid url", - "useManagedBrowserHint": "Android and iOS only. Learn more", - "useManagedBrowserLabel": "Require a managed browser to open this link", - "userPrinicipalName": "User Principal Name", - "username": "Username", - "usernameAttribute": "Username attribute from AAD", - "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", - "usernamePassword": "Username and password", - "webAppUrlHint": "Enter a valid url beginning with http:// or https://", - "webAppUrlLabel": "App URL", - "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", - "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "XML Data Entered", - "xmlFormatInvalid": "XML policy format is invalid.", - "xmlTooLarge": "Input size must be less than 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Not supported", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                                \n
                                  \n
                                • This setting works correctly when \"All cloud apps\" are selected
                                • \n
                                • This does not affect token lifetimes or the sign-in frequency setting.
                                • \n
                                • This will override the \"Show option to stay signed in\" policy in Company Branding.
                                • \n
                                • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                                • \n
                                • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                                • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                  Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge configuration settings", "edgeWindowsDataProtectionSettings": "Edge (Windows) data protection settings - Preview", @@ -10783,7 +11566,10 @@ "Column": { "author": "Author", "template": "Template name" - } + }, + "Row": { + "ariaLabel": "row {0} of {1} column {2}" + } }, "SettingsCatalog": { "subtitle": "Start from scratch and select settings you want from the library of available settings", @@ -11593,6 +12379,7 @@ "gettingStarted": "Getting started", "messages": "Messages", "onlineResources": "Online resources", + "policyHealth": "Policy health", "releaseManagement": "Release management", "serviceRequests": "Service requests", "settings": "Settings", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "All apps", "allDevices": "All devices", - "androidFotaDeployments": "Android FOTA deployments", + "androidFotaDeployments": "Android FOTA deployments (preview)", "appBundles": "App Bundles", "appCategories": "App categories", "appConfigPolicies": "App configuration policies", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Assigned permissions", "assignedRoles": "Assigned roles", "autopilotDeploymentReport": "Autopilot deployments (preview)", + "autopilotDeploymentReportV2": "Autopilot deployments 2.0 (preview)", "brandingAndCustomization": "Customization", "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", "cloudAttachedDevices": "Cloud attached devices (preview)", + "cloudPcActions": "Cloud PC actions (preview)", + "cloudPcMaintenanceWindows": "Cloud PC maintenance windows (Preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Enrollment restrictions", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange service connectors", - "failuresForDriverUpdates": "Windows Driver update failures (preview)", + "failuresForDriverUpdates": "Windows Driver update failures", "failuresForFeatureUpdates": "Feature update failures", "failuresForQualityUpdates": "Windows Expedited update failures", "featureFlighting": "Feature flighting", "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", - "fotaUpdate": "Firmware over-the-air update", + "fotaUpdate": "Firmware over-the-air update (preview)", "groupPolicy": "Administrative Templates", "groupPolicyAnalytics": "Group policy analytics", "helpSupport": "Help and support", @@ -11717,15 +12507,15 @@ "user": "User", "userExecutionStatus": "User status", "wdacSupplementalPolicies": "S mode supplemental policies", - "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", + "windows10DriverUpdate": "Driver updates for Windows 10 and later", "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365PartnerConnector": "Windows 365 partner connectors", "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", - "windowsManagement": "PowerShell scripts", + "windowsManagement": "Scripts", "windowsSideLoadingKeys": "Windows side loading keys", "windowsSymantecCertificate": "Windows DigiCert certificate", "windowsThreatReport": "Threat agent status" @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Device restart grace period", "summaryTitle": "End user experience" }, - "EnrollmentType": { - "devicesWithEnrollment": "Managed devices", - "devicesWithoutEnrollment": "Managed apps" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "The file or folder as the selected requirement.", + "pathToolTip": "The complete path of the file or folder to detect.", + "property": "Property", + "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "GridColumns": { + "pathOrScript": "Path/Script", + "type": "Type" + }, + "Registry": { + "keyPath": "Key path", + "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", + "operator": "Operator", + "operatorTooltip": "Select the operator for the comparison.", + "registryRequirement": "Registry key requirement", + "registryRequirementTooltip": "Select the registry key requirement comparison.", + "valueName": "Value name", + "valueNameTooltip": "The name of the required registry value." + }, + "RequirementTypeOptions": { + "fileType": "File", + "registry": "Registry", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolean", + "dateTime": "Date and Time", + "float": "Floating Point", + "integer": "Integer", + "string": "String", + "version": "Version" + }, + "duplicateName": "Script name {0} has already been used. Please enter a different name.", + "enforceSignatureCheck": "Enforce script signature check", + "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", + "loggedOnCredentials": "Run this script using the logged on credentials", + "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", + "operatorTooltip": "Select the operator for the requirement comparison.", + "requirementMethod": "Select output data type", + "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", + "scriptFile": "Script file", + "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", + "scriptName": "Script name", + "value": "Value", + "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "bladeTitle": "Add a Requirement rule", + "createRequirementHeader": "Create a requirement.", + "header": "Configure additional requirement rules", + "label": "Additional requirement rules", + "noRequirementsSelectedPlaceholder": "No requirements are specified.", + "requirementType": "Requirement type", + "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." + }, + "architectures": "Operating system architecture", + "architecturesTooltip": "Choose the architectures needed to install the app.", + "bladeTitle": "Requirements", + "diskSpace": "Disk space required (MB)", + "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", + "header": "Specify the requirements that devices must meet before the app is installed:", + "maximumTextFieldValue": "The value must be at most {0}.", + "minimumCpuSpeed": "Minimum CPU speed required (MHz)", + "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", + "minimumLogicalProcessors": "Minimum number of logical processors required", + "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", + "minimumOperatingSystem": "Minimum operating system", + "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", + "minumumTextFieldValue": "The value must be at least {0}.", + "physicalMemory": "Physical memory required (MB)", + "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", + "selectorLabel": "Requirements", + "validNumber": "Please enter a valid number." + }, "PolicySet": { "appManagement": "Application management", "assignments": "Assignments", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Device configuration profiles", "powershellScriptTitle": "Powershell scripts" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                  For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                  Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Recommended", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrain", @@ -11923,7 +12998,7 @@ "countryNameCY": "Cyprus", "countryNameCD": "Democratic Republic of Congo", "countryNameTN": "Tunisia", - "countryNameTR": "Turkey", + "countryNameTR": "Türkiye", "countryNameWS": "Samoa", "countryNameSE": "Sweden", "countryNameXK": "Kosovo", diff --git a/Documentation/Strings-zh-cht.json b/Documentation/Strings-zh-cht.json index e6e2c0a..bd721fa 100644 --- a/Documentation/Strings-zh-cht.json +++ b/Documentation/Strings-zh-cht.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "First available date" }, + "Windows11SideBySideInstall": { + "disabled": "Disabled", + "enabled": "Enabled", + "infoBalloonContent": "Control whether to install the latest Windows 10 feature update to devices not eligible for Windows 11", + "label": "When a device isn't capable of running Windows 11, install the latest Windows 10 feature update" + }, "bladeTitle": "Feature update deployments", "deploymentSettingsTitle": "Deployment settings", "loadError": "Loading failed!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "This capability requires specific licensing.", "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", - "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies.", + "specificLicensingRequired": "Some selected capabilities require specific licensing." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Help your device users understand what the app is and/or what they can do in the app. This description will be visible to them in Company Portal.", "developer": "The name of the company or Individual that developed the app. This information will be visible to people signed into the admin center.", "displayVersion": "The version of the app. This information will be visible to users in the Company Portal.", + "fullScreenEnabled": "If configured to yes, launches the web clip as a full-screen web app.", + "ignoreManifestScope": "If configured to yes, a full screen web clip can navigate to an external web site without showing Safari UI. Otherwise, Safari UI appears when navigating away from the web clip’s URL. This key has no effect when Full screen is false.", "infoUrl": "Link people to a website or documentation that has more information about the app. The information URL will be visible to users in Company Portal.", "isFeatured": "Featured apps are prominently placed in Company Portal so that users can quickly get to them.", "learnMore": "Learn more", "logo": "Upload a logo that's associated with the app. This logo will appear next to the app throughout Company Portal.​", "macOSDmgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .dmg.​", + "macOSPkgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .pkg.​", "minOperatingSystem": "Select the earliest operating system version on which the app can be installed. If you assign the app to a device with an earlier operating system, it will not be installed.​", "name": "Add a name for the app. This name will be visible in the Intune apps list and to users in the Company Portal.​", "notes": "Add additional notes about the app. Notes will be visible to people signed in to the admin center.", "owner": "The name of the person in your organization who manages licensing or is the point-of-contact for this app. This name will be visible to people signed in to the admin center.​", "packageId": "The app Package Identifier is the unique value that identifies the app.", "packageName": "Contact the device manufacturer to get the app's package name. Example package name: com.example.app​​", + "preComposedIconEnabled": "If configured to yes, prevents SpringBoard from adding \"shine\" to the icon.", "privacyUrl": "Provide a link for people who want to learn more about the app's privacy settings and terms. The privacy URL will be visible to users in Company Portal.", "publisher": "The name of the developer or company that distributes the app. This information will be visible to users in Company Portal.", "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", + "targetApplicationBundleIdentifier": "The application bundle identifier that specifies the application which opens the URL. Available in iOS 14 and later.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                                  Select Yes to disable the app PIN when a device lock is detected on an enrolled device.

                                  Note: Intune cannot detect device enrollment with a third-party EMM solution on iOS/iPadOS.

                                  " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Installation time required (mins)", + "maxRunTimeInMinutesToolTip": "The number of minutes the system will wait for install program to finish. Default value is 60 minutes." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "User" + }, + "availableUninstall": "Allow available uninstall", + "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Device restart behavior", + "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", + "header": "Specify the commands to install and uninstall this app:", + "installCommand": "Install command", + "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", + "installCommandTooltip": "The complete installation command line used to install this app.", + "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", + "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", + "runAsAccount": "Install behavior", + "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", + "selectorLabel": "Program", + "uninstallCommand": "Uninstall command", + "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Create new", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 Apps (macOS)", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", "macOsVppApp": "macOS volume purchase program app", "managedAndroidLobApp": "Managed Android line-of-business app", "managedAndroidStoreApp": "Managed Android store app", @@ -1785,12 +1831,11 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, - "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", "editPowershellScriptFlowSectionName": "Edit PowerShell script", - "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. By default, no warning or prompt displays and the script runs unblocked.", + "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. This is the default.", "enforceSignatureCheckLabel": "Enforce script signature check", "executionFrequencyLabel": "Execution Frequency", "failedToSavePolicy": "Failed to save {0}", @@ -1801,7 +1846,7 @@ "reviewButtonText": "Review + add ", "runAs64BitInfoBalloonContent": "The script will run in a 64-bit PowerShell Host for a 64-bit client architecture. By default, the script will run in a 32-bit PowerShell Host.", "runAs64BitLabel": "Run script in 64 bit PowerShell Host", - "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in system context.", + "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in user context.", "scriptContextLabel": "Run this script using the logged on credentials", "scriptsettingsTabHeader": "Script settings", "settingsHeader": "Select a script to configure", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version.", "androidPasswordHeader": "Require a password to unlock the device. If not configured, the use of passwords is optional, and left up to the user to configure.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-on VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Check basic integrity & certified devices", - "androidSafetyNetbasicIntegrity": "Check basic integrity", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Check basic integrity & device integrity", + "androidPlayIntegrityVerdictBasicIntegrity": "Check basic integrity", "androidTRDeprecation": "Trusted certificates can no longer install on devices that run Android 11 or later, except for Samsung Knox devices. If you use SCEP certificate profiles, you must continue to create and deploy a trusted certificate profile and associate it with the SCEP certificate profile, but you must manually deliver the trusted root certificate to those devices.", "androidTenAndAbovePasswordHeader": "Android 10 and later", "androidTenAndAbovePasswordHeaderDescription": "These settings work for devices running Android 10 or later.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Warning for other disk encryption", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Selecting \"Require\" will encrypt the storage card of the mobile device.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Encrypt storage card (mobile only)", - "bitLockerEnabledDescription": "Require BitLocker to be enabled on the device", - "bitLockerEnabledName": "Require BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Selecting \"Require\" will enable BitLocker device encryption. Depending on device hardware and Windows version, end users may be asked to confirm there is no third party encryption on their device. Turning on Windows encryption while third party encryption is in use will render the device unstable.", "bitLockerEncryptDeviceName": "Encrypt devices", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Block Touch ID and Face ID unlock", "blockUSBConnectionDescription": "Specifies whether the USB connection on the device is enabled. USB charging will not be affected by this setting. This setting isn't supported on Windows desktop platforms.", "blockUSBConnectionName": "USB connection", + "blockUnifiedPasswordForWorkProfileDescription": "Block using one lock if you want users to use two different passwords for their lock screen and work profile. Using one screen lock is convenient to the user, but makes the work profile accessible to anyone who can unlock the device. Applies to devices running Android 9.0 Pie and later.", + "blockUnifiedPasswordForWorkProfileName": "One lock for work profile and device", "blockUnmanagedDocumentsInManagedAppsName": "Block viewing non-corporate documents in corporate apps", "blockUntrustedTLSCertificatesDescription": "Block untrusted Transport Layer Security (TLS) certificates.", "blockUntrustedTLSCertificatesName": "Block untrusted TLS certificates", @@ -2825,6 +2871,8 @@ "cellularName": "Cellular", "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.", "certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)", + "certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.", + "certificateInstallTitle": "Allow other apps to install and manage certificates", "certificateNotFound": "Certificate policy not found. Was it deleted?", "certificateOption": "Certificate", "certificateRevocationCheck": "Certificate revocation check", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Print service resource URI", "cloudProtectionDescription": "Send the Microsoft Active Protection Service telemetry to allow detection of suspicious activity.", "cloudProtectionName": "Cloud-delivered protection", - "codeIntegrityEnabledDescription": "Require code integrity to be enabled on the device", - "codeIntegrityEnabledName": "Require code integrity", + "codeIntegrityEnabledName": "Code integrity", "complianceAntiSpywareRequirementDescription": "Require any AntiSpyware solution registered with Windows Security Center to be on and monitoring (e.g DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Require AntiSpyware signature to be up-to-date", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "This setting specifies the number of recent passwords that cannot be reused. Recommended value: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Number of previous passwords to prevent reuse", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Select the newest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Enter the newest OS build version a device can have. For example: 20E252
                                  If you want to set an Apple Rapid Security Response update as the maximum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Maximum OS build version", - "complianceOsBuildVersionRestrictionMinimumDescription": "Select the oldest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Enter the oldest OS build version a device can have. For example: 20E252
                                  If you want to set an Apple Rapid Security Response update as the minimum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Minimum OS build version", "complianceOsVersionRestrictionHeader": "Operating System Version", "complianceOsVersionRestrictionMaximumAndroidDescription": "Specify the max OS version compliance requirement for devices. E.g. specify “7.1” in this field for Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Force the device to automatically update for security patches and improvements.", "complianceUpdatesRequireAutomaticUpdatesName": "Require automatic updates from Microsoft", "complianceWin10RequiredPasswordTypeDescription": "This setting determines the type of Password/PIN required.
                                  \nDevice Default (Password, Numeric PIN, or Alphanumeric PIN required)
                                  \nAlphanumeric (Password or Alphanumberic PIN required)
                                  \nNumeric (Password or Numeric PIN required)
                                  \nRecommendations: Required password type: Alphanumeric, Password complexity: Require digits and lowercase letters", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 or 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11 only", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimum version of Microsoft Defender (e.g. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender Antimalware minimum version", - "complianceWindowsDeviceHealthAttestationHeader": "Windows Health Attestation Service evaluation rules", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft Attestation Service evaluation rules

                                  Use these rules to confirm that a device has protective measures enabled at boot time. Learn more about these rules", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Select the newest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Select the oldest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "The operating system version is defined as major.minor.build.revision. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Minor OS and non-OS software updates", "delayMinorOSUpdateVisibilityOption": "Minor OS software updates", "delayOSUpdateVisibilityOption": "Operating system updates", + "delegatedScopeLogsTitle": "Access to Sensitive Android Logs", "deliveryOptimizationBandwidthHeader": "Bandwidth​", "deliveryOptimizationCachingHeader": "Caching​", "deliveryOptimizationDODescription": "Specifies the download method that Delivery Optimization can use to manage network bandwidth consumption for content distribution scenarios.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Searching for derived credential issuer...", "derivedCredentialsTenantLevelNotConfigured": "You have not specified a derived credential issuer for your tenant so that this policy can successfully apply to devices. Click here to specify the issuer.", "descriptionName": "Description", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (Tenant attach only)", "desktopOption": "Desktop", "destinationPrefix": "Destination Prefix/Size (e.g. 192.168.0.1/255)", "developerUnlock": "Developer unlock", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "And Above", "eDPPolicyVersionAndBelowName": "And Below", "eDPPolicyVersionEqualsName": "Equals", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Require early launch anti malware driver to be enabled", - "earlyLaunchAntiMalwareDriverEnabledName": "Require early launch anti malware driver", + "earlyLaunchAntiMalwareDriverEnabledName": "Early Launch AntiMalware", "easAccountSettingsHeader": "Exchange ActiveSync account settings", "easAllData": "All data", "easCalendarContactsOnly": "Calendar and Contacts only", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Any address", "firewallRulesPortOrPortRangeInvalidCharacterError": "Port list can only contain numbers, '-', or ','.", "firewallRulesPortOrPortRangeInvalidError": "Port list contains invalid ports and/or port ranges.", + "firmwareProtectionEnabledName": "Firmware Protection", "firmwareUpdatesBehaviorName": "Firmware updates", "firstActiveEthernet": "First active Ethernet", "firstAvailableOption": "First available", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP blended with internet peering (3)", "httpWithPeeringNatOption": "HTTP blended with peering behind same NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP blended with peering across private group (2)", + "hvciEnabledName": "Memory Integrity Protection", "hybridSleepBatteryDescription": "This policy setting allows you to turn off hybrid sleep when the device is powered by a battery.​
                                  If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                                  If this policy is not configured, users control this setting.", "hybridSleepName": "Hybrid sleep", "hybridSleepPluggedInDescription": "This policy setting allows you to turn off hybrid sleep when the device is plugged in.​
                                  If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                                  If this policy is not configured, users control this setting.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medium-low", "mediumOption": "Medium", "meetingInformationDisplayedOnWelcomeScreenName": "Meeting information displayed on welcome screen", + "memoryAccessProtectionEnabledName": "Memory Access Protection", "messagingBlockMMSDescription": "Disable the MMS send/receive functionality on the device.", "messagingBlockMMSName": "MMS (mobile only)", "messagingBlockRCSDescription": "Disable the Rich Communication Services send/receive functionality on the device.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Must be smaller than the maximum OS version", "mustBeValidAddress": "Must be a valid address. Example: 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "Package name must only contain letters, numbers, underscores, and periods. Must start with a letter.", - "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A391, 16G1114, etc.", + "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Must be a valid DNS suffix. Example: itgproxy.com", "mustBeValidDateFormat": "Must be a valid date format (YYYY-MM-DD). Example: 2016-10-01, 2016-10-31 etc.", "mustBeValidDomain": "Must be a valid domain. Example: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Network extensions", "networkInterface": "Network Interface", "networkInterfaceDescription": "Network interface to configure", + "networkLogsTitle": "Allow this app to access Android network activity logs", "networkProxyAutomaticConfigurationUrlDescription": "URL to the PAC script you want to use.", "networkProxyAutomaticConfigurationUrlName": "Setup script address URL", "networkProxyDisableAutoDetectDescription": "Automatically detect settings. If enabled, the system tries to find the path to a PAC script.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Hide", "pinnedFolderOptionShow": "Show", "pipeInvalidError": "The value must not contain '|'.", + "playIntegrityVerdictOptionsDescription": "Set the level of Play Integrity Verdict", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "Plugged In​", "policyDomainNameService": "DNS", "policyEmailAddress": "Email address", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Default policy. The user must exist and have a valid Intune license.", "requireUserExistanceName": "Enrolled user exists", "required": "Required", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Not configured (defaults to basic evaluation)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Select the evaluation type you want to use to compute the SafetyNet device attestation response.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardware-backed key", - "requiredAndroidSafetyNetEvaluationTypeName": "Required SafetyNet evaluation type", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Not configured", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Select the evaluation type you want to use to compute the Play Integrity Verdict device attestation response.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Check strong integrity", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Check strong integrity using hardware-backed security features", "requiredExtensionsColumnHeader": "Package family names", "requiredExtensionsExamples": "e.g. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Password required, no restrictions", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "e.g. contoso.com", "safeSearchFilterDescription": "Specify how Cortana filters adult content from search results.", "safeSearchFilterName": "Safe Search (mobile only)", - "safetyNetAttestationOptionsDescription": "Set the level of SafetyNet attestation", - "safetyNetAttestationOptionsName": "SafetyNet device attestation", "sampleSharingEnableOrNotConfiguredDescription": "Returns or sets the Microsoft Defender for Endpoint Sample Sharing configuration parameter.", "sampleSharingEnableOrNotConfiguredName": "Sample sharing for all files", "saturday": "Saturday", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Secondary authentication method", "secondaryAuthenticationMethodTEAPDescription": "Choose the secondary way you want users to authenticate. When you select Certificates, select one of the certificate profiles (SCEP or PKCS) that is also deployed to the device. This is the identity certificate that is presented by the device to the server.", "secretKey": "Secret Key:", - "secureBootEnabledDescription": "Require Secure Boot to be enabled on the device", - "secureBootEnabledName": "Require Secure Boot to be enabled on the device", + "secureBootEnabledName": "Secure Boot", "secured": "Secured", "securityAssociationIdleTimeDescription": "Security associations are deleted after network traffic is not seen for this number of seconds.", "securityAssociationIdleTimeHint": "Enter idle time in seconds (300 - 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Common Criteria mode​", "securityDeveloperSettingsEnabledDescription": "Allow access to developer settings.", "securityDeveloperSettingsEnabledName": "Developer settings", + "securityLogsTitle": "Allow this app to access Android security logs", "securityOption": "Diagnostic data off", "securityRequireVerifyAppsDescription": "Enable Google Play Protect to scan apps before and after they’re installed. If it detects a threat, it might warn the user to remove the app from the device. Required by default.", "securityRequireVerifyAppsName": "Threat scan on apps​", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Select managed apps", "selectMicrosoftEdgeApp": "Add Microsoft Edge Legacy browser", "selectMicrosoftTunnelSite": "Select a site", + "selectNetworkApp": "Select an app to access Android network activity logs", "selectNetworkInterface": "Select network interface", "selectNonEapMethod": "Select non-EAP method", "selectOneOption": "Select one", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Root certificate for server validation", "selectRootCertificatesForServerValidationName": "Root certificates for server validation", "selectSecurity": "Select security type", + "selectSecurityApp": "Select an app to access Android security logs", "selectService": "Which management type can we help you with?", "selectStoreApp": "Add Store app", "selectStoreAppEmpty": "Add a store app", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "App type", "trafficRuleClaimsName": "Claim", - "trafficRuleDirectionDescription": "Specify whether the rule applies to inbound traffic or outbound traffic.
                                  \n
                                  \n Inbound = The rule applies to all inbound traffic.\n
                                  \n
                                  \n Outbound = The rule applies to all outbound traffic.\n ", + "trafficRuleDirectionDescription": "Inbound allows traffic from external sites over VPN. Outbound allows traffic to external sites over VPN. To allow both, create two rules.", "trafficRuleDirectionName": "Direction", "trafficRuleRoutingPolicyTypeDescription": "Choose between split tunnel and force tunnel.
                                  \n
                                  \n Split tunnel = only the traffic meant for the VPN interface (as determined by the networking stack) goes over the interface. Internet traffic can continue to go over other interfaces.\n
                                  \n
                                  \n Force tunnel = all IP traffic must go through the VPN interface only (for this traffic rule).\n
                                  \n
                                  \n Applicable only when this rule is associated with an app.\n ", "trafficRuleRoutingPolicyTypeName": "Rule type", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "User", "vPNPolicyProfileTargetDescription": "Turns this profile into an always-on VPN connection that connects without user interaction and uses machine certificates for authentication. Only supports an IKEv2 connection type. VPN profile is removed from the device after the AutoPilot out-of-box experience completes.", "vPNPolicyProfileTargetName": "Use this VPN profile for Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com.", + "vPNPolicyProxyExclListDescription2": "A list of host names for which the proxy is bypassed. The host names may contain wildcards such as *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Excluded hosts", + "vPNPolicyProxyExclListExclusions": "exclusions", + "vPNPolicyProxyExclListFileImport": "File to import host list", + "vPNPolicyProxyExclListHostName": "Host name", + "vPNPolicyProxyExclListImport": "Import proxy exclusions", + "vPNPolicyProxyExclListInvalid": "Invalid input", + "vPNPolicyProxyExclListList": "Exclusion list", + "vPNPolicyProxyExclListManage": "Manage proxy exclusions", + "vPNPolicyProxyExclListName": "Proxy exclusion list", "vPNPolicyRememberCredentialsName": "Remember credentials at each logon", "vPNPolicyRoutesForThisConnectionDescription": "Optional.", "vPNPolicyRoutesForThisConnectionName": "Split tunneling routes for this VPN connection", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtual home button", "virtualHomeButtonNotConfigured": "Not configured", "virtualHomeButtonSwipeUp": "Swipe-up", + "virtualizationBasedSecurityEnabledName": "Virtualization-based Security", "virtualizationOfCpuAndIOName": "CPU and IO virtualization", "visibleAppsListOptionsDescription": "Set whether the list is a list of apps to hide or a list of apps to make visible.", "visibleAppsListOptionsName": "Type of apps list", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Allow web links in any app", "rootCertificate": "Root Certificate", "safetyNetDeviceAttestation": "SafetyNet device attestation", + "samsungKnoxAttestationRequired": "Samsung Knox device attestation", "saveAppsNotificationText": "Saving selected apps", "saveChangesCommandText": "Save", "savePolicySettingsNotificationText": "Saving policy settings", @@ -7885,10 +7953,12 @@ "state": "State", "status": "Status", "store": "Store", + "subjectOnlyOptionText": "Subject only", "success": "Success", "successfully": "Successfully", "summary": "Summary", "summaryLensTitle": "Summary", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Remote requests", "summarySettingsPartWipeRequestsSelectorText": "Wipe requests", "supportId": "Support ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Value", "valueMustNotContainCharsError": "Value must not contain the following characters: {0}", "versionValidationExample": "

                                  Format: [Major].[Minor] or [Major].[Minor].[Build].[Revision]

                                  Example: 1.5 or 1.5.50.101

                                  ", - "versionValidationWith2To4Segments": "

                                  Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]

                                  Example: 1.5 or 1.5.50 or 1.5.50.101

                                  ", + "versionValidationWith2To5Segments": "

                                  Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]. For iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] is also supported.

                                  Note: Apps will not perform wipes for RapidSecurityResponse violations, only block or warn is supported.

                                  Example: 1.5 or 1.5.50 or 1.5.50.101 or (for iOS) 1.5.50.101.a

                                  ", "versionValidationWithDateFormat": "Must be a valid date format (YYYY-MM-DD).", "warn": "Warn", "warning": "Warning", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Wired network", "workProfile": "Personally-owned work profile" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "The file or folder as the selected requirement.", - "pathToolTip": "The complete path of the file or folder to detect.", - "property": "Property", - "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "GridColumns": { - "pathOrScript": "Path/Script", - "type": "Type" - }, - "Registry": { - "keyPath": "Key path", - "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", - "operator": "Operator", - "operatorTooltip": "Select the operator for the comparison.", - "registryRequirement": "Registry key requirement", - "registryRequirementTooltip": "Select the registry key requirement comparison.", - "valueName": "Value name", - "valueNameTooltip": "The name of the required registry value." - }, - "RequirementTypeOptions": { - "fileType": "File", - "registry": "Registry", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolean", - "dateTime": "Date and Time", - "float": "Floating Point", - "integer": "Integer", - "string": "String", - "version": "Version" - }, - "duplicateName": "Script name {0} has already been used. Please enter a different name.", - "enforceSignatureCheck": "Enforce script signature check", - "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", - "loggedOnCredentials": "Run this script using the logged on credentials", - "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", - "operatorTooltip": "Select the operator for the requirement comparison.", - "requirementMethod": "Select output data type", - "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", - "scriptContent": "Script content", - "scriptFile": "Script file", - "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", - "scriptName": "Script name", - "value": "Value", - "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "bladeTitle": "Add a Requirement rule", - "createRequirementHeader": "Create a requirement.", - "header": "Configure additional requirement rules", - "label": "Additional requirement rules", - "noRequirementsSelectedPlaceholder": "No requirements are specified.", - "requirementType": "Requirement type", - "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." - }, - "architectures": "Operating system architecture", - "architecturesTooltip": "Choose the architectures needed to install the app.", - "bladeTitle": "Requirements", - "diskSpace": "Disk space required (MB)", - "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", - "header": "Specify the requirements that devices must meet before the app is installed:", - "maximumTextFieldValue": "The value must be at most {0}.", - "minimumCpuSpeed": "Minimum CPU speed required (MHz)", - "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", - "minimumLogicalProcessors": "Minimum number of logical processors required", - "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", - "minimumOperatingSystem": "Minimum operating system", - "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", - "minumumTextFieldValue": "The value must be at least {0}.", - "physicalMemory": "Physical memory required (MB)", - "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", - "selectorLabel": "Requirements", - "validNumber": "Please enter a valid number." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Make update available gradually", + "immediateStart": "Make update available as soon as possible", + "startDateOnly": "Make update available on a specific date" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Managed devices", + "devicesWithoutEnrollment": "Managed apps" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filter mode", + "assignmentToast": "End user notifications", + "assignmentTypeTableHeader": "ASSIGNMENT TYPE", + "deadlineTimeColumnLabel": "Installation deadline", + "deliveryOptimizationPriorityHeader": "Delivery optimization priority", + "groupTableHeader": "Group", + "installContextLabel": "Install Context", + "isRemovable": "Install as removable", + "licenseTypeLabel": "License type", + "modeTableHeader": "Group mode", + "policySet": "Policy Set", + "preventAutoAppUpdate": "Prevent automatic app updates", + "preventManagedAppBackup": "Prevent iCloud app backup", + "restartGracePeriodHeader": "Restart grace period", + "startTimeColumnLabel": "Availability", + "tracks": "Tracks", + "uninstallOnRemoval": "Uninstall on device removal", + "updateMode": "Update Priority", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD web app", + "androidEnterpriseSystemApp": "Android Enterprise system app", + "androidForWorkApp": "Managed Google Play store app", + "androidLobApp": "Android line-of-business app", + "androidStoreApp": "Android store app", + "builtInAndroid": "Built-In Android app", + "builtInApp": "Built-In app", + "builtInIos": "Built-In iOS app", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "iOS line-of-business app", + "iosStoreApp": "iOS store app", + "iosVppApp": "iOS volume purchase program app", + "lineOfBusinessApp": "Line-of-business app", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS line-of-business app", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office Suite", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", + "macOsVppApp": "macOS volume purchase program app", + "managedAndroidLobApp": "Managed Android line-of-business app", + "managedAndroidStoreApp": "Managed Android store app", + "managedGooglePlayApp": "Managed Google Play store app", + "managedGooglePlayPrivateApp": "Managed Google Play private app", + "managedGooglePlayWebApp": "Managed Google Play web link", + "managedIosLobApp": "Managed iOS line-of-business app", + "managedIosStoreApp": "Managed iOS store app", + "microsoftStoreForBusinessApp": "Microsoft Store for Business app", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", + "officeAddIn": "Office add-in", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", + "sharePointApp": "SharePoint app", + "teamsApp": "Teams app", + "webApp": "Web link", + "win32CatalogApp": "Windows catalog app (Win32)", + "winGetPublicApp": "Windows Package Manager Community Repository", + "winGetStoreApp": "Microsoft Store app (new)", + "windowsAppXLobApp": "Windows AppX line-of-business app", + "windowsClassicApp": "Windows app (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", + "windowsMobileMsiLobApp": "Windows MSI line-of-business app", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81StoreApp": "Windows Phone 8.1 store app", + "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", + "windowsStoreApp": "Microsoft Store app (legacy)", + "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", + "windowsUniversalLobApp": "Windows Universal line-of-business app", + "windowsWebApp": "Windows web link" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Excluded", + "include": "Included", + "includeAllDevicesVirtualGroup": "Included", + "includeAllUsersVirtualGroup": "Included" + }, + "AssignmentToast": { + "hideAll": "Hide all toast notifications", + "showAll": "Show all toast notifications", + "showReboot": "Show toast notifications for computer restarts" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Background", + "displayText": "Content download in {0}", + "foreground": "Foreground", + "header": "Delivery optimization priority" + }, + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "FilterType": { + "exclude": "Exclude", + "include": "Include", + "none": "None" + }, + "InstallIntent": { + "available": "Available for enrolled devices", + "availableWithoutEnrollment": "Available with or without enrollment", + "notApplicable": "Not applicable", + "required": "Required", + "uninstall": "Uninstall" + }, + "SettingType": { + "assignmentType": "Assignment type", + "deviceLicensing": "License type", + "installContext": "Uninstall on device removal", + "toastSettings": "End user notifications", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Default", + "postponed": "Postponed", + "priority": "High Priority" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, + "OSConfiguration": { + "menuDescription": "Configure settings that users can use to recover Windows from a bootable flash drive.", + "menuTitle": "Operating system configuration" + }, + "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", + "coManagementAuthorityTitle": "Co-management Settings ", + "deploymentProfiles": "Windows Autopilot deployment profiles", + "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", + "descriptionLabel": "Windows enrollment methods", + "enrollmentStatusPage": "Enrollment Status Page" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", - "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Automatically approve all recommended driver updates", + "manual": "Manually approve and deploy driver updates" + }, + "Details": { + "ApprovalMethod": { + "label": "Approval method:" + }, + "DeploymentDeferralInDays": { + "label": "Make updates available after", + "units": "(days)", + "value": "{0} days" + }, + "bladeTitle": "Driver updates Windows 10 and later (preview)", + "lastSync": "Last sync:", + "lastSyncDefaultText": "Pending initial inventory collection", + "loadError": "Loading failed!" + }, + "DriverStatus": { + "approved": "Approved", + "declined": "Declined", + "export": "Exporting recommended drivers", + "needsReview": "Needs review", + "paused": "Paused" }, + "DriversToReview": { + "text": "{0} to review" + }, + "Subtitle": { + "automatic": "Automatic approval driver update policy", + "manual": "Manual approval driver update policy" + }, + "SyncNotification": { + "failure": "Unable to sync {0}", + "failureDescription": "We encountered an error and were unable to complete the requested sync. Please try again.", + "pending": "{0} sync in progress", + "pendingDescription": "We are retrieving the most recent data. This process may take several minutes.", + "success": "{0} sync complete", + "successDescription": "Sync with WUfB service completed at {0}" + }, + "SyncSpinner": { + "text": "A sync is in progress. This could take several minutes. Look for an alert or check back in a few minutes." + }, + "TabName": { + "basics": "Basics", + "driverUpdateSettings": "Settings", + "otherDrivers": "Other drivers", + "properties": "Properties", + "recommendedDrivers": "Recommended drivers" + }, + "driverAddFilter": "Add filter", + "driverApplicableDevices": "Applicable devices", + "driverApprovalStatus": "Status", + "driverBulkActions": "Bulk actions", + "driverClass": "Driver class", + "driverCount": "Showing {0} to {1} of {2} records", + "driverFilterNoneSelected": "None selected", + "driverManufacturer": "Manufacturer", + "driverName": "Driver name", + "driverNameLower": "windows driver update deployment", + "driverNameUpper": "Windows driver update deployment", + "driverRefresh": "Refresh", + "driverReleaseDate": "Release date", + "driverSearch": "Search", + "driverSearchKeyword": "Enter search keyword", + "driverVersion": "Version", + "firstDeploymentDate": "First Deployment", + "infoBoxText": "Inventory can take up to 24 hours to populate after a policy is assigned and created.", + "textBlockText": "Select your policy approval and deployment settings. Choose to set up a policy to approve and deploy updates automatically or manually. The approval method cannot be changed once a policy is created, but changes to individual driver approvals and deployment details will be possible once an inventory is built for assigned devices." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                  \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                  \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                  \n ", + "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", + "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", + "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", + "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                                  \n
                                    \n
                                  • Max file size: 750 KB
                                  • \n
                                  • File type: PNG, JPG or JPEG
                                  • \n
                                  \n ", + "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", + "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", + "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                  \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                  \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                  \n ", + "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", + "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", + "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", + "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", + "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", + "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", + "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", + "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", + "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", + "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", + "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                                  \n
                                    \n
                                  • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                                  • \n
                                    \n
                                  • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                                  • \n
                                  \n ", + "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                                  \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", + "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", + "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", + "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." + }, + "Inputs": { + "accountDomain": "Account domain", + "accountDomainHint": "e.g. contosodomain", + "accountDomainInfoBalloon": "Specify the user’s account domain.", + "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", + "allowContactSetting": "Allow user to change contact setting", + "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", + "allowUserChange": "Allow user to change setting", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", + "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "App install context", + "appUrlLabel": "Appstore URL", + "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Applicable device type", + "assignmentActionLabel": "Mode", + "authenticationMethodInfoBalloon": "Specify the authentication method for the user", + "authenticationMetod": "Authentication method", + "authenticationType": "Authentication type", + "authenticationTypeInfoBalloon": "Specify the authentication type for the user", + "availableLicenseCount": "Available licenses", + "basicAuth": "Basic authentication", + "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", + "bookNameLabel": "Book name", + "bundleDescriptionHint": "Enter a description that describes the apps included.", + "calendar": "Calendar", + "categoryLabel": "Category", + "categoryNameLabel": "Default name", + "certProfileType": "Certificate profile type", + "certificate": "Certificate", + "certificates": "Certificates", + "commandLineLabel": "Command-line arguments", + "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", + "configurationSettingsFormatLabel": "Configuration settings format", + "configurationSettingsLabel": "Settings format", + "contactSync": "Save Contacts", + "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", + "contacts": "Contacts", + "createdDateTime": "Created", + "defaultCategoryHint": "Default categories cannot be changed", + "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", + "descriptionGenericLabel": "Description", + "descriptionHint": "Enter a description...", + "descriptionLabel": "Description", + "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", + "developerLabel": "Developer", + "developerSizeHint": "The maximum length of the developer name is 256 characters.", + "disable": "Disable", + "disabled": "Disabled", + "displayNameLabel": "Name", + "displayVersionHint": "Enter the app version", + "displayVersionLabel": "App Version", + "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", + "eBookCategoryNameLabel": "Default name", + "emailAccount": "Email account name", + "emailAccountHint": "e.g. Corporate Email", + "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", + "emailAddressAttribute": "Email address attribute from AAD", + "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", + "emailServer": "Email Server", + "emailServerHint": "e.g. mail.contoso.com", + "emailServerInfoBalloon": "Specify the host name of your Exchange Server", + "enable": "Enable", + "enableSMime": "Enable S/MIME", + "enabled": "Enabled", + "encryptAllEmails": "Encrypt all emails", + "encryptionCertificates": "Encryption certificates", + "endUserNotifications": "End-user notifications", + "enrollmentTypeLabel": "Device enrollment type", + "externalRecipients": "External recipients MailTip", + "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", + "focusedInbox": "Focused Inbox", + "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", + "fullScreenEnabledLabel": "Full screen", + "gmailNineAmountOfEmail": "Amount of email to synchronize", + "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", + "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", + "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", + "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", + "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", + "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", + "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", + "ignoreManifestScope": "Ignore manifest scope", + "ignoreVersionDetection": "Ignore app version", + "informationUrlLabel": "Information URL", + "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", + "installAsManaged": "Install as managed", + "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", + "isFeatured": "Show this as a featured app in the Company Portal", + "isMAMEnabledToggleLabel": "Yes", + "lastModifiedDateTime": "Last updated Time", + "ldapUrl": "LDAP URL", + "licensingType": "Supports device context assignment", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimum operating system", + "modernAuth": "Modern authentication", + "nameHint": "Enter a name", + "nameLabel": "Name", + "nameSizeHint": "The maximum length of the name is 512 characters.", + "notConfigured": "Not configured", + "notesLabel": "Notes", + "notesSizeHint": "The maximum length of the notes text is 1024 characters.", + "notificationType": "Notification type", + "oneDay": "One Day", + "oneMonth": "One Month", + "oneWeek": "One Week", + "outlookSMimeSettings": "Outlook S/MIME settings", + "ownerLabel": "Owner", + "ownerSizeHint": "The maximum length of the owner name is 256 characters.", + "packageIdLabel": "Package Identifier", + "packageNameLabel": "Package name", + "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Description", + "policyNameLabel": "Name", + "preComposedIconEnabled": "Precomposed", + "primarySMTPAddress": "Primary SMTP Address", + "privacyUrlLabel": "Privacy URL", + "publisherHint": "Enter a publisher name", + "publisherLabel": "Publisher", + "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", + "require": "Require", + "requireBiometrics": "Require Biometrics to access app", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "At least one scope tag is required", + "searchAppLabel": "Select app", + "searchAppLinkText": "Search the App Store", + "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", + "selectAAD": "Select an AAD attribute", + "selectAppFileLabel": "Select file", + "selectAppFileLinkText": "Select app package file", + "selectAppFileToUpdateLabel": "Select file to update", + "selectAuthMethod": "Select an authentication method", + "selectAuthType": "Select an authentication type", + "selectCatalogAppLabel": "Select app", + "selectCatalogAppLinkText": "Search the Windows app (Win32) catalog", + "selectCertificate": "Select a certificate", + "signAllEmails": "Sign all emails", + "signingCertificates": "Signing certificates", + "ssl": "SSL", + "suiteDescriptionLabel": "Suite Description", + "suiteNameLabel": "Suite Name", + "targetApplicationBundleIdentifier": "Target application bundle identifier", + "targetedPlatformsLabel": "Targeted platform", + "tasks": "Tasks", + "threeDays": "Three Days", + "totalLicenseCount": "Total licenses", + "twoWeeks": "Two Weeks", + "unifiedAssignmentsLabel": "Assign to:", + "unlimited": "Unlimited", + "urlHint": "Enter a valid url", + "useManagedBrowserHint": "Android and iOS only. Learn more", + "useManagedBrowserLabel": "Require a managed browser to open this link", + "userPrinicipalName": "User Principal Name", + "username": "Username", + "usernameAttribute": "Username attribute from AAD", + "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", + "usernamePassword": "Username and password", + "webAppUrlHint": "Enter a valid url beginning with http:// or https://", + "webAppUrlLabel": "App URL", + "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", + "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "XML Data Entered", + "xmlFormatInvalid": "XML policy format is invalid.", + "xmlTooLarge": "Input size must be less than 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Failed to delete {0}", @@ -8432,374 +8847,13 @@ "modifying": "Deleting {0}", "success": "Successfully deleted {0}" }, - "Included": { - "none": "No cloud apps, actions, or authentication contexts selected", - "plural": "{0} authentication contexts included", - "singular": "1 authentication context included" - }, - "InfoBlade": { - "createTitle": "Add authentication context", - "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", - "descPlaceholder": "Add description for the authentication context", - "modifyTitle": "Modify authentication context", - "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", - "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publish to apps", - "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." - }, "Notify": { "failure": "Failed to update {0}", "modifying": "Modifying {0}", "success": "Successfully updated {0}" }, - "WhatIf": { - "selected": "Authentication context included" - }, - "addNewStepUp": "New authentication context", - "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", - "checkBoxInfo": "Select the authentication contexts this policy will apply to", - "configure": "Configure authentication contexts", - "createCA": "Assign Conditional Access policies to the authentication context", - "dataGrid": "List of authentication contexts", - "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", - "description": "Description", - "documentation": "Documentation", - "getStarted": "Get started", - "label": "Authentication context", - "menuLabel": "Authentication context", - "name": "Name", - "noAuthContextConfigured": "No authentication contexts have been configured.", - "noAuthContextSet": "There are no authentication contexts", - "noData": "No authentication contexts to display", - "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", - "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Tag resources with an authentication context" + "menuLabel": "Authentication context" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", - "email": "Email One-Time Passcode", - "federatedMultiFactor": "Federated Multi-Factor", - "federatedSingleFactor": "Federated Single-Factor", - "fido2": "FIDO2 Security Key", - "hardwareOath": "Hardware OATH tokens", - "hardwareOathEmail": "Hardware OATH token + Email one-time passcode", - "hardwareOathFederatedSingleFactor": "Federated Single-Factor + Hardware OATH token", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (Push Notification) + Email one-time passcode", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federated Single-Factor + Microsoft Authenticator (Push Notification)", - "none": "None", - "password": "Password", - "passwordHardwareOath": "Password + Hardware OATH token", - "passwordMicrosoftAuthenticatorPush": "Password + Microsoft Authenticator (Push Notification)", - "passwordSms": "Password + SMS", - "passwordSoftwareOath": "Password + Software OATH token", - "passwordVoice": "Password + Voice", - "passwordX509CertificateMultiFactor": "Password + Certificate Based Authentication (Multi-Factor)", - "passwordX509CertificateSingleFactor": "Password + Certificate Based Authentication (Single-Factor)", - "sms": "SMS", - "smsEmail": "SMS + Email one-time passcode", - "smsFederatedSingleFactor": "Federated Single-Factor + SMS", - "softwareOath": "Software OATH tokens", - "softwareOathEmail": "Software OATH token + Email one-time passcode", - "softwareOathFederatedSingleFactor": "Federated Single-Factor + Software OATH token", - "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", - "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", - "voice": "Voice", - "voiceEmail": "Voice + Email one-time passcode", - "voiceFederatedSingleFactor": "Federated Single-Factor + Voice", - "windowsHelloForBusiness": "Windows Hello For Business", - "x509CertificateMultiFactor": "Certificate Based Authentication (Multi-Factor)", - "x509CertificateSingleFactor": "Certificate Based Authentication (Single Factor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Block downloads (Preview)", - "monitorOnly": "Monitor only (Preview)", - "protectDownloads": "Protect downloads (Preview)", - "useCustomControls": "Use custom policy..." - }, - "ariaLabel": "Choose the kind of Conditional Access App Control to apply" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "List of selected cloud apps" - }, - "UpperGrid": { - "ariaLabel": "List of cloud apps which match the search term" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "With \"Selected locations\" you must choose at least one location.", - "selector": "Choose at least one location" - }, - "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "You must select at least one of the following clients" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", - "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", - "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribute", - "placeholder": "Choose an attribute" - }, - "Configure": { - "infoBalloon": "Configure app filters you want to policy to apply to." - }, - "NoPermissions": { - "learnMoreAria": "More about custom security attribute permissions.", - "message": "You do not have the permissions needed to use custom security attributes." - }, - "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", - "learnMoreAria": "More information about using the rule builder and syntax text box.", - "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", - "title": "Edit filter (Preview)" - }, - "CloudAppsUserActions": { - "any": "Any cloud app or action", - "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", - "learnMore": "Control access based on all or specific cloud apps or actions.", - "learnMoreB2C": "Control access based on all or specific cloud apps.", - "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", - "title": "Cloud apps or actions" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "List of excluded cloud apps" - }, - "Filter": { - "configured": "Configured", - "label": "Edit filter (Preview)", - "with": "{0} with {1}" - }, - "Included": { - "gridAria": "List of included cloud apps" - }, - "Validation": { - "authContext": "With \"authentication context\" you must configure at least one sub-item.", - "networkAccess": "With \"Network Access\" you must configure at least one traffic profile.", - "selectApps": "\"{0}\" must be configured", - "selector": "Select at least one app.", - "userActions": "With \"User actions\" you must configure at least one sub-item." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." - } - }, - "Errors": { - "notFound": "The policy was not found or has been deleted.", - "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "All", - "b2bCollaborationGuestLabel": "B2B collaboration guest users", - "b2bCollaborationMemberLabel": "B2B collaboration member users", - "b2bDirectConnectUserLabel": "B2B direct connect users", - "enumeratedExternalTenantsError": "Please select at least one external tenant", - "enumeratedExternalTenantsLabel": "Select", - "externalTenantsLabel": "Specify external Azure AD organizations", - "externalUserDropdownLabel": "Choose guest or external user types", - "externalUsersError": "Select at least one external guest or user type", - "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", - "guestOrExternalUsersLabel": "Guest or external users", - "internalGuestLabel": "Local guest users", - "otherExternalUserLabel": "Other external users", - "previewTag": "{0} (preview)", - "serviceProviderUsersLabel": "Service provider users" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Country/Region lookup method", - "gps": "Determine location by GPS coordinates", - "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", - "ip": "Determine location by IP address (IPv4 only)" - }, - "Header": { - "new": "New location ({0})", - "update": "Update location ({0})" - }, - "IP": { - "learn": "Configure named location IPv4 and IPv6 ranges.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region. [Learn more][1]\n\nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n[1]: https://aka.ms/canamedlocations\n", - "label": "Include unknown countries/regions" - }, - "Name": { - "empty": "Name cannot be empty", - "placeholder": "Name this location" - }, - "PrivateLink": { - "learn": "Create a new named location containing Private Links for Azure AD.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Search countries", - "names": "Search names", - "privateLinks": "Search Private Links" - }, - "Trusted": { - "label": "Mark as trusted location" - }, - "enter": "Enter a new IPv4 or IPv6 range", - "example": "ex: 40.77.182.32/27 or 2a01:111::/32" - }, - "Label": { - "addCountries": "Countries location", - "addIpRange": "IP ranges location", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Failure in creating new location ({0})", - "title": "Creation has failed" - }, - "InProgress": { - "description": "Creating new location ({0})", - "title": "Creation in progress" - }, - "Success": { - "description": "Success in creating new location ({0})", - "title": "Creation has succeeded" - } - }, - "Delete": { - "Failed": { - "description": "Failure in deleting location ({0})", - "title": "Deletion has failed" - }, - "InProgress": { - "description": "Deleting location ({0})", - "title": "Deletion in progress" - }, - "Success": { - "description": "Success in deleting location ({0})", - "title": "Deletion has succeeded" - } - }, - "Update": { - "Failed": { - "description": "Failure in updating location ({0})", - "title": "Updating has failed" - }, - "InProgress": { - "description": "Updating location ({0})", - "title": "Updating in progress" - }, - "Success": { - "description": "Success in updating location ({0})", - "title": "Updating has succeeded" - } - } - }, - "PrivateLinks": { - "grid": "List of Private Links" - }, - "Trusted": { - "title": "Trusted type", - "trusted": "Trusted" - }, - "Type": { - "all": "All types", - "countries": "Countries", - "ipRanges": "IP ranges", - "privateLinks": "Private Links", - "title": "Location type" - }, - "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", - "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", - "iPRangeOctetError": "IP network must not start with 0 or 255.", - "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", - "iPRangePrivateError": "IP network detected as a private address." - }, - "NamedNetwork": { - "List": { - "gridAria": "List of named locations" - } - }, - "NetworkAccess": { - "Included": { - "none": "No target resources selected", - "plural": "{0} network traffic profiles selected", - "singular": "1 network traffic profile selected" - }, - "internetOptionText": "Public traffic", - "label": "Network Access (Preview)", - "m365OptionText": "M365 traffic", - "privateOptionText": "Private traffic", - "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", - "targetResourcesBalloonContext": "Target Resources", - "targetResourcesSelectorTitle": "Target Resources", - "trafficProfilesLearnMoreTooltip": "To see aditional traffic profiles, add more NaaS licenses.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " - }, - "Policies": { - "Grid": { - "aria": "List of Conditional Access policies" - }, - "countText": "{0} out of {1} policies found", - "countTextSingular": "{0} out of 1 policy found", - "search": "Search policies" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Configure service principal risk levels needed for policy to be enforced​", - "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." - }, - "LearnMore": { - "message": "Control user access to respond to specific real-time sign-in risk detections." - }, - "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", - "header": "Real-time built-in risk detections", - "info": "Detections that detect risks during sign-ins.", - "label": "Sign-in risk detections (Preview)", - "title": "Sign-in risk detections" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", - "displayName": "Multifactor authentication" - }, - "Passwordless": { - "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", - "displayName": "Passwordless multifactor authentication" - }, - "PhishingResistant": { - "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", - "displayName": "Phishing-resistant multifactor authentication" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", "certificate": "Certificate authentication", @@ -8808,287 +8862,6 @@ "require": "Require federated authentication method (Preview)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Off", - "on": "On", - "reportOnly": "Report-only" - }, - "PolicyTemplates": { - "Devices": { - "description": "Select Devices policy template category to gain visibility into devices accessing the network. Ensure compliance and health status before granting access.", - "name": "Devices" - }, - "Identities": { - "description": "Select Identities policy template category to verify and secure each identity with strong authentication across your entire digital estate.", - "name": "Identities" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "All apps", - "office365": "Office 365", - "registerSecurityInfo": "Register security information" - }, - "Conditions": { - "androidAndIOS": "Device Platform: Android and IOS", - "anyDevice": "Any device except Android, IOS, Windows and Mac", - "anyDeviceStateExceptHybrid": "Any device state except compliant and hybrid Azure AD joined", - "anyLocation": "Any location except trusted", - "browserMobileDesktop": "Client apps: Browser, Mobile apps and desktop clients", - "exchangeActiveSync": "Client Apps: Exchange Active Sync, Other Clients", - "windowsAndMac": "Device Platform: Windows and Mac" - }, - "Devices": { - "anyDevice": "Any Device" - }, - "Grant": { - "appProtectionPolicy": "Require app protection policy", - "approvedClientApp": "Require approved client app", - "blockAccess": "Block access", - "mfa": "Require multifactor authentication", - "passwordChange": "Require password change", - "requireCompliantDevice": "Require device to be marked as compliant", - "requireHybridAzureADDevice": "Require hybrid Azure AD joined device" - }, - "Session": { - "appEnforcedRestrictions": "Use app enforced restrictions", - "signInFrequency": "Sign-in Frequency and never persistent browser session" - }, - "UsersAndGroups": { - "allUsers": "All Users", - "directoryRoles": "Directory roles except current administrator", - "globalAdmin": "Global Administrator", - "noGuestAndAdmins": "All Users except Guest and External, Global administrators, Current administrator" - }, - "azureManagement": "Azure Management", - "deviceFilters": "Filters for devices", - "devicePlatforms": "Device Platforms" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Block or limit access to SharePoint, OneDrive, and Exchange content from unmanaged devices.", - "name": "CA014: Use application enforced restrictions for unmanaged devices", - "title": "Use application enforced restrictions for unmanaged devices" - }, - "ApprovedClientApps": { - "description": "To prevent data loss, organizations can restrict access to approved modern auth client apps with Intune app protection.", - "name": "CA012: Require approved client apps and app protection", - "title": "Require approved client apps and app protection" - }, - "BlockAccessOnUnknowns": { - "description": "Users will be blocked from accessing company resources when the device type is unknown or unsupported.", - "name": "CA010: Block access for unknown or unsupported device platform", - "title": "Block access for unknown or unsupported device platform" - }, - "BlockLegacyAuth": { - "description": "Block legacy authentication endpoints that can be used to bypass multifactor authentication. ", - "name": "CA003: Block legacy authentication", - "title": "Block legacy authentication" - }, - "NoPersistentBrowserSession": { - "description": "Protect user access on unmanaged devices by preventing browser sessions from remaining signed in after the browser is closed and setting a sign-in frequency to 1 hour.", - "name": "CA011: No persistent browser session", - "title": "No persistent browser session" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Require privileged administrators to only access resources when using a compliant or hybrid Azure AD joined device.​", - "name": "CA009: Require compliant or hybrid Azure AD joined device for admins", - "title": "Require compliant or hybrid Azure AD joined device for admins" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Protect access to company resources by requiring users to use a managed device or perform multifactor authentication. (macOS or Windows only)", - "name": "CA013: Require compliant or hybrid Azure AD joined device or multifactor authentication for all users", - "title": "Require compliant or hybrid Azure AD joined device or multifactor authentication for all users" - }, - "RequireMFAAllUsers": { - "description": "Require multifactor authentication for all user accounts to reduce risk of compromise.", - "name": "CA004: Require multifactor authentication for all users", - "title": "Require multifactor authentication for all users" - }, - "RequireMFAForAdmins": { - "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", - "name": "CA001: Require multifactor authentication for admins", - "title": "Require multifactor authentication for admins" - }, - "RequireMFAForAzureManagement": { - "description": "Require multifactor authentication to protect privileged access to Azure resources.", - "name": "CA006: Require multifactor authentication for Azure management", - "title": "Require multifactor authentication for Azure management" - }, - "RequireMFAForGuestAccess": { - "description": "Require guest users perform multifactor authentication when accessing your company resources.", - "name": "CA005: Require multifactor authentication for guest access", - "title": "Require multifactor authentication for guest access" - }, - "RequireMFAForRiskySignIn": { - "description": "Require multifactor authentication if the sign-in risk is detected to be medium or high. (Requires an Azure AD Premium 2 License)", - "name": "CA007: Require multifactor authentication for risky sign-ins", - "title": "Require multifactor authentication for risky sign-ins" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Require the user to change their password if the user risk is detected to be high. (Requires an Azure AD Premium 2 License)", - "name": "CA008: Require password change for high-risk users", - "title": "Require password change for high-risk users" - }, - "RequireSecurityInfo": { - "description": "Secure when and how users register for Azure AD multifactor authentication and self-service password. ", - "name": "CA002: Securing security info registration", - "title": "Securing security info registration" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Enabling this policy will prevent any access from unknown device type, consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "BlockLegacyAuth": { - "description": "Consider using report only mode to begin with until you have confirmed this will not impact your users.", - "title": "Enabling this policy will block legacy authentication for all your users." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Consider using report only mode to begin with until you have confirmed this will not impact your privileged users.", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat until the device is made compliant." - }, - "Title": { - "on": "Enabling this policy will prevent any access for privileged users unless using a managed device such as compliant or hybrid Azure AD joined. Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling.", - "reportOnly": "Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "This policy will affect all users except the current logged in Administrator. Consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "Title": { - "on": "Don't lock yourself out! Make sure that your device is compliant, or hybrid Azure AD Joined or you have configured multifactor authentication. ", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat untli the device is made compliant." - } - }, - "RequireMfa": { - "description": "If you use emergency access accounts or Azure AD connect to synchronize your on-premises objects, you may need to exclude these accounts from this policy after creation." - }, - "RequireMfaAdmins": { - "description": "Please note the current administrator account will automatically be excluded but all others will be protected on policy creation. Consider using report only mode to begin with.", - "title": "Don't lock yourself out! This policy impacts the Azure portal." - }, - "RequireMfaAllUsers": { - "description": "Consider using report only mode to begin with until you have planned and communicated this change to all your users.", - "title": "Enabling this policy will enforce multifactor authentication for all your users." - }, - "RequireSecurityInfo": { - "description": "Please ensure you review your configuration to protect these accounts based on your company needs.", - "title": "The following users and roles are excluded from this policy, Guests and External Users, Global Administrators, Current Administrator" - } - }, - "basics": "Basics", - "clientApps": "Client apps", - "cloudApps": "Cloud apps", - "cloudAppsOrActions": "Cloud apps or actions ", - "conditions": "Conditions ", - "createNewPolicy": "Create new policy from templates (Preview)", - "createPolicy": "Create Policy", - "currentUser": "Current user", - "customizeBuild": "Customize your build", - "customizeTemplate": "Template lists are customized based on the type of policy you're looking to create", - "excludedDevicePlatform": "Excluded device platforms", - "excludedDirectoryRoles": "Excluded directory roles", - "excludedLocation": "Excluded directory roles", - "excludedUsers": "Excluded users", - "grantControl": "Grant control ", - "includeFilteredDevice": "Include filtered devices in policy", - "includedDevicePlatform": "Included device platforms", - "includedDirectoryRoles": "Included directory roles", - "includedLocation": "Included location", - "includedUsers": "Included users", - "legacyAuthenticationClients": "Legacy authentication clients", - "namePolicy": "Name your policy", - "needAdPremiumMessage": "You need an Azure AD Premium subscription to use this feature.", - "next": "Next", - "policyName": "Policy Name", - "policyState": "Policy state", - "policySummary": "Policy summary", - "policyTemplate": "Policy template", - "previous": "Previous", - "reviewAndCreate": "Review + create", - "riskLevels": "Risk levels", - "selectATemplate": "Select a Template", - "selectTemplate": "Select template", - "selectTemplateCategory": "Select a template category", - "selectTemplateRecommendation": "We recommend the following templates based on your response", - "sessionControl": "Session control ", - "signInFrequency": "Sign-in frequency", - "signInRisk": "Sign-in risk", - "template": "Template ", - "templateCategory": "Template category", - "userRisk": "User risk", - "usersAndGroups": "Users and groups ", - "viewPolicySummary": "View policy summary " - }, - "SSM": { - "MemberSelector": { - "description": "Users and groups" - }, - "Notification": { - "Migration": { - "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", - "inProgress": "Migrating Continuous access evaluation settings", - "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", - "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." - }, - "error": "Failed to update Continuous access evaluation settings", - "inProgress": "Updating Continuous access evaluation settings", - "success": "Successfully updated Continuous access evaluation settings" - }, - "PreviewOptions": { - "disable": "Disable preview", - "enable": "Enable preview" - }, - "StrictLocationEnforcement": { - "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", - "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", - "label": "Strict Location Enforcement", - "title": "Additional enforcement modes" - }, - "bladeTitle": "Continuous access evaluation", - "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", - "migrateLabel": "Migrate", - "migrationError": "Migration failed due to the following error: {0}", - "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the “Migrate” button above and configure it with Conditional Access policy going forward. Click here to learn more.", - "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", - "optionsPickerTitle": "Enable/Disable Continuous access evaluation", - "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." - }, - "SamlReauth": { - "Filter": { - "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "List of selected organizations" - }, - "Upper": { - "gridAria": "List of available organizations" - }, - "addTenantLabel": "Add tenant to selected", - "customOrganizationDescription": "Add an organization with this tenant ID", - "description": "Add an Azure AD organization by typing one of its domain names.", - "notFoundResult": "Not found", - "searchBoxPlaceholder": "Tenant ID or domain name", - "subTitle": "Azure AD organization", - "tenantAdded": "This tenant ID has already been added.", - "tenantIdNotFound": "Tenant ID not found" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organization ID: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD organizations selected", - "single": "1 Azure AD organization selected" - }, - "gridAria": "List of selected organizations" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modify session lifetime", "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." }, - "SigninRisk": { - "LearnMore": { - "message": "Control user access to respond to specific sign-in risk levels." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." - }, - "description": "Sign-in risk level is generated based on all real-time risk detections.", - "header": "Select the sign-in risk level this policy will apply to" - }, "SingleSelectorActive": { "failed": "Unable to load this data.", "reattempt": "Loading data. Reattempt {0} of {1}." }, - "TimeCondition": { - "Errors": { - "both": "Invalid \"Include\" or \"Exclude\" time range.", - "daysOfWeek": "{0} Make sure to specify at least one day of the week.", - "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", - "exclude": "Invalid \"Exclude\" time range.", - "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", - "include": "Invalid \"Include\" time range.", - "timeMissing": "{0} Make sure to specify both a start and end time.", - "timeZone": "{0} Make sure to specify a time zone.", - "timesAndZone": "{0} Make sure you set start time, end time and time zone." - } - }, - "UserActions": { - "Included": { - "none": "No cloud apps or actions selected", - "plural": "{0} user actions included", - "singular": "1 user action included" - }, - "accessRequirement1": "Level 1", - "accessRequirement2": "Level 2", - "accessRequirement3": "Level 3", - "accessRequirementsLabel": "Accessing secured app data", - "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", - "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", - "appsOrActionsTitle": "Cloud apps or actions", - "label": "User actions", - "mainOptionsLabel": "Select what this policy applies to", - "registerOrJoinDevices": "Register or join devices", - "registerSecurityInfo": "Register security information", - "selectionInfo": "Select the action this policy will apply to", - "whatIf": "User action included" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Choose directory roles" @@ -9197,88 +8925,6 @@ }, "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests." }, - "ValidationResult": { - "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", - "invalidApplicationCondition": "Invalid cloud applications selected", - "invalidClientTypesCondition": "Invalid client apps selected", - "invalidConditions": "Assignments are not selected", - "invalidControls": "Invalid controls selected", - "invalidDevicePlatformsCondition": "Invalid device platforms selected", - "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", - "invalidGrantControlPolicy": "Invalid grant control", - "invalidLocationsCondition": "Invalid locations selected", - "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", - "invalidPolicy": "Assignments are not selected", - "invalidSessionControlPolicy": "Invalid session control", - "invalidSignInRisksCondition": "Invalid sign-in risk selected", - "invalidUserRisksCondition": "Invalid user risk selected", - "invalidUsersCondition": "Invalid users selected", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", - "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", - "pending": "Validating policy", - "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", - "success": "Valid policy" - }, - "VpnCert": { - "Grid": { - "aria": "List of VPN Certificates" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", - "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." - }, - "combinedRegistration": "Enable combined registration for \"Require authentication strength\" to work correctly. We strongly recommend turning it on for all users rather than just a group of them.", - "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", - "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", - "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", - "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\"", - "requireMfa": "Consider testing the new \"{0}\" public preview", - "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." - }, - "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", - "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", - "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." - }, - "ServicePrincipals": { - "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.​", - "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", - "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                  Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", - "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", - "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.​", - "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", - "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", - "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." - }, - "Users": { - "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", - "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "List of attributes on the device employed during sign-in.", - "infoBalloon": "List of attributes on the device employed during sign-in." - } - }, - "noTenantSelected": "No tenant selected", - "selectOrganization": "Select organization", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" - }, "advancedTabText": "Advanced", "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 years", "vpncertDropdownTwoyearOption": "2 years", "wednesday": "Wednesday", - "whatIfAppEnforcedControl": "Use app enforced restrictions", - "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", - "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", "whatIfCountry": "Country/Region", "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", - "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", - "whatIfEvaResultApplication": "Cloud apps", - "whatIfEvaResultClientApps": "Client app", - "whatIfEvaResultDevicePlatform": "Device platform", - "whatIfEvaResultEmptyPolicy": "Empty policy", - "whatIfEvaResultInvalidCondition": "Invalid condition", - "whatIfEvaResultInvalidPolicy": "Invalid policy", - "whatIfEvaResultLocation": "Location", - "whatIfEvaResultNotEnoughInformation": "Not enough information", - "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", - "whatIfEvaResultSignInRisk": "Sign-in risk", - "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", - "whatIfPolicyAppliesTab": "Policies that will apply", - "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", - "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", - "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", - "whatIfReasons": "Reasons why this policy will not apply", - "whatIfSelectClientApp": "Select a client app...", "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", - "whatIfSelectServicePrincipalRisk": "Select service principal risk...", "whatIfSelectSignInRisk": "Select sign-in risk...", - "whatIfSelectType": "Select identity type", - "whatIfSelectUserRisk": "Select user risk...", - "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", "whatIfSignInRisk": "Sign-in risk", "whatIfSignInRiskInfo": "The risk level associated with the sign-in", "whatIfUnknownAreas": "Unknown Areas", - "whatIfUserPickerLabel": "Selected user", - "whatIfUserPickerNoRowsLabel": "No user or service principal selected", - "whatIfUserRiskInfo": "The risk level associated with the user", - "whatIfUserSelectorInfo": "User in the directory that you want to test", "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts. Click here to learn more.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filter mode", - "assignmentToast": "End user notifications", - "assignmentTypeTableHeader": "ASSIGNMENT TYPE", - "deadlineTimeColumnLabel": "Installation deadline", - "deliveryOptimizationPriorityHeader": "Delivery optimization priority", - "groupTableHeader": "Group", - "installContextLabel": "Install Context", - "isRemovable": "Install as removable", - "licenseTypeLabel": "License type", - "modeTableHeader": "Group mode", - "policySet": "Policy Set", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Prevent iCloud app backup", - "restartGracePeriodHeader": "Restart grace period", - "startTimeColumnLabel": "Availability", - "tracks": "Tracks", - "uninstallOnRemoval": "Uninstall on device removal", - "updateMode": "Update Priority", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD web app", - "androidEnterpriseSystemApp": "Android Enterprise system app", - "androidForWorkApp": "Managed Google Play store app", - "androidLobApp": "Android line-of-business app", - "androidStoreApp": "Android store app", - "builtInAndroid": "Built-In Android app", - "builtInApp": "Built-In app", - "builtInIos": "Built-In iOS app", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "iOS line-of-business app", - "iosStoreApp": "iOS store app", - "iosVppApp": "iOS volume purchase program app", - "lineOfBusinessApp": "Line-of-business app", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office Suite", - "macOsVppApp": "macOS volume purchase program app", - "managedAndroidLobApp": "Managed Android line-of-business app", - "managedAndroidStoreApp": "Managed Android store app", - "managedGooglePlayApp": "Managed Google Play store app", - "managedGooglePlayPrivateApp": "Managed Google Play private app", - "managedGooglePlayWebApp": "Managed Google Play web link", - "managedIosLobApp": "Managed iOS line-of-business app", - "managedIosStoreApp": "Managed iOS store app", - "microsoftStoreForBusinessApp": "Microsoft Store for Business app", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", - "officeAddIn": "Office add-in", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", - "sharePointApp": "SharePoint app", - "teamsApp": "Teams app", - "webApp": "Web link", - "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store app (new)", - "windowsAppXLobApp": "Windows AppX line-of-business app", - "windowsClassicApp": "Windows app (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", - "windowsMobileMsiLobApp": "Windows MSI line-of-business app", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81StoreApp": "Windows Phone 8.1 store app", - "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app (legacy)", - "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", - "windowsUniversalLobApp": "Windows Universal line-of-business app", - "windowsWebApp": "Windows web link" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Excluded", - "include": "Included", - "includeAllDevicesVirtualGroup": "Included", - "includeAllUsersVirtualGroup": "Included" - }, - "AssignmentToast": { - "hideAll": "Hide all toast notifications", - "showAll": "Show all toast notifications", - "showReboot": "Show toast notifications for computer restarts" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Background", - "displayText": "Content download in {0}", - "foreground": "Foreground", - "header": "Delivery optimization priority" - }, - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "FilterType": { - "exclude": "Exclude", - "include": "Include", - "none": "None" - }, - "InstallIntent": { - "available": "Available for enrolled devices", - "availableWithoutEnrollment": "Available with or without enrollment", - "notApplicable": "Not applicable", - "required": "Required", - "uninstall": "Uninstall" - }, - "SettingType": { - "assignmentType": "Assignment type", - "deviceLicensing": "License type", - "installContext": "Uninstall on device removal", - "toastSettings": "End user notifications", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Default", - "postponed": "Postponed", - "priority": "High Priority" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configure devices for initial provisioning and assign to users.", - "title": "Device preparation" - }, - "EnrollmentSettings": { - "description": "Configure enrollment settings such as blocking enrollment and assign to users.", - "title": "Enrollment settings" - }, - "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", - "coManagementAuthorityTitle": "Co-management Settings ", - "deploymentProfiles": "Windows Autopilot deployment profiles", - "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", - "descriptionLabel": "Windows enrollment methods", - "enrollmentStatusPage": "Enrollment Status Page" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "User" - }, - "availableUninstall": "Allow available uninstall", - "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Device restart behavior", - "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", - "header": "Specify the commands to install and uninstall this app:", - "installCommand": "Install command", - "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", - "installCommandTooltip": "The complete installation command line used to install this app.", - "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", - "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", - "runAsAccount": "Install behavior", - "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", - "selectorLabel": "Program", - "uninstallCommand": "Uninstall command", - "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                  \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                  \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                  \n ", - "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", - "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", - "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", - "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                                  \n
                                    \n
                                  • Max file size: 750 KB
                                  • \n
                                  • File type: PNG, JPG or JPEG
                                  • \n
                                  \n ", - "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", - "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", - "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                  \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                  \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                  \n ", - "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", - "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", - "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", - "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", - "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", - "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", - "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", - "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", - "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", - "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", - "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                                  \n
                                    \n
                                  • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                                  • \n
                                    \n
                                  • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                                  • \n
                                  \n ", - "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                                  \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", - "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", - "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", - "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." - }, - "Inputs": { - "accountDomain": "Account domain", - "accountDomainHint": "e.g. contosodomain", - "accountDomainInfoBalloon": "Specify the user’s account domain.", - "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", - "allowContactSetting": "Allow user to change contact setting", - "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", - "allowUserChange": "Allow user to change setting", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", - "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "App install context", - "appUrlLabel": "Appstore URL", - "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Applicable device type", - "assignmentActionLabel": "Mode", - "authenticationMethodInfoBalloon": "Specify the authentication method for the user", - "authenticationMetod": "Authentication method", - "authenticationType": "Authentication type", - "authenticationTypeInfoBalloon": "Specify the authentication type for the user", - "availableLicenseCount": "Available licenses", - "basicAuth": "Basic authentication", - "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", - "bookNameLabel": "Book name", - "bundleDescriptionHint": "Enter a description that describes the apps included.", - "calendar": "Calendar", - "categoryLabel": "Category", - "categoryNameLabel": "Default name", - "certProfileType": "Certificate profile type", - "certificate": "Certificate", - "certificates": "Certificates", - "commandLineLabel": "Command-line arguments", - "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", - "configurationSettingsFormatLabel": "Configuration settings format", - "configurationSettingsLabel": "Settings format", - "contactSync": "Save Contacts", - "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", - "contacts": "Contacts", - "createdDateTime": "Created", - "defaultCategoryHint": "Default categories cannot be changed", - "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", - "descriptionGenericLabel": "Description", - "descriptionHint": "Enter a description...", - "descriptionLabel": "Description", - "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", - "developerLabel": "Developer", - "developerSizeHint": "The maximum length of the developer name is 256 characters.", - "disable": "Disable", - "disabled": "Disabled", - "displayNameLabel": "Name", - "displayVersionHint": "Enter the app version", - "displayVersionLabel": "App Version", - "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", - "eBookCategoryNameLabel": "Default name", - "emailAccount": "Email account name", - "emailAccountHint": "e.g. Corporate Email", - "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", - "emailAddressAttribute": "Email address attribute from AAD", - "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", - "emailServer": "Email Server", - "emailServerHint": "e.g. mail.contoso.com", - "emailServerInfoBalloon": "Specify the host name of your Exchange Server", - "enable": "Enable", - "enableSMime": "Enable S/MIME", - "enabled": "Enabled", - "encryptAllEmails": "Encrypt all emails", - "encryptionCertificates": "Encryption certificates", - "endUserNotifications": "End-user notifications", - "enrollmentTypeLabel": "Device enrollment type", - "externalRecipients": "External recipients MailTip", - "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", - "focusedInbox": "Focused Inbox", - "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", - "gmailNineAmountOfEmail": "Amount of email to synchronize", - "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", - "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", - "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", - "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", - "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", - "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", - "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", - "ignoreVersionDetection": "Ignore app version", - "informationUrlLabel": "Information URL", - "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", - "installAsManaged": "Install as managed", - "installationSourceLabel": "App type", - "installerTypeInfoBalloon": "The installer type of the application package.", - "installerTypeLabel": "Installer Type", - "isFeatured": "Show this as a featured app in the Company Portal", - "isMAMEnabledToggleLabel": "Yes", - "lastModifiedDateTime": "Last updated Time", - "ldapUrl": "LDAP URL", - "licensingType": "Supports device context assignment", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimum operating system", - "modernAuth": "Modern authentication", - "nameHint": "Enter a name", - "nameLabel": "Name", - "nameSizeHint": "The maximum length of the name is 512 characters.", - "notConfigured": "Not configured", - "notesLabel": "Notes", - "notesSizeHint": "The maximum length of the notes text is 1024 characters.", - "notificationType": "Notification type", - "oneDay": "One Day", - "oneMonth": "One Month", - "oneWeek": "One Week", - "outlookSMimeSettings": "Outlook S/MIME settings", - "ownerLabel": "Owner", - "ownerSizeHint": "The maximum length of the owner name is 256 characters.", - "packageIdLabel": "Package Identifier", - "packageNameLabel": "Package name", - "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Description", - "policyNameLabel": "Name", - "primarySMTPAddress": "Primary SMTP Address", - "privacyUrlLabel": "Privacy URL", - "publisherHint": "Enter a publisher name", - "publisherLabel": "Publisher", - "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", - "require": "Require", - "requireBiometrics": "Require Biometrics to access app", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "At least one scope tag is required", - "searchAppLabel": "Select app", - "searchAppLinkText": "Search the App Store", - "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", - "selectAAD": "Select an AAD attribute", - "selectAppFileLabel": "Select file", - "selectAppFileLinkText": "Select app package file", - "selectAppFileToUpdateLabel": "Select file to update", - "selectAuthMethod": "Select an authentication method", - "selectAuthType": "Select an authentication type", - "selectCertificate": "Select a certificate", - "signAllEmails": "Sign all emails", - "signingCertificates": "Signing certificates", - "ssl": "SSL", - "suiteDescriptionLabel": "Suite Description", - "suiteNameLabel": "Suite Name", - "tasks": "Tasks", - "threeDays": "Three Days", - "totalLicenseCount": "Total licenses", - "twoWeeks": "Two Weeks", - "unifiedAssignmentsLabel": "Assign to:", - "unlimited": "Unlimited", - "urlHint": "Enter a valid url", - "useManagedBrowserHint": "Android and iOS only. Learn more", - "useManagedBrowserLabel": "Require a managed browser to open this link", - "userPrinicipalName": "User Principal Name", - "username": "Username", - "usernameAttribute": "Username attribute from AAD", - "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", - "usernamePassword": "Username and password", - "webAppUrlHint": "Enter a valid url beginning with http:// or https://", - "webAppUrlLabel": "App URL", - "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", - "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "XML Data Entered", - "xmlFormatInvalid": "XML policy format is invalid.", - "xmlTooLarge": "Input size must be less than 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Not supported", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                  For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                  Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                                  \n
                                    \n
                                  • This setting works correctly when \"All cloud apps\" are selected
                                  • \n
                                  • This does not affect token lifetimes or the sign-in frequency setting.
                                  • \n
                                  • This will override the \"Show option to stay signed in\" policy in Company Branding.
                                  • \n
                                  • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                                  • \n
                                  • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                                  • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                    Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge configuration settings", "edgeWindowsDataProtectionSettings": "Edge (Windows) data protection settings - Preview", @@ -10783,7 +11566,10 @@ "Column": { "author": "Author", "template": "Template name" - } + }, + "Row": { + "ariaLabel": "row {0} of {1} column {2}" + } }, "SettingsCatalog": { "subtitle": "Start from scratch and select settings you want from the library of available settings", @@ -11593,6 +12379,7 @@ "gettingStarted": "Getting started", "messages": "Messages", "onlineResources": "Online resources", + "policyHealth": "Policy health", "releaseManagement": "Release management", "serviceRequests": "Service requests", "settings": "Settings", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "All apps", "allDevices": "All devices", - "androidFotaDeployments": "Android FOTA deployments", + "androidFotaDeployments": "Android FOTA deployments (preview)", "appBundles": "App Bundles", "appCategories": "App categories", "appConfigPolicies": "App configuration policies", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Assigned permissions", "assignedRoles": "Assigned roles", "autopilotDeploymentReport": "Autopilot deployments (preview)", + "autopilotDeploymentReportV2": "Autopilot deployments 2.0 (preview)", "brandingAndCustomization": "Customization", "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", "cloudAttachedDevices": "Cloud attached devices (preview)", + "cloudPcActions": "Cloud PC actions (preview)", + "cloudPcMaintenanceWindows": "Cloud PC maintenance windows (Preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Enrollment restrictions", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange service connectors", - "failuresForDriverUpdates": "Windows Driver update failures (preview)", + "failuresForDriverUpdates": "Windows Driver update failures", "failuresForFeatureUpdates": "Feature update failures", "failuresForQualityUpdates": "Windows Expedited update failures", "featureFlighting": "Feature flighting", "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", - "fotaUpdate": "Firmware over-the-air update", + "fotaUpdate": "Firmware over-the-air update (preview)", "groupPolicy": "Administrative Templates", "groupPolicyAnalytics": "Group policy analytics", "helpSupport": "Help and support", @@ -11717,15 +12507,15 @@ "user": "User", "userExecutionStatus": "User status", "wdacSupplementalPolicies": "S mode supplemental policies", - "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", + "windows10DriverUpdate": "Driver updates for Windows 10 and later", "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365PartnerConnector": "Windows 365 partner connectors", "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", - "windowsManagement": "PowerShell scripts", + "windowsManagement": "Scripts", "windowsSideLoadingKeys": "Windows side loading keys", "windowsSymantecCertificate": "Windows DigiCert certificate", "windowsThreatReport": "Threat agent status" @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Device restart grace period", "summaryTitle": "End user experience" }, - "EnrollmentType": { - "devicesWithEnrollment": "Managed devices", - "devicesWithoutEnrollment": "Managed apps" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "The file or folder as the selected requirement.", + "pathToolTip": "The complete path of the file or folder to detect.", + "property": "Property", + "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "GridColumns": { + "pathOrScript": "Path/Script", + "type": "Type" + }, + "Registry": { + "keyPath": "Key path", + "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", + "operator": "Operator", + "operatorTooltip": "Select the operator for the comparison.", + "registryRequirement": "Registry key requirement", + "registryRequirementTooltip": "Select the registry key requirement comparison.", + "valueName": "Value name", + "valueNameTooltip": "The name of the required registry value." + }, + "RequirementTypeOptions": { + "fileType": "File", + "registry": "Registry", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolean", + "dateTime": "Date and Time", + "float": "Floating Point", + "integer": "Integer", + "string": "String", + "version": "Version" + }, + "duplicateName": "Script name {0} has already been used. Please enter a different name.", + "enforceSignatureCheck": "Enforce script signature check", + "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", + "loggedOnCredentials": "Run this script using the logged on credentials", + "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", + "operatorTooltip": "Select the operator for the requirement comparison.", + "requirementMethod": "Select output data type", + "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", + "scriptFile": "Script file", + "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", + "scriptName": "Script name", + "value": "Value", + "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "bladeTitle": "Add a Requirement rule", + "createRequirementHeader": "Create a requirement.", + "header": "Configure additional requirement rules", + "label": "Additional requirement rules", + "noRequirementsSelectedPlaceholder": "No requirements are specified.", + "requirementType": "Requirement type", + "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." + }, + "architectures": "Operating system architecture", + "architecturesTooltip": "Choose the architectures needed to install the app.", + "bladeTitle": "Requirements", + "diskSpace": "Disk space required (MB)", + "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", + "header": "Specify the requirements that devices must meet before the app is installed:", + "maximumTextFieldValue": "The value must be at most {0}.", + "minimumCpuSpeed": "Minimum CPU speed required (MHz)", + "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", + "minimumLogicalProcessors": "Minimum number of logical processors required", + "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", + "minimumOperatingSystem": "Minimum operating system", + "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", + "minumumTextFieldValue": "The value must be at least {0}.", + "physicalMemory": "Physical memory required (MB)", + "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", + "selectorLabel": "Requirements", + "validNumber": "Please enter a valid number." + }, "PolicySet": { "appManagement": "Application management", "assignments": "Assignments", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Device configuration profiles", "powershellScriptTitle": "Powershell scripts" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                    For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                    Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Recommended", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrain", @@ -11923,7 +12998,7 @@ "countryNameCY": "Cyprus", "countryNameCD": "Democratic Republic of Congo", "countryNameTN": "Tunisia", - "countryNameTR": "Turkey", + "countryNameTR": "Türkiye", "countryNameWS": "Samoa", "countryNameSE": "Sweden", "countryNameXK": "Kosovo", diff --git a/Documentation/Strings-zh-hans.json b/Documentation/Strings-zh-hans.json index b233940..aab39e2 100644 --- a/Documentation/Strings-zh-hans.json +++ b/Documentation/Strings-zh-hans.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "第一个可用日期" }, + "Windows11SideBySideInstall": { + "disabled": "已禁用", + "enabled": "已启用", + "infoBalloonContent": "控制是否将最新的 Windows 10 功能更新安装到不符合 Windows 11 条件的设备", + "label": "当设备无法运行 Windows 11 时,请安装最新的 Windows 10 功能更新" + }, "bladeTitle": "功能更新部署", "deploymentSettingsTitle": "部署设置", "loadError": "加载失败!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "此功能需要特定许可。", "gradualRolloutLicenseWarningEdit": "在未选择此功能的情况下保存策略之前,可以继续使用和配置此功能。", - "licenseLearnMoreText": "详细了解先决条件和功能更新策略。" + "licenseLearnMoreText": "详细了解先决条件和功能更新策略。", + "specificLicensingRequired": "某些所选功能需要特定许可。" }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "帮助你的设备用户了解应用是什么和/或他们可在应用中执行哪些操作。此说明将在公司门户中显示。", "developer": "开发应用的公司或个人的名称。这些信息将对已登录管理中心的人员可见。", "displayVersion": "应用的版本。用户可在公司门户中查看此信息。", + "fullScreenEnabled": "如果配置为“是”,则将 Web 剪辑作为全屏 Web 应用启动。", + "ignoreManifestScope": "如果配置为“是”,则全屏 Web 剪辑可以导航到外部网站,而不显示 Safari UI。否则,在导航离开 Web 剪辑的 URL 时,将显示 Safari UI。当“全屏”为 false 时,此键不起作用。", "infoUrl": "将人员关联到包含有关应用的详细信息的网站或文档。信息 URL 将对公司门户中的用户可见。", "isFeatured": "特别推荐的应用突出放置在公司门户中,以便用户能够快速访问它们。", "learnMore": "了解更多", "logo": "上传与应用关联的徽标。此徽标将显示在公司门户中的相应应用旁。", "macOSDmgAppPackageFile": "包含可在设备上旁加载格式的应用的文件。有效的包类型:.dmg。​", + "macOSPkgAppPackageFile": "包含可在设备上旁加载格式的应用的文件。有效的包类型: .pkg。", "minOperatingSystem": "选择可安装应用的最低操作系统版本。如果向具有较早操作系统的设备分配应用,则不会安装该应用。", "name": "为应用添加名称。此名称将显示在 Intune 应用列表并对公司门户中的用户可见。", "notes": "添加有关应用的其他注释。注释将对登录到管理中心的人员可见。", "owner": "组织中管理许可的人员姓名或作为此应用的联系点的人员姓名。此姓名将对登录到管理中心的用户可见。", "packageId": "应用包标识符是标识应用的唯一值。", "packageName": "请与设备制造商联系以获取应用的包名称。示例包名称: com.example.app", + "preComposedIconEnabled": "如果配置为“是”,则阻止 SpringBoard 将“shine”添加到图标。", "privacyUrl": "为想要详细了解应用的隐私设置和条款的用户提供链接。隐私 URL 将对公司门户中的用户可见。", "publisher": "分发应用的开发人员或公司的姓名/名称。用户将可在公司门户中查看此信息。", "selectApp": "在 App Store 中搜索要使用 Intune 部署的 iOS 应用商店应用。", + "targetApplicationBundleIdentifier": "指定打开 URL 的应用程序的应用程序捆绑标识符。在 iOS 14 及更高版本中可用。", "useManagedBrowser": "如果需要,用户打开 web 应用时,它将在受 Intune 保护的浏览器(如 Microsoft Edge 或 Intune Managed Browser)中打开。此设置适用于 iOS 和 Android 设备。", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "包含你的应用的文件,其格式可在设备上旁加载。有效的包类型为: .intunewin。", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                                    在已注册的设备上检测到设备锁定时,选择“是”可禁用应用 PIN。

                                    注意: Intune 不能使用 iOS/iPadOS 上的第三方 EMM 解决方案检测设备的注册情况。

                                    " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "应用安装可能会强制重启设备", + "basedOnReturnCode": "根据返回代码确定行为", + "force": "Intune 将强制重启设备", + "suppress": "无特定操作" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "所需安装时间(分钟)", + "maxRunTimeInMinutesToolTip": "系统等待程序安装完成的时间(以分钟为单位)。默认值为 60 分钟。" + }, + "RunAsAccountOptions": { + "system": "系统", + "user": "用户" + }, + "availableUninstall": "允许可用卸载", + "availableUninstallTooltip": "选择“是”可从公司门户为用户提供此应用的卸载选项。选择“否”可阻止用户从公司门户中卸载应用。", + "bladeTitle": "程序", + "deviceRestartBehavior": "设备重新启动行为", + "deviceRestartBehaviorTooltip": "选择成功安装应用后的设备重启行为。选择“根据返回代码确定行为”,以根据返回代码配置设置重启设备。选择“无特定操作”,以抑制基于 MSI 的应用在应用安装期间重启设备。选择“应用安装可强制重启设备”,以允许应用安装不抑制重启而直接完成。选择“Intune 将强制重启设备”,以便始终在成功安装应用后重启设备。", + "header": "指定用于安装和卸载此应用的命令:", + "installCommand": "安装命令", + "installCommandMaxLengthErrorMessage": "安装命令不能超过 1024 个字符的最大允许长度。", + "installCommandTooltip": "用于安装此应用的完整安装命令行。", + "runAs32Bit": "在 64 位客户端上的 32 位进程中运行安装和卸载命令", + "runAs32BitTooltip": "选择“是”以在 64 位客户端上的 32 位进程中安装和卸载应用。选择“否”(默认)以在 64 位客户端上的 64 位进程中安装和卸载应用。32 位客户端将始终使用 32 位进程。", + "runAsAccount": "安装行为", + "runAsAccountTooltip": "如果支持,请选择“系统”为所有用户安装此应用。选择“用户”为设备上的登录用户安装此应用。对于双用途 MSI 应用,值会在恢复原始安装时应用于设备,在此之前,更改将导致更新和卸载无法成功完成。", + "selectorLabel": "程序", + "uninstallCommand": "卸载命令", + "uninstallCommandTooltip": "用于卸载此应用的完整卸载命令行。" + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "新建", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS 应用(DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS 业务线应用", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 应用(macOS)", + "macOSPkgApp": "macOS 应用(PKG)", + "macOSWebClip": "macOS Web 剪辑", "macOsVppApp": "macOS Volume Purchase Program 应用", "managedAndroidLobApp": "托管 Android 业务线应用", "managedAndroidStoreApp": "托管 Android 应用商店应用", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "指定 PowerShell 脚本文件。文件必须小于 200KB。", "uploadLabel": "脚本位置" }, - "bashScriptObjectName": "Bash 脚本", "createButtonText": "添加", "createPowershellScriptFlowSectionName": "添加 PowerShell 脚本", "customAttributeObjectName": "自定义属性", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "这些设置适用于运行 Android 9 或更低版本的设备,并且还可在运行任何 Android OS 版本的所有 Samsung Knox 设备上工作。", "androidPasswordHeader": "需输入密码来解锁设备。如果未配置,则可选用密码并留给用户进行配置。", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "始终可用 VPN", - "androidSafetyNetBasicIntegrityAndCertified": "检查基本的完整性和认证设备", - "androidSafetyNetbasicIntegrity": "检查基本的完整性", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "检查基本完整性和设备完整性", + "androidPlayIntegrityVerdictBasicIntegrity": "检查基本的完整性", "androidTRDeprecation": "在运行 Android 11 或更高版本(Samsung Knox 设备除外)的设备上无法再安装受信任的证书。如果使用 SCEP 证书配置文件,则必须继续创建并部署受信任的证书配置文件,并将其与 SCEP 证书配置文件关联,但必须将受信任的根证书手动传递到这些设备。", "androidTenAndAbovePasswordHeader": "Android 10 及更高版本", "androidTenAndAbovePasswordHeaderDescription": "这些设置适用于运行 Android 10 或更高版本的设备。", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "针对其他磁盘加密的警告", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "选择“需要”将加密移动设备的存储卡。", "bitLockerEnableStorageCardEncryptionOnMobileName": "加密存储卡(仅限手机)", - "bitLockerEnabledDescription": "需要在设备上启用 BitLocker", - "bitLockerEnabledName": "需要 BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "选择“需要”将启用 BitLocker 设备加密。系统将提示最终用户确认设备上没有第三方加密,具体取决于设备硬件和 Windows 版本。如果在使用第三方加密时启用 Windows 加密,将导致设备不稳定。", "bitLockerEncryptDeviceName": "加密设备", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128 位", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "阻止用触控 ID 和 Face ID 解锁", "blockUSBConnectionDescription": "指定设备是否启用 USB 连接。此设置不影响 USB 充电。Windows 桌面平台不支持此设置。", "blockUSBConnectionName": "USB 连接", + "blockUnifiedPasswordForWorkProfileDescription": "如果希望用户对其锁屏界面和工作配置文件使用两个不同的密码,请阻止使用一个锁。使用一个屏幕锁对用户很方便,但可以解锁设备的任何人都可以访问工作配置文件。适用于运行 Android 9.0 Pie 及更高版本的设备。", + "blockUnifiedPasswordForWorkProfileName": "工作档案和设备共用一个锁", "blockUnmanagedDocumentsInManagedAppsName": "阻止在公司应用中查看非公司文档", "blockUntrustedTLSCertificatesDescription": "阻止使用不受信任的传输层安全性(TLS)证书。", "blockUntrustedTLSCertificatesName": "阻止不受信任的 TLS 证书", @@ -2825,6 +2871,8 @@ "cellularName": "手机网络", "certificateCredentialConfigurationDisabledDescription": "阻止用户对与分配给其的证书关联的凭据做更改。", "certificateCredentialConfigurationDisabledName": "用户可以配置凭据(工作配置文件级)", + "certificateInstallDescription": "此处列出的应用可以更改 Intune 生成的证书,并可以管理在 Intune 外部传递的证书。", + "certificateInstallTitle": "允许其他应用安装和管理证书", "certificateNotFound": "找不到证书策略。它是否已被删除?", "certificateOption": "证书", "certificateRevocationCheck": "证书吊销检查", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "打印服务资源 URI", "cloudProtectionDescription": "发送 Microsoft Active Protection Service 遥测,以便检测可疑活动。", "cloudProtectionName": "云提供的保护", - "codeIntegrityEnabledDescription": "需要在设备上启用代码完整性", - "codeIntegrityEnabledName": "需要代码完整性", + "codeIntegrityEnabledName": "代码完整性", "complianceAntiSpywareRequirementDescription": "注册到 Windows 安全中心的任何反间谍软件解决方案(例如 DigiCert、Microsoft Defender)都必须处于启用状态,并且正在进行监视", "complianceAntiSpywareRequirementName": "反间谍软件", "complianceAntiSpywareSignatureUpToDateDescription": "反间谍软件签名必须是最新的", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "此设置指定不能重复使用的最近所用密码数。建议的值: 5", "complianceNumberOfPreviousPasswordsToBlockName": "要阻止重用的曾用密码数", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "选择设备可具有的最新 OS 版本。", + "complianceOsBuildVersionRestrictionMaximumDescription": "输入设备可以具有最新 OS 版本。例如: 20E252。
                                    如果要将 Apple 快速安全响应更新设置为最大 OS 版本,请输入补充生成版本。例如: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "最高 OS 版本", - "complianceOsBuildVersionRestrictionMinimumDescription": "选择设备可具有的最旧 OS 版本。", + "complianceOsBuildVersionRestrictionMinimumDescription": "输入设备可以具有最旧 OS 版本。例如: 20E252。
                                    如果要将 Apple 快速安全响应更新设置为最小 OS 版本,请输入补充生成版本。例如: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "最低 OS 版本", "complianceOsVersionRestrictionHeader": "操作系统版本", "complianceOsVersionRestrictionMaximumAndroidDescription": "指定设备的最大 OS 版本符合性要求。例如,在此字段中为 Nougat 指定 \"7.1\" ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "强制设备自动更新安全修补程序和改进。", "complianceUpdatesRequireAutomaticUpdatesName": "需要从 Microsoft 自动更新", "complianceWin10RequiredPasswordTypeDescription": "此设置决定了所需的密码/PIN 类型。
                                    \r\n设备默认值(需要密码、数字形式的 PIN 或字母数字形式的 PIN)
                                    \r\n字母数字(需要密码或字母数字形式的 PIN)
                                    \r\n数字(需要密码或数字形式的 PIN)
                                    \r\n建议: 必需的密码类型 - 字母数字,密码复杂性 - 需使用数字和小写字母", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 或 11", + "complianceWindows11DeviceHealthAttestationHeader": "仅 Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Microsoft Defender 的最低版本(如 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender 反恶意软件的最低版本", - "complianceWindowsDeviceHealthAttestationHeader": "Windows 运行状况证明服务评估规则", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft 证明服务评估规则

                                    使用这些规则确认设备在启动时启用了保护性措施。 详细了解这些规则", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "选择移动设备可以具有的最新 OS 版本。以 major.minor.build.revision 形式定义操作系统版本。", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "选择移动设备可以具有的最早 OS 版本。以 major.minor.build.revision 形式定义操作系统版本。", "complianceWindowsOsVersionRestrictionHeaderDescription": "以 major.minor.build.revision 形式定义操作系统版本。", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "次要 OS 和非 OS 软件更新", "delayMinorOSUpdateVisibilityOption": "次要 OS 软件更新", "delayOSUpdateVisibilityOption": "操作系统更新", + "delegatedScopeLogsTitle": "访问敏感 Android 日志", "deliveryOptimizationBandwidthHeader": "带宽", "deliveryOptimizationCachingHeader": "缓存", "deliveryOptimizationDODescription": "指定下载方法,传递优化可将该方法用于管理内容分发方案的网络带宽消耗。", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "正在搜索派生的凭据颁发者...", "derivedCredentialsTenantLevelNotConfigured": "你尚未为租户指定派生凭据颁发者,因此该策略无法成功应用于设备。请单击此处以指定颁发者。", "descriptionName": "说明", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (仅租户附加)", "desktopOption": "桌面", "destinationPrefix": "目标前缀/大小(例如 192.168.0.1/255)", "developerUnlock": "开发人员解锁", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "及以上版本", "eDPPolicyVersionAndBelowName": "及以下版本", "eDPPolicyVersionEqualsName": "等于", - "earlyLaunchAntiMalwareDriverEnabledDescription": "需要启用开机初期启动的反恶意软件驱动程序", - "earlyLaunchAntiMalwareDriverEnabledName": "需要开机初期启动的反恶意软件驱动程序", + "earlyLaunchAntiMalwareDriverEnabledName": "开机初期启动的反恶意软件", "easAccountSettingsHeader": "Exchange ActiveSync 帐户设置", "easAllData": "所有数据", "easCalendarContactsOnly": "仅日历和联系人", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "任何地址", "firewallRulesPortOrPortRangeInvalidCharacterError": "端口列表只能包含数字、\"-\" 或 \",\"。", "firewallRulesPortOrPortRangeInvalidError": "端口列表包含无效的端口和/或端口范围。", + "firmwareProtectionEnabledName": "固件保护", "firmwareUpdatesBehaviorName": "固件更新", "firstActiveEthernet": "第一个活动以太网", "firstAvailableOption": "第一个可用", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP 与 Internet 对等方混合(3)", "httpWithPeeringNatOption": "HTTP 在相同的 NAT 后与对等方混合(1)", "httpWithPeeringPrivateGroupOption": "HTTP 跨专用组与对等方混合(2)", + "hvciEnabledName": "内存完整性保护", "hybridSleepBatteryDescription": "通过此策略设置,可在设备由电池提供电量时关闭混合睡眠。
                                    如果禁用此策略,则设备将禁止混合睡眠或休眠。
                                    如果不配置此策略,则由用户控制此设置。", "hybridSleepName": "混合睡眠", "hybridSleepPluggedInDescription": "通过此策略设置,可在插上设备插头通电时关闭混合睡眠。
                                    如果禁用此策略,则设备将禁止混合睡眠或休眠。
                                    如果不配置此策略,则由用户控制此设置。", @@ -5066,6 +5117,7 @@ "mediumLowOption": "中-低", "mediumOption": "中", "meetingInformationDisplayedOnWelcomeScreenName": "在欢迎屏幕上显示会议信息", + "memoryAccessProtectionEnabledName": "内存访问保护", "messagingBlockMMSDescription": "禁用该设备上的 MMS 发送/接收功能。", "messagingBlockMMSName": "MMS(仅适用于手机)", "messagingBlockRCSDescription": "在设备上禁用富通信服务发送/接收功能。", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "必须低于最高 OS 版本", "mustBeValidAddress": "必须是一个有效地址。例如: 4.3.6.0、itgproxy.com 等。", "mustBeValidAndroidPackageName": "包名称只能包含字母、数字、下划线和句点。必须以字母开头。", - "mustBeValidBuildVersionFormat": "必须为有效的版本格式。示例: 18A391、16G1114 等", + "mustBeValidBuildVersionFormat": "必须为有效的版本格式。示例: 18A291、16G1114、20E772520a", "mustBeValidDNSSuffix": "必须是有效的 DNS 后缀。例如: itgproxy.com", "mustBeValidDateFormat": "必须为一个有效的日期格式(YYYY-MM-DD)。例如: 2016-10-01、2016-10-31 等等。", "mustBeValidDomain": "必须是有效的域。示例: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "网络扩展", "networkInterface": "网络接口", "networkInterfaceDescription": "要配置的网络接口", + "networkLogsTitle": "允许此应用访问 Android 网络活动日志", "networkProxyAutomaticConfigurationUrlDescription": "要使用的 PAC 脚本的 URL。", "networkProxyAutomaticConfigurationUrlName": "安装脚本地址 URL", "networkProxyDisableAutoDetectDescription": "自动检测设置。如果启用,系统会尝试查找 PAC 脚本的路径。", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "隐藏", "pinnedFolderOptionShow": "显示", "pipeInvalidError": "该值不能包含 \"|\"。", + "playIntegrityVerdictOptionsDescription": "设置“播放完整性裁定”级别", + "playIntegrityVerdictOptionsName": "播放完整性裁定", "pluggedInHeader": "接通电源", "policyDomainNameService": "DNS", "policyEmailAddress": "电子邮件地址", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "默认策略。用户必须存在且必须具有有效的 Intune 许可证。", "requireUserExistanceName": "存在已注册用户", "required": "必需", - "requiredAndroidSafetyNetEvaluationTypeBasic": "未配置(默认为基本评估)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "选择要用于计算 SafetyNet 设备证明响应的评估类型。", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "硬件支持的密钥", - "requiredAndroidSafetyNetEvaluationTypeName": "所需的 SafetyNet 计算类型", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "未配置", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "选择要用于计算“播放完整性裁定”设备证明响应的评估类型。", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "检查强完整性", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "使用硬件支持的安全功能检查强完整性", "requiredExtensionsColumnHeader": "包系列名称", "requiredExtensionsExamples": "例如 Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "需要密码,无限制", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "例如 contoso.com", "safeSearchFilterDescription": "指定 Cortana 从搜索结果中筛选成人内容的方式。", "safeSearchFilterName": "安全搜索(仅限移动设备)", - "safetyNetAttestationOptionsDescription": "设置 SafetyNet 证明的级别", - "safetyNetAttestationOptionsName": "SafetyNet 设备证明", "sampleSharingEnableOrNotConfiguredDescription": "返回或设置 Microsoft Defender for Endpoint 示例共享配置参数。", "sampleSharingEnableOrNotConfiguredName": "所有文件的示例共享", "saturday": "星期六", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "辅助身份验证方法", "secondaryAuthenticationMethodTEAPDescription": "选择希望用户进行身份验证的辅助方式。选择“证书”时,选择还将部署到设备的证书配置文件(SCEP 或 PKCS)之一。这是设备提供给服务器的标识证书。", "secretKey": "密钥:", - "secureBootEnabledDescription": "需要在设备上启用安全启动", - "secureBootEnabledName": "需要在设备上启用安全启动", + "secureBootEnabledName": "安全启动", "secured": "安全", "securityAssociationIdleTimeDescription": "如果在此秒数内没有任何的网络流量,安全关联则会被删除。", "securityAssociationIdleTimeHint": "输入空闲时间(300 秒 - 3600 秒)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "通用条件模式​", "securityDeveloperSettingsEnabledDescription": "允许访问开发人员设置。", "securityDeveloperSettingsEnabledName": "开发人员设置", + "securityLogsTitle": "允许此应用访问 Android 安全日志", "securityOption": "诊断数据关闭", "securityRequireVerifyAppsDescription": "在安装应用前后启用 Google Play Protect 扫描应用。如果检测到威胁,可能警告用户从设备中删除该应用。默认设置为必需。", "securityRequireVerifyAppsName": "扫描应用上的威胁", @@ -5968,6 +6021,7 @@ "selectManagedApps": "选择托管应用", "selectMicrosoftEdgeApp": "添加 Microsoft Edge 旧版浏览器", "selectMicrosoftTunnelSite": "选择站点", + "selectNetworkApp": "选择用于访问 Android 网络活动日志的应用", "selectNetworkInterface": "选择网络接口", "selectNonEapMethod": "选择非 EAP 方法", "selectOneOption": "选择一个", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "用于服务器验证的根证书", "selectRootCertificatesForServerValidationName": "用于服务器验证的根证书", "selectSecurity": "选择安全类型", + "selectSecurityApp": "选择用于访问 Android 安全日志的应用", "selectService": "你需要关于哪种管理类型的帮助?", "selectStoreApp": "添加 Store 应用", "selectStoreAppEmpty": "添加存储应用", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "应用", "trafficRuleAppTypeName": "应用类型", "trafficRuleClaimsName": "声明", - "trafficRuleDirectionDescription": "指定规则适用于入站流量还是出站流量。
                                    \r\n
                                    \r\n 入站 = 规则适用于所有入站流量。\r\n
                                    \r\n
                                    \r\n 出站 = 规则适用于所有出站流量。\r\n ", + "trafficRuleDirectionDescription": "入站允许流量通过 VPN 从外部站点流入。出站允许流量通过 VPN 流向外部站点。若要同时允许这两种情况,请创建两个规则。", "trafficRuleDirectionName": "方向", "trafficRuleRoutingPolicyTypeDescription": "在拆分隧道与强制隧道之间进行选择。
                                    \r\n
                                    \r\n 拆分隧道 = 仅针对 VPN 接口(由网络堆栈确定)的流量才能通过接口。Internet 流量可继续通过其他接口。\r\n
                                    \r\n
                                    \r\n 强制隧道 = 所有 IP 流量必须只通过 VPN 接口(适用于本流量规则)。\r\n
                                    \r\n
                                    \r\n 仅当本规则与应用关联时适用。\r\n", "trafficRuleRoutingPolicyTypeName": "规则类型", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "用户", "vPNPolicyProfileTargetDescription": "将此配置文件转换为无需用户交互即可进行连接的始终可用的 VPN 连接,并使用计算机证书进行身份验证。仅支持 IKEv2 连接类型。AutoPilot 即装即用体验完成后,将从设备中删除 VPN 配置文件。", "vPNPolicyProfileTargetName": "将此 VPN 配置文件用于 Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "要在连接上使用代理排除的主机列表。这些主机可使用通配符,例如 *.example.com。", + "vPNPolicyProxyExclListDescription2": "已跳过代理的主机名称列表。主机名称可包含通配符,例如 *.example.com。", + "vPNPolicyProxyExclListExcludedHosts": "排除的主机", + "vPNPolicyProxyExclListExclusions": "排除", + "vPNPolicyProxyExclListFileImport": "要导入主机列表的文件", + "vPNPolicyProxyExclListHostName": "主机名", + "vPNPolicyProxyExclListImport": "导入代理排除项", + "vPNPolicyProxyExclListInvalid": "无效的输入", + "vPNPolicyProxyExclListList": "排除列表", + "vPNPolicyProxyExclListManage": "管理代理排除项", + "vPNPolicyProxyExclListName": "代理排除列表", "vPNPolicyRememberCredentialsName": "记住每次登录时所用凭据", "vPNPolicyRoutesForThisConnectionDescription": "可选。", "vPNPolicyRoutesForThisConnectionName": "为此 VPN 连接分拆隧道路由", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "虚拟主页按钮", "virtualHomeButtonNotConfigured": "未配置", "virtualHomeButtonSwipeUp": "向上轻扫", + "virtualizationBasedSecurityEnabledName": "基于虚拟化的安全性", "virtualizationOfCpuAndIOName": "CPU 和 IO 虚拟化", "visibleAppsListOptionsDescription": "设置该列表是要隐藏的应用列表还是要显示的应用列表。", "visibleAppsListOptionsName": "应用列表的类型", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: 允许任何应用中的 Web 链接", "rootCertificate": "根证书", "safetyNetDeviceAttestation": "SafetyNet 设备证明", + "samsungKnoxAttestationRequired": "Samsung Knox 设备证明", "saveAppsNotificationText": "正在保存所选的应用", "saveChangesCommandText": "保存", "savePolicySettingsNotificationText": "正在保存策略设置", @@ -7885,10 +7953,12 @@ "state": "状态", "status": "状态", "store": "存储", + "subjectOnlyOptionText": "仅使用者", "success": "成功", "successfully": "成功", "summary": "摘要", "summaryLensTitle": "摘要", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "远程请求", "summarySettingsPartWipeRequestsSelectorText": "擦除请求", "supportId": "支持 ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "值", "valueMustNotContainCharsError": "值不得包含以下字符: {0}", "versionValidationExample": "

                                    格式: [Major].[Minor] 或 [Major].[Minor].[Build].[Revision]

                                    示例: 1.5 或 1.5.50.101

                                    ", - "versionValidationWith2To4Segments": "

                                    格式: [Major].[Minor] 或 [Major].[Minor].[Build] 或 [Major].[Minor].[Build].[Revision]

                                    示例: 1.5 or 1.5.50 或 1.5.50.101

                                    ", + "versionValidationWith2To5Segments": "

                                    格式: [Major].[Minor]、[Major].[Minor].[Build] 或 [Major].[Minor].[Build].[Revision]。对于 iOS,还支持 [Major].[Minor].[Build].[Revision].[RapidSecurityResponse]。

                                    注意: 应用将不会对 RapidSecurityResponse 冲突执行擦除,仅支持块或警告。

                                    例如: 1.5、1.5.50、1.5.50.101 或(对于 iOS) 1.5.50.101.a

                                    ", "versionValidationWithDateFormat": "必须为一个有效的日期格式(YYYY-MM-DD)。", "warn": "警告", "warning": "警告", @@ -8342,89 +8412,434 @@ "wiredNetwork": "有线网络", "workProfile": "个人拥有的工作配置文件" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "用作所选要求的文件或文件夹。", - "pathToolTip": "要检测的文件或文件夹的完整路径。", - "property": "属性", - "valueToolTip": "选择与所选检测方法匹配的要求值。应按本地格式输入日期和时间要求。" - }, - "GridColumns": { - "pathOrScript": "路径/脚本", - "type": "类型" - }, - "Registry": { - "keyPath": "密钥路径", - "keyPathTooltip": "包含用作要求的值的注册表项的完整路径。", - "operator": "运算符", - "operatorTooltip": "选择用于比较的运算符。", - "registryRequirement": "注册表项要求", - "registryRequirementTooltip": "选择注册表项要求比较。", - "valueName": "值名称", - "valueNameTooltip": "所需注册表值的名称。" - }, - "RequirementTypeOptions": { - "fileType": "文件", - "registry": "注册表", - "script": "脚本" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "布尔型", - "dateTime": "日期和时间", - "float": "浮点", - "integer": "整型", - "string": "字符串", - "version": "版本" - }, - "duplicateName": "脚本名称 {0} 已使用。请输入其他名称。", - "enforceSignatureCheck": "强制执行脚本签名检查", - "enforceSignatureCheckTooltip": "选择“是”以验证脚本是否已由受信任的发行商签名,这将允许运行脚本而不显示警告或提示。脚本运行将不受阻。选择“否”(默认),在需要最终用户确认但不验证签名的情况下运行脚本。", - "loggedOnCredentials": "使用已登录的凭据运行此脚本", - "loggedOnCredentialsTooltip": "使用已签名的设备凭据运行脚本。", - "operatorTooltip": "选择用于要求比较的运算符。", - "requirementMethod": "选择输出数据类型", - "requirementMethodTooltip": "选择在确定检测匹配要求时使用的数据类型。", - "scriptContent": "脚本内容", - "scriptFile": "脚本文件", - "scriptFileTooltip": "选择将检测客户端上是否存在应用的 PowerShell 脚本。如果检测到应用,则要求进程将返回 0 值退出代码,并将字符串值写入 STDOUT。", - "scriptName": "脚本名称", - "value": "值", - "valueTooltip": "选择与所选检测方法匹配的要求值。应按本地格式输入日期和时间要求。" - }, - "bladeTitle": "添加要求规则", - "createRequirementHeader": "创建要求。", - "header": "配置附加要求规则", - "label": "其他要求规则", - "noRequirementsSelectedPlaceholder": "未指定要求。", - "requirementType": "要求类型", - "requirementTypeTooltip": "选择用于确定如何验证要求的检测方法的类型。" - }, - "architectures": "操作系统体系结构", - "architecturesTooltip": "选择安装应用所需的体系结构。", - "bladeTitle": "要求", - "diskSpace": "所需磁盘空间(MB)", - "diskSpaceTooltip": "需要系统驱动器上有可用磁盘空间才能安装应用。", - "header": "指定安装应用前设备必须满足的要求:", - "maximumTextFieldValue": "值不得大于 {0}。", - "minimumCpuSpeed": "需要的最低 CPU 速度(MHz)", - "minimumCpuSpeedTooltip": "安装应用所需的最低 CPU 速度。", - "minimumLogicalProcessors": "需要的最小逻辑处理器数", - "minimumLogicalProcessorsTooltip": "安装应用所需的最小逻辑处理器数。", - "minimumOperatingSystem": "最低操作系统版本", - "minimumOperatingSystemTooltip": "选择安装应用所需的最低操作系统。", - "minumumTextFieldValue": "该值必须至少为 {0}。", - "physicalMemory": "所需的物理内存(MB)", - "physicalMemoryTooltip": "安装应用所需的物理内存(RAM)。", - "selectorLabel": "要求", - "validNumber": "请输入有效的数字。" + "WindowsUpdateRolloutOptions": { + "gradualRollout": "逐渐推出更新", + "immediateStart": "尽快提供更新", + "startDateOnly": "在特定日期提供更新" + }, + "EnrollmentType": { + "devicesWithEnrollment": "托管设备", + "devicesWithoutEnrollment": "托管应用" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "筛选器", + "assignmentFilterTypeColumnHeader": "筛选器模式", + "assignmentToast": "最终用户通知", + "assignmentTypeTableHeader": "分配类型", + "deadlineTimeColumnLabel": "安装截止时间", + "deliveryOptimizationPriorityHeader": "传递优化优先级", + "groupTableHeader": "组", + "installContextLabel": "安装上下文", + "isRemovable": "安装为可移动项", + "licenseTypeLabel": "许可证类型", + "modeTableHeader": "组模式", + "policySet": "策略集", + "preventAutoAppUpdate": "阻止应用自动更新", + "preventManagedAppBackup": "阻止 iCloud 应用备份", + "restartGracePeriodHeader": "重启宽限期", + "startTimeColumnLabel": "可用性", + "tracks": "跟踪", + "uninstallOnRemoval": "删除设备时卸载", + "updateMode": "更新优先级", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD Web 应用", + "androidEnterpriseSystemApp": "Android Enterprise 系统应用", + "androidForWorkApp": "托管的 Google Play 商店应用", + "androidLobApp": "Android 业务线应用", + "androidStoreApp": "Android 应用商店应用", + "builtInAndroid": "内置的 Android 应用", + "builtInApp": "内置的应用", + "builtInIos": "内置的 iOS 应用", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "iOS 业务线应用", + "iosStoreApp": "iOS 应用商店应用", + "iosVppApp": "iOS Volume Purchase Program 应用", + "lineOfBusinessApp": "业务线应用", + "macOSDmgApp": "macOS 应用(DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS 业务线应用", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office 套件", + "macOSPkgApp": "macOS 应用 (PKG)", + "macOSWebClip": "macOS Web 剪辑", + "macOsVppApp": "macOS Volume Purchase Program 应用", + "managedAndroidLobApp": "托管 Android 业务线应用", + "managedAndroidStoreApp": "托管 Android 应用商店应用", + "managedGooglePlayApp": "托管的 Google Play 商店应用", + "managedGooglePlayPrivateApp": "托管的 Google Play 专用应用", + "managedGooglePlayWebApp": "托管 Google Play Web 链接", + "managedIosLobApp": "托管 iOS 业务线应用", + "managedIosStoreApp": "托管 iOS 应用商店应用", + "microsoftStoreForBusinessApp": "适用于企业的 Microsoft 应用商店应用", + "microsoftStoreForBusinessReleaseManagedApp": "适用于企业的 Microsoft Store", + "officeAddIn": "Office 加载项", + "officeSuiteApp": "Microsoft 365 应用版(Windows 10 及更高版本)", + "sharePointApp": "SharePoint 应用", + "teamsApp": "Teams 应用", + "webApp": "Web 链接", + "win32CatalogApp": "Windows 目录应用 (Win32)", + "winGetPublicApp": "Windows 程序包管理器社区存储库", + "winGetStoreApp": "Microsoft Store 应用(新)", + "windowsAppXLobApp": "Windows AppX 业务线应用", + "windowsClassicApp": "Windows 应用(Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10及更高版本)", + "windowsMobileMsiLobApp": "Windows MSI 业务线应用", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX 业务线应用", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX 业务线应用", + "windowsPhone81StoreApp": "Windows Phone 8.1 应用商店应用", + "windowsPhoneXapLobApp": "Windows Phone XAP 业务线应用", + "windowsStoreApp": "Microsoft Store 应用(旧版)", + "windowsUniversalAppXLobApp": "Windows Universal AppX 业务线应用", + "windowsUniversalLobApp": "Windows 通用业务线应用", + "windowsWebApp": "Windows Web 链接" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "已排除", + "include": "已包含", + "includeAllDevicesVirtualGroup": "已包含", + "includeAllUsersVirtualGroup": "已包含" + }, + "AssignmentToast": { + "hideAll": "隐藏所有 Toast 通知", + "showAll": "显示所有 Toast 通知", + "showReboot": "显示计算机重启的 Toast 通知" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "背景", + "displayText": "{0} 中的内容下载", + "foreground": "前景", + "header": "传递优化优先级" + }, + "DeviceRestartBehaviorOptions": { + "allow": "应用安装可能会强制重启设备", + "basedOnReturnCode": "根据返回代码确定行为", + "force": "Intune 将强制重启设备", + "suppress": "无特定操作" + }, + "FilterType": { + "exclude": "排除", + "include": "包括", + "none": "无" + }, + "InstallIntent": { + "available": "可用于已注册的设备", + "availableWithoutEnrollment": "不论是否注册均可使用", + "notApplicable": "不适用", + "required": "必需", + "uninstall": "卸载" + }, + "SettingType": { + "assignmentType": "分配类型", + "deviceLicensing": "许可证类型", + "installContext": "删除设备时卸载", + "toastSettings": "最终用户通知", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "默认", + "postponed": "推迟", + "priority": "高优先级" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "配置设备以进行初始预配并分配给用户。", + "title": "设备准备" + }, + "EnrollmentSettings": { + "description": "配置注册设置,例如阻止注册并分配给用户。", + "title": "注册设置" + }, + "OSConfiguration": { + "menuDescription": "配置可供用户用来从可启动的 U 盘恢复 Windows 的设置。", + "menuTitle": "操作系统配置" + }, + "coManagementAuthorityDesc": "为 Configuration Manager 集成配置共同管理设置", + "coManagementAuthorityTitle": "共同管理设置", + "deploymentProfiles": "Windows AutoPilot Deployment 配置文件", + "description": "了解用户或管理员向 Intune 注册 Windows 10/11 电脑的七种不同方法。", + "descriptionLabel": "Windows 注册方法", + "enrollmentStatusPage": "注册状态页" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "要求设备注册的条件不可用于“注册或联接设备”用户操作。", - "message": "仅“需要多重身份验证”可用于为“注册或联接设备”用户操作创建的策略。{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "自动批准所有推荐的驱动程序更新", + "manual": "手动批准和部署驱动程序更新" + }, + "Details": { + "ApprovalMethod": { + "label": "审批方法:" + }, + "DeploymentDeferralInDays": { + "label": "使更新在以下时间之后可用", + "units": "(天)", + "value": "{0} 天" + }, + "bladeTitle": "驱动程序更新 Windows 10 及更高版本(预览版)", + "lastSync": "上次同步时间:", + "lastSyncDefaultText": "挂起的初始清单集合", + "loadError": "加载失败!" + }, + "DriverStatus": { + "approved": "已批准", + "declined": "已拒绝", + "export": "正在导出建议的驱动程序", + "needsReview": "需要评审", + "paused": "已暂停" }, + "DriversToReview": { + "text": "要审阅的 {0}" + }, + "Subtitle": { + "automatic": "自动审批驱动程序更新策略", + "manual": "手动审批驱动程序更新策略" + }, + "SyncNotification": { + "failure": "无法同步 {0}。", + "failureDescription": "遇到错误,无法完成请求的同步。请重试。", + "pending": "正在进行 {0} 同步", + "pendingDescription": "我们正在检索最新数据。此过程可能需要几分钟时间。", + "success": "{0} 同步完成", + "successDescription": "已在 {0} 完成与 WUfB 的同步" + }, + "SyncSpinner": { + "text": "正在进行同步。这可能需要几分钟时间。请查找警报或在几分钟后重新查看。" + }, + "TabName": { + "basics": "基本信息", + "driverUpdateSettings": "设置", + "otherDrivers": "其他驱动程序", + "properties": "属性", + "recommendedDrivers": "推荐的驱动程序" + }, + "driverAddFilter": "添加筛选器", + "driverApplicableDevices": "适用的设备", + "driverApprovalStatus": "状态", + "driverBulkActions": "批量操作", + "driverClass": "驱动程序类", + "driverCount": "显示 {0} 到 {1} 条记录(共 {2} 条记录)", + "driverFilterNoneSelected": "未选择任何内容", + "driverManufacturer": "制造商", + "driverName": "驱动程序名称", + "driverNameLower": "Windows 驱动程序更新部署", + "driverNameUpper": "Windows 驱动程序更新部署", + "driverRefresh": "刷新", + "driverReleaseDate": "发布日期", + "driverSearch": "搜索", + "driverSearchKeyword": "输入搜索关键字", + "driverVersion": "版本", + "firstDeploymentDate": "第一个部署", + "infoBoxText": "分配和创建策略后,可能最长需要 24 小时才能填充清单。", + "textBlockText": "选择策略审批和部署设置。选择设置策略以自动或手动批准和部署更新。创建策略后,将无法更改审批方法,但在为分配的设备生成清单后,即可更改单个驱动程序审批和部署详细信息。" + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "利用这些设置实时跟进哪些用户安装了公司未批准使用的应用。选择受限应用列表的类型:

                                    \r\n 禁止的应用 - 你希望在用户安装此类应用时收到通知的应用的列表。
                                    \r\n 批准的应用 - 公司批准使用的应用的列表。当用户安装非此列表内的应用时,你将收到通知。
                                    \r\n", + "androidZebraMxZebraMx": "通过按 XML 格式上传 MX 配置文件来配置 Zebra 设备。", + "iosDeviceFeaturesAirprint": "使用这些设置将 iOS 设备配置为自动连接到网络上的兼容 AirPrint 打印机。需打印机的 IP 地址和资源路径。", + "iosDeviceFeaturesExtensibleSingleSignOn": "配置应用扩展,该扩展可为运行 iOS 13.0 或更高版本的设备启用单一登录(SSO)。", + "iosDeviceFeaturesHomeScreenLayout": "配置 iOS 设备上停靠屏幕和主屏幕的布局。某些设备可能对显示项的数量有限制。", + "iosDeviceFeaturesIOSWallpaper": "显示将在 iOS 设备的主屏幕和/或锁屏界面上显示的图像。\r\n 要在每个位置显示唯一的图像,请分别使用锁屏界面图像和主屏幕图像创建一个配置文件。\r\n 然后将这两个配置文件分配给用户。\r\n
                                    \r\n
                                      \r\n
                                    • 最大文件大小: 750 KB
                                    • \r\n
                                    • 文件类型: PNG、JPG 或 JPEG
                                    • \r\n
                                    \r\n", + "iosDeviceFeaturesNotifications": "指定应用的通知设定。支持 iOS 9.3 及更高版本。", + "iosDeviceFeaturesSharedDevice": "指定在锁定屏幕上显示的可选文本。在 iOS 9.3 及更高版本中受支持。了解详细信息", + "iosGeneralApplicationRestrictions": "利用这些设置实时跟进哪些用户安装了公司未批准使用的应用。选择受限应用列表的类型:

                                    \r\n 禁止的应用 - 你希望在用户安装此类应用时收到通知的应用的列表。
                                    \r\n 批准的应用 - 公司批准使用的应用的列表。当用户安装非此列表内的应用时,你将收到通知。
                                    \r\n", + "iosGeneralApplicationVisibility": "使用显示应用列表指定用户可以查看或启动的 iOS 应用。使用隐藏应用列表指定用户无法查看或启动的 iOS 应用。", + "iosGeneralAutonomousSingleAppMode": "你添加到此列表并分配给设备的应用可以锁定设备,以便启动后仅运行该应用;或在某个操作正在运行时(例如正在测试时)锁定设备。操作完成后或删除限制后,设备将恢复其正常状态。", + "iosGeneralKiosk": "展台模式可将各种设置锁定到设备中,或指定可在设备上运行的单个应用。这在诸如零售商店等你希望设备只运行一个演示应用的环境中很有用。", + "macDeviceFeaturesAirprint": "使用这些设置来配置 macOS 设备以自动连接到网络上兼容 AirPrint 的打印机。需要打印机的 IP 地址和资源路径。", + "macDeviceFeaturesAssociatedDomains": "配置关联的域以共享组织的应用和网站之间的数据和登录凭据。此配置文件可应用于运行 macOS 10.15 或更高版本的设备。", + "macDeviceFeaturesExtensibleSingleSignOn": "配置应用扩展,该扩展可为运行 macOS 10.15 或更高版本的设备启用单一登录(SSO)。", + "macDeviceFeaturesLoginItems": "选择用户登录到其设备时打开的应用、文件和文件夹。如果不希望用户更改所选应用的打开方式,可在用户配置中隐藏应用。", + "macDeviceFeaturesLoginWindow": "配置 macOS 登录屏幕的外观以及要在用户登录前后提供给用户的功能。", + "macExtensionsKernelExtensions": "使用这些设置在运行 10.13.2 或更高版本的 macOS 设备上配置内核扩展策略。", + "macGeneralDomains": "用户发送或接收的电子邮件如果不匹配在此处指定的域,将标记为不受信任。", + "windows10EndpointProtectionApplicationGuard": "使用 Microsoft Edge 时,Microsoft Defender 应用程序防护会隔绝你的环境与你的组织尚未定义为受信任的站点。当用户访问你的独立网络边界中未列出的站点时,将通过 Hyper-V 在虚拟浏览会话中打开该站点。受信任的站点由网络边界定义,可在设备配置中对其进行配置。请注意,此功能仅适用于运行 64 位 Windows 10 或更高版本的设备。", + "windows10EndpointProtectionCredentialGuard": "启用 Credential Guard 将启用以下所需设置:\r\n
                                    \r\n
                                      \r\n
                                    • 启用基于虚拟化的安全: 在下一次重启时打开基于虚拟化的安全 (VBS)。基于虚拟化的安全使用 Windows 虚拟机监控程序为安全服务提供支持。
                                    • \r\n
                                      \r\n
                                    • 通过直接内存访问安全启动: 通过安全启动和直接内存访问 (DMA) 打开 VBS。
                                    • \r\n
                                    \r\n ", + "windows10EndpointProtectionDeviceGuard": "选择需要由 Microsoft Defender 应用程序控制策略审核或能够由该策略信任运行的其他应用。将自动信任 Windows 组件和来自 Windows 应用商店的所有应用

                                    \r\n在“仅审核”模式下运行时,应用程序不受阻止。“仅审核”模式将在本地客户端日志中记录所有事件。\r\n", + "windows10GeneralPrivacyPerApp": "添加应用,该应用的隐私行为不同于“默认隐私”中定义的内容。", + "windows10NetworkBoundaryNetworkBoundary": "网络边界是企业资源(如云托管的域和企业网络上的计算机的 IP 地址范围)的列表。定义网络边界,以应用策略来保护驻留在这些位置的数据。", + "windowsHealthMonitoring": "配置 Windows 运行状况监视策略。", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone 可阻止用户安装或启动已禁止的应用列表中指定的应用(或已批准的应用列表中未指定的应用)。必须将所有托管应用添加到已批准列表。" + }, + "Inputs": { + "accountDomain": "帐户域", + "accountDomainHint": "例如 contosodomain", + "accountDomainInfoBalloon": "指定用户的帐户域。", + "accountTypeInfoBalloon": "指定要基于身份验证模型配置的帐户类型", + "allowContactSetting": "允许用户更改联系人设置", + "allowContactSyncInfoBalloon": "指定是否允许用户更改联系人同步设置", + "allowUserChange": "允许用户更改设置", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "请输入与 com.microsoft.word 类似的包名称", + "androidUrlValidation": "请输入有效的 URL,类似于 https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "应用安装上下文", + "appUrlLabel": "应用商店 URL", + "appleUrlValidation": "请输入有效 URL,例如 https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "适用设备类型", + "assignmentActionLabel": "模式", + "authenticationMethodInfoBalloon": "指定用户的身份验证方法", + "authenticationMetod": "身份验证方法", + "authenticationType": "身份验证类型", + "authenticationTypeInfoBalloon": "指定用户的身份验证类型", + "availableLicenseCount": "可用的许可证", + "basicAuth": "基本身份验证", + "biometricsInfoBalloon": "可要求用户提供 TouchID 或 FaceID 等生物识别才能访问其设备上的应用。如果要求此项,则除了此配置文件中所选的身份验证方法之外,还使用生物识别。如果已部署 Intune 应用保护策略,则不应启用此设置,因为应用保护策略中规定了在访问托管数据之前需满足的访问要求。如果两项均启用,则在访问 Outlook 移动版时将出现多个访问提示。如果设置为“未配置”,则默认应用设置设为“关”。", + "bookNameLabel": "书籍名称", + "bundleDescriptionHint": "输入一个描述,说明所包含的应用。", + "calendar": "日历", + "categoryLabel": "类别", + "categoryNameLabel": "默认名称", + "certProfileType": "证书配置文件类型", + "certificate": "证书", + "certificates": "证书", + "commandLineLabel": "命令行参数", + "commandLineSizeHint": "命令行参数文本的最大长度为 1024 个字符", + "configurationSettingsFormatLabel": "配置设置格式", + "configurationSettingsLabel": "设置格式", + "contactSync": "保存联系人", + "contactSyncInfoBalloon": "如果将联系人保存到移动设备的本机通讯簿,则新的呼叫和短信将与用户的现有 Outlook 联系人进行匹配。如果设置为“未配置”,则默认应用设置设为“关”。", + "contacts": "联系人", + "createdDateTime": "创建时间", + "defaultCategoryHint": "无法更改默认类别", + "deploySMimeCertsFromIntune": "从 Intune 部署 S/MIME 证书", + "descriptionGenericLabel": "描述", + "descriptionHint": "输入描述...", + "descriptionLabel": "说明", + "descriptionSizeHint": "说明的长度不应超过 10,000 个字符", + "developerLabel": "开发人员", + "developerSizeHint": "开发者名称的最大长度为 256 个字符。", + "disable": "禁用", + "disabled": "禁用", + "displayNameLabel": "名称", + "displayVersionHint": "输入应用版本", + "displayVersionLabel": "应用版本", + "displayVersionLengthCheck": "显示版本的长度应最多为 130 个字符", + "eBookCategoryNameLabel": "默认名称", + "emailAccount": "电子邮件帐户名称", + "emailAccountHint": "例如企业电子邮件", + "emailAccountInfoBalloon": "指定电子邮件帐户在用户设备上向用户显示时的显示名称", + "emailAddressAttribute": "来自 AAD 的电子邮件地址属性", + "emailAddressInfoBalloon": "指定要用于发送和接收邮件的电子邮件地址", + "emailServer": "电子邮件服务器", + "emailServerHint": "例如 mail.contoso.com", + "emailServerInfoBalloon": "指定你的 Exchange Server 的主机名", + "enable": "启用", + "enableSMime": "启用 S/MIME", + "enabled": "已启用", + "encryptAllEmails": "加密所有电子邮件", + "encryptionCertificates": "加密证书", + "endUserNotifications": "最终用户通知", + "enrollmentTypeLabel": "设备注册类型", + "externalRecipients": "外部收件人邮件提示", + "externalRecipientsInfoBalloon": "如果发件人添加外部收件人或添加包含外部收件人的通讯组,则显示外部收件人邮件提示。此邮件提示通知发件人其正在撰写的邮件是否将发送到组织外部,从而帮助他们就选词、语调和内容作出正确决定。此功能仅适用于使用混合新式验证的 Exchange Online 帐户和本地帐户。如果设置为“未配置”,则默认应用设置设为“开”。", + "focusedInbox": "重点收件箱", + "focusedInboxInfoBalloon": "重点收件箱将你的收件箱划分到两个标签页 -“重点”和“其他”。最重要的电子邮件位于“重点”标签页上,而其余邮件保留在“其他”标签页上,从而保证可轻松访问但不干扰显示。如果设置为“未配置”,则默认应用设置设为“关”。", + "fullScreenEnabledLabel": "全屏", + "gmailNineAmountOfEmail": "要同步的电子邮件数", + "gmailNineAuthenticationMethodInfoBalloon": "选择你希望用户如何向电子邮件服务器进行身份验证。请使用证书来为最终用户提供最安全、最无缝的体验。基于证书的身份验证尚不可用,理由是设备所有者设备的 SCEP 和 PKCS 证书配置文件不可用。", + "gmailNineCertificateUPNInfoBalloon": "证书必须包含用户主体名称(UPN)作为使用者可选名称。", + "gmailNineEmailAddressInfoBalloon": "Intune 从 Azure AD 中获取的属性会动态生成用于此配置文件的电子邮件地址,例如 MyName@contoso.com (UPN)。详细了解适合电子邮件配置文件的 AAD 属性。", + "gmailNineEmailServerInfoBalloon": "电子邮件服务器的 Exchange 位置(URL),指定的应用会连接到此处以获取电子邮件。", + "gmailNineEmailSynchronizeInfoBalloon": "控制客户端将同步的电子邮件数量。", + "gmailNineSSLInfoBalloon": "启用 SSL,保护与电子邮件服务器间所有通信的安全。", + "gmailNineUsernameInfoBalloon": "Intune 从 Azure AD 中获取的属性会动态生成用于此配置文件的电子邮件地址,例如 MyName@contoso.com (UPN)或 MyName (用户名)。详细了解适合电子邮件配置文件的 AAD 属性。", + "ignoreManifestScope": "忽略清单范围", + "ignoreVersionDetection": "忽略应用版本", + "informationUrlLabel": "信息 URL", + "informationUrlSizeHint": "信息 URL 的最大长度为 1024 个字符", + "installAsManaged": "安装为托管项", + "installationSourceLabel": "应用类型", + "installerTypeInfoBalloon": "应用包的安装程序类型。", + "installerTypeLabel": "安装程序类型", + "isFeatured": "在公司门户中将其显示为特色应用", + "isMAMEnabledToggleLabel": "是", + "lastModifiedDateTime": "上次更新时间", + "ldapUrl": "LDAP URL", + "licensingType": "支持设备上下文分配", + "microsoft": "Microsoft", + "minimumOperationSystem": "最低操作系统版本", + "modernAuth": "新式验证", + "nameHint": "输入名称", + "nameLabel": "名称", + "nameSizeHint": "名称的最大长度是 512 个字符。", + "notConfigured": "未配置", + "notesLabel": "备注", + "notesSizeHint": "说明文本的最大长度为 1024 个字符。", + "notificationType": "通知类型", + "oneDay": "一天", + "oneMonth": "一个月", + "oneWeek": "一周", + "outlookSMimeSettings": "Outlook S/MIME 设置", + "ownerLabel": "所有者", + "ownerSizeHint": "所有者名称的最大长度为 256 个字符。", + "packageIdLabel": "包标识符", + "packageNameLabel": "包名称", + "pivCredentialNotConfigured": "你尚未为租户选择派生的凭据颁发者。需要配置一个才能将此策略成功应用到设备。", + "platformLabel": "平台", + "policyDescriptionLabel": "描述", + "policyNameLabel": "名称", + "preComposedIconEnabled": "预编写", + "primarySMTPAddress": "主 SMTP 地址", + "privacyUrlLabel": "隐私 URL", + "publisherHint": "输入发布服务器名称", + "publisherLabel": "发行者", + "publisherSizeHint": "发布者名称的长度应介于 2 到 1024 个字符(含)之间", + "require": "要求", + "requireBiometrics": "需要生物识别才可访问应用", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "至少需要一个范围标记", + "searchAppLabel": "选择应用", + "searchAppLinkText": "搜索 App Store", + "searchWinGetPublicRepositoryLinkText": "搜索 Windows 程序包管理器社区存储库", + "searchWinGetStoreRepositoryLinkText": "搜索 Microsoft Store 应用(新)", + "selectAAD": "选择 AAD 属性", + "selectAppFileLabel": "选择文件", + "selectAppFileLinkText": "选择应用包文件", + "selectAppFileToUpdateLabel": "选择文件以更新", + "selectAuthMethod": "选择一种身份验证方法", + "selectAuthType": "选择身份验证类型", + "selectCatalogAppLabel": "选择应用", + "selectCatalogAppLinkText": "搜索 Windows 应用(Win32)目录", + "selectCertificate": "选择证书", + "signAllEmails": "对所有电子邮件签名", + "signingCertificates": "签名证书", + "ssl": "SSL", + "suiteDescriptionLabel": "套件说明", + "suiteNameLabel": "套件名称", + "targetApplicationBundleIdentifier": "目标应用程序捆绑标识符", + "targetedPlatformsLabel": "目标平台", + "tasks": "任务", + "threeDays": "三天", + "totalLicenseCount": "许可证总数", + "twoWeeks": "两周", + "unifiedAssignmentsLabel": "分配到:", + "unlimited": "无限制", + "urlHint": "输入有效的 URL", + "useManagedBrowserHint": "仅限 Android 和 iOS。了解详细信息", + "useManagedBrowserLabel": "需要用托管的浏览器打开此链接", + "userPrinicipalName": "用户主体名称", + "username": "用户名", + "usernameAttribute": "来自 AAD 的用户名属性", + "usernameAttributreInfoBalloon": "指定要用于验证帐户的电子邮件配置文件的用户主体名称", + "usernamePassword": "用户名和密码", + "webAppUrlHint": "输入以 http:// 或 https:// 开头的有效 URL", + "webAppUrlLabel": "应用 URL", + "webAppUrlSizeHint": "应用 URL 最大长度为 1024 个字符。", + "windowsUrlValidation": "请输入与 https://www.microsoft.com/store/p/lync/9wzdncrfhvhm 类似的有效 URL", + "xMLDataEntered": "输入的 XML 数据", + "xmlFormatInvalid": "XML 策略格式无效。", + "xmlTooLarge": "输入的大小必须小于 1 MB。" + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "未能删除 {0}", @@ -8432,374 +8847,13 @@ "modifying": "正在删除 {0}", "success": "已成功删除 {0}" }, - "Included": { - "none": "没有选择云应用、操作或身份验证上下文", - "plural": "包含 {0} 个身份验证上下文", - "singular": "包含 1 个身份验证上下文" - }, - "InfoBlade": { - "createTitle": "添加身份验证上下文", - "deleteDisallowed": "无法删除此身份验证上下文,因为条件访问策略正在引用它。", - "descPlaceholder": "为身份验证上下文添加说明", - "modifyTitle": "修改身份验证上下文", - "namePlaceholder": "例如,“可信位置”、“受信任设备”、“强授权”", - "publishDesc": "“发布到应用”将使身份验证上下文可供应用使用。在完成为标记配置条件访问策略后发布。[了解更多][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "发布到应用", - "titleDesc": "配置将用于保护应用程序数据和操作的身份验证上下文。使用应用程序管理员可以理解的名称和说明。[了解更多][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "取消发布此身份验证上下文可能会导致失去对受身份验证上下文保护的资源的访问权限。" - }, "Notify": { "failure": "未能更新 {0}", "modifying": "正在修改 {0}", "success": "已成功更新 {0}" }, - "WhatIf": { - "selected": "包含身份验证上下文" - }, - "addNewStepUp": "新建身份验证上下文", - "bannerText": "使用 Azure AD Premium 创建自己的身份验证上下文值和条件访问策略", - "checkBoxInfo": "选择此策略将应用到的身份验证上下文", - "configure": "配置身份验证上下文", - "createCA": "向身份验证上下文分配条件访问策略", - "dataGrid": "身份验证上下文列表", - "deleteFailedByReference": "无法删除此身份验证上下文,因为 CA 策略正在引用它。", - "description": "说明", - "documentation": "文档", - "getStarted": "入门", - "label": "身份验证上下文", - "menuLabel": "身份验证上下文", - "name": "名称", - "noAuthContextConfigured": "尚未配置任何身份验证上下文。", - "noAuthContextSet": "没有身份验证上下文。", - "noData": "没有身份验证上下文可显示", - "selectionInfo": "身份验证上下文用于保护 SharePoint 和 Microsoft Cloud App Security 等应用中的应用程序数据和操作。", - "step": "步骤", - "tabDescription": "管理身份验证上下文以保护应用中的数据和操作。当条件访问策略引用身份验证上下文时,无法删除这些上下文。[了解详细信息][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "使用身份验证上下文来标记资源" + "menuLabel": "身份验证上下文" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (手机登录)", - "email": "电子邮件一次性密码", - "federatedMultiFactor": "联合多重因素", - "federatedSingleFactor": "联合单一因素", - "fido2": "FIDO2 安全密钥", - "hardwareOath": "硬件 OATH 令牌", - "hardwareOathEmail": "硬件 OATH 令牌 + 电子邮件一次性密码", - "hardwareOathFederatedSingleFactor": "联合单一因素 + 硬件 OATH 令牌", - "microsoftAuthenticatorPush": "Microsoft Authenticator (推送通知)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (推送通知)+ 电子邮件一次性密码", - "microsoftAuthenticatorPushFederatedSingleFactor": "联合单一因素 + Microsoft Authenticator (推送通知)", - "none": "无", - "password": "密码", - "passwordHardwareOath": "密码 + 硬件 OATH 令牌", - "passwordMicrosoftAuthenticatorPush": "密码 + Microsoft Authenticator (推送通知)", - "passwordSms": "密码 + 短信", - "passwordSoftwareOath": "密码 + 软件 OATH 令牌", - "passwordVoice": "密码 + 语音", - "passwordX509CertificateMultiFactor": "密码 + 基于证书的身份验证(多重)", - "passwordX509CertificateSingleFactor": "密码 + 基于证书的身份验证(单因素)", - "sms": "短信", - "smsEmail": "短信 + 电子邮件一次性密码", - "smsFederatedSingleFactor": "联合单一因素 + 短信", - "softwareOath": "软件 OATH 令牌", - "softwareOathEmail": "软件 OATH 令牌 + 电子邮件一次性密码", - "softwareOathFederatedSingleFactor": "联合单一因素 + 软件 OATH 令牌", - "temporaryAccessPassMultiUse": "临时访问密码 (多次使用)", - "temporaryAccessPassOneTime": "临时访问密码 (一次性使用)", - "voice": "语音", - "voiceEmail": "语音 + 电子邮件一次性密码", - "voiceFederatedSingleFactor": "联合单一因素 + Voice", - "windowsHelloForBusiness": "Windows Hello 企业版", - "x509CertificateMultiFactor": "基于证书的身份验证 (多重)", - "x509CertificateSingleFactor": "基于证书的身份验证 (单重)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "阻止下载内容(预览版)", - "monitorOnly": "仅监视(预览版)", - "protectDownloads": "保护下载内容(预览版)", - "useCustomControls": "使用自定义策略..." - }, - "ariaLabel": "选择要应用的条件访问应用控制类型" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "应用 ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "选定云应用的列表" - }, - "UpperGrid": { - "ariaLabel": "与搜索词匹配的云应用的列表" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "对于“选定位置”,至少必须选择一个位置。", - "selector": "请至少选择一个位置" - }, - "privateLinksInfo": "Azure AD 专用链接最适合 Azure 服务。请确保应用此策略的主体不需要命中任何公共服务(如 M365)。" - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "必须选择以下至少一个客户端" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "此策略仅适用于浏览器和新式身份验证应用。要将策略应用于所有客户端应用,请启用客户端应用条件并选择所有客户端应用。", - "classicExperience": "自此策略创建以来,默认客户端应用配置已更新。", - "legacyAuth": "如果没有配置,策略现在应用于所有客户端应用,包括新式身份验证和旧身份验证。" - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "属性", - "placeholder": "选择属性" - }, - "Configure": { - "infoBalloon": "配置要应用策略的应用筛选器。" - }, - "NoPermissions": { - "learnMoreAria": "有关自定义安全属性权限的详细信息。", - "message": "你没有使用自定义安全属性所需的权限。" - }, - "gridHeader": "使用自定义安全属性,可以使用规则生成器或规则语法文本框创建或编辑筛选规则。在预览版中,仅支持字符串类型的属性。将不显示整型或布尔类型的属性。", - "learnMoreAria": "有关使用规则生成器和语法文本框的详细信息。", - "noAttributes": "没有可供筛选的自定义属性。需要配置一些属性才能使用此筛选器。", - "title": "编辑筛选器(预览)" - }, - "CloudAppsUserActions": { - "any": "任何云应用或操作", - "infoBalloon": "要测试的云应用或用户操作。例如,\"SharePoint Online\"", - "learnMore": "根据所有或特定的云应用或操作来控制访问。", - "learnMoreB2C": "根据所有或特定的云应用来控制访问。", - "learnMoreNetworkAccess": "基于所有或特定的网络访问流量、云应用或操作控制访问。", - "title": "云应用或操作" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "排除的云应用的列表" - }, - "Filter": { - "configured": "已配置", - "label": "编辑筛选器(预览)", - "with": "{0},含 {1}" - }, - "Included": { - "gridAria": "包含的云应用的列表" - }, - "Validation": { - "authContext": "使用“身份验证上下文”时,必须配置至少一个子项。", - "networkAccess": "使用“网络访问”,必须至少配置一个流量配置文件。", - "selectApps": "必须配置 \"{0}\"", - "selector": "请至少选择一个应用。", - "userActions": "对于“用户操作”,至少必须配置一个子项。" - } - }, - "DeviceState": { - "LearnMore": { - "message": "当用户从中登录的设备不是“已建立混合 Azure AD 联接”或“标记为合规”的设备时,控制用户访问。\n 此项已被弃用。请改用“{1}”。" - } - }, - "Errors": { - "notFound": "策略未找到或已被删除。", - "notFoundDetailed": "策略“{0}”已不存在。它可能已遭删除。" - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "全部", - "b2bCollaborationGuestLabel": "B2B 协作来宾用户", - "b2bCollaborationMemberLabel": "B2B 协作成员用户", - "b2bDirectConnectUserLabel": "B2B 直连用户", - "enumeratedExternalTenantsError": "请至少选择一个外部租户", - "enumeratedExternalTenantsLabel": "选择", - "externalTenantsLabel": "指定外部 Azure AD 组织", - "externalUserDropdownLabel": "选择来宾或外部用户类型", - "externalUsersError": "至少选择一个外部来宾或用户类型", - "guestOrExternalUsersInfoContent": "包括 B2B 协作、B2B 直连和其他类型的外部用户。", - "guestOrExternalUsersLabel": "来宾或外部用户", - "internalGuestLabel": "本地来宾用户", - "otherExternalUserLabel": "其他外部用户", - "previewTag": "{0} (预览版)", - "serviceProviderUsersLabel": "服务提供商用户" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "国家/地区查找方法", - "gps": "按 GPS 坐标确定位置", - "info": "如果配置了条件访问策略的位置条件,Authenticator 应用会提示用户共享其 GPS 位置。", - "ip": "按 IP 地址确定位置(仅限 IPv4) " - }, - "Header": { - "new": "新位置({0})", - "update": "更新位置({0})" - }, - "IP": { - "learn": "配置命名位置 IPv4 和 IPv6 范围。\n[了解更多][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "未知国家/地区是指没有与特定国家/地区关联的 IP 地址。[了解更多信息][1]\n\n这包括:\n* IPv6 地址\n* 没有直接映射的 IPv4 地址\n[1]: https://aka.ms/canamedlocations\n", - "label": "包括未知国家/地区" - }, - "Name": { - "empty": "名称不得为空。", - "placeholder": "命名此位置" - }, - "PrivateLink": { - "learn": "创建包含 Azure AD 的专用链接的新命名位置。\n[了解详细信息][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "搜索国家/地区", - "names": "搜索名称", - "privateLinks": "搜索专用链接" - }, - "Trusted": { - "label": "标记为可信位置" - }, - "enter": "输入新 IPv4 或 IPv6 范围", - "example": "例如: 40.77.182.32/27 或 2a01:111::/32" - }, - "Label": { - "addCountries": "国家/地区位置", - "addIpRange": "IP 范围位置", - "addPrivateLink": "Azure 专用链接" - }, - "Notification": { - "Create": { - "Failed": { - "description": "无法新建位置({0})", - "title": "无法创建" - }, - "InProgress": { - "description": "正在新建位置({0})", - "title": "正在进行创建" - }, - "Success": { - "description": "已成功新建位置({0})", - "title": "已成功创建" - } - }, - "Delete": { - "Failed": { - "description": "无法删除位置({0})", - "title": "无法删除" - }, - "InProgress": { - "description": "正在删除位置({0})", - "title": "正在删除" - }, - "Success": { - "description": "已成功删除位置({0})", - "title": "已成功删除" - } - }, - "Update": { - "Failed": { - "description": "无法更新位置({0})", - "title": "无法更新" - }, - "InProgress": { - "description": "正在更新位置({0})", - "title": "正在更新" - }, - "Success": { - "description": "已成功更新位置({0})", - "title": "已成功更新" - } - } - }, - "PrivateLinks": { - "grid": "专用链接列表" - }, - "Trusted": { - "title": "受信任类型", - "trusted": "受信任" - }, - "Type": { - "all": "所有类型", - "countries": "国家/地区", - "ipRanges": "IP 范围", - "privateLinks": "专用链接", - "title": "位置类型" - }, - "iPRangeInvalidError": "值必须是有效的 IPv4 或 IPv6 范围。", - "iPRangeLinkOrSiteLocalError": "检测到 IP 网络为链路本地地址或站点本地地址。", - "iPRangeOctetError": "IP 网络不得以 0 或 255 开头。", - "iPRangePrefixError": "IP 网络前缀必须介于 /{0} 和 /{1} 之间。", - "iPRangePrivateError": "检测到 IP 网络为专用地址。" - }, - "NamedNetwork": { - "List": { - "gridAria": "已命名位置列表" - } - }, - "NetworkAccess": { - "Included": { - "none": "未选择目标资源", - "plural": "已选择 {0} 个网络流量配置文件", - "singular": "已选择 1 个网络流量配置文件" - }, - "internetOptionText": "公共流量", - "label": "网络访问(预览)", - "m365OptionText": "M365 流量", - "privateOptionText": "专用流量", - "selectTrafficProfilesLabel": "选择此策略适用的流量配置文件", - "targetResourcesBalloonContext": "目标资源", - "targetResourcesSelectorTitle": "目标资源", - "trafficProfilesLearnMoreTooltip": "要查看其他流量配置文件,请添加更多 NaaS 许可证。", - "ztnaEnableLearnMore": "需要启用零信任云边缘才能使用网络访问控制。 " - }, - "Policies": { - "Grid": { - "aria": "条件访问策略的列表" - }, - "countText": "找到了 {0} 个策略(共 {1} 个)", - "countTextSingular": "找到了 {0} 个策略(共 1 个)", - "search": "搜索策略" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "配置强制实施策略所需的服务主体风险级别​", - "infoBalloonContent": "配置服务主体风险,以将策略应用于所选风险级别", - "title": "服务主体风险" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "配置风险检测以将策略应用于选定的实时登录风险检测。" - }, - "LearnMore": { - "message": "控制用户访问权限,从而响应特定的实时登录风险检测。" - }, - "description": "如果任何包含的风险检测检测到风险,则满足此条件。这不会影响登录风险级别计算。", - "header": "实时内置风险检测", - "info": "在登录期间检测风险的检测。", - "label": "登录风险检测(预览)", - "title": "登录风险检测" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "满足强身份验证的方法组合,如密码 + 短信", - "displayName": "多重身份验证" - }, - "Passwordless": { - "description": "满足强身份验证要求的无密码方法,例如 Microsoft Authenticator ", - "displayName": "无密码多重身份验证" - }, - "PhishingResistant": { - "description": "用于最强身份验证的防网络钓鱼无密码方法,如 FIDO2 安全密钥", - "displayName": "防钓鱼多重身份验证" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "详细了解如何要求联合身份验证提供程序满足的身份验证方法。", "certificate": "证书身份验证", @@ -8808,287 +8862,6 @@ "require": "需要联合身份验证方法(预览版)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "关闭", - "on": "打开", - "reportOnly": "仅报告" - }, - "PolicyTemplates": { - "Devices": { - "description": "选择“设备”策略模板类别以查看访问网络的设备。在授予访问权限之前先确保合规性和运行状况状态。", - "name": "设备" - }, - "Identities": { - "description": "选择“标识”策略模板类别,从而使用强身份验证在整个数字财产中验证并保护每个标识。", - "name": "标识" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "所有应用", - "office365": "Office 365", - "registerSecurityInfo": "注册安全信息" - }, - "Conditions": { - "androidAndIOS": "设备平台: Android 和 IOS", - "anyDevice": "除 Android、IOS、Windows 和 Mac 之外的任何设备", - "anyDeviceStateExceptHybrid": "除合规和已建立混合 Azure AD 联接之外的任何设备状态", - "anyLocation": "除受信任之外的任何位置", - "browserMobileDesktop": "客户端应用: 浏览器、移动应用以及桌面客户端", - "exchangeActiveSync": "客户端应用: Exchange Active Sync、其他客户端", - "windowsAndMac": "设备平台: Windows 和 Mac" - }, - "Devices": { - "anyDevice": "任何设备" - }, - "Grant": { - "appProtectionPolicy": "需要应用保护策略", - "approvedClientApp": "需要核准的客户端应用", - "blockAccess": "阻止访问", - "mfa": "需要多重身份验证", - "passwordChange": "需要更改密码", - "requireCompliantDevice": "需要标记为兼容的设备", - "requireHybridAzureADDevice": "需要已建立混合 Azure AD 联接的设备" - }, - "Session": { - "appEnforcedRestrictions": "使用应用强制实施的限制", - "signInFrequency": "登录频率和永不持续的浏览器会话" - }, - "UsersAndGroups": { - "allUsers": "所有用户", - "directoryRoles": "除当前管理员之外的目录角色", - "globalAdmin": "全局管理员", - "noGuestAndAdmins": "除来宾和外部用户、全局管理员、当前管理员之外的所有用户" - }, - "azureManagement": "Azure 管理", - "deviceFilters": "设备筛选器", - "devicePlatforms": "设备平台" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "阻止或限制从非托管设备访问 SharePoint、OneDrive 和 Exchange 内容。", - "name": "CA014: 对非管理的设备使用应用程序强制限制", - "title": "对非管理的设备使用应用程序强制限制" - }, - "ApprovedClientApps": { - "description": "要防止数据丢失,组织可以使用 Intune 应用保护限制对已批准的新式身份验证客户端应用的访问权限。", - "name": "CA012: 需要已批准的客户端应用和应用保护", - "title": "需要已批准的客户端应用和应用保护" - }, - "BlockAccessOnUnknowns": { - "description": "当设备类型未知或不受支持时,将阻止用户访问公司资源。", - "name": "CA010: 阻止未知或不支持设备平台的访问", - "title": "阻止未知或不支持设备平台的访问" - }, - "BlockLegacyAuth": { - "description": "阻止可用于绕过多重身份验证的旧式身份验证终结点。 ", - "name": "CA003: 阻止旧版身份验证", - "title": "阻止旧身份验证" - }, - "NoPersistentBrowserSession": { - "description": "阻止浏览器会话在浏览器关闭后保持登录状态并将登录频率设置为 1 小时,从而保护非托管设备上的用户访问。", - "name": "CA011: 浏览器会话不持久", - "title": "没有持久性浏览器会话" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "需要特权管理员仅在使用合规或已建立混合 Azure AD 联接的设备时才访问资源。​", - "name": "CA009: 要求管理员的设备合规或已建立混合 Azure AD 联接", - "title": "要求管理员的设备合规或已建立混合 Azure AD 联接" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "需要用户使用托管设备或执行多重身份验证,从而保护对公司资源的访问权限。(仅限 macOS 或 Windows)", - "name": "CA013: 对所有用户要求使用合规或已建立混合 Azure AD 联接的设备或进行多重身份验证", - "title": "对所有用户要求使用合规或已建立混合 Azure AD 联接的设备或进行多重身份验证" - }, - "RequireMFAAllUsers": { - "description": "需要对所有用户帐户进行多重身份验证,从而降低入侵风险。", - "name": "CA004: 需要对所有用户进行多重身份验证", - "title": "需要对所有用户进行多重身份验证" - }, - "RequireMFAForAdmins": { - "description": "需要对特权管理帐户进行多重身份验证,从而降低入侵风险。此策略将针对与“安全默认值”相同的角色。", - "name": "CA001: 需要对管理员进行多重身份验证", - "title": "需要对管理员进行多重身份验证" - }, - "RequireMFAForAzureManagement": { - "description": "需要多重身份验证以保护对 Azure 资源的特权访问。", - "name": "CA006: 需要对 Azure 管理进行多重身份验证", - "title": "需要对 Azure 管理进行多重身份验证" - }, - "RequireMFAForGuestAccess": { - "description": "当访问公司资源时,需要来宾用户执行多重身份验证。", - "name": "CA005: 需要对来宾访问进行多重身份验证", - "title": "需要对来宾访问进行多重身份验证" - }, - "RequireMFAForRiskySignIn": { - "description": "如果检测到中或高登录风险,则需要多重身份验证。(需要 Azure AD Premium 2 许可证)", - "name": "CA007: 需要对有风险的登录进行多重身份验证", - "title": "需要对有风险的登录进行多重身份验证" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "如果检测到高用户风险,则需要用户更改其密码。(需要 Azure AD Premium 2 许可证)", - "name": "CA008: 需要为高风险用户更改密码", - "title": "需要为高风险用户更改密码" - }, - "RequireSecurityInfo": { - "description": "保护用户注册 Azure AD 多重身份验证和自助式密码的时间和方式。 ", - "name": "CA002: 保护安全信息注册", - "title": "保护安全信息注册" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "启用此策略将阻止任何对未知设备类型的访问,在确认这不会影响用户前,请考虑使用仅限报告模式。" - }, - "BlockLegacyAuth": { - "description": "在确认这不会影响用户前,请考虑使用仅限报告模式。", - "title": "启用此策略将阻止所有用户的旧身份验证。" - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "在确认这不会影响特权用户之前,请考虑先使用仅报告模式。", - "reportOnly": "处于仅限报告模式且需要兼容设备的策略可能会提示 Mac、iOS 和 Android 上的用户在策略评估期间选择设备证书,即使没有强制执行设备合规性。在设备合规之前,可能会重复这些提示。" - }, - "Title": { - "on": "启用此策略将为特权用户阻止访问,除非使用托管设备(例如合规或已建立混合 Azure AD 联接的设备)。在启用之前,请确保已配置合规性策略或已启用混合 Azure AD 配置。", - "reportOnly": "在启用之前,请确保已配置合规性策略或已启用混合Azure AD 配置。 " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "此策略将影响除当前登录“管理员”之外的所有用户。在确认这不会影响用户之前,请考虑先使用仅报告模式。" - }, - "Title": { - "on": "不要将自己锁定! 请确保设备合规或已建立混合 Azure AD 联接,或已配置多重身份验证。 ", - "reportOnly": "处于仅限报告模式且需要兼容设备的策略可能会提示 Mac、iOS 和 Android 上的用户在策略评估期间选择设备证书,即使没有强制执行设备合规性。在设备合规之前,可能会重复这些提示。" - } - }, - "RequireMfa": { - "description": "如果使用紧急访问帐户或 Azure AD Connect 同步本地对象,则在创建后可能需要将这些帐户从该策略中排除。" - }, - "RequireMfaAdmins": { - "description": "请注意,将自动排除当前管理员帐户,但所有其他帐户将在策略创建时受到保护。请首先考虑使用仅限报告模式。", - "title": "请勿置身事外! 此策略影响 Azure 门户。" - }, - "RequireMfaAllUsers": { - "description": "在计划并通知所有用户此更改前,请考虑仅限报告模式。", - "title": "启用此策略将对所有用户强制执行多重身份验证。" - }, - "RequireSecurityInfo": { - "description": "请确保根据公司需要检查配置以保护这些帐户。", - "title": "此策略不包括以下用户和角色: 来宾和外部用户、全局管理员、当前管理员" - } - }, - "basics": "基本信息", - "clientApps": "客户端应用", - "cloudApps": "云应用", - "cloudAppsOrActions": "云应用或操作 ", - "conditions": "条件 ", - "createNewPolicy": "根据模板创建新策略(预览版)", - "createPolicy": "创建策略", - "currentUser": "当前用户", - "customizeBuild": "自定义版本", - "customizeTemplate": "基于你要创建的策略的类型自定义模板列表", - "excludedDevicePlatform": "排除的设备平台", - "excludedDirectoryRoles": "排除的目录角色", - "excludedLocation": "排除的目录角色", - "excludedUsers": "已排除用户", - "grantControl": "授权控制 ", - "includeFilteredDevice": "在策略中包括筛选后的设备", - "includedDevicePlatform": "包含的设备平台", - "includedDirectoryRoles": "包含的目录角色", - "includedLocation": "包含的位置", - "includedUsers": "包含的用户", - "legacyAuthenticationClients": "旧身份验证客户端", - "namePolicy": "命名策略", - "needAdPremiumMessage": "需要 Azure AD Premium 订阅才能使用此功能。", - "next": "下一步", - "policyName": "策略名称", - "policyState": "策略状态", - "policySummary": "策略摘要", - "policyTemplate": "策略模板", - "previous": "上一步", - "reviewAndCreate": "审阅 + 创建", - "riskLevels": "风险级别", - "selectATemplate": "选择模板", - "selectTemplate": "选择模板", - "selectTemplateCategory": "选择模板类别", - "selectTemplateRecommendation": "基于你的响应,我们建议使用以下模板", - "sessionControl": "会话控制 ", - "signInFrequency": "登录频率", - "signInRisk": "登录风险", - "template": "模板 ", - "templateCategory": "模板类别", - "userRisk": "用户风险", - "usersAndGroups": "用户和组 ", - "viewPolicySummary": "查看策略摘要 " - }, - "SSM": { - "MemberSelector": { - "description": "用户和组" - }, - "Notification": { - "Migration": { - "error": "无法将连续访问评估设置迁移到条件访问策略", - "inProgress": "迁移连续访问评估设置", - "success": "已成功将连续访问评估设置迁移到条件访问策略", - "successDescription": "请转至条件访问策略,以查看新创建的名为“从 CAE 设置创建的 CA 策略”的策略中迁移的设置。" - }, - "error": "无法更新连续访问评估设置", - "inProgress": "正在更新连续访问评估设置", - "success": "已成功更新连续访问评估设置" - }, - "PreviewOptions": { - "disable": "禁用预览", - "enable": "启用预览" - }, - "StrictLocationEnforcement": { - "infoContent1": "由于网络分区或 IPv4/IPv6 不匹配,向同一客户端设备中的 Azure AD 和资源提供程序显示的 IP 可能不同。“严格位置强制”将强制执行基于向 Azure AD 和资源提供程序显示的 IP 地址的条件访问策略。", - "infoContent2": "为了最大程度地确保安全性,建议在“命名位置”策略中添加可能会向 Azure AD 和资源提供程序显示的所有 IP,并启用“严格位置强制”模式。", - "label": "严格位置强制", - "title": "其他强制模式" - }, - "bladeTitle": "连续访问评估", - "description": "在用户的访问权限被撤消或客户端 IP 地址发生变化时,连续访问评估会准实时地自动阻止对资源和应用程序的访问。", - "migrateLabel": "迁移", - "migrationError": "由于以下错误,迁移失败: {0}", - "migrationInfo": "CAE 设置已在条件访问 UX 下移动,请使用上面的“迁移”按钮进行迁移,并在以后使用条件访问策略对其进行配置。单击此处了解详细信息。", - "noLicenseMessage": "使用 Azure AD Premium 管理智能会话管理设置", - "optionsPickerTitle": "启用/禁用连续访问评估", - "upsellInfo": "无法再更改此页上的设置,并应忽略此处的任何设置。将遵守你以前的设置。你可以在将来的条件访问下配置 CAE 设置。单击此处以了解详细信息。" - }, - "SamlReauth": { - "Filter": { - "warning": "你正在使用动态查询将目标定为应用程序。某些应用程序可能不支持使用“每次登录频率”会话控制。{0}详细阅读建议的方案。{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "所选组织的列表" - }, - "Upper": { - "gridAria": "可用组织列表" - }, - "addTenantLabel": "将租户添加到所选", - "customOrganizationDescription": "添加具有此租户 ID 的组织", - "description": "通过键入其域名之一来添加 Azure AD 组织。", - "notFoundResult": "找不到", - "searchBoxPlaceholder": "租户 ID 或域名", - "subTitle": "Azure AD 组织", - "tenantAdded": "已添加此租户 ID。", - "tenantIdNotFound": "找不到租户 ID" - }, - "Selector": { - "AdditionalDetails": { - "aria": "组织 ID: {0}" - }, - "DisplayText": { - "multiple": "已选择 {0} Azure AD 组织", - "single": "已选择 1 个Azure AD 组织" - }, - "gridAria": "所选组织的列表" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "修改会话生存期", "mainOptionHelp": "配置对用户进行提示的频率,以及是否保留浏览器会话。不支持新式身份验证协议的应用程序可能不遵守这些策略。在此情况下,请联系应用程序开发人员。" }, - "SigninRisk": { - "LearnMore": { - "message": "控制用户访问,以响应特定的登录风险级别。" - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "选择 \"{0}\" 后,将无法配置 \"{1}\" 条件。" - }, - "description": "登录风险级别基于所有实时风险检测生成。", - "header": "选择适用于此策略的登录风险级别" - }, "SingleSelectorActive": { "failed": "无法加载这些数据。", "reattempt": "正在加载数据。重试 {1} 的 {0}。" }, - "TimeCondition": { - "Errors": { - "both": "“包括”或“排除”时间范围无效。", - "daysOfWeek": "{0} 请务必指定至少一个星期几。", - "endBeforeStart": "{0} 请确保开始日期/时间早于结束日期/时间。", - "exclude": "“排除”时间范围无效。", - "generic": "{0} 请确保星期几和时区都已设置。如果没有选中“全天”,则还需要设置开始时间和结束时间。", - "include": "“包括”时间范围无效。", - "timeMissing": "{0} 请务必同时指定开始时间和结束时间。", - "timeZone": "{0} 请务必指定时区。", - "timesAndZone": "{0} 请务必设置开始时间、结束时间和时区。" - } - }, - "UserActions": { - "Included": { - "none": "未选择云应用或操作", - "plural": "包含 {0} 个用户操作", - "singular": "包含 1 个用户操作" - }, - "accessRequirement1": "级别 1", - "accessRequirement2": "级别 2", - "accessRequirement3": "级别 3", - "accessRequirementsLabel": "访问受保护的应用数据", - "appsActionsAuthTitle": "云应用、操作或身份验证上下文", - "appsOrActionsSelectorInfoBallonText": "已访问应用程序或用户操作", - "appsOrActionsTitle": "云应用或操作", - "label": "用户操作", - "mainOptionsLabel": "选择此策略的适用对象", - "registerOrJoinDevices": "注册或加入设备", - "registerSecurityInfo": "注册安全信息", - "selectionInfo": "选择将应用此策略的操作", - "whatIf": "包括用户操作" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "请选择目录角色" @@ -9197,88 +8925,6 @@ }, "learnMore": "根据策略将适用的人员(例如用户和组、工作负载标识、目录角色或外部来宾)控制访问权限。" }, - "ValidationResult": { - "blockEveryonePolicy": "不支持策略配置。请查看分配和控制。", - "invalidApplicationCondition": "所选云应用程序无效", - "invalidClientTypesCondition": "所选客户端应用无效", - "invalidConditions": "分配未选定", - "invalidControls": "所选控件无效", - "invalidDevicePlatformsCondition": "所选设备平台无效", - "invalidDevicesCondition": "设备配置无效。可能是“{0}”配置无效。", - "invalidGrantControlPolicy": "无效的授权控件", - "invalidLocationsCondition": "所选位置无效", - "invalidNetworkAccessSecurityPolicyId": "附加到会话网络控件的策略无效。", - "invalidPolicy": "分配未选定", - "invalidSessionControlPolicy": "无效的会话控件", - "invalidSignInRisksCondition": "所选登录风险无效", - "invalidUserRisksCondition": "所选用户风险无效", - "invalidUsersCondition": "所选用户无效", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM 策略只能应用于 Android 或 IOS 客户端平台。", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "仅当网络访问流量配置文件成为目标时,网络访问会话策略才能正常工作。请更新目标资源部分。", - "notSupportedCombination": "策略配置不受支持。了解有关受支持策略的详细信息。", - "pending": "正在验证策略", - "requireComplianceEveryonePolicy": "策略配置要求所有用户的设备均合规。查看选定的作业。", - "success": "有效策略" - }, - "VpnCert": { - "Grid": { - "aria": "VPN 证书列表" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "要启用所有身份验证强度,请配置跨租户访问设置,以接受来自外部用户的 Azure AD 租户的声明。身份验证强度将仅为外部用户配置第二重身份验证。", - "externalUsers": "要启用所有内置身份验证强度,请将跨租户访问设置配置为接受来自外部用户的 Azure AD 租户的声明。" - }, - "combinedRegistration": "为“需要身份验证强度”启用合并注册以便正常工作。强烈建议为所有用户(而不只是一组用户)启用它。", - "compliantDeviceEnabled": "不要置身事外! 请确保设备的合规性。", - "domainJoinedDeviceEnabled": "不要置身事外! 请确保设备已建立混合 Azure AD 联接。", - "notAvailableForSP": "由于策略分配中选择了 '{0}',因此一些控件不可用", - "requireAuthOrMfa": "“{0}”不能和“{1}”一起使用", - "requireMfa": "请考虑测试新“{0}”公共预览版", - "requirePasswordChangeEnabled": "仅当策略被分配到“所有云应用”时,才能使用“需要更改密码”" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "仅报告模式下需要合规设备的策略可能会提示 macOS、iOS、Android 和 Linux 用户选择设备证书。", - "excludeDevicePlatforms": "从此策略中排除设备平台 macOS、iOS 和 Android。", - "proceedAnywayDevicePlatforms": "继续使用所选配置。在检查设备是否符合要求时,macOS、iOS、Android 和 Linux 用户可能会收到提示。" - }, - "blockCurrentUserPolicy": "不要置身事外! 建议先将策略应用于一小部分用户,以验证它是否按预期运行。还建议至少将一名管理员从此策略中排除。这可确保你仍具有访问权限并可在需要更改时更新策略。请查看受影响的用户和应用。", - "devicePlatformsReportOnlyPolicy": "仅报告模式下需要合规设备的策略可能会提示 macOS、iOS 和 Android 用户选择设备证书。", - "excludeCurrentUserSelection": "从此策略中排除当前用户 {0}。", - "excludeDevicePlatforms": "从此策略中排除设备平台 macOS、iOS 和 Android。", - "proceedAnywayDevicePlatforms": "继续使用选定的配置。在检查设备是否符合要求时,macOS、iOS 和 Android 用户可能会收到提示。", - "proceedAnywaySelection": "我了解我的帐户将受此策略的影响。仍要继续。" - }, - "ServicePrincipals": { - "blockExchange": "选择 Office 365 Exchange Online 还将影响 OneDrive 和 Teams 等应用。", - "blockPortal": "不要置身事外! 此策略将影响 Azure 门户。在继续前,请确保你或其他人能够返回门户。", - "blockPortalWithSession": "不要把自己锁在外面!此策略会影响 Azure 门户。请确保你或其他人员能够再次返回门户,然后继续。
                                    如果正在配置仅当选中“所有云应用”时才能正确发挥作用的持续性浏览器会话策略,请忽略此警告。", - "blockSharePoint": "选择 SharePoint Online 还会影响 Microsoft Teams、Planner、Delve、MyAnalytics 和 Newsfeed 等应用。", - "blockSkype": "选择 Skype for Business Online 也会对 Microsoft Teams 产生影响。 ", - "includeOrExclude": "可以为 \"{0}\" 或 \"{1}\" 配置应用筛选器,但不能同时配置两者。", - "selectAppsNAForSP": "由于策略分配中的“{0}”选择,无法选择单个云应用", - "teamsBlocked": "策略中包含 SharePoint Online 和 Exchange Online 等应用时,Microsoft Teams 也会受到影响。" - }, - "Users": { - "blockAllUsers": "不要将自己拒之门外! 此策略将影响所有用户。建议先将策略应用于一小部分用户,以验证它的行为是否符合预期。", - "xtap": " 你在授权控制中的“需要身份验证强度”配置可能对外部用户无效。" - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "登录时使用的设备上的属性列表。", - "infoBalloon": "登录时使用的设备上的属性列表。" - } - }, - "noTenantSelected": "未选择租户", - "selectOrganization": "选择组织", - "tenantIdWithPlaceholder": "租户 ID: {0}", - "tenantSelectionRequired": "需要租户" - }, "advancedTabText": "高级", "allCloudAppsErrorBox": "选择“需要更改密码”授权时,必须选择“所有云应用”", "allCloudAppsReauth": "当选择了“每次登录频率”会话控制和“登录风险”条件时,必须选择“所有云应用”", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 年", "vpncertDropdownTwoyearOption": "2 年", "wednesday": "星期三", - "whatIfAppEnforcedControl": "使用应用强制实施的限制", - "whatIfBladeDescription": "测试在某些情况下进行登录时条件访问对用户的影响。", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "此工具不评估经典策略。", - "whatIfClientAppInfo": "用户用于签名的客户端应用。例如“浏览器”。", "whatIfCountry": "国家/地区", "whatIfCountryInfo": "用户登录时所处的国家/地区。", "whatIfDevicePlatformInfo": "用户正在从其登录的设备平台。", - "whatIfDeviceStateInfo": "用户登录时的设备状态", "whatIfEnterIpAddress": "输入 IP 地址(示例: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "指定了无效的 IP 地址。", - "whatIfEvaResultApplication": "云应用", - "whatIfEvaResultClientApps": "客户端应用", - "whatIfEvaResultDevicePlatform": "设备平台", - "whatIfEvaResultEmptyPolicy": "策略为空", - "whatIfEvaResultInvalidCondition": "条件无效", - "whatIfEvaResultInvalidPolicy": "策略无效", - "whatIfEvaResultLocation": "位置", - "whatIfEvaResultNotEnoughInformation": "信息不足", - "whatIfEvaResultPolicyNotEnabled": "未启用策略", - "whatIfEvaResultSignInRisk": "登录风险", - "whatIfEvaResultUsers": "用户和组", "whatIfIpAddress": "IP 地址", "whatIfIpAddressInfo": "用户正在从其登录的 IP 地址。", "whatIfIpCountryInfoBoxText": "如果使用了 IP 地址或国家/地区,则这两个字段将是必需字段,且应正确地映射在一起。", - "whatIfPolicyAppliesTab": "将应用的策略", - "whatIfPolicyAppliesTabWithCount": "适用策略({0})", - "whatIfPolicyDoesNotApplyTab": "不应用的策略", - "whatIfPolicyDoesNotApplyTabWithCount": "不适用策略({0})", - "whatIfReasons": "不应用此策略的原因", - "whatIfSelectClientApp": "选择客户端应用...", "whatIfSelectCountry": "选择国家/地区...", "whatIfSelectDevicePlatform": "选择设备平台...", "whatIfSelectPrivateLink": "选择专用链接...", - "whatIfSelectServicePrincipalRisk": "选择服务主体风险...", "whatIfSelectSignInRisk": "选择登录风险...", - "whatIfSelectType": "选择标识类型", - "whatIfSelectUserRisk": "选择用户风险...", - "whatIfServicePrincipalRiskInfo": "与服务主体关联的风险级别", "whatIfSignInRisk": "登录风险", "whatIfSignInRiskInfo": "登录相关风险级别", "whatIfUnknownAreas": "未知区域", - "whatIfUserPickerLabel": "所选用户", - "whatIfUserPickerNoRowsLabel": "未选择任何用户或服务主体", - "whatIfUserRiskInfo": "与用户关联的风险级别", - "whatIfUserSelectorInfo": "要测试的目录中的用户", "windows365InfoBox": "选择 Windows 365 将影响与云电脑和 Azure 虚拟桌面会话主机的连接。单击此处以了解详细信息。", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "编辑此策略需要工作负载标识高级 P1 或 P2 许可证。", "workloadIdentity": "工作负载标识" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "筛选器", - "assignmentFilterTypeColumnHeader": "筛选器模式", - "assignmentToast": "最终用户通知", - "assignmentTypeTableHeader": "分配类型", - "deadlineTimeColumnLabel": "安装截止时间", - "deliveryOptimizationPriorityHeader": "传递优化优先级", - "groupTableHeader": "组", - "installContextLabel": "安装上下文", - "isRemovable": "安装为可移动项", - "licenseTypeLabel": "许可证类型", - "modeTableHeader": "组模式", - "policySet": "策略集", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "阻止 iCloud 应用备份", - "restartGracePeriodHeader": "重启宽限期", - "startTimeColumnLabel": "可用性", - "tracks": "跟踪", - "uninstallOnRemoval": "删除设备时卸载", - "updateMode": "更新优先级", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD Web 应用", - "androidEnterpriseSystemApp": "Android Enterprise 系统应用", - "androidForWorkApp": "托管的 Google Play 商店应用", - "androidLobApp": "Android 业务线应用", - "androidStoreApp": "Android 应用商店应用", - "builtInAndroid": "内置的 Android 应用", - "builtInApp": "内置的应用", - "builtInIos": "内置的 iOS 应用", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "iOS 业务线应用", - "iosStoreApp": "iOS 应用商店应用", - "iosVppApp": "iOS Volume Purchase Program 应用", - "lineOfBusinessApp": "业务线应用", - "macOSDmgApp": "macOS 应用(DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS 业务线应用", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office 套件", - "macOsVppApp": "macOS Volume Purchase Program 应用", - "managedAndroidLobApp": "托管 Android 业务线应用", - "managedAndroidStoreApp": "托管 Android 应用商店应用", - "managedGooglePlayApp": "托管的 Google Play 商店应用", - "managedGooglePlayPrivateApp": "托管的 Google Play 专用应用", - "managedGooglePlayWebApp": "托管 Google Play Web 链接", - "managedIosLobApp": "托管 iOS 业务线应用", - "managedIosStoreApp": "托管 iOS 应用商店应用", - "microsoftStoreForBusinessApp": "适用于企业的 Microsoft 应用商店应用", - "microsoftStoreForBusinessReleaseManagedApp": "适用于企业的 Microsoft Store", - "officeAddIn": "Office 加载项", - "officeSuiteApp": "Microsoft 365 应用版(Windows 10 及更高版本)", - "sharePointApp": "SharePoint 应用", - "teamsApp": "Teams 应用", - "webApp": "Web 链接", - "winGetPublicApp": "Windows 程序包管理器社区存储库", - "winGetStoreApp": "Microsoft Store 应用(新)", - "windowsAppXLobApp": "Windows AppX 业务线应用", - "windowsClassicApp": "Windows 应用(Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10及更高版本)", - "windowsMobileMsiLobApp": "Windows MSI 业务线应用", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX 业务线应用", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX 业务线应用", - "windowsPhone81StoreApp": "Windows Phone 8.1 应用商店应用", - "windowsPhoneXapLobApp": "Windows Phone XAP 业务线应用", - "windowsStoreApp": "Microsoft Store 应用(旧版)", - "windowsUniversalAppXLobApp": "Windows Universal AppX 业务线应用", - "windowsUniversalLobApp": "Windows 通用业务线应用", - "windowsWebApp": "Windows Web 链接" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "已排除", - "include": "已包含", - "includeAllDevicesVirtualGroup": "已包含", - "includeAllUsersVirtualGroup": "已包含" - }, - "AssignmentToast": { - "hideAll": "隐藏所有 Toast 通知", - "showAll": "显示所有 Toast 通知", - "showReboot": "显示计算机重启的 Toast 通知" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "背景", - "displayText": "{0} 中的内容下载", - "foreground": "前景", - "header": "传递优化优先级" - }, - "DeviceRestartBehaviorOptions": { - "allow": "应用安装可能会强制重启设备", - "basedOnReturnCode": "根据返回代码确定行为", - "force": "Intune 将强制重启设备", - "suppress": "无特定操作" - }, - "FilterType": { - "exclude": "排除", - "include": "包括", - "none": "无" - }, - "InstallIntent": { - "available": "可用于已注册的设备", - "availableWithoutEnrollment": "不论是否注册均可使用", - "notApplicable": "不适用", - "required": "必需", - "uninstall": "卸载" - }, - "SettingType": { - "assignmentType": "分配类型", - "deviceLicensing": "许可证类型", - "installContext": "删除设备时卸载", - "toastSettings": "最终用户通知", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "默认", - "postponed": "推迟", - "priority": "高优先级" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "配置设备以进行初始预配并分配给用户。", - "title": "设备准备" - }, - "EnrollmentSettings": { - "description": "配置注册设置,例如阻止注册并分配给用户。", - "title": "注册设置" - }, - "coManagementAuthorityDesc": "为 Configuration Manager 集成配置共同管理设置", - "coManagementAuthorityTitle": "共同管理设置", - "deploymentProfiles": "Windows AutoPilot Deployment 配置文件", - "description": "了解用户或管理员向 Intune 注册 Windows 10/11 电脑的七种不同方法。", - "descriptionLabel": "Windows 注册方法", - "enrollmentStatusPage": "注册状态页" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "应用安装可能会强制重启设备", - "basedOnReturnCode": "根据返回代码确定行为", - "force": "Intune 将强制重启设备", - "suppress": "无特定操作" - }, - "RunAsAccountOptions": { - "system": "系统", - "user": "用户" - }, - "availableUninstall": "允许可用卸载", - "availableUninstallTooltip": "选择“是”可从公司门户为用户提供此应用的卸载选项。选择“否”可阻止用户从公司门户中卸载应用。", - "bladeTitle": "程序", - "deviceRestartBehavior": "设备重新启动行为", - "deviceRestartBehaviorTooltip": "选择成功安装应用后的设备重启行为。选择“根据返回代码确定行为”,以根据返回代码配置设置重启设备。选择“无特定操作”,以抑制基于 MSI 的应用在应用安装期间重启设备。选择“应用安装可强制重启设备”,以允许应用安装不抑制重启而直接完成。选择“Intune 将强制重启设备”,以便始终在成功安装应用后重启设备。", - "header": "指定用于安装和卸载此应用的命令:", - "installCommand": "安装命令", - "installCommandMaxLengthErrorMessage": "安装命令不能超过 1024 个字符的最大允许长度。", - "installCommandTooltip": "用于安装此应用的完整安装命令行。", - "runAs32Bit": "在 64 位客户端上的 32 位进程中运行安装和卸载命令", - "runAs32BitTooltip": "选择“是”以在 64 位客户端上的 32 位进程中安装和卸载应用。选择“否”(默认)以在 64 位客户端上的 64 位进程中安装和卸载应用。32 位客户端将始终使用 32 位进程。", - "runAsAccount": "安装行为", - "runAsAccountTooltip": "如果支持,请选择“系统”为所有用户安装此应用。选择“用户”为设备上的登录用户安装此应用。对于双用途 MSI 应用,值会在恢复原始安装时应用于设备,在此之前,更改将导致更新和卸载无法成功完成。", - "selectorLabel": "程序", - "uninstallCommand": "卸载命令", - "uninstallCommandTooltip": "用于卸载此应用的完整卸载命令行。" - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "利用这些设置实时跟进哪些用户安装了公司未批准使用的应用。选择受限应用列表的类型:

                                    \r\n 禁止的应用 - 你希望在用户安装此类应用时收到通知的应用的列表。
                                    \r\n 批准的应用 - 公司批准使用的应用的列表。当用户安装非此列表内的应用时,你将收到通知。
                                    \r\n", - "androidZebraMxZebraMx": "通过按 XML 格式上传 MX 配置文件来配置 Zebra 设备。", - "iosDeviceFeaturesAirprint": "使用这些设置将 iOS 设备配置为自动连接到网络上的兼容 AirPrint 打印机。需打印机的 IP 地址和资源路径。", - "iosDeviceFeaturesExtensibleSingleSignOn": "配置应用扩展,该扩展可为运行 iOS 13.0 或更高版本的设备启用单一登录(SSO)。", - "iosDeviceFeaturesHomeScreenLayout": "配置 iOS 设备上停靠屏幕和主屏幕的布局。某些设备可能对显示项的数量有限制。", - "iosDeviceFeaturesIOSWallpaper": "显示将在 iOS 设备的主屏幕和/或锁屏界面上显示的图像。\r\n 要在每个位置显示唯一的图像,请分别使用锁屏界面图像和主屏幕图像创建一个配置文件。\r\n 然后将这两个配置文件分配给用户。\r\n
                                    \r\n
                                      \r\n
                                    • 最大文件大小: 750 KB
                                    • \r\n
                                    • 文件类型: PNG、JPG 或 JPEG
                                    • \r\n
                                    \r\n", - "iosDeviceFeaturesNotifications": "指定应用的通知设定。支持 iOS 9.3 及更高版本。", - "iosDeviceFeaturesSharedDevice": "指定在锁定屏幕上显示的可选文本。在 iOS 9.3 及更高版本中受支持。了解详细信息", - "iosGeneralApplicationRestrictions": "利用这些设置实时跟进哪些用户安装了公司未批准使用的应用。选择受限应用列表的类型:

                                    \r\n 禁止的应用 - 你希望在用户安装此类应用时收到通知的应用的列表。
                                    \r\n 批准的应用 - 公司批准使用的应用的列表。当用户安装非此列表内的应用时,你将收到通知。
                                    \r\n", - "iosGeneralApplicationVisibility": "使用显示应用列表指定用户可以查看或启动的 iOS 应用。使用隐藏应用列表指定用户无法查看或启动的 iOS 应用。", - "iosGeneralAutonomousSingleAppMode": "你添加到此列表并分配给设备的应用可以锁定设备,以便启动后仅运行该应用;或在某个操作正在运行时(例如正在测试时)锁定设备。操作完成后或删除限制后,设备将恢复其正常状态。", - "iosGeneralKiosk": "展台模式可将各种设置锁定到设备中,或指定可在设备上运行的单个应用。这在诸如零售商店等你希望设备只运行一个演示应用的环境中很有用。", - "macDeviceFeaturesAirprint": "使用这些设置来配置 macOS 设备以自动连接到网络上兼容 AirPrint 的打印机。需要打印机的 IP 地址和资源路径。", - "macDeviceFeaturesAssociatedDomains": "配置关联的域以共享组织的应用和网站之间的数据和登录凭据。此配置文件可应用于运行 macOS 10.15 或更高版本的设备。", - "macDeviceFeaturesExtensibleSingleSignOn": "配置应用扩展,该扩展可为运行 macOS 10.15 或更高版本的设备启用单一登录(SSO)。", - "macDeviceFeaturesLoginItems": "选择用户登录到其设备时打开的应用、文件和文件夹。如果不希望用户更改所选应用的打开方式,可在用户配置中隐藏应用。", - "macDeviceFeaturesLoginWindow": "配置 macOS 登录屏幕的外观以及要在用户登录前后提供给用户的功能。", - "macExtensionsKernelExtensions": "使用这些设置在运行 10.13.2 或更高版本的 macOS 设备上配置内核扩展策略。", - "macGeneralDomains": "用户发送或接收的电子邮件如果不匹配在此处指定的域,将标记为不受信任。", - "windows10EndpointProtectionApplicationGuard": "使用 Microsoft Edge 时,Microsoft Defender 应用程序防护会隔绝你的环境与你的组织尚未定义为受信任的站点。当用户访问你的独立网络边界中未列出的站点时,将通过 Hyper-V 在虚拟浏览会话中打开该站点。受信任的站点由网络边界定义,可在设备配置中对其进行配置。请注意,此功能仅适用于运行 64 位 Windows 10 或更高版本的设备。", - "windows10EndpointProtectionCredentialGuard": "启用 Credential Guard 将启用以下所需设置:\r\n
                                    \r\n
                                      \r\n
                                    • 启用基于虚拟化的安全: 在下一次重启时打开基于虚拟化的安全 (VBS)。基于虚拟化的安全使用 Windows 虚拟机监控程序为安全服务提供支持。
                                    • \r\n
                                      \r\n
                                    • 通过直接内存访问安全启动: 通过安全启动和直接内存访问 (DMA) 打开 VBS。
                                    • \r\n
                                    \r\n ", - "windows10EndpointProtectionDeviceGuard": "选择需要由 Microsoft Defender 应用程序控制策略审核或能够由该策略信任运行的其他应用。将自动信任 Windows 组件和来自 Windows 应用商店的所有应用

                                    \r\n在“仅审核”模式下运行时,应用程序不受阻止。“仅审核”模式将在本地客户端日志中记录所有事件。\r\n", - "windows10GeneralPrivacyPerApp": "添加应用,该应用的隐私行为不同于“默认隐私”中定义的内容。", - "windows10NetworkBoundaryNetworkBoundary": "网络边界是企业资源(如云托管的域和企业网络上的计算机的 IP 地址范围)的列表。定义网络边界,以应用策略来保护驻留在这些位置的数据。", - "windowsHealthMonitoring": "配置 Windows 运行状况监视策略。", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone 可阻止用户安装或启动已禁止的应用列表中指定的应用(或已批准的应用列表中未指定的应用)。必须将所有托管应用添加到已批准列表。" - }, - "Inputs": { - "accountDomain": "帐户域", - "accountDomainHint": "例如 contosodomain", - "accountDomainInfoBalloon": "指定用户的帐户域。", - "accountTypeInfoBalloon": "指定要基于身份验证模型配置的帐户类型", - "allowContactSetting": "允许用户更改联系人设置", - "allowContactSyncInfoBalloon": "指定是否允许用户更改联系人同步设置", - "allowUserChange": "允许用户更改设置", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "请输入与 com.microsoft.word 类似的包名称", - "androidUrlValidation": "请输入有效的 URL,类似于 https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "应用安装上下文", - "appUrlLabel": "应用商店 URL", - "appleUrlValidation": "请输入有效 URL,例如 https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "适用设备类型", - "assignmentActionLabel": "模式", - "authenticationMethodInfoBalloon": "指定用户的身份验证方法", - "authenticationMetod": "身份验证方法", - "authenticationType": "身份验证类型", - "authenticationTypeInfoBalloon": "指定用户的身份验证类型", - "availableLicenseCount": "可用的许可证", - "basicAuth": "基本身份验证", - "biometricsInfoBalloon": "可要求用户提供 TouchID 或 FaceID 等生物识别才能访问其设备上的应用。如果要求此项,则除了此配置文件中所选的身份验证方法之外,还使用生物识别。如果已部署 Intune 应用保护策略,则不应启用此设置,因为应用保护策略中规定了在访问托管数据之前需满足的访问要求。如果两项均启用,则在访问 Outlook 移动版时将出现多个访问提示。如果设置为“未配置”,则默认应用设置设为“关”。", - "bookNameLabel": "书籍名称", - "bundleDescriptionHint": "输入一个描述,说明所包含的应用。", - "calendar": "日历", - "categoryLabel": "类别", - "categoryNameLabel": "默认名称", - "certProfileType": "证书配置文件类型", - "certificate": "证书", - "certificates": "证书", - "commandLineLabel": "命令行参数", - "commandLineSizeHint": "命令行参数文本的最大长度为 1024 个字符", - "configurationSettingsFormatLabel": "配置设置格式", - "configurationSettingsLabel": "设置格式", - "contactSync": "保存联系人", - "contactSyncInfoBalloon": "如果将联系人保存到移动设备的本机通讯簿,则新的呼叫和短信将与用户的现有 Outlook 联系人进行匹配。如果设置为“未配置”,则默认应用设置设为“关”。", - "contacts": "联系人", - "createdDateTime": "创建时间", - "defaultCategoryHint": "无法更改默认类别", - "deploySMimeCertsFromIntune": "从 Intune 部署 S/MIME 证书", - "descriptionGenericLabel": "描述", - "descriptionHint": "输入描述...", - "descriptionLabel": "说明", - "descriptionSizeHint": "说明的长度不应超过 10,000 个字符", - "developerLabel": "开发人员", - "developerSizeHint": "开发者名称的最大长度为 256 个字符。", - "disable": "禁用", - "disabled": "禁用", - "displayNameLabel": "名称", - "displayVersionHint": "输入应用版本", - "displayVersionLabel": "应用版本", - "displayVersionLengthCheck": "显示版本的长度应最多为 130 个字符", - "eBookCategoryNameLabel": "默认名称", - "emailAccount": "电子邮件帐户名称", - "emailAccountHint": "例如企业电子邮件", - "emailAccountInfoBalloon": "指定电子邮件帐户在用户设备上向用户显示时的显示名称", - "emailAddressAttribute": "来自 AAD 的电子邮件地址属性", - "emailAddressInfoBalloon": "指定要用于发送和接收邮件的电子邮件地址", - "emailServer": "电子邮件服务器", - "emailServerHint": "例如 mail.contoso.com", - "emailServerInfoBalloon": "指定你的 Exchange Server 的主机名", - "enable": "启用", - "enableSMime": "启用 S/MIME", - "enabled": "已启用", - "encryptAllEmails": "加密所有电子邮件", - "encryptionCertificates": "加密证书", - "endUserNotifications": "最终用户通知", - "enrollmentTypeLabel": "设备注册类型", - "externalRecipients": "外部收件人邮件提示", - "externalRecipientsInfoBalloon": "如果发件人添加外部收件人或添加包含外部收件人的通讯组,则显示外部收件人邮件提示。此邮件提示通知发件人其正在撰写的邮件是否将发送到组织外部,从而帮助他们就选词、语调和内容作出正确决定。此功能仅适用于使用混合新式验证的 Exchange Online 帐户和本地帐户。如果设置为“未配置”,则默认应用设置设为“开”。", - "focusedInbox": "重点收件箱", - "focusedInboxInfoBalloon": "重点收件箱将你的收件箱划分到两个标签页 -“重点”和“其他”。最重要的电子邮件位于“重点”标签页上,而其余邮件保留在“其他”标签页上,从而保证可轻松访问但不干扰显示。如果设置为“未配置”,则默认应用设置设为“关”。", - "gmailNineAmountOfEmail": "要同步的电子邮件数", - "gmailNineAuthenticationMethodInfoBalloon": "选择你希望用户如何向电子邮件服务器进行身份验证。请使用证书来为最终用户提供最安全、最无缝的体验。基于证书的身份验证尚不可用,理由是设备所有者设备的 SCEP 和 PKCS 证书配置文件不可用。", - "gmailNineCertificateUPNInfoBalloon": "证书必须包含用户主体名称(UPN)作为使用者可选名称。", - "gmailNineEmailAddressInfoBalloon": "Intune 从 Azure AD 中获取的属性会动态生成用于此配置文件的电子邮件地址,例如 MyName@contoso.com (UPN)。详细了解适合电子邮件配置文件的 AAD 属性。", - "gmailNineEmailServerInfoBalloon": "电子邮件服务器的 Exchange 位置(URL),指定的应用会连接到此处以获取电子邮件。", - "gmailNineEmailSynchronizeInfoBalloon": "控制客户端将同步的电子邮件数量。", - "gmailNineSSLInfoBalloon": "启用 SSL,保护与电子邮件服务器间所有通信的安全。", - "gmailNineUsernameInfoBalloon": "Intune 从 Azure AD 中获取的属性会动态生成用于此配置文件的电子邮件地址,例如 MyName@contoso.com (UPN)或 MyName (用户名)。详细了解适合电子邮件配置文件的 AAD 属性。", - "ignoreVersionDetection": "忽略应用版本", - "informationUrlLabel": "信息 URL", - "informationUrlSizeHint": "信息 URL 的最大长度为 1024 个字符", - "installAsManaged": "安装为托管项", - "installationSourceLabel": "应用类型", - "installerTypeInfoBalloon": "应用包的安装程序类型。", - "installerTypeLabel": "安装程序类型", - "isFeatured": "在公司门户中将其显示为特色应用", - "isMAMEnabledToggleLabel": "是", - "lastModifiedDateTime": "上次更新时间", - "ldapUrl": "LDAP URL", - "licensingType": "支持设备上下文分配", - "microsoft": "Microsoft", - "minimumOperationSystem": "最低操作系统版本", - "modernAuth": "新式验证", - "nameHint": "输入名称", - "nameLabel": "名称", - "nameSizeHint": "名称的最大长度是 512 个字符。", - "notConfigured": "未配置", - "notesLabel": "备注", - "notesSizeHint": "说明文本的最大长度为 1024 个字符。", - "notificationType": "通知类型", - "oneDay": "一天", - "oneMonth": "一个月", - "oneWeek": "一周", - "outlookSMimeSettings": "Outlook S/MIME 设置", - "ownerLabel": "所有者", - "ownerSizeHint": "所有者名称的最大长度为 256 个字符。", - "packageIdLabel": "包标识符", - "packageNameLabel": "包名称", - "pivCredentialNotConfigured": "你尚未为租户选择派生的凭据颁发者。需要配置一个才能将此策略成功应用到设备。", - "platformLabel": "平台", - "policyDescriptionLabel": "描述", - "policyNameLabel": "名称", - "primarySMTPAddress": "主 SMTP 地址", - "privacyUrlLabel": "隐私 URL", - "publisherHint": "输入发布服务器名称", - "publisherLabel": "发行者", - "publisherSizeHint": "发布者名称的长度应介于 2 到 1024 个字符(含)之间", - "require": "要求", - "requireBiometrics": "需要生物识别才可访问应用", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "至少需要一个范围标记", - "searchAppLabel": "选择应用", - "searchAppLinkText": "搜索 App Store", - "searchWinGetPublicRepositoryLinkText": "搜索 Windows 程序包管理器社区存储库", - "searchWinGetStoreRepositoryLinkText": "搜索 Microsoft Store 应用(新)", - "selectAAD": "选择 AAD 属性", - "selectAppFileLabel": "选择文件", - "selectAppFileLinkText": "选择应用包文件", - "selectAppFileToUpdateLabel": "选择文件以更新", - "selectAuthMethod": "选择一种身份验证方法", - "selectAuthType": "选择身份验证类型", - "selectCertificate": "选择证书", - "signAllEmails": "对所有电子邮件签名", - "signingCertificates": "签名证书", - "ssl": "SSL", - "suiteDescriptionLabel": "套件说明", - "suiteNameLabel": "套件名称", - "tasks": "任务", - "threeDays": "三天", - "totalLicenseCount": "许可证总数", - "twoWeeks": "两周", - "unifiedAssignmentsLabel": "分配到:", - "unlimited": "无限制", - "urlHint": "输入有效的 URL", - "useManagedBrowserHint": "仅限 Android 和 iOS。了解详细信息", - "useManagedBrowserLabel": "需要用托管的浏览器打开此链接", - "userPrinicipalName": "用户主体名称", - "username": "用户名", - "usernameAttribute": "来自 AAD 的用户名属性", - "usernameAttributreInfoBalloon": "指定要用于验证帐户的电子邮件配置文件的用户主体名称", - "usernamePassword": "用户名和密码", - "webAppUrlHint": "输入以 http:// 或 https:// 开头的有效 URL", - "webAppUrlLabel": "应用 URL", - "webAppUrlSizeHint": "应用 URL 最大长度为 1024 个字符。", - "windowsUrlValidation": "请输入与 https://www.microsoft.com/store/p/lync/9wzdncrfhvhm 类似的有效 URL", - "xMLDataEntered": "输入的 XML 数据", - "xmlFormatInvalid": "XML 策略格式无效。", - "xmlTooLarge": "输入的大小必须小于 1 MB。" - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "不受支持", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "创建质量更新策略需要特定许可。", "warningBoxText": "加速软件更新有助于在必要时在更短时间内实现合规性,它对最终用户的工作效率有较大的影响。在工作时间重启的可能性会显著增加。" }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                    For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                    Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                                    \n
                                      \n
                                    • This setting works correctly when \"All cloud apps\" are selected
                                    • \n
                                    • This does not affect token lifetimes or the sign-in frequency setting.
                                    • \n
                                    • This will override the \"Show option to stay signed in\" policy in Company Branding.
                                    • \n
                                    • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                                    • \n
                                    • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                                    • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                      Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge 配置设置", "edgeWindowsDataProtectionSettings": "Edge (Windows) 数据保护设置 - 预览", @@ -10783,7 +11566,10 @@ "Column": { "author": "作者", "template": "模板名称" - } + }, + "Row": { + "ariaLabel": "{1} 列 {2} 的行 {0}" + } }, "SettingsCatalog": { "subtitle": "从头开始,从可用设置库中选择所需设置", @@ -11593,6 +12379,7 @@ "gettingStarted": "入门", "messages": "消息", "onlineResources": "联机资源", + "policyHealth": "策略运行状况", "releaseManagement": "Release Management", "serviceRequests": "服务请求", "settings": "设置", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "所有应用", "allDevices": "所有设备", - "androidFotaDeployments": "Android FOTA 部署", + "androidFotaDeployments": "Android FOTA 部署(预览版)", "appBundles": "应用程序包", "appCategories": "应用类别", "appConfigPolicies": "应用配置策略", @@ -11621,11 +12408,14 @@ "assignedPermissions": "分配的权限", "assignedRoles": "分配的角色", "autopilotDeploymentReport": "Autopilot 部署(预览)", + "autopilotDeploymentReportV2": "Autopilot 部署 2.0 (预览)", "brandingAndCustomization": "自定义", "cartProfiles": "匣配置文件", "certificateConnectors": "证书连接器", "chromeEnterprise": "Chrome Enterprise (预览版)", "cloudAttachedDevices": "云附加设备(预览版)", + "cloudPcActions": "云电脑操作(预览版)", + "cloudPcMaintenanceWindows": "云电脑维护时段(预览)", "compliancePolicies": "符合性策略", "complianceScriptManagement": "脚本", "complianceScriptManagementPreview": "脚本(预览)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "注册限制", "exchangeActiveSync": "Exchange ActiveSync ", "exchangeServiceConnectors": "Exchange 服务连接器", - "failuresForDriverUpdates": "Windows 驱动程序更新失败(预览)", + "failuresForDriverUpdates": "Windows 驱动程序更新失败", "failuresForFeatureUpdates": "功能更新失败", "failuresForQualityUpdates": "Windows 加急更新失败", "featureFlighting": "功能外部测试", "featureUpdateDeployments": "Windows 10 及更高版本的功能更新", "flighting": "外部测试", - "fotaUpdate": "无线固件更新", + "fotaUpdate": "无线固件更新(预览版)", "groupPolicy": "管理模板", "groupPolicyAnalytics": "组策略分析", "helpSupport": "帮助和支持", @@ -11717,12 +12507,12 @@ "user": "用户", "userExecutionStatus": "用户状态", "wdacSupplementalPolicies": "S 模式补充策略", - "windows10DriverUpdate": "Windows 10 及更高版本的驱动程序更新(预览)", + "windows10DriverUpdate": "Windows 10 及更高版本的驱动程序更新", "windows10QualityUpdate": "Windows 10 及更高版本的质量更新", "windows10UpdateRings": "Windows 10 及更高版本的更新通道", "windows10XPolicyFailures": "Windows 10X 策略失败", "windows365Connector": "Windows 365 Citrix 连接器", - "windows365ConnectorPublicPreview": "Windows 365 Citrix 连接器(预览)", + "windows365PartnerConnector": "Windows 365 合作伙伴连接器", "windowsDiagnosticData": "Windows 数据", "windowsEnterpriseCertificate": "Windows Enterprise 证书", "windowsManagement": "PowerShell 脚本", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "设备重启宽限期", "summaryTitle": "最终用户体验" }, - "EnrollmentType": { - "devicesWithEnrollment": "托管设备", - "devicesWithoutEnrollment": "托管应用" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "用作所选要求的文件或文件夹。", + "pathToolTip": "要检测的文件或文件夹的完整路径。", + "property": "属性", + "valueToolTip": "选择与所选检测方法匹配的要求值。应按本地格式输入日期和时间要求。" + }, + "GridColumns": { + "pathOrScript": "路径/脚本", + "type": "类型" + }, + "Registry": { + "keyPath": "密钥路径", + "keyPathTooltip": "包含用作要求的值的注册表项的完整路径。", + "operator": "运算符", + "operatorTooltip": "选择用于比较的运算符。", + "registryRequirement": "注册表项要求", + "registryRequirementTooltip": "选择注册表项要求比较。", + "valueName": "值名称", + "valueNameTooltip": "所需注册表值的名称。" + }, + "RequirementTypeOptions": { + "fileType": "文件", + "registry": "注册表", + "script": "脚本" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "布尔型", + "dateTime": "日期和时间", + "float": "浮点", + "integer": "整型", + "string": "字符串", + "version": "版本" + }, + "duplicateName": "脚本名称 {0} 已使用。请输入其他名称。", + "enforceSignatureCheck": "强制执行脚本签名检查", + "enforceSignatureCheckTooltip": "选择“是”以验证脚本是否已由受信任的发行商签名,这将允许运行脚本而不显示警告或提示。脚本运行将不受阻。选择“否”(默认),在需要最终用户确认但不验证签名的情况下运行脚本。", + "loggedOnCredentials": "使用已登录的凭据运行此脚本", + "loggedOnCredentialsTooltip": "使用已签名的设备凭据运行脚本。", + "operatorTooltip": "选择用于要求比较的运算符。", + "requirementMethod": "选择输出数据类型", + "requirementMethodTooltip": "选择在确定检测匹配要求时使用的数据类型。", + "scriptContent": "脚本内容", + "scriptFile": "脚本文件", + "scriptFileTooltip": "选择将检测客户端上是否存在应用的 PowerShell 脚本。如果检测到应用,则要求进程将返回 0 值退出代码,并将字符串值写入 STDOUT。", + "scriptName": "脚本名称", + "value": "值", + "valueTooltip": "选择与所选检测方法匹配的要求值。应按本地格式输入日期和时间要求。" + }, + "bladeTitle": "添加要求规则", + "createRequirementHeader": "创建要求。", + "header": "配置附加要求规则", + "label": "其他要求规则", + "noRequirementsSelectedPlaceholder": "未指定要求。", + "requirementType": "要求类型", + "requirementTypeTooltip": "选择用于确定如何验证要求的检测方法的类型。" + }, + "architectures": "操作系统体系结构", + "architecturesTooltip": "选择安装应用所需的体系结构。", + "bladeTitle": "要求", + "diskSpace": "所需磁盘空间(MB)", + "diskSpaceTooltip": "需要系统驱动器上有可用磁盘空间才能安装应用。", + "header": "指定安装应用前设备必须满足的要求:", + "maximumTextFieldValue": "值不得大于 {0}。", + "minimumCpuSpeed": "需要的最低 CPU 速度(MHz)", + "minimumCpuSpeedTooltip": "安装应用所需的最低 CPU 速度。", + "minimumLogicalProcessors": "需要的最小逻辑处理器数", + "minimumLogicalProcessorsTooltip": "安装应用所需的最小逻辑处理器数。", + "minimumOperatingSystem": "最低操作系统版本", + "minimumOperatingSystemTooltip": "选择安装应用所需的最低操作系统。", + "minumumTextFieldValue": "该值必须至少为 {0}。", + "physicalMemory": "所需的物理内存(MB)", + "physicalMemoryTooltip": "安装应用所需的物理内存(RAM)。", + "selectorLabel": "要求", + "validNumber": "请输入有效的数字。" + }, "PolicySet": { "appManagement": "应用程序管理", "assignments": "分配", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "设备配置文件", "powershellScriptTitle": "PowerShell 脚本" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                      For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                      Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "建议", "CountryNames": { "countryNameNR": "瑙鲁", "countryNameBH": "巴林", @@ -11909,7 +12984,7 @@ "countryNameBN": "文莱", "countryNameBD": "孟加拉国", "countryNameMW": "马拉维", - "countryNameGM": "Gambia", + "countryNameGM": "冈比亚", "countryNameGA": "加蓬", "countryNameCA": "加拿大", "countryNameSH": "圣赫勒拿", @@ -12029,7 +13104,7 @@ "countryNameSG": "新加坡", "countryNameAL": "阿尔巴尼亚", "countryNameSN": "塞内加尔", - "countryNameSZ": "Eswatini", + "countryNameSZ": "斯威士兰", "countryNameBZ": "伯利兹", "countryNameCI": "科特迪瓦", "countryNameTW": "台湾", diff --git a/Documentation/Strings-zh-hant.json b/Documentation/Strings-zh-hant.json index c1b0a54..3f1fea9 100644 --- a/Documentation/Strings-zh-hant.json +++ b/Documentation/Strings-zh-hant.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "第一個可用日期" }, + "Windows11SideBySideInstall": { + "disabled": "已停用", + "enabled": "已啟用", + "infoBalloonContent": "控制是否要將最新的 Windows 10 功能更新安裝到不符合 Windows 11 資格的裝置", + "label": "當裝置無法執行 Windows 11 時,請安裝最新的 Windows 10 功能更新" + }, "bladeTitle": "功能更新部署", "deploymentSettingsTitle": "部署設定", "loadError": "載入失敗!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "此功能需要特定授權。", "gradualRolloutLicenseWarningEdit": "在未選取此功能的情況下儲存原則之前,可以繼續使用並設定此功能。", - "licenseLearnMoreText": "深入了解先決條件和功能更新原則。" + "licenseLearnMoreText": "深入了解先決條件和功能更新原則。", + "specificLicensingRequired": "某些選取的功能需要特定授權。" }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "協助您的裝置使用者了解應用程式的內容及 (或) 應用程式的功能。使用者會在公司入口網站看見此描述。", "developer": "開發應用程式的公司或個人名稱。此資訊將會顯示給登入系統管理中心的人員看。", "displayVersion": "應用程式的版本。使用者可在公司入口網站看見此資訊。", + "fullScreenEnabled": "如果設定為是,則會以全螢幕 Web 應用程式形式啟動網頁剪輯。", + "ignoreManifestScope": "如果設定為是,則全螢幕網頁剪輯可在不顯示 Safari UI 的情況下瀏覽至外部網站。否則,Safari UI 會在從網頁剪輯的 URL 離開時顯示。當全螢幕為 false,此機碼沒有作用。", "infoUrl": "將人員連結至具有應用程式詳細資訊的網站或文件。此資訊 URL 將會顯示給公司入口網站中的使用者看。", "isFeatured": "精選應用程式會放在公司入口網站的醒目處,以便使用者快速取得。", "learnMore": "深入了解", "logo": "上傳與應用程式建立關聯的標誌。此標誌在整個公司入口網站中都會顯示在應用程式旁邊。", "macOSDmgAppPackageFile": "包含您應用程式的檔案,其格式可在裝置上側載。有效的套件類型: .dmg.​", + "macOSPkgAppPackageFile": "包含您應用程式的檔案,其格式可在裝置上側載。有效的套件類型: .pkg。", "minOperatingSystem": "選取可安裝應用程式的最舊作業系統版本。如果您將應用程式指派給具有更舊作業系統的裝置,將不會安裝該應用程式。", "name": "新增應用程式的名稱。此名稱會顯示在 Intune 應用程式清單中,以及顯示給公司入口網站中的使用者看。", "notes": "新增應用程式的其他相關附註。附註將會顯示給登入系統管理中心的人員看。", "owner": "組織中管理授權或可供洽詢此應用程式的人員名稱。此名稱將會顯示給登入系統管理中心的人員看。", "packageId": "應用程式套件識別碼是識別應用程式的唯一值。", "packageName": "請連絡裝置製造商以取得應用程式的套件名稱。範例套件名稱: com.example.app​​", + "preComposedIconEnabled": "如果設定為是,則會防止 SpringBoard 對圖示新增「閃亮」。", "privacyUrl": "為想要深入了解應用程式隱私權設定及條款的人員提供連結。此隱私權 URL 將會顯示給公司入口網站中的使用者看。", "publisher": "散發應用程式的開發人員或公司名稱。使用者可在公司入口網站看見此資訊。", "selectApp": "在 App Store 中搜尋要使用 Intune 部署的 iOS 市集應用程式。", + "targetApplicationBundleIdentifier": "應用程式套件組合識別碼,指定開啟 URL 的應用程式。可在 iOS 14 和更新版本中使用。", "useManagedBrowser": "如有必要,當使用者開啟 Web 應用程式時,其會在受 Intune 保護的瀏覽器中開啟,例如 Microsoft Edge 或 Intune Managed Browser。此設定同時適用於 iOS 和 Android 裝置。", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "包含您應用程式的檔案,其格式可在裝置上側載。有效的套件類型: .intunewin。", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                                      選取 [是]會在註冊的裝置上偵測到裝置鎖定時,停用應用程式 PIN。

                                      注意: Intune 只能偵測到 iOS/iPadOS 上有協力廠商 EMM 解決方案的裝置註冊。

                                      " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "應用程式安裝可能會強制裝置重新啟動", + "basedOnReturnCode": "根據傳回碼決定行為", + "force": "Intune 用戶端將會強制裝置重新啟動", + "suppress": "無特定動作" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "需要安裝時間 (分鐘)", + "maxRunTimeInMinutesToolTip": "系統將等候安裝程式完成等待的分鐘數。預設值為 60 分鐘。" + }, + "RunAsAccountOptions": { + "system": "系統", + "user": "使用者" + }, + "availableUninstall": "允許可用的解除安裝", + "availableUninstallTooltip": "選取 [是] 可為來自公司入口網站的使用者提供此應用程式的解除安裝選項。選取 [否] 可防止使用者從公司入口網站解除安裝應用程式。", + "bladeTitle": "程式", + "deviceRestartBehavior": "裝置重新啟動行為", + "deviceRestartBehaviorTooltip": "請選取應用程式成功安裝後的裝置重新啟動行為。選取 [根據傳回碼決定行為] 會根據傳回的代碼組態設定重新啟動裝置。選取 [無特定動作] 會在 MSI 式應用程式的應用程式安裝期間隱藏裝置重新啟動。選取 [App install may force a device restart] 會允許應用程式在不隱藏重新啟動的情況下完成。選取 [Intune will force a mandatory device restart] 會一律在成功安裝應用程式後重新啟動裝置。", + "header": "請指定用於安裝和解除安裝此應用程式的命令:", + "installCommand": "安裝命令", + "installCommandMaxLengthErrorMessage": "安裝命令不得超過允許的長度上限 1024 個字元。", + "installCommandTooltip": "用於安裝此應用程式的完整安裝命令列。", + "runAs32Bit": "在 64 位元用戶端上以 32 位元處理序的形式執行安裝和解除安裝命令", + "runAs32BitTooltip": "選取 [是] 會在 64 位元用戶端上以 32 位元處理序的形式安裝和解除安裝應用程式。選取 [否] (預設) 會在 64 位元用戶端上以 64 位元處理序的形式安裝和解除安裝應用程式。32 位元用戶端一律會使用 32 位元處理序。", + "runAsAccount": "安裝行為", + "runAsAccountTooltip": "選取 [系統] 可為所有使用者安裝此應用程式 (如果支援)。選取 [使用者] 可為裝置上的登入使用者安裝此應用程式。對於要達到兩種目標的 MSI 應用程式,變更會使更新和解除安裝在原始安裝時套用到裝置的值還原前,都無法成功完成。", + "selectorLabel": "程式", + "uninstallCommand": "解除安裝命令", + "uninstallCommandTooltip": "用於將此應用程式解除安裝的完整解除安裝命令列。" + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "新建", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS 應用程式 (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS 企業營運應用程式", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 應用程式 (macOS)", + "macOSPkgApp": "macOS 應用程式 (PKG)", + "macOSWebClip": "macOS 網頁剪輯", "macOsVppApp": "macOS 大量採購方案應用程式", "managedAndroidLobApp": "受管理的 Android 企業營運應用程式", "managedAndroidStoreApp": "受管理的 Android Store 應用程式", @@ -1553,7 +1599,7 @@ "tooltip": "若已封鎖,使用者即無法建立簡易 PIN。簡易 PIN 是連續或重複的數字字串,例如 1234、ABCD 或 1111。請注意,封鎖類型為「密碼」的簡易 PIN,密碼至少要有一個數字、一個字母及一個特殊字元。" }, "SyncContacts": { - "label": "使用原生應用程式同步受原則管理的應用程式資料或增益集" + "label": "透過原生應用程式或增益集同步處理原則受管理的應用程式資料" }, "ThirdPartyKeyboards": { "infoBox": "鍵盤限制會套用到應用程式的所有區域。此限制會影響支援多個身分識別的應用程式個人帳戶。深入了解。", @@ -1785,7 +1831,6 @@ "uploadInfoBalloonContent": "請指定 PowerShell 指令碼檔案。檔案必須小於 200KB。", "uploadLabel": "指令碼位置" }, - "bashScriptObjectName": "Bash 指令碼", "createButtonText": "新增", "createPowershellScriptFlowSectionName": "新增 PowerShell 指令碼", "customAttributeObjectName": "自訂屬性", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "這些設定適用於執行 Android 9 或更舊版本的裝置,也適用於執行任何 Android OS 版本的所有 Samsung Knox 裝置。", "androidPasswordHeader": "需要密碼才可解鎖裝置。若未設定,則可選擇是否要使用密碼,同時交由使用者加以設定。", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-On VPN", - "androidSafetyNetBasicIntegrityAndCertified": "檢查基本完整性與經過認證的裝置", - "androidSafetyNetbasicIntegrity": "檢查基本完整性", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "檢查基本完整性與裝置完整性", + "androidPlayIntegrityVerdictBasicIntegrity": "檢查基本完整性", "androidTRDeprecation": "除了 Samsung Knox 裝置之外,執行 Android 11 或更新版本的裝置,已無法再安裝信任的憑證。若是使用 SCEP 憑證設定檔,必須繼續建立及部署信任的憑證設定檔,並將其關聯到 SCEP 憑證設定檔,但必須手動將信任的根憑證傳遞到這些裝置。", "androidTenAndAbovePasswordHeader": "Windows 10 及更新版本", "androidTenAndAbovePasswordHeaderDescription": "這些設定適用於執行 Android 10 或更新版本的裝置。", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "其他磁碟加密的警告", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "選取 [要求] 會為行動裝置的儲存卡加密。", "bitLockerEnableStorageCardEncryptionOnMobileName": "加密儲存卡 (僅行動裝置)", - "bitLockerEnabledDescription": "要求在裝置上啟用 BitLocker", - "bitLockerEnabledName": "要求 Bitlocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "選取 [要求] 會啟用 BitLocker 裝置加密。根據裝置硬體與 Windows 版本,系統可能會要求使用者確認裝置上沒有任何協力廠商加密。在使用協力廠商加密的情況下開啟 Windows 加密會導致裝置不穩定。", "bitLockerEncryptDeviceName": "為裝置加密", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128 位元", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "封鎖 Touch ID 與 Face ID 解鎖", "blockUSBConnectionDescription": "指定是否在裝置上允許 USB 連線。此設定不會影響 USB 充電。Windows 傳統型平台不支援此設定。", "blockUSBConnectionName": "USB 連線", + "blockUnifiedPasswordForWorkProfileDescription": "如果您希望使用者在鎖定畫面和工作設定檔中使用兩個不同的密碼,請禁止使用一個鎖定。使用一個螢幕鎖定對使用者來說很方便,但可以解除鎖定裝置的任何人都可以存取工作設定檔。適用於執行 Android 9.0 Pie 及更新版本的裝置。", + "blockUnifiedPasswordForWorkProfileName": "工作設定檔與裝置的單一鎖定", "blockUnmanagedDocumentsInManagedAppsName": "禁止在公司應用程式中檢視非公司文件", "blockUntrustedTLSCertificatesDescription": "封鎖不信任的傳輸層安全性 (TLS) 憑證。", "blockUntrustedTLSCertificatesName": "封鎖不信任的 TLS 憑證", @@ -2825,6 +2871,8 @@ "cellularName": "行動電話通訊", "certificateCredentialConfigurationDisabledDescription": "禁止使用者變更與已指派給他們之憑證建立關聯的認證。", "certificateCredentialConfigurationDisabledName": "使用者可以設定認證 (工作設定檔層級)", + "certificateInstallDescription": "您在這裡列出的應用程式可以變更 Intune 所建立的憑證,而且可以管理 Intune 以外提供的憑證。", + "certificateInstallTitle": "允許其他應用程式安裝及管理憑證", "certificateNotFound": "找不到憑證原則。已將其刪除了嗎?", "certificateOption": "憑證", "certificateRevocationCheck": "憑證撤銷檢查", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "列印服務資源 URI", "cloudProtectionDescription": "傳送 Microsoft Active Protection Service 遙測以允許偵測可疑活動。", "cloudProtectionName": "雲端提供的保護", - "codeIntegrityEnabledDescription": "要求在裝置上啟用程式碼完整性", - "codeIntegrityEnabledName": "要求程式碼完整性", + "codeIntegrityEnabledName": "程式碼完整性", "complianceAntiSpywareRequirementDescription": "已向 Windows 資訊安全中心註冊的任一反間諜功能解決方案,必須處於已開啟並正在監視的狀態 (例如 DigiCert、Microsoft Defender)", "complianceAntiSpywareRequirementName": "反間諜功能", "complianceAntiSpywareSignatureUpToDateDescription": "需要最新的反間諜功能特徵碼", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "此設定可指定不得重複使用最近用過的密碼次數。建議值: 5", "complianceNumberOfPreviousPasswordsToBlockName": "避免重複使用以前用過的密碼次數", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "選取裝置所能擁有的最新 OS 組建版本。", + "complianceOsBuildVersionRestrictionMaximumDescription": "輸入裝置可以擁有的最新 OS 組建版本。例如: 20E252
                                      若要將 Apple Rapid Security Response 更新設定為 OS 組建上限,請輸入補充組建版本。例如: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "最高 OS 組建版本", - "complianceOsBuildVersionRestrictionMinimumDescription": "選取裝置所能擁有的最舊 OS 組建版本。", + "complianceOsBuildVersionRestrictionMinimumDescription": "輸入裝置可以擁有的最舊 OS 組建版本。例如: 20E252
                                      若要將 Apple Rapid Security Response 更新設定為 OS 組建上限,請輸入補充組建版本。例如: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "最低 OS 組建版本", "complianceOsVersionRestrictionHeader": "作業系統版本", "complianceOsVersionRestrictionMaximumAndroidDescription": "請為裝置指定最大的 OS 版本合規性需求。例如: 如果是 Nougat,請在此欄位中指定 \"7.1\"", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "強制裝置自動更新安全性修補程式和功能改進。", "complianceUpdatesRequireAutomaticUpdatesName": "需要來自 Microsoft 的自動更新", "complianceWin10RequiredPasswordTypeDescription": "這個設定會定義需要的密碼/PIN 類型。
                                      \r\n裝置預設 (需要密碼、數字 PIN 或英數字元 PIN)
                                      \r\n英數字元 (需要密碼或英數字元 PIN)
                                      \r\n數字 (需要密碼或數字 PIN)
                                      \r\n建議: 需要密碼類型: 英數字元,密碼複雜性: 需要數字和小寫字母", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 或 11", + "complianceWindows11DeviceHealthAttestationHeader": "僅限 Windows 11", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Microsoft Defender 的最低版本 (例如 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender 反惡意程式碼軟體最低版本", - "complianceWindowsDeviceHealthAttestationHeader": "Windows 健康情況證明服務評估規則", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft 證明服務評估規則

                                      使用這些規則來確認裝置已在開機時啟用防護措施。深入了解這些規則", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "請選取行動裝置可以安裝的最新 OS 版本。作業系統版本會定義為 major.minor.build。", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "請選取行動裝置可以安裝的最舊 OS 版本。作業系統版本會定義為 major.minor.build。", "complianceWindowsOsVersionRestrictionHeaderDescription": "作業系統版本會定義為 major.minor.build.revision。", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "次要作業系統和非作業系統軟體更新", "delayMinorOSUpdateVisibilityOption": "次要作業系統軟體更新", "delayOSUpdateVisibilityOption": "作業系統更新", + "delegatedScopeLogsTitle": "存取敏感性 Android 記錄", "deliveryOptimizationBandwidthHeader": "頻寬", "deliveryOptimizationCachingHeader": "快取", "deliveryOptimizationDODescription": "指定傳遞最佳化在遇到發佈內容的情形時,可以用來管理網路頻寬使用量的下載方法。", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "正在搜尋衍生的認證簽發者...", "derivedCredentialsTenantLevelNotConfigured": "您尚未為租用戶指定衍生的認證簽發者,讓此原則可以成功套用到裝置。請按一下這裡指定簽發者。", "descriptionName": "描述", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (僅租用戶附加)", "desktopOption": "桌面", "destinationPrefix": "目的地首碼/大小 (例如 192.168.0.1/255)", "developerUnlock": "開發人員解除鎖定", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "及更高版本", "eDPPolicyVersionAndBelowName": "及更低版本", "eDPPolicyVersionEqualsName": "等於", - "earlyLaunchAntiMalwareDriverEnabledDescription": "要求啟用開機初期啟動的反惡意程式碼驅動程式", - "earlyLaunchAntiMalwareDriverEnabledName": "要求開機初期啟動的反惡意程式碼驅動程式", + "earlyLaunchAntiMalwareDriverEnabledName": "開機初期啟動的反惡意程式碼軟體", "easAccountSettingsHeader": "Exchange ActiveSync 帳戶設定", "easAllData": "所有資料", "easCalendarContactsOnly": "僅限日曆與連絡人", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "任意位址", "firewallRulesPortOrPortRangeInvalidCharacterError": "連接埠清單只能包含數字、'-' 或 ','。", "firewallRulesPortOrPortRangeInvalidError": "連接埠清單包含無效的連接埠及 (或) 連接埠範圍。", + "firmwareProtectionEnabledName": "韌體保護", "firmwareUpdatesBehaviorName": "韌體更新", "firstActiveEthernet": "第一個啟用的乙太網路", "firstAvailableOption": "第一個可用", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "混合網際網路對等的 HTTP (3)", "httpWithPeeringNatOption": "混合相同 NAT 後對等的 HTTP (1)", "httpWithPeeringPrivateGroupOption": "混合跨私人群組對等的 HTTP (2)", + "hvciEnabledName": "記憶體完整性保護", "hybridSleepBatteryDescription": "此原則設定可讓您在裝置以電池供電時,關閉交互式睡眠。
                                      如果停用此原則,裝置將不允許交互式睡眠或休眠。
                                      若未設定此原則,則會由使用者控制此設定。", "hybridSleepName": "交互式睡眠", "hybridSleepPluggedInDescription": "此原則設定可讓您在裝置使用一般電源時,關閉交互式睡眠。
                                      如果停用此原則,裝置將不允許交互式睡眠或休眠。
                                      若未設定此原則,則會由使用者控制此設定。", @@ -5066,6 +5117,7 @@ "mediumLowOption": "中低", "mediumOption": "中", "meetingInformationDisplayedOnWelcomeScreenName": "歡迎使用畫面上所顯示的會議資訊", + "memoryAccessProtectionEnabledName": "記憶體存取保護", "messagingBlockMMSDescription": "停用裝置上的多媒體訊息傳送/接收功能。", "messagingBlockMMSName": "多媒體訊息 (僅限行動裝置)", "messagingBlockRCSDescription": "停用裝置上的 Rich Communication Services 傳送/接收功能。", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "必須小於最基本的 OS 版本", "mustBeValidAddress": "必須為有效位址。範例: 4.3.6.0、itgproxy.com 等。", "mustBeValidAndroidPackageName": "套件名稱只能包含字母、數字、底線和句點。必須以字母開頭。", - "mustBeValidBuildVersionFormat": "必須是有效的組建版本格式。範例: 18A391、16G1114 等。", + "mustBeValidBuildVersionFormat": "必須是有效的組建版本格式。範例: 18A291、16G1114、20E772520a", "mustBeValidDNSSuffix": "必須是有效的 DNS 尾碼。範例: itgproxy.com", "mustBeValidDateFormat": "必須是有效的日期格式 (YYYY-MM-DD)。範例: 2016-10-01、2016-10-31 等等", "mustBeValidDomain": "必須是有效的網域。範例: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "網路延伸模組", "networkInterface": "網路介面", "networkInterfaceDescription": "要設定的網路介面", + "networkLogsTitle": "允許此應用程式存取 Android 網路活動記錄", "networkProxyAutomaticConfigurationUrlDescription": "進入想要使用之 PAC 指令碼的 URL。", "networkProxyAutomaticConfigurationUrlName": "設定指令碼位址 URL", "networkProxyDisableAutoDetectDescription": "自動偵測設定。若啟用了此設定,系統會嘗試尋找進入 PAC 指令碼的路徑。", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "隱藏", "pinnedFolderOptionShow": "顯示", "pipeInvalidError": "此值不得包含 '|'。", + "playIntegrityVerdictOptionsDescription": "設定 Play Integrity Verdict", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "一般電源", "policyDomainNameService": "DNS", "policyEmailAddress": "電子郵件地址", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "預設原則。使用者必須存在且具有有效的 Intune 授權。", "requireUserExistanceName": "註冊的使用者已存在", "required": "必要", - "requiredAndroidSafetyNetEvaluationTypeBasic": "未設定 (預設為基本評估)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "選取您要用來計算 SafetyNet 裝置證明回應的評估類型。", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "支援硬體的金鑰", - "requiredAndroidSafetyNetEvaluationTypeName": "需要的 SafetyNet 評估類型", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "未設定", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "選取您要用來計算 Play Integrity Verdict 裝置證明回應的評估類型。", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "檢查強式完整性", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "使用硬體支援的安全性功能檢查強式完整性", "requiredExtensionsColumnHeader": "套件系列名稱", "requiredExtensionsExamples": "例如 Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "需要密碼,沒有限制", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "例如 contoso.com", "safeSearchFilterDescription": "指定 Cortana 如何從搜尋結果篩選成人內容。", "safeSearchFilterName": "安全搜尋 (僅限行動裝置)", - "safetyNetAttestationOptionsDescription": "設定 SafetyNet 證明的層級", - "safetyNetAttestationOptionsName": "SafetyNet 裝置證明", "sampleSharingEnableOrNotConfiguredDescription": "傳回或設定適用於端點的 Microsoft Defender 的範例共用設定參數。", "sampleSharingEnableOrNotConfiguredName": "所有檔案的範例共用", "saturday": "星期六", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "次要驗證方法", "secondaryAuthenticationMethodTEAPDescription": "選擇您要使用者驗證的次要方式。當您選取 [憑證] 時,請選取其中一個也部署至裝置中的憑證設定檔 (SCEP 或 PKCS)。這是裝置向伺服器呈現的身分識別憑證。", "secretKey": "祕密金鑰:", - "secureBootEnabledDescription": "要求在裝置上啟用安全開機", - "secureBootEnabledName": "要求在裝置上啟用安全開機", + "secureBootEnabledName": "安全開機", "secured": "受保護", "securityAssociationIdleTimeDescription": "在經過這個秒數後仍未出現網路流量時,會刪除安全性關聯。", "securityAssociationIdleTimeHint": "輸入以秒為單位的閒置時間 (300-3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "一般準則模式​", "securityDeveloperSettingsEnabledDescription": "允許存取開發人員設定。", "securityDeveloperSettingsEnabledName": "開發人員設定", + "securityLogsTitle": "允許此應用程式存取 Android 安全性記錄", "securityOption": "診斷資料關閉", "securityRequireVerifyAppsDescription": "讓 Google Play Protect 可在安裝應用程式前後對其進行掃描。若偵測到威脅,就可能警告使用者將應用程式從裝置移除。預設為必要項。", "securityRequireVerifyAppsName": "對應用程式進行威脅掃描", @@ -5968,6 +6021,7 @@ "selectManagedApps": "選取受管理的應用程式", "selectMicrosoftEdgeApp": "新增舊版 Microsoft Edge 瀏覽器", "selectMicrosoftTunnelSite": "選取網站", + "selectNetworkApp": "選取應用程式以存取 Android 網路活動記錄", "selectNetworkInterface": "選取網路介面", "selectNonEapMethod": "選取非 EAP 方法", "selectOneOption": "選取一個", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "用於伺服器驗證的根憑證", "selectRootCertificatesForServerValidationName": "進行伺服器驗證的根憑證", "selectSecurity": "選取安全性類型", + "selectSecurityApp": "選取應用程式以存取 Android 安全性記錄", "selectService": "哪一種管理類型需要我們的協助?", "selectStoreApp": "新增 Microsoft Store 應用程式", "selectStoreAppEmpty": "新增 Store 應用程式", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "應用程式", "trafficRuleAppTypeName": "應用程式類型", "trafficRuleClaimsName": "宣告", - "trafficRuleDirectionDescription": "指定規則是否套用至輸入流量或輸出流量。
                                      \r\n
                                      \r\n 輸入 = 規則會套用至所有輸入流量。\r\n
                                      \r\n
                                      \r\n 輸出 = 規則會套用至所有輸出流量。\r\n ", + "trafficRuleDirectionDescription": "輸入允許透過 VPN 傳入外部網站流量。輸出允許透過 VPN 傳出外部網站流量。若要允許兩者,請建立兩個規則。", "trafficRuleDirectionName": "方向", "trafficRuleRoutingPolicyTypeDescription": "請選擇分割 Tunnel 或強制 Tunnel。
                                      \r\n
                                      \r\n 分割 Tunnel = 只有代表 VPN 介面的流量 (依網路堆疊決定) 能夠通過介面。網際網路流量仍能通過其他介面。\r\n
                                      \r\n
                                      \r\n 強制 Tunnel = 所有 IP 流量都只能通過 VPN 介面 (對於此流量規則)。\r\n
                                      \r\n
                                      \r\n 僅適用於此規則已與應用程式建立關聯的情況。\r\n ", "trafficRuleRoutingPolicyTypeName": "規則型別", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "使用者", "vPNPolicyProfileTargetDescription": "將此設定檔轉為 Always-on 的 VPN 連線,無須使用者互動即可連線,並使用電腦憑證進行驗證。只支援 IKEv2 連線類型。在劃時代的 AutoPilot 體驗完成之後,即會從該裝置移除 VPN 設定檔。", "vPNPolicyProfileTargetName": "為 Windows AutoPilot 使用此 VPN 設定檔", + "vPNPolicyProxyExclListDescription1": "使用 Proxy 連線時要排除的主機清單。這些主機可以使用萬用字元,例如 *.example.com。", + "vPNPolicyProxyExclListDescription2": "略過 Proxy 的主機名稱清單。主機名稱可以包含萬用字元,例如 *.example.com。", + "vPNPolicyProxyExclListExcludedHosts": "排除的主機", + "vPNPolicyProxyExclListExclusions": "排除", + "vPNPolicyProxyExclListFileImport": "要匯入主機清單的檔案", + "vPNPolicyProxyExclListHostName": "主機名稱", + "vPNPolicyProxyExclListImport": "匯入 Proxy 排除", + "vPNPolicyProxyExclListInvalid": "輸入無效", + "vPNPolicyProxyExclListList": "排除清單", + "vPNPolicyProxyExclListManage": "管理 Proxy 排除", + "vPNPolicyProxyExclListName": "Proxy 排除清單", "vPNPolicyRememberCredentialsName": "在每次登入時記住認證", "vPNPolicyRoutesForThisConnectionDescription": "選擇性。", "vPNPolicyRoutesForThisConnectionName": "此 VPN 連線的分割通道路徑", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "虛擬首頁按鈕", "virtualHomeButtonNotConfigured": "未設定", "virtualHomeButtonSwipeUp": "向上撥動", + "virtualizationBasedSecurityEnabledName": "虛擬化型安全性", "virtualizationOfCpuAndIOName": "CPU 與 IO 虛擬化", "visibleAppsListOptionsDescription": "設定清單為隱藏應用程式的清單,或為顯示應用程式的清單。", "visibleAppsListOptionsName": "應用程式類型清單", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: 允許任何應用程式中的 Web 連結", "rootCertificate": "根憑證", "safetyNetDeviceAttestation": "SafetyNet 裝置證明", + "samsungKnoxAttestationRequired": "Samsung Knox 裝置證明", "saveAppsNotificationText": "正在儲存選取的應用程式", "saveChangesCommandText": "儲存", "savePolicySettingsNotificationText": "正在儲存原則設定", @@ -7885,10 +7953,12 @@ "state": "狀態", "status": "狀態", "store": "儲存", + "subjectOnlyOptionText": "僅限主旨", "success": "成功", "successfully": "成功", "summary": "摘要", "summaryLensTitle": "摘要", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "遠端要求", "summarySettingsPartWipeRequestsSelectorText": "抹除要求", "supportId": "支援識別碼: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "值", "valueMustNotContainCharsError": "值不得包含下列字元: {0}", "versionValidationExample": "

                                      格式: [Major].[Minor] 或 [Major].[Minor].[Build].[Revision]

                                      範例: 1.5 或 1.5.50.101

                                      ", - "versionValidationWith2To4Segments": "

                                      Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]

                                      Example: 1.5 or 1.5.50 or 1.5.50.101

                                      ", + "versionValidationWith2To5Segments": "

                                      格式: [Major].[Minor] 或 [Major].[Minor].[Build] 或 [Major].[Minor].[Build].[Revision]。若為 iOS,也支援 [Major].[Minor].[Build].[Revision].[RapidSecurityResponse]。

                                      注意: 應用程式將不會針對 RapidSecurityResponse 違規執行抹除, 只支援封鎖或警示。

                                      範例: 1.5 或 1.5.50 或 1.5.50.101 或 (若為 iOS) 1.5.50.101.a

                                      ", "versionValidationWithDateFormat": "必須是有效的日期格式 (YYYY-MM-DD)。", "warn": "警告", "warning": "警告", @@ -8342,89 +8412,434 @@ "wiredNetwork": "有線網路", "workProfile": "個人擁有的工作設定檔" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "檔案或資料夾作為選取的需求。", - "pathToolTip": "要偵測檔案或資料夾的完整路徑。", - "property": "屬性", - "valueToolTip": "選取符合所選偵測方法的需求值。應以您當地的格式輸入日期與時間需求。" - }, - "GridColumns": { - "pathOrScript": "路徑/指令碼", - "type": "類型" - }, - "Registry": { - "keyPath": "機碼路徑", - "keyPathTooltip": "包含作為需求之值的登錄項目完整路徑。", - "operator": "Operator", - "operatorTooltip": "選取運算子以供比較。", - "registryRequirement": "登錄機碼需求", - "registryRequirementTooltip": "選取登錄機碼需求比較。", - "valueName": "值名稱", - "valueNameTooltip": "所需登錄值的名稱。" - }, - "RequirementTypeOptions": { - "fileType": "檔案", - "registry": "登錄", - "script": "指令碼" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "布林值", - "dateTime": "日期與時間", - "float": "浮點", - "integer": "整數", - "string": "字串", - "version": "版本" - }, - "duplicateName": "指令碼名稱 {0} 已使用。請輸入其他名稱。", - "enforceSignatureCheck": "強制執行指令碼簽章檢查", - "enforceSignatureCheckTooltip": "選取 [是] 可驗證指令碼確實由信任的發行者所簽署,這能使指令碼執行時不顯示任何警告或提示。指令碼會在已解除封鎖的情況下執行。選取 [否] (預設) 會經終端使用者確認後執行指令碼,但不經過簽章驗證。", - "loggedOnCredentials": "使用登入認證執行此指令碼", - "loggedOnCredentialsTooltip": "使用已登入的裝置認證執行指令碼。", - "operatorTooltip": "選取運算子以比較需求。", - "requirementMethod": "選取輸出資料類型", - "requirementMethodTooltip": "選取判斷偵測符合需求時所使用的資料類型。", - "scriptContent": "指令碼內容", - "scriptFile": "指令碼檔", - "scriptFileTooltip": "選取將偵測應用程式是否存在於用戶端上的 PowerShell 指令碼。若偵測到應用程式,需求處理序會提供值為 0 的結束代碼,並會將字串值寫入 StdOut。", - "scriptName": "指令碼名稱", - "value": "值", - "valueTooltip": "選取符合所選偵測方法的需求值。應以您當地的格式輸入日期與時間需求。" - }, - "bladeTitle": "新增需求規則", - "createRequirementHeader": "建立需求。", - "header": "設定其他需求規則", - "label": "其他需求規則", - "noRequirementsSelectedPlaceholder": "未指定任何需求。", - "requirementType": "需求類型", - "requirementTypeTooltip": "選擇用來判斷如何驗證需求的偵測方法類型。" - }, - "architectures": "作業系統架構", - "architecturesTooltip": "請選擇安裝應用程式所需的架構。", - "bladeTitle": "需求", - "diskSpace": "所需磁碟空間 (MB)", - "diskSpaceTooltip": "安裝應用程式所需的系統磁碟機可用磁碟空間。", - "header": "請指定安裝應用程式前,裝置須滿足的需求:", - "maximumTextFieldValue": "此值最大不可超過 {0}。", - "minimumCpuSpeed": "所需的最低 CPU 速度 (MHz)", - "minimumCpuSpeedTooltip": "安裝應用程式所需的最低 CPU 速度。", - "minimumLogicalProcessors": "所需的最低邏輯處理器數", - "minimumLogicalProcessorsTooltip": "安裝應用程式所需的最低邏輯處理器數。", - "minimumOperatingSystem": "最基本的作業系統", - "minimumOperatingSystemTooltip": "請選取安裝應用程式所需的最低作業系統。", - "minumumTextFieldValue": "此值至少須為 {0}。", - "physicalMemory": "所需的實體記憶體 (MB)", - "physicalMemoryTooltip": "安裝應用程式所需的實體記憶體 (RAM)。", - "selectorLabel": "需求", - "validNumber": "請輸入有效的數字。" + "WindowsUpdateRolloutOptions": { + "gradualRollout": "逐步提供更新", + "immediateStart": "儘快提供更新", + "startDateOnly": "讓更新可於特定日期提供" + }, + "EnrollmentType": { + "devicesWithEnrollment": "受控裝置", + "devicesWithoutEnrollment": "受管理的應用程式" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "篩選", + "assignmentFilterTypeColumnHeader": "篩選模式", + "assignmentToast": "終端使用者通知", + "assignmentTypeTableHeader": "指派類型", + "deadlineTimeColumnLabel": "安裝期限", + "deliveryOptimizationPriorityHeader": "傳遞最佳化優先順序", + "groupTableHeader": "群組", + "installContextLabel": "安裝內容", + "isRemovable": "安裝為卸除式", + "licenseTypeLabel": "授權類型", + "modeTableHeader": "群組模式", + "policySet": "原則集合", + "preventAutoAppUpdate": "防止自動應用程式更新", + "preventManagedAppBackup": "禁止 iCloud 應用程式備份", + "restartGracePeriodHeader": "重新啟動寬限期", + "startTimeColumnLabel": "可用性", + "tracks": "追蹤", + "uninstallOnRemoval": "移除裝置時解除安裝", + "updateMode": "更新優先順序", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD Web 應用程式", + "androidEnterpriseSystemApp": "Android Enterprise 系統應用程式", + "androidForWorkApp": "受控 Google Play 商店應用程式", + "androidLobApp": "Android 企業營運應用程式", + "androidStoreApp": "Android Store 應用程式", + "builtInAndroid": "內建 Android 應用程式", + "builtInApp": "內建應用程式", + "builtInIos": "內建 iOS 應用程式", + "iosIPadOSWebClip": "iOS/iPadOS 網頁短片", + "iosLobApp": "iOS 企業營運應用程式", + "iosStoreApp": "iOS Store 應用程式", + "iosVppApp": "iOS 大量採購方案應用程式", + "lineOfBusinessApp": "企業營運應用程式", + "macOSDmgApp": "macOS 應用程式 (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS 企業營運應用程式", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office 套件", + "macOSPkgApp": "macOS 應用程式 (PKG)", + "macOSWebClip": "macOS 網頁剪輯", + "macOsVppApp": "macOS 大量採購方案應用程式", + "managedAndroidLobApp": "受管理的 Android 企業營運應用程式", + "managedAndroidStoreApp": "受管理的 Android Store 應用程式", + "managedGooglePlayApp": "受控 Google Play 商店應用程式", + "managedGooglePlayPrivateApp": "受控 Google Play 私人應用程式", + "managedGooglePlayWebApp": "受控 Google Play Web 連結", + "managedIosLobApp": "受管理的 iOS 企業營運應用程式", + "managedIosStoreApp": "受管理的 iOS Store 應用程式", + "microsoftStoreForBusinessApp": "商務用 Microsoft 網上商店應用程式", + "microsoftStoreForBusinessReleaseManagedApp": "商務用 Microsoft 網上商店", + "officeAddIn": "Office 增益集", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 及更新版本)", + "sharePointApp": "SharePoint 應用程式", + "teamsApp": "Teams 應用程式", + "webApp": "網頁連結", + "win32CatalogApp": "Windows 目錄應用程式 (Win32)", + "winGetPublicApp": "Windows 封裝管理員社群存放庫", + "winGetStoreApp": "Microsoft Store 應用程式 (新版)", + "windowsAppXLobApp": "Windows AppX 企業營運應用程式", + "windowsClassicApp": "Windows 應用程式 (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 及更新版本)", + "windowsMobileMsiLobApp": "Windows MSI 企業營運應用程式", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX 企業營運應用程式", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX 企業營運應用程式", + "windowsPhone81StoreApp": "Windows Phone 8.1 市集應用程式", + "windowsPhoneXapLobApp": "Windows Phone XAP 企業營運應用程式", + "windowsStoreApp": "Microsoft Store 應用程式 (舊版)", + "windowsUniversalAppXLobApp": "Windows 通用 AppX 企業營運應用程式", + "windowsUniversalLobApp": "Windows 通用企業營運應用程式", + "windowsWebApp": "Windows 網頁連結" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "已排除", + "include": "已包含", + "includeAllDevicesVirtualGroup": "已包含", + "includeAllUsersVirtualGroup": "已包含" + }, + "AssignmentToast": { + "hideAll": "隱藏所有快顯通知", + "showAll": "顯示所有快顯通知", + "showReboot": "顯示電腦重新開機的快顯通知" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "背景", + "displayText": "{0} 中的內容下載", + "foreground": "前景", + "header": "傳遞最佳化優先順序" + }, + "DeviceRestartBehaviorOptions": { + "allow": "應用程式安裝可能會強制裝置重新啟動", + "basedOnReturnCode": "根據傳回碼決定行為", + "force": "Intune 用戶端將會強制裝置重新啟動", + "suppress": "無特定動作" + }, + "FilterType": { + "exclude": "排除", + "include": "包含", + "none": "無" + }, + "InstallIntent": { + "available": "適用於已註冊的裝置", + "availableWithoutEnrollment": "無論註冊與否均可使用", + "notApplicable": "不適用", + "required": "必要", + "uninstall": "解除安裝" + }, + "SettingType": { + "assignmentType": "指派類型", + "deviceLicensing": "授權類型", + "installContext": "移除裝置時解除安裝", + "toastSettings": "終端使用者通知", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "預設", + "postponed": "已延後", + "priority": "高優先順序" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "針對初始佈建設定裝置並指派給使用者。", + "title": "裝置準備" + }, + "EnrollmentSettings": { + "description": "設定註冊設定,例如封鎖註冊並指派給使用者。", + "title": "註冊設定" + }, + "OSConfiguration": { + "menuDescription": "設定使用者可用來從可開機快閃磁碟機復原 Windows 的設定。", + "menuTitle": "作業系統設定" + }, + "coManagementAuthorityDesc": "設定 Configuration Manager 整合的共同管理設定", + "coManagementAuthorityTitle": "共同管理設定 ", + "deploymentProfiles": "Windows AutoPilot 部署設定檔", + "description": "了解使用者或系統管理員可向 Intune 註冊 Windows 10/11 電腦的七種不同方式。", + "descriptionLabel": "Windows 註冊方式", + "enrollmentStatusPage": "[註冊狀態] 頁面" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "需要裝置註冊的條件無法用於「註冊或聯結裝置」使用者動作。", - "message": "「註冊或加入裝置」使用者動作所建立的原則中,只可使用「需要多重要素驗證」。{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "自動核准所有建議的驅動程式更新", + "manual": "手動核准及部署驅動程式更新" + }, + "Details": { + "ApprovalMethod": { + "label": "核准方法:" + }, + "DeploymentDeferralInDays": { + "label": "在以下日期後提供更新", + "units": "(天)", + "value": "{0} 天" + }, + "bladeTitle": "Windows 10 和更新版本的驅動程式更新 (預覽)", + "lastSync": "上次同步時間:", + "lastSyncDefaultText": "擱置的初始庫存集合", + "loadError": "載入失敗!" + }, + "DriverStatus": { + "approved": "已核准", + "declined": "已拒絕", + "export": "正在匯出建議的驅動程式", + "needsReview": "需要審核", + "paused": "已暫停" }, + "DriversToReview": { + "text": "要檢閱的 {0}" + }, + "Subtitle": { + "automatic": "自動核准驅動程式更新原則", + "manual": "手動核准驅動程式更新原則" + }, + "SyncNotification": { + "failure": "無法同步 {0}", + "failureDescription": "發生錯誤,無法完成要求的同步。請再試一次。", + "pending": "正在進行 {0} 同步", + "pendingDescription": "我們正在擷取最新資料。此程序可能需要耗時數分鐘。", + "success": "{0} 同步完成", + "successDescription": "已於 {0} 完成與 WUfB 服務的同步" + }, + "SyncSpinner": { + "text": "正在進行同步。這可能需要幾分鐘。尋找警示或幾分鐘後再查看。" + }, + "TabName": { + "basics": "基本", + "driverUpdateSettings": "設定", + "otherDrivers": "其他驅動程式", + "properties": "屬性", + "recommendedDrivers": "建議的驅動程式" + }, + "driverAddFilter": "新增篩選", + "driverApplicableDevices": "適用裝置", + "driverApprovalStatus": "狀態", + "driverBulkActions": "大量動作", + "driverClass": "驅動程式類別", + "driverCount": "目前顯示第 {0} 至 {1} 筆記錄 (共 {2} 筆)", + "driverFilterNoneSelected": "未選取任何項目", + "driverManufacturer": "製造商", + "driverName": "驅動程式名稱", + "driverNameLower": "windows 驅動程式更新部署", + "driverNameUpper": "Windows 驅動程式更新部署", + "driverRefresh": "重新整理", + "driverReleaseDate": "發行日期", + "driverSearch": "搜尋", + "driverSearchKeyword": "輸入搜尋索引鍵", + "driverVersion": "版本", + "firstDeploymentDate": "第一個部署", + "infoBoxText": "在指派及建立原則後,最多需要 24 小時才能填入庫存。", + "textBlockText": "選取您的原則核准和部署設定。選擇以設定原則,以自動或手動部署更新。原則建立後即無法變更核准方法,但為指派的裝置建立庫存後,就可以變更個別驅動程式核准和部署詳細資料。" + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "使用這些設定以隨時掌握哪些使用者安裝了在您的公司中未核准使用的應用程式。選取受限制的應用程式清單類型:

                                      \r\n 禁止的應用程式 - 在使用者安裝時,您希望收到通知的應用程式清單。
                                      \r\n 核准的應用程式 - 您的公司中核准使用的應用程式清單。當使用者安裝不在此清單中的應用程式時,您就會收到通知。
                                      \r\n ", + "androidZebraMxZebraMx": "用 XML 格式上傳 MX 設定檔的方式,設定 Zebra 裝置。", + "iosDeviceFeaturesAirprint": "使用這些設定將 iOS 裝置設定為可自動連線到您網路上與 AirPrint 相容的印表機。您需要印表機的 IP 位址與資源路徑。", + "iosDeviceFeaturesExtensibleSingleSignOn": "設定應用程式延伸模組,為執行 iOS 13.0 或更新版本的裝置啟用單一登入 (SSO)。", + "iosDeviceFeaturesHomeScreenLayout": "設定 iOS 裝置的固定位置與主畫面配置。某些裝置可能對於顯示的項目數有所限制。", + "iosDeviceFeaturesIOSWallpaper": "顯示會出現在 iOS 裝置主畫面及/或鎖定畫面中的影像。\r\n 若要在每個位置都顯示唯一的影像,請使用鎖定畫面影像建立一個設定檔,使用主畫面影像建立一個設定檔。\r\n 然後將這兩個設定檔指派給您的使用者。\r\n
                                      \r\n
                                        \r\n
                                      • 檔案大小上限: 750 KB
                                      • \r\n
                                      • 檔案類型: PNG、JPG 或 JPEG
                                      • \r\n
                                      \r\n ", + "iosDeviceFeaturesNotifications": "指定應用程式的通知設定。支援 iOS 9.3 及更新版本。", + "iosDeviceFeaturesSharedDevice": "指定顯示於鎖定畫面上的選擇性文字。iOS 9.3 及更新版本支援此功能。深入了解", + "iosGeneralApplicationRestrictions": "使用這些設定以隨時掌握哪些使用者安裝了在您的公司中未核准使用的應用程式。選取受限制的應用程式清單類型:

                                      \r\n 禁止的應用程式 - 在使用者安裝時,您希望收到通知的應用程式清單。
                                      \r\n 核准的應用程式 - 您的公司中核准使用的應用程式清單。當使用者安裝不在此清單中的應用程式時,您就會收到通知。
                                      \r\n ", + "iosGeneralApplicationVisibility": "使用顯示應用程式清單可指定使用者可以檢視或啟動的 iOS 應用程式。使用隱藏應用程式清單可指定使用者無法檢視或啟動的 iOS 應用程式。", + "iosGeneralAutonomousSingleAppMode": "您新增到此清單並指派到裝置的應用程式可以鎖定裝置,使其在啟動後僅執行該應用程式,或在某動作執行時鎖定裝置 (例如進行測試)。在動作完成後,或您移除限制後,裝置會回到正常狀態。", + "iosGeneralKiosk": "資訊亭模式會將多項設定鎖定在裝置中,或指定可在裝置上執行的單一應用程式。這在您希望裝置只執行單一示範應用程式的環境中很實用,例如零售商店。", + "macDeviceFeaturesAirprint": "使用這些設定,將 macOS 裝置設定為自動連線到網路上與 AirPrint 相容的印表機。您會需要印表機的 IP 位址及資源路徑。", + "macDeviceFeaturesAssociatedDomains": "設定相關網域以在您組織的應用程式與網站之間共用資料及登入認證。此設定檔可套用到執行 macOS 10.15 或更新版本的裝置。", + "macDeviceFeaturesExtensibleSingleSignOn": "設定應用程式延伸模組,為執行 macOS 10.15 或更新版本的裝置啟用單一登入 (SSO)。", + "macDeviceFeaturesLoginItems": "選擇使用者登入裝置時要開啟的應用程式、檔案和資料夾。如果您不想要讓使用者變更所選應用程式的開啟方式,可以將應用程式從使用者設定中隱藏。", + "macDeviceFeaturesLoginWindow": "設定 macOS 登入畫面的外觀,及使用者在登入前後可使用的功能。", + "macExtensionsKernelExtensions": "使用這些項目來設定執行 10.13.2 或更新版本之 macOS 裝置上的核心延伸模組原則。", + "macGeneralDomains": "使用者傳送或接收的電子郵件,若不符合您於此處所指定的網域,會標示為不受信任。", + "windows10EndpointProtectionApplicationGuard": "在使用 Microsoft Edge 時,Microsoft Defender 應用程式防護會保護您的環境免受未經您組織定義為受信任的網站所威脅。當使用者前往未列於隔離網路界限中的網站時,該網站就會在 Hyper-V 的虛擬瀏覽工作階段內開啟。信任的網站會根據網路界限來定義,您可以在裝置設定中加以設定。請注意,僅執行 64 位元 Windows 10 或更新版本的裝置可使用此功能。", + "windows10EndpointProtectionCredentialGuard": "啟用 Credential Guard 會啟用下列必要設定:\r\n
                                      \r\n
                                        \r\n
                                      • 啟用虛擬化型安全性: 於下次重新開機時開啟虛擬化型安全性 (VBS)。虛擬化型安全性使用 Windows Hypervisor 提供安全性服務的支援。
                                      • \r\n
                                        \r\n
                                      • 使用直接記憶體存取的安全開機: 使用安全開機與直接記憶體存取 (DMA) 來開啟 VBS。
                                      • \r\n
                                      \r\n ", + "windows10EndpointProtectionDeviceGuard": "請選擇其他需要稽核,或者是可以信任由 Microsoft Defender 應用程式控制執行的應用程式。Windows 元件及來自 Microsoft Store 的所有應用程式都會直接受信任並執行。

                                      \r\n 當以「僅稽核」模式執行時,應用程式不會受到封鎖。「僅稽核」模式會在本機用戶端記錄中記錄所有事件。\r\n ", + "windows10GeneralPrivacyPerApp": "新增隱私權行為不同於您在 [預設隱私權] 中所定義的應用程式。", + "windows10NetworkBoundaryNetworkBoundary": "網路界限是企業資源 (例如企業網路上電腦裝載於雲端的網域和 IP 位址範圍) 清單。定義網路界限可套用原則以保護位於這些位置的資料。", + "windowsHealthMonitoring": "設定 Windows 狀況監控視原則。", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone 可以封鎖使用者安裝或啟動禁止的應用程式清單中所指定的應用程式,或核准的應用程式清單中未指定的應用程式。所有受管理應用程式都必須新增至核准的清單中。" + }, + "Inputs": { + "accountDomain": "帳戶網域", + "accountDomainHint": "例如 contosodomain", + "accountDomainInfoBalloon": "指定使用者的帳戶網域。", + "accountTypeInfoBalloon": "指定要依驗證模型設定的帳戶類型", + "allowContactSetting": "允許使用者變更連絡人設定", + "allowContactSyncInfoBalloon": "指定是否允許使用者變更連絡人同步設定", + "allowUserChange": "允許使用者變更設定", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "請輸入類似於 com.microsoft.word 的套件名稱", + "androidUrlValidation": "輸入與 https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en 類似的有效 URL", + "appInstallContext": "應用程式安裝內容", + "appUrlLabel": "AppStore URL", + "appleUrlValidation": "輸入與 https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8 類似的有效 URL", + "applicableDeviceType": "適用的裝置類型", + "assignmentActionLabel": "模式", + "authenticationMethodInfoBalloon": "指定使用者的驗證方法", + "authenticationMetod": "驗證方法", + "authenticationType": "驗證類型", + "authenticationTypeInfoBalloon": "指定使用者的驗證類型", + "availableLicenseCount": "可用的授權", + "basicAuth": "基本驗證", + "biometricsInfoBalloon": "使用者可以要求必須透過 TouchID 或 FaceID 等生物識別技術來存取他們裝置上的應用程式。如有要求,則除了此設定檔中選取的驗證方法以外還會使用生物識別技術。因為應用程式保護原則會要求使用者在存取受控資料前滿足存取條件,所以在部署 Intune 應用程式保護原則時,不應啟用此設定。同時啟用兩者會導致產生多個存取 Outlook Mobile 的提示。當設為未設定時,預設應用程式設定會設為 [關閉]。", + "bookNameLabel": "書名", + "bundleDescriptionHint": "輸入描述內含之應用程式的說明。", + "calendar": "月曆", + "categoryLabel": "分類", + "categoryNameLabel": "預設名稱", + "certProfileType": "憑證設定檔類型", + "certificate": "憑證", + "certificates": "憑證", + "commandLineLabel": "命令列引數", + "commandLineSizeHint": "命令列引數文字最長不得超過 1024 個字元", + "configurationSettingsFormatLabel": "組態設定格式", + "configurationSettingsLabel": "設定格式", + "contactSync": "儲存連絡人", + "contactSyncInfoBalloon": "將連絡人儲存至行動裝置的原生通訊錄,可使新的通話及文字訊息連結到使用者現有的 Outlook 連絡人。當設為未設定時,預設應用程式設定會設為 [關閉]。", + "contacts": "連絡人", + "createdDateTime": "已建立", + "defaultCategoryHint": "無法變更預設類別", + "deploySMimeCertsFromIntune": "從 Intune 部署 S/MIME 憑證", + "descriptionGenericLabel": "描述", + "descriptionHint": "輸入描述...", + "descriptionLabel": "描述", + "descriptionSizeHint": "描述的長度不應超過 10,000 個字元", + "developerLabel": "開發人員", + "developerSizeHint": "開發人員名稱長度不得超過 256 個字元。", + "disable": "停用", + "disabled": "已停用", + "displayNameLabel": "名稱", + "displayVersionHint": "輸入應用程式版本", + "displayVersionLabel": "應用程式版本", + "displayVersionLengthCheck": "顯示版本的長度最多應為 130 個字元", + "eBookCategoryNameLabel": "預設名稱", + "emailAccount": "電子郵件帳戶名稱", + "emailAccountHint": "例如,公司電子郵件", + "emailAccountInfoBalloon": "指定電子郵件帳戶的顯示名稱,原因是它會顯示在使用者的裝置上", + "emailAddressAttribute": "來自 AAD 的電子郵件地址屬性", + "emailAddressInfoBalloon": "指定要用於傳送和接收電子郵件的電子郵件地址", + "emailServer": "電子郵件伺服器", + "emailServerHint": "例如 mail.contoso.com", + "emailServerInfoBalloon": "指定您 Exchange Server 的主機名稱", + "enable": "啟用", + "enableSMime": "啟用 S/MIME", + "enabled": "啟用", + "encryptAllEmails": "加密所有電子郵件", + "encryptionCertificates": "加密憑證", + "endUserNotifications": "終端使用者通知", + "enrollmentTypeLabel": "裝置註冊類型", + "externalRecipients": "外部收件者郵件提示", + "externalRecipientsInfoBalloon": "若寄件者新增外部的收件者或新增包含外部收件者的通訊群組,就會顯示外部收件者郵件提示。若寄件者撰寫的訊息會傳到組織之外,郵件提示會通知寄件者,以協助他們使用適當的用字、語氣及內容進行撰寫。此功能僅適用於利用混合式新式驗證的 Exchange Online 帳戶及內部部署帳戶。當設為未設定時,預設應用程式會設為 [開啟]。", + "focusedInbox": "焦點收件匣", + "focusedInboxInfoBalloon": "焦點收件匣會將收件匣區分為兩個索引標籤 - [焦點] 及 [其他]。您最重要的電子郵件會在 [焦點] 索引標籤中,其他電子郵件雖然仍可輕易存取,但位於較遠的 [其他] 索引標籤。當設為未設定時,預設應用程式設定會設為 [開啟]。", + "fullScreenEnabledLabel": "全螢幕", + "gmailNineAmountOfEmail": "要同步處理的電子郵件數量", + "gmailNineAuthenticationMethodInfoBalloon": "選取您希望使用者如何對電子郵件伺服器進行驗證。使用憑證可為終端使用者提供最安全且無縫的體驗。由於裝置擁有者裝置的 SCEP 和 PKCS 憑證設定檔無法使用,因此尚未提供以憑證基礎的驗證。 ", + "gmailNineCertificateUPNInfoBalloon": "憑證必須包含使用者主體名稱 (UPN) 以作為主體別名。", + "gmailNineEmailAddressInfoBalloon": "Intune 從 Azure AD 取得來動態產生電子郵件地址的屬性將提供給設定檔使用,例如: MyName@contoso.com (UPN)。深入了解適用於電子郵件設定檔的 AAD 屬性。", + "gmailNineEmailServerInfoBalloon": "電子郵件伺服器的 Exchange 位置 (URL),指定的應用程式會連線至該處以取得電子郵件。", + "gmailNineEmailSynchronizeInfoBalloon": "控制用戶端將會同步處理多少電子郵件。", + "gmailNineSSLInfoBalloon": "啟用 SSL 以協助保護所有與電子郵件伺服器進行的通訊。", + "gmailNineUsernameInfoBalloon": "Intune 從 Azure AD 取得來動態產生使用者名稱的屬性將提供給設定檔使用,例如: MyName@contoso.com (UPN) 或 MyName (使用者名稱)。深入了解適用於電子郵件設定檔的 AAD 屬性。", + "ignoreManifestScope": "忽略資訊清單範圍", + "ignoreVersionDetection": "略過應用程式版本", + "informationUrlLabel": "資訊 URL", + "informationUrlSizeHint": "資訊 URL 的長度上限為 1024 個字元", + "installAsManaged": "以受控方式安裝", + "installationSourceLabel": "應用程式類型", + "installerTypeInfoBalloon": "應用程式封裝的安裝程式類型。", + "installerTypeLabel": "安裝程式類型", + "isFeatured": "將此項顯示為公司入口網站中的精選應用程式", + "isMAMEnabledToggleLabel": "是", + "lastModifiedDateTime": "上次更新時間", + "ldapUrl": "LDAP URL", + "licensingType": "支援裝置內容指派", + "microsoft": "Microsoft", + "minimumOperationSystem": "最基本的作業系統", + "modernAuth": "新式驗證", + "nameHint": "輸入名稱", + "nameLabel": "名稱", + "nameSizeHint": "帳戶名稱最長不得超過 512 個字元。", + "notConfigured": "未設定", + "notesLabel": "附註", + "notesSizeHint": "附註文字最長不得超過 1024 個字元。", + "notificationType": "通知類型", + "oneDay": "一天", + "oneMonth": "一個月", + "oneWeek": "一星期", + "outlookSMimeSettings": "Outlook S/MIME 設定", + "ownerLabel": "擁有者", + "ownerSizeHint": "擁有者名稱最長不得超過 256 個字元。", + "packageIdLabel": "封裝識別碼", + "packageNameLabel": "套件名稱", + "pivCredentialNotConfigured": "您尚未選取租用戶的衍生認證簽發者。您必須先設定一個,才能成功將此原則套用到裝置。", + "platformLabel": "平台", + "policyDescriptionLabel": "描述", + "policyNameLabel": "名稱", + "preComposedIconEnabled": "預先撰寫", + "primarySMTPAddress": "主要 SMTP 位址", + "privacyUrlLabel": "隱私權 URL", + "publisherHint": "輸入發行者名稱", + "publisherLabel": "發行者", + "publisherSizeHint": "發行者名稱的長度應介於 2 到 1024 (含) 個字元之間", + "require": "需要", + "requireBiometrics": "需要生物識別技術才能存取應用程式", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "至少需要一個範圍標籤", + "searchAppLabel": "選取應用程式", + "searchAppLinkText": "搜尋 App Store", + "searchWinGetPublicRepositoryLinkText": "搜尋 Windows 封裝管理員社群存放庫", + "searchWinGetStoreRepositoryLinkText": "搜尋 Microsoft Store 應用程式 (新版)", + "selectAAD": "選取 AAD 屬性", + "selectAppFileLabel": "選取檔案", + "selectAppFileLinkText": "選取應用程式套件檔案", + "selectAppFileToUpdateLabel": "選取要更新的檔案", + "selectAuthMethod": "選取驗證方法", + "selectAuthType": "選取驗證類型", + "selectCatalogAppLabel": "選取應用程式", + "selectCatalogAppLinkText": "搜尋 Windows 應用程式 (Win32) 目錄", + "selectCertificate": "選取憑證", + "signAllEmails": "簽署所有電子郵件", + "signingCertificates": "簽署憑證", + "ssl": "SSL", + "suiteDescriptionLabel": "套件描述", + "suiteNameLabel": "套件名稱", + "targetApplicationBundleIdentifier": "目標應用程式套件組合識別碼", + "targetedPlatformsLabel": "目標平台", + "tasks": "工作", + "threeDays": "三天", + "totalLicenseCount": "授權總數", + "twoWeeks": "兩週", + "unifiedAssignmentsLabel": "指派至:", + "unlimited": "無限制", + "urlHint": "輸入有效的 URL", + "useManagedBrowserHint": "僅限 Android 與 iOS。深入了解", + "useManagedBrowserLabel": "需要受管理瀏覽器以開啟此連結", + "userPrinicipalName": "使用者主體名稱", + "username": "使用者名稱", + "usernameAttribute": "來自 AAD 的使用者名稱屬性", + "usernameAttributreInfoBalloon": "指定要用來驗證帳戶的電子郵件設定檔使用者主體名稱", + "usernamePassword": "使用者名稱和密碼", + "webAppUrlHint": "輸入以 http:// 或 https:// 開頭的有效 URL", + "webAppUrlLabel": "應用程式 URL", + "webAppUrlSizeHint": "應用程式 URL 最大長度為 1024 個字元。", + "windowsUrlValidation": "輸入與 https://www.microsoft.com/store/p/lync/9wzdncrfhvhm 類似的有效 URL", + "xMLDataEntered": "已輸入 XML 資料", + "xmlFormatInvalid": "XML 原則的格式不正確。", + "xmlTooLarge": "輸入大小必須小於 1 MB。" + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "無法刪除 {0}", @@ -8432,374 +8847,13 @@ "modifying": "正在刪除 {0}", "success": "已成功刪除 {0}" }, - "Included": { - "none": "未選取任何雲端應用程式、動作或驗證內容", - "plural": "已包含 {0} 個驗證內容", - "singular": "已包含 1 個驗證內容" - }, - "InfoBlade": { - "createTitle": "新增驗證內容", - "deleteDisallowed": "當您的條件式存取原則參考此驗證內容時,您無法刪除該驗證內容。", - "descPlaceholder": "新增驗證內容的描述", - "modifyTitle": "修改驗證內容", - "namePlaceholder": "例如,信任的位置、信任的裝置、強式授權", - "publishDesc": "發佈至應用程式後,應用程式即可使用驗證內容。請在完成設定標籤的條件式存取原則後,進行發佈。[深入了解][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "發佈至應用程式", - "titleDesc": "設定將會用於保護應用程式資料與動作的驗證內容。請使用應用程式系統管理員可理解的名稱與描述。[深入了解][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "解除發佈此驗證內容可能會導致無法存取受到驗證內容保護的資源。" - }, "Notify": { "failure": "無法更新 {0}", "modifying": "正在修改 {0}", "success": "已成功更新 {0}" }, - "WhatIf": { - "selected": "包含驗證內容" - }, - "addNewStepUp": "新增驗證內容", - "bannerText": "使用 Azure AD Premium 建立您自己的驗證內容值與條件式存取原則", - "checkBoxInfo": "選取要套用此原則的驗證內容", - "configure": "設定驗證內容", - "createCA": "對驗證內容指派條件式存取原則", - "dataGrid": "驗證內容清單", - "deleteFailedByReference": "您無法刪除此驗證內容,因為 CA 原則正在參考它。", - "description": "描述", - "documentation": "文件", - "getStarted": "開始", - "label": "驗證內容", - "menuLabel": "驗證內容", - "name": "名稱", - "noAuthContextConfigured": "尚未設定任何驗證內容。", - "noAuthContextSet": "沒有驗證內容", - "noData": "沒有驗證內容可顯示", - "selectionInfo": "驗證內容可用於保護 SharePoint 及 Microsoft Cloud App Security 應用程式中的應用程式資料及動作。", - "step": "步驟", - "tabDescription": "管理驗證內容,以保護您應用程式中的資料與動作。當條件式存取原則參考驗證內容時,無法刪除這些內容。[深入了解][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "標記具有驗證內容的資源" + "menuLabel": "驗證內容" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (手機登入)", - "email": "電子郵件一次性密碼", - "federatedMultiFactor": "同盟多重要素", - "federatedSingleFactor": "同盟單一要素", - "fido2": "FIDO2 安全性金鑰", - "hardwareOath": "硬體 OATH 權杖", - "hardwareOathEmail": "硬體 OATH 權杖 + 電子郵件一次性密碼", - "hardwareOathFederatedSingleFactor": "同盟單一要素 + 硬體 OATH 權杖", - "microsoftAuthenticatorPush": "Microsoft Authenticator (推播通知)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (推播通知) + 電子郵件單次密碼", - "microsoftAuthenticatorPushFederatedSingleFactor": "同盟單一要素 + Microsoft Authenticator (推播通知)", - "none": "無", - "password": "密碼", - "passwordHardwareOath": "密碼 + 硬體 OATH 權杖", - "passwordMicrosoftAuthenticatorPush": "密碼 + Microsoft Authenticator (推播通知)", - "passwordSms": "密碼 + 簡訊", - "passwordSoftwareOath": "密碼 + 軟體 OATH 權杖", - "passwordVoice": "密碼 + 語音", - "passwordX509CertificateMultiFactor": "密碼 + 憑證式驗證 (多重要素)", - "passwordX509CertificateSingleFactor": "密碼 + 憑證式驗證 (單一要素)", - "sms": "簡訊", - "smsEmail": "SMS +以電子郵件寄送一次性密碼", - "smsFederatedSingleFactor": "同盟單一要素 + SMS", - "softwareOath": "軟體 OATH 權杖", - "softwareOathEmail": "軟體 OATH 權杖 + 電子郵件一次性密碼", - "softwareOathFederatedSingleFactor": "同盟單一要素 + 軟體 OATH 權杖", - "temporaryAccessPassMultiUse": "臨時存取密碼 (多次使用)", - "temporaryAccessPassOneTime": "臨時存取密碼 (單次使用)", - "voice": "語音", - "voiceEmail": "語音 + 以電子郵件寄送一次性密碼", - "voiceFederatedSingleFactor": "同盟單一要素 + 語音", - "windowsHelloForBusiness": "Windows Hello 企業版", - "x509CertificateMultiFactor": "憑證式驗證 (多重要素)", - "x509CertificateSingleFactor": "憑證式驗證 (單一要素)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "禁止下載 (預覽)", - "monitorOnly": "僅限監視器 (預覽)", - "protectDownloads": "保護下載 (預覽)", - "useCustomControls": "使用自訂原則..." - }, - "ariaLabel": "選擇要套用的條件式存取應用程式控制種類" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "應用程式識別碼: {0}" - }, - "LowerGrid": { - "ariaLabel": "選取的雲端應用程式清單" - }, - "UpperGrid": { - "ariaLabel": "符合搜尋字詞的雲端應用程式清單" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "在 [選取的位置] 中,您必須至少選擇一個位置。", - "selector": "至少選擇一個位置" - }, - "privateLinksInfo": "Azure AD 的 Private Link 最適合 Azure 服務。請確認套用此原則的主體,並無須使用 M365 等任何公用服務。" - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "您至少必須選取下列其中一個用戶端" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "此原則僅適用於瀏覽器和新式驗證應用程式。若要將原則套用至所有用戶端應用程式,請啟用用戶端應用程式條件,並選取所有用戶端應用程式。", - "classicExperience": "因為建立了此原則,所以更新了預設的用戶端應用程式設定。", - "legacyAuth": "若未設定,將會立即對所有用戶端應用程式套用原則,包括新式及傳統驗證。" - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "屬性", - "placeholder": "選擇屬性" - }, - "Configure": { - "infoBalloon": "設定要套用原則的應用程式篩選。" - }, - "NoPermissions": { - "learnMoreAria": "關於自訂安全性屬性權限的詳細資訊。", - "message": "您沒有使用自訂安全性屬性所需的權限。" - }, - "gridHeader": "運用自訂安全性屬性,您可以使用規則建立器或規則語法文字方塊來建立或編輯篩選規則。在預覽中,只支援類型 String 的屬性。將不會顯示類型 Integer 或 Boolean 的屬性。", - "learnMoreAria": "關於使用規則產生器和語法文字方塊的詳細資訊。", - "noAttributes": "沒有可供篩選的自訂屬性。您必須設定一些屬性才可使用此篩選。", - "title": "編輯篩選 (預覽)" - }, - "CloudAppsUserActions": { - "any": "任何雲端應用程式或動作", - "infoBalloon": "您要測試的雲端應用程式或使用者動作。例如 ' SharePoint Online'", - "learnMore": "利用所有或特定的雲端應用程式或動作控制存取。", - "learnMoreB2C": "控制對所有或特定雲端應用程式的存取權。", - "learnMoreNetworkAccess": "利用所有或特定的網路存取流量、雲端應用程式或動作控制存取。", - "title": "雲端應用程式或動作" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "排除的雲端應用程式清單" - }, - "Filter": { - "configured": "已設定", - "label": "編輯篩選 (預覽)", - "with": "具備 {1} 的 {0}" - }, - "Included": { - "gridAria": "包含的雲端應用程式清單" - }, - "Validation": { - "authContext": "您至少須為 [驗證內容] 設定一個子項目。", - "networkAccess": "使用「網路存取」時,您必須設定至少一個流量設定檔。", - "selectApps": "必須設定 \"{0}\"", - "selector": "至少選取一個應用程式。", - "userActions": "至少須設定一個子項目,才能使用 [使用者動作]。" - } - }, - "DeviceState": { - "LearnMore": { - "message": "當使用者用來登入的裝置不是「已使用混合式 Azure AD 而聯結的」或「標示為合規」時,控制使用者存取權。\n 這已被淘汰。請改用 '{1}'。" - } - }, - "Errors": { - "notFound": "找不到該原則,或已將其刪除。", - "notFoundDetailed": "原則 \"{0}\" 已不存在。可能已刪除。" - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "全部", - "b2bCollaborationGuestLabel": "B2B 共同作業來賓使用者", - "b2bCollaborationMemberLabel": "B2B 共同作業成員使用者", - "b2bDirectConnectUserLabel": "B2B 直接連線使用者", - "enumeratedExternalTenantsError": "請至少選取一個外部租用戶", - "enumeratedExternalTenantsLabel": "選取", - "externalTenantsLabel": "指定外部 Azure AD 組織", - "externalUserDropdownLabel": "選擇來賓或外部使用者類型", - "externalUsersError": "選取至少一個外部來賓或使用者類型", - "guestOrExternalUsersInfoContent": "包括 B2B 共同作業、B2B 直接連接和其他類型的外部使用者。", - "guestOrExternalUsersLabel": "來賓或外部使用者", - "internalGuestLabel": "本機來賓使用者", - "otherExternalUserLabel": "其他外部使用者", - "previewTag": "{0} (預覽)", - "serviceProviderUsersLabel": "服務提供者使用者" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "國家/地區查詢方法", - "gps": "依 GPS 座標判斷位置", - "info": "若設定了條件式存取原則的位置條件,Authenticator 應用程式就會提示使用者共用其 GPS 位置。 ", - "ip": "依 IP 位址判斷位置 (僅 IPv4)" - }, - "Header": { - "new": "新增位置 ({0})", - "update": "更新位置 ({0})" - }, - "IP": { - "learn": "設定具名位置 IPv4 與 IPv6 的範圍。\n[深入了解][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "未知的國家/地區,是指未與特定國家或地區建立關聯的 IP 位址。[深入了解][1]\n\n這包括下列項目: \n* IPv6 位址\n* 沒有直接對應的 IPv4 位址\n[1]: https://aka.ms/canamedlocations\n", - "label": "包含未知的國家/地區" - }, - "Name": { - "empty": "名稱不得空白", - "placeholder": "命名此位置" - }, - "PrivateLink": { - "learn": "建立新的命名位置,其中包含 Azure AD 的私人連結。\n[深入了解][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "搜尋國家/地區", - "names": "搜尋名稱", - "privateLinks": "搜尋私人連結" - }, - "Trusted": { - "label": "標示為信任位置" - }, - "enter": "輸入新的 IPv4 或 IPv6 範圍", - "example": "例如: 40.77.182.32/27 或 2a01:111::/32" - }, - "Label": { - "addCountries": "國家/地區位置", - "addIpRange": "IP 範圍位置", - "addPrivateLink": "Azure 私人連結" - }, - "Notification": { - "Create": { - "Failed": { - "description": "建立新的位置 ({0}) 失敗", - "title": "建立失敗" - }, - "InProgress": { - "description": "正在建立新的位置 ({0})", - "title": "建立正在進行中" - }, - "Success": { - "description": "建立新的位置 ({0}) 成功", - "title": "建立成功" - } - }, - "Delete": { - "Failed": { - "description": "刪除位置 ({0}) 失敗", - "title": "刪除失敗" - }, - "InProgress": { - "description": "正在刪除位置 ({0})", - "title": "刪除進行中" - }, - "Success": { - "description": "刪除位置 ({0}) 成功", - "title": "刪除成功" - } - }, - "Update": { - "Failed": { - "description": "更新位置 ({0}) 失敗", - "title": "更新失敗" - }, - "InProgress": { - "description": "正在更新位置 ({0})", - "title": "正在更新" - }, - "Success": { - "description": "更新位置 ({0}) 成功", - "title": "更新成功" - } - } - }, - "PrivateLinks": { - "grid": "私人連結清單" - }, - "Trusted": { - "title": "信任的類型", - "trusted": "信任" - }, - "Type": { - "all": "所有類型", - "countries": "國家/地區", - "ipRanges": "IP 範圍", - "privateLinks": "私人連結", - "title": "位置類型" - }, - "iPRangeInvalidError": "值必須是有效的 IPv4 或 IPv6 範圍。", - "iPRangeLinkOrSiteLocalError": "偵測到 IP 網路為本機連結或網站本機位址。", - "iPRangeOctetError": "IP 網路不能以 0 或 255 開頭。", - "iPRangePrefixError": "IP 網路首碼必須介於 /{0} 到 /{1} 之間。", - "iPRangePrivateError": "偵測到 IP 網路為私人位址。" - }, - "NamedNetwork": { - "List": { - "gridAria": "已命名位置的清單" - } - }, - "NetworkAccess": { - "Included": { - "none": "未選取目標資源", - "plural": "已選取 {0} 個網路流量設定檔", - "singular": "已選取 1 個網路流量設定檔" - }, - "internetOptionText": "公用流量", - "label": "網路存取 (預覽)", - "m365OptionText": "M365 流量", - "privateOptionText": "私人流量", - "selectTrafficProfilesLabel": "選取此原則所適用的流量設定檔", - "targetResourcesBalloonContext": "目標資源", - "targetResourcesSelectorTitle": "目標資源", - "trafficProfilesLearnMoreTooltip": "若要查看其他的流量設定檔,請新增更多 NaaS 授權。", - "ztnaEnableLearnMore": "必須開啟零信任 Cloud Edge,才能使用網路存取控制。" - }, - "Policies": { - "Grid": { - "aria": "條件式存取原則清單" - }, - "countText": "找到 {0} 個原則,共 {1} 個", - "countTextSingular": "找到 {0} 個原則,共 1 個", - "search": "搜尋原則" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "設定實施原則所需的服務主體風險層級​", - "infoBalloonContent": "設定服務主體風險,以將原則套用至選取的風險層級", - "title": "服務主體風險" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "設定風險偵測,以將原則套用在選取的即時登入風險偵測。" - }, - "LearnMore": { - "message": "控制使用者回應特定登入風險偵測的存取權。" - }, - "description": "如果任何包含的風險偵測偵測到風險,就會滿足此條件。這不會影響登入風險層級計算。", - "header": "即時內建風險偵測", - "info": "在登入期間偵測風險的偵測。", - "label": "登入風險偵測 (預覽)", - "title": "登入風險偵測" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "滿足增強式驗證的方法組合,例如密碼 + SMS", - "displayName": "多重要素驗證" - }, - "Passwordless": { - "description": "滿足增強式驗證的無密碼方法,例如 Microsoft Authenticator", - "displayName": "無密碼多重要素驗證" - }, - "PhishingResistant": { - "description": "用於最強驗證的防網路釣魚無密碼方法,例如 FIDO2 安全性金鑰", - "displayName": "防網路釣魚多重要素驗證" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "深入了解同盟提供者所滿足的驗證方法的要求。", "certificate": "憑證驗證", @@ -8808,287 +8862,6 @@ "require": "需要同盟的驗證方法 (預覽)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "關閉", - "on": "開啟", - "reportOnly": "報告專用" - }, - "PolicyTemplates": { - "Devices": { - "description": "選取 [裝置原則範本] 類別,即可深入了解存取網路的裝置。授與存取前,請先確認合規性和健全狀態。", - "name": "裝置" - }, - "Identities": { - "description": "選取 [身分識別原則範本] 類別,以透過增強式驗證對所有數位資產驗證及保護每個身分識別。", - "name": "身分識別" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "所有 App", - "office365": "Office 365", - "registerSecurityInfo": "登錄安全性資訊" - }, - "Conditions": { - "androidAndIOS": "裝置平台: Android 及 IOS", - "anyDevice": "Android、IOS、Windows 和 Mac 以外的任何裝置", - "anyDeviceStateExceptHybrid": "相容和已使用混合式 Azure AD 而聯結的裝置以外的任何裝置狀態", - "anyLocation": "信任位置以外的任何位置", - "browserMobileDesktop": "用戶端應用程式: 瀏覽器、行動裝置應用程式與電腦用戶端", - "exchangeActiveSync": "用戶端應用程式: Exchange Active Sync,其他用戶端", - "windowsAndMac": "裝置平台: Windows 與 Mac" - }, - "Devices": { - "anyDevice": "任何裝置" - }, - "Grant": { - "appProtectionPolicy": "需要應用程式保護原則", - "approvedClientApp": "需要經過核准的用戶端應用程式", - "blockAccess": "封鎖存取", - "mfa": "需要多重要素驗證", - "passwordChange": "需要變更密碼", - "requireCompliantDevice": "裝置需要標記為合規", - "requireHybridAzureADDevice": "需要已使用混合式 Azure AD 而聯結的裝置" - }, - "Session": { - "appEnforcedRestrictions": "使用應用程式強制執行限制", - "signInFrequency": "登入頻率及永不持續的瀏覽器工作階段" - }, - "UsersAndGroups": { - "allUsers": "所有使用者", - "directoryRoles": "目前系統管理員以外的目錄角色", - "globalAdmin": "全域系統管理員", - "noGuestAndAdmins": "來賓及外部、全域系統管理員、目前系統管理員以外的所有使用者" - }, - "azureManagement": "Azure 管理", - "deviceFilters": "裝置的篩選", - "devicePlatforms": "裝置平台" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "封鎖或限制從非受控裝置存取 SharePoint、OneDrive 和 Exchange 內容。", - "name": "CA014: 對非受控裝置使用應用程式強制的限制", - "title": "對非受控裝置使用應用程式強制的限制" - }, - "ApprovedClientApps": { - "description": "為了防止資料遺失,組織可使用 Intune 應用程式防護,對核准的新式驗證用戶端應用程式限制存取。", - "name": "CA012: 需要核准的用戶端應用程式及應用程式防護", - "title": "需要核准的用戶端應用程式及應用程式防護" - }, - "BlockAccessOnUnknowns": { - "description": "當裝置類型不明或不受支援時,將會封鎖使用者存取公司資源。", - "name": "CA010: 封鎖未知或不受支援裝置平台的存取", - "title": "封鎖未知或不受支援裝置平台的存取" - }, - "BlockLegacyAuth": { - "description": "封鎖可用來跳過多重要素驗證的舊版驗證端點。 ", - "name": "CA003: 封鎖舊版驗證", - "title": "封鎖舊版驗證" - }, - "NoPersistentBrowserSession": { - "description": "防止瀏覽器工作階段在瀏覽器關閉後保持登入狀態,以及將登入頻率設定為 1 小時,進而保護非受控裝置上的使用者存取。", - "name": "CA011: 沒有持續瀏覽器工作階段", - "title": "沒有持續性瀏覽器工作階段" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "要求特殊權限系統管理員在使用符合規範或已使用混合式 Azure AD 而聯結的裝置時,才存取資源。​", - "name": "CA009: 系統管理員需要符合規範或已使用混合式 Azure AD 而聯結的裝置", - "title": "系統管理員需要符合規範或已使用混合式 Azure AD 而聯結的裝置" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "要求使用者使用受控裝置或執行多重要素驗證,以保護公司資源的存取。(僅限 macOS 或 Windows)", - "name": "CA013: 所有使用者都需要符合規範或已使用混合式 Azure AD 而聯結的裝置或多重要素驗證", - "title": "所有使用者都需要符合規範或已使用混合式 Azure AD 而聯結的裝置或多重要素驗證" - }, - "RequireMFAAllUsers": { - "description": "所有使用者帳戶都需要多重要素驗證,以降低洩露的風險。", - "name": "CA004: 所有使用者都需要多重要素驗證", - "title": "所有使用者都需要多重要素驗證" - }, - "RequireMFAForAdmins": { - "description": "需要特殊權限系統管理帳戶的多重要素驗證,以降低洩露的風險。此原則將鎖定與安全性預設相同的角色。", - "name": "CA001: 管理員需要多重要素驗證", - "title": "管理員需要多重要素驗證" - }, - "RequireMFAForAzureManagement": { - "description": "需要多重要素驗證,才能保護對 Azure 資源的特殊權限存取。", - "name": "CA006: Azure 管理需要多重要素驗證", - "title": "Azure 管理需要多重要素驗證" - }, - "RequireMFAForGuestAccess": { - "description": "要求來賓使用者在存取公司資源時執行多重要素驗證。", - "name": "CA005: 來賓存取需要多重要素驗證", - "title": "來賓存取需要多重要素驗證" - }, - "RequireMFAForRiskySignIn": { - "description": "如果偵測到中度或高度的登入風險,則需要多重要素驗證。(需要 Azure AD Premium 2 授權)", - "name": "CA007: 風險性登入需要多重要素驗證", - "title": "風險性登入需要多重要素驗證" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "如果偵測到使用者風險很高,請要求使用者變更其密碼。(需要 Azure AD Premium 2 授權)", - "name": "CA008: 高風險使用者需要變更密碼", - "title": "高風險使用者需要變更密碼" - }, - "RequireSecurityInfo": { - "description": "保護使用者註冊 Azure AD 多重要素驗證和自助式密碼的時機和方式。 ", - "name": "CA002: 保護安全性資訊註冊", - "title": "保護安全性資訊註冊" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "啟用此原則將阻止任何對未知裝置類型的存取,在確認這不會影響使用者前,請考慮使用僅限報表模式。" - }, - "BlockLegacyAuth": { - "description": "在確認這不會影響使用者前,請考慮使用僅限報表模式。", - "title": "啟用此原則將封鎖所有使用者的版驗證。" - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "在您確認這不會影響您的特殊權限使用者之前,請考慮從使用僅限報表模式開始。", - "reportOnly": "處於僅限報表模式且需要相容裝置的原則可能會提示 Mac、iOS 和 Android 上的使用者在原則評定期間選取裝置憑證,即使沒有強制執行裝置合規性。在裝置符合規範之前,可能會重複這些提示。" - }, - "Title": { - "on": "除非使用符合規範或已使用混合式 Azure AD 聯結等受控裝置,否則啟用此原則將會防止特殊權限使用者存取。啟用之前,請先確保您已設定合規性原則或已啟用混合式 Azure AD 設定。", - "reportOnly": "啟用之前,請先確保您已設定合規性原則或已啟用混合式 Azure AD 設定。 " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "此原則會影響目前登入系統管理員以外的所有使用者。在您確認這不會影響您的使用者之前,請考慮從使用僅限報表模式開始。" - }, - "Title": { - "on": "不要將自己鎖定! 請確定您的裝置符合規範、已使用混合式 Azure AD 聯結,或您已設定多重要素驗證。 ", - "reportOnly": "處於僅限報表模式且需要相容裝置的原則可能會提示 Mac、iOS 和 Android 上的使用者在原則評定期間選取裝置憑證,即使沒有強制執行裝置合規性。在裝置符合規範之前,可能會重複這些提示。" - } - }, - "RequireMfa": { - "description": "如果使用緊急存取帳戶或 Azure AD Connect 同步內部部署物件,則在建立後可能需要將這些帳戶從該原則中排除。" - }, - "RequireMfaAdmins": { - "description": "請注意,將自動排除目前系統管理員帳戶,但所有其他帳戶將在原則建立時受到保護。請首先考慮使用僅限報表模式。", - "title": "請勿將自己鎖於之外而無法使用! 此原則影響 Azure 入口網站。" - }, - "RequireMfaAllUsers": { - "description": "在計劃並通知所有使用者此變更前,請考慮僅限報表模式。", - "title": "啟用此原則將針對所有使用者強制執行多重要素驗證。" - }, - "RequireSecurityInfo": { - "description": "請確保根據公司需要檢查設定以保護這些帳戶。", - "title": "此原則不包括以下使用者和角色: 來賓和外部使用者、全域系統管理員、目前管理員" - } - }, - "basics": "基本資料", - "clientApps": "用戶端應用程式", - "cloudApps": "雲端應用程式", - "cloudAppsOrActions": "雲端應用程式或動作 ", - "conditions": "條件 ", - "createNewPolicy": "從範本建立新原則 (預覽)", - "createPolicy": "建立原則", - "currentUser": "目前的使用者", - "customizeBuild": "自訂您的組建", - "customizeTemplate": "根據您要建立的原則類型自訂範本清單", - "excludedDevicePlatform": "排除的裝置平台", - "excludedDirectoryRoles": "排除的目錄角色", - "excludedLocation": "排除的目錄角色", - "excludedUsers": "排除使用者", - "grantControl": "授與控制項 ", - "includeFilteredDevice": "將篩選的裝置包含在原則中", - "includedDevicePlatform": "包含的裝置平台", - "includedDirectoryRoles": "包含的目錄角色", - "includedLocation": "包含的位置", - "includedUsers": "包含的使用者", - "legacyAuthenticationClients": "舊版驗證用戶端", - "namePolicy": "命名您的原則", - "needAdPremiumMessage": "您需要 Azure AD Premium 訂用帳戶才能使用此功能。", - "next": "下一步", - "policyName": "原則名稱", - "policyState": "原則狀態", - "policySummary": "原則摘要", - "policyTemplate": "原則範本", - "previous": "上一步", - "reviewAndCreate": "審核 + 建立", - "riskLevels": "風險層級", - "selectATemplate": "選取範本", - "selectTemplate": "選取範本", - "selectTemplateCategory": "選取範本類別", - "selectTemplateRecommendation": "根據您的回應建議下列範本", - "sessionControl": "工作階段控制項 ", - "signInFrequency": "登入頻率", - "signInRisk": "登入風險", - "template": "範本 ", - "templateCategory": "範本類別", - "userRisk": "使用者風險", - "usersAndGroups": "使用者與群組 ", - "viewPolicySummary": "檢視原則摘要 " - }, - "SSM": { - "MemberSelector": { - "description": "使用者與群組" - }, - "Notification": { - "Migration": { - "error": "無法將持續性存取評估設定遷移至持續性存取評估原則", - "inProgress": "遷移持續性存取評估設定", - "success": "已成功將持續性存取評估設定移轉至條件式存取原則", - "successDescription": "請前往條件式存取原則,以檢視新建名爲「从CAE 設定建立的 CA 原則」的原則中移轉之設定。" - }, - "error": "無法更新持續性存取評估設定", - "inProgress": "正在更新持續性存取評估設定", - "success": "已成功更新持續性存取評估設定" - }, - "PreviewOptions": { - "disable": "停用預覽", - "enable": "啟用預覽" - }, - "StrictLocationEnforcement": { - "infoContent1": "因為網路磁碟分割或 IPv4/IPv6 不相符,所以同一部用戶端裝置上的 Azure AD 與資源提供者,會看到不同的 IP 位址。施行詳細位置將會依據 Azure AD 與資源提供者看到的 IP 位址,施行條件式存取原則。", - "infoContent2": "為確保最高安全性,建議您在命名位置原則中提供 Azure AD 與資源提供者都可以看到的所有 IP,並開啟「嚴格位置強制」模式。", - "label": "嚴格施行位置", - "title": "其他施行模式" - }, - "bladeTitle": "持續性存取評估", - "description": "當使用者的存取權移除,或用戶端 IP 位址變更時,持續性存取評估會近即時地自動禁止存取資源與應用程式。", - "migrateLabel": "移轉", - "migrationError": "因為發生下列錯誤,移轉失敗: {0}", - "migrationInfo": "CAE 設定已移動至條件式存取 UX 下,請使用上方的 [遷移] 按鈕進行遷移,並在以後使用條件式存取原則進行設定。按一下這裡可深入了解。", - "noLicenseMessage": "使用 Azure AD Premium 管理智慧型工作階段管理設定", - "optionsPickerTitle": "啟用/停用持續性存取評估", - "upsellInfo": "您不再能變更此頁面上的設定,而且應該捨棄這裡的任何設定。將會遵守您先前的設定。您未來可以在 [條件式存取] 下設定 CAE 設定。按一下這裡以深入了解。" - }, - "SamlReauth": { - "Filter": { - "warning": "您的目標是使用動態查詢的應用程式。某些應用程式可能不支援搭配使用 [每次的登入頻率] 工作階段控制項。{0}深入了解建議的案例。{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "已選取的組織清單" - }, - "Upper": { - "gridAria": "可用的組織清單" - }, - "addTenantLabel": "將租用戶新增至選取", - "customOrganizationDescription": "新增具有此租用戶識別碼的組織", - "description": "輸入其中一個網域名稱來新增 Azure AD 組織。", - "notFoundResult": "找不到", - "searchBoxPlaceholder": "租用戶識別碼或網域名稱", - "subTitle": "Azure AD 組織", - "tenantAdded": "已新增此租用戶識別碼。", - "tenantIdNotFound": "找不到租用戶識別碼" - }, - "Selector": { - "AdditionalDetails": { - "aria": "組織識別碼: {0}" - }, - "DisplayText": { - "multiple": "已選取 {0} 個 Azure AD 組織", - "single": "已選取 1 個 Azure AD 組織" - }, - "gridAria": "已選取的組織清單" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "修改工作階段存留期", "mainOptionHelp": "設定使用者收到提示的頻率,及瀏覽器工作階段是否會持續。不支援新式驗證通訊協定的應用程式可能無法遵循這些原則。若遇到這種情況,請連絡應用程式開發人員。" }, - "SigninRisk": { - "LearnMore": { - "message": "針對特定登入風險層級,控制使用者的存取權。" - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "選取「{0}」時,將無法設定「{1}」條件。" - }, - "description": "登入風險層級是根據所有即時風險偵測而產生。", - "header": "選取此原則將套用的登入風險層級" - }, "SingleSelectorActive": { "failed": "無法載入此資料。", "reattempt": "正在載入資料。重試 {0}/{1}。" }, - "TimeCondition": { - "Errors": { - "both": "「包括」或「排除」時間範圍無效。", - "daysOfWeek": "{0}請務必指定至少一天的星期幾。", - "endBeforeStart": "{0}請確定開始日期/時間早於結束日期/時間。", - "exclude": "「排除」時間範圍無效。", - "generic": "{0}請確保星期幾和時區都已設定。如果未選取 [全天],則必須設定開始時間和結束時間。", - "include": "「包括」時間範圍無效。", - "timeMissing": "{0}請務必指定開始時間和結束時間。", - "timeZone": "{0}請務必指定時區。", - "timesAndZone": "{0}請務必設定開始時間、結束時間及時區。" - } - }, - "UserActions": { - "Included": { - "none": "未選取任何雲端應用程式或動作", - "plural": "包含 {0} 個使用者動作", - "singular": "包含 1 個使用者動作" - }, - "accessRequirement1": "層級 1", - "accessRequirement2": "層級 2", - "accessRequirement3": "層級 3", - "accessRequirementsLabel": "正在存取受保護的應用程式資料", - "appsActionsAuthTitle": "雲端應用程式、動作或驗證內容", - "appsOrActionsSelectorInfoBallonText": "已存取的應用程式或使用者動作", - "appsOrActionsTitle": "雲端應用程式或動作", - "label": "使用者動作", - "mainOptionsLabel": "選取此原則的套用對象", - "registerOrJoinDevices": "註冊或加入裝置", - "registerSecurityInfo": "登錄安全性資訊", - "selectionInfo": "選取要套用此原則的動作", - "whatIf": "包含使用者動作" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "選擇目錄角色" @@ -9197,88 +8925,6 @@ }, "learnMore": "根據原則的適用者來控制存取權,例如使用者和群組、工作負載身分、目錄角色或外部來賓。" }, - "ValidationResult": { - "blockEveryonePolicy": "無法設定原則。請檢閱指派與控制項。", - "invalidApplicationCondition": "選取的雲端應用程式無效", - "invalidClientTypesCondition": "選取的用戶端應用程式無效", - "invalidConditions": "未選取指派", - "invalidControls": "選取的控制項無效", - "invalidDevicePlatformsCondition": "選取的裝置平台無效", - "invalidDevicesCondition": "裝置设定無效。可能是「{0}」設定無效。", - "invalidGrantControlPolicy": "授與控制項無效", - "invalidLocationsCondition": "選取的位置無效", - "invalidNetworkAccessSecurityPolicyId": "附加到會話網路控制的原則無效。", - "invalidPolicy": "未選取指派", - "invalidSessionControlPolicy": "工作階段控制項無效", - "invalidSignInRisksCondition": "選取的登入風險無效", - "invalidUserRisksCondition": "選取的使用者風險無效", - "invalidUsersCondition": "選取的使用者無效", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM 原則只能套用到 Android 或 iOS 用戶端平台。", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "只有在網路存取流量設定檔成為目標時,網路存取會話原則才能正確運作。請更新您的目標資源區段。", - "notSupportedCombination": "不支援原則設定。深入了解支援的原則。", - "pending": "正在驗證原則", - "requireComplianceEveryonePolicy": "原則設定會要求所有使用者都具備裝置合規性。檢閱選取的指派。", - "success": "原則有效" - }, - "VpnCert": { - "Grid": { - "aria": "VPN 憑證清單" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "若要啟用所有驗證強項,請設定跨租用戶存取設定,以接受針對外部使用者的 Azure AD 租用戶的聲明。驗證強項只會為外部使用者設定第二要素驗證。", - "externalUsers": "若要啟用所有內建驗證強度,請設定跨租用戶存取設定,以接受來自外部使用者的 Azure AD 租用戶的宣告。按一下這裡以深入了解。" - }, - "combinedRegistration": "請啟用合併註冊,讓 [需要驗證強度] 可以正確運作。強烈建議對所有使用者開啟此功能,而不只是為其中一組使用者。", - "compliantDeviceEnabled": "請勿將自己鎖於之外而無法使用! 請確定您的裝置符合規範。", - "domainJoinedDeviceEnabled": "請勿將自己鎖於之外而無法使用! 請確定您已使用混合式 Azure AD 而聯結的裝置。", - "notAvailableForSP": "由於在原則指派中選取了 ‘{0}’,因此某些控制項無法使用", - "requireAuthOrMfa": "'{0}' 無法搭配 '{1}' 使用", - "requireMfa": "請考慮測試新「{0}」公開預覽", - "requirePasswordChangeEnabled": "當原則指派給「所有雲端應用程式」時,才可使用 [需要密碼變更]" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "需要合規裝置的僅限報表模式中之原則,會在 macOS、iOS、Android 和 Linux 上提示使用者選取裝置憑證。", - "excludeDevicePlatforms": "在此原則中排除裝置平台 macOS、iOS、Android 和 Linux。", - "proceedAnywayDevicePlatforms": "繼續進行選取的設定。檢查裝置是否合規時,macOS、iOS、Android 和 Linux 上的使用者會收到提示。" - }, - "blockCurrentUserPolicy": "請勿將自己鎖於之外而無法使用! 建議您先將原則套用至少量的使用者,確認其行為符合預期。同時也建議至少將一位系統管理員排除在此原則之外。如此可確保需要進行變時,您仍能存取及更新原則。請檢閱受影響的使用者與應用程式。", - "devicePlatformsReportOnlyPolicy": "需要合規裝置的僅限報表模式中之原則,會在 macOS、iOS 及 Android 上提示使用者選取裝置憑證。", - "excludeCurrentUserSelection": "將目前的使用者 {0} 排除在此原則之外。", - "excludeDevicePlatforms": "在此原則中排除裝置平台 macOS、iOS 及 Android。", - "proceedAnywayDevicePlatforms": "繼續進行選取的設定。檢查裝置是否合規時,macOS、iOS 及 Android 上的使用者會收到提示。", - "proceedAnywaySelection": "我了解我的帳戶將會受到這項原則的影響,仍要繼續。" - }, - "ServicePrincipals": { - "blockExchange": "選取 Office 365 Exchange Online 也會影響像是 OneDrive 與 Teams 等應用程式。", - "blockPortal": "請勿將自己鎖於之外而無法使用! 此原則會影響 Azure 入口網站。繼續之前,請先確認您或其他人可以回到入口網站。", - "blockPortalWithSession": "別限制自己的行動! 此原則會影響 Azure 入口網站。在您繼續前,請先確保您或其他人可回到入口網站。
                                      若您要設定僅會在選取 [所有雲端應用程式] 時正常運作的持續性瀏覽器工作階段原則,請略過此警告。", - "blockSharePoint": "選取 SharePoint Online 也會影響 Microsoft Teams、Planner、Delve、MyAnalytics 和 Newsfeed 等應用程式。", - "blockSkype": "選取商務用 Skype 網頁版也會影響 Microsoft Teams。", - "includeOrExclude": "您可以設定 ‘{0}’ 或 ‘{1}’ 的應用程式篩選,但不能同時設定兩者。", - "selectAppsNAForSP": "因為在原則指派中選取了 [{0}],所以無法選取個別的雲端應用程式", - "teamsBlocked": "當 SharePoint Online 和 Exchange Online 等應用程式包含在原則中時,Microsoft Teams 也會受到影響。" - }, - "Users": { - "blockAllUsers": "別將自己鎖在外面! 此原則會影響您的所有使用者。建議您先對一小部分使用者套用原則,以確認其行為符合預期。", - "xtap": "在授權控制中「需要驗證強度」設定對外部使用者可能無效。" - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "登入期間所採用裝置上的屬性清單。", - "infoBalloon": "登入期間所採用裝置上的屬性清單。" - } - }, - "noTenantSelected": "未選取租用戶", - "selectOrganization": "選取組織", - "tenantIdWithPlaceholder": "租用戶識別碼: {0}", - "tenantSelectionRequired": "需要租用戶" - }, "advancedTabText": "進階", "allCloudAppsErrorBox": "選取 [需要密碼變更] 授與時,必須選取 [所有雲端應用程式]", "allCloudAppsReauth": "選取 [每次登入頻率] 工作階段控制項及 [登入風險] 條件時,必須選取 [所有雲端應用程式]", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 年", "vpncertDropdownTwoyearOption": "2 年", "wednesday": "星期三", - "whatIfAppEnforcedControl": "使用應用程式強制執行限制", - "whatIfBladeDescription": "測試使用者在特定條件下登入時,條件式存取對其所產生的影響。", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "傳統原則不是由此工具評估。", - "whatIfClientAppInfo": "使用者所登入的用戶端應用程式。例如「瀏覽器」。", "whatIfCountry": "國家/地區", "whatIfCountryInfo": "使用者進行登入的國家/地區。", "whatIfDevicePlatformInfo": "使用者登入時所使用的裝置平台。", - "whatIfDeviceStateInfo": "使用者從中登入的裝置狀態", "whatIfEnterIpAddress": "輸入 IP 位址 (例如: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "指定的 IP 位址無效。", - "whatIfEvaResultApplication": "雲端應用程式", - "whatIfEvaResultClientApps": "用戶端應用程式", - "whatIfEvaResultDevicePlatform": "裝置平台", - "whatIfEvaResultEmptyPolicy": "原則空白", - "whatIfEvaResultInvalidCondition": "條件無效", - "whatIfEvaResultInvalidPolicy": "原則無效", - "whatIfEvaResultLocation": "位置", - "whatIfEvaResultNotEnoughInformation": "資訊不足", - "whatIfEvaResultPolicyNotEnabled": "原則未啟用", - "whatIfEvaResultSignInRisk": "登入風險", - "whatIfEvaResultUsers": "使用者和群組", "whatIfIpAddress": "IP 位址", "whatIfIpAddressInfo": "使用者登入時所使用的 IP 位址。", "whatIfIpCountryInfoBoxText": "若使用 IP 位址或國家/地區,則會需要兩個欄位,且應正確對應。", - "whatIfPolicyAppliesTab": "會套用的原則", - "whatIfPolicyAppliesTabWithCount": "適用的原則 ({0})", - "whatIfPolicyDoesNotApplyTab": "不會套用的原則", - "whatIfPolicyDoesNotApplyTabWithCount": "不適用的原則 ({0})", - "whatIfReasons": "此原則不會套用的原因", - "whatIfSelectClientApp": "選取用戶端應用程式...", "whatIfSelectCountry": "選取國家/地區...", "whatIfSelectDevicePlatform": "選取裝置平台...", "whatIfSelectPrivateLink": "選取私人連結...", - "whatIfSelectServicePrincipalRisk": "選取服務主體風險...", "whatIfSelectSignInRisk": "選取登入風險...", - "whatIfSelectType": "選取身分識別類型", - "whatIfSelectUserRisk": "選取使用者風險...", - "whatIfServicePrincipalRiskInfo": "與服務主體相關聯的風險層級", "whatIfSignInRisk": "登入風險", "whatIfSignInRiskInfo": "與登入相關的風險層級", "whatIfUnknownAreas": "不明區域", - "whatIfUserPickerLabel": "選取的使用者", - "whatIfUserPickerNoRowsLabel": "未選取任何使用者或服務主體", - "whatIfUserRiskInfo": "與使用者相關的風險層級", - "whatIfUserSelectorInfo": "您想要測試的目錄中使用者", "windows365InfoBox": "選取 Windows 365 會影響與雲端電腦和 Azure 虛擬桌面工作階段主機的連接。按一下這裡以深入了解。", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "需要工作負載身分識別進階 P1 或 P2 授權,才能編輯此原則。", "workloadIdentity": "工作負載身分識別" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "篩選", - "assignmentFilterTypeColumnHeader": "篩選模式", - "assignmentToast": "終端使用者通知", - "assignmentTypeTableHeader": "指派類型", - "deadlineTimeColumnLabel": "安裝期限", - "deliveryOptimizationPriorityHeader": "傳遞最佳化優先順序", - "groupTableHeader": "群組", - "installContextLabel": "安裝內容", - "isRemovable": "安裝為卸除式", - "licenseTypeLabel": "授權類型", - "modeTableHeader": "群組模式", - "policySet": "原則集合", - "preventAutoAppUpdate": "防止自動應用程式更新", - "preventManagedAppBackup": "禁止 iCloud 應用程式備份", - "restartGracePeriodHeader": "重新啟動寬限期", - "startTimeColumnLabel": "可用性", - "tracks": "追蹤", - "uninstallOnRemoval": "移除裝置時解除安裝", - "updateMode": "更新優先順序", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD Web 應用程式", - "androidEnterpriseSystemApp": "Android Enterprise 系統應用程式", - "androidForWorkApp": "受控 Google Play 商店應用程式", - "androidLobApp": "Android 企業營運應用程式", - "androidStoreApp": "Android Store 應用程式", - "builtInAndroid": "內建 Android 應用程式", - "builtInApp": "內建應用程式", - "builtInIos": "內建 iOS 應用程式", - "iosIPadOSWebClip": "iOS/iPadOS 網頁短片", - "iosLobApp": "iOS 企業營運應用程式", - "iosStoreApp": "iOS Store 應用程式", - "iosVppApp": "iOS 大量採購方案應用程式", - "lineOfBusinessApp": "企業營運應用程式", - "macOSDmgApp": "macOS 應用程式 (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS 企業營運應用程式", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office 套件", - "macOsVppApp": "macOS 大量採購方案應用程式", - "managedAndroidLobApp": "受管理的 Android 企業營運應用程式", - "managedAndroidStoreApp": "受管理的 Android Store 應用程式", - "managedGooglePlayApp": "受控 Google Play 商店應用程式", - "managedGooglePlayPrivateApp": "受控 Google Play 私人應用程式", - "managedGooglePlayWebApp": "受控 Google Play Web 連結", - "managedIosLobApp": "受管理的 iOS 企業營運應用程式", - "managedIosStoreApp": "受管理的 iOS Store 應用程式", - "microsoftStoreForBusinessApp": "商務用 Microsoft 網上商店應用程式", - "microsoftStoreForBusinessReleaseManagedApp": "商務用 Microsoft 網上商店", - "officeAddIn": "Office 增益集", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 及更新版本)", - "sharePointApp": "SharePoint 應用程式", - "teamsApp": "Teams 應用程式", - "webApp": "網頁連結", - "winGetPublicApp": "Windows 封裝管理員社群存放庫", - "winGetStoreApp": "Microsoft Store 應用程式 (新版)", - "windowsAppXLobApp": "Windows AppX 企業營運應用程式", - "windowsClassicApp": "Windows 應用程式 (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 及更新版本)", - "windowsMobileMsiLobApp": "Windows MSI 企業營運應用程式", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX 企業營運應用程式", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX 企業營運應用程式", - "windowsPhone81StoreApp": "Windows Phone 8.1 市集應用程式", - "windowsPhoneXapLobApp": "Windows Phone XAP 企業營運應用程式", - "windowsStoreApp": "Microsoft Store 應用程式 (舊版)", - "windowsUniversalAppXLobApp": "Windows 通用 AppX 企業營運應用程式", - "windowsUniversalLobApp": "Windows 通用企業營運應用程式", - "windowsWebApp": "Windows 網頁連結" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "已排除", - "include": "已包含", - "includeAllDevicesVirtualGroup": "已包含", - "includeAllUsersVirtualGroup": "已包含" - }, - "AssignmentToast": { - "hideAll": "隱藏所有快顯通知", - "showAll": "顯示所有快顯通知", - "showReboot": "顯示電腦重新開機的快顯通知" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "背景", - "displayText": "{0} 中的內容下載", - "foreground": "前景", - "header": "傳遞最佳化優先順序" - }, - "DeviceRestartBehaviorOptions": { - "allow": "應用程式安裝可能會強制裝置重新啟動", - "basedOnReturnCode": "根據傳回碼決定行為", - "force": "Intune 用戶端將會強制裝置重新啟動", - "suppress": "無特定動作" - }, - "FilterType": { - "exclude": "排除", - "include": "包含", - "none": "無" - }, - "InstallIntent": { - "available": "適用於已註冊的裝置", - "availableWithoutEnrollment": "無論註冊與否均可使用", - "notApplicable": "不適用", - "required": "必要", - "uninstall": "解除安裝" - }, - "SettingType": { - "assignmentType": "指派類型", - "deviceLicensing": "授權類型", - "installContext": "移除裝置時解除安裝", - "toastSettings": "終端使用者通知", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "預設", - "postponed": "已延後", - "priority": "高優先順序" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "針對初始佈建設定裝置並指派給使用者。", - "title": "裝置準備" - }, - "EnrollmentSettings": { - "description": "設定註冊設定,例如封鎖註冊並指派給使用者。", - "title": "註冊設定" - }, - "coManagementAuthorityDesc": "設定 Configuration Manager 整合的共同管理設定", - "coManagementAuthorityTitle": "共同管理設定 ", - "deploymentProfiles": "Windows AutoPilot 部署設定檔", - "description": "了解使用者或系統管理員可向 Intune 註冊 Windows 10/11 電腦的七種不同方式。", - "descriptionLabel": "Windows 註冊方式", - "enrollmentStatusPage": "[註冊狀態] 頁面" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "應用程式安裝可能會強制裝置重新啟動", - "basedOnReturnCode": "根據傳回碼決定行為", - "force": "Intune 用戶端將會強制裝置重新啟動", - "suppress": "無特定動作" - }, - "RunAsAccountOptions": { - "system": "系統", - "user": "使用者" - }, - "availableUninstall": "允許可用的解除安裝", - "availableUninstallTooltip": "選取 [是] 可為來自公司入口網站的使用者提供此應用程式的解除安裝選項。選取 [否] 可防止使用者從公司入口網站解除安裝應用程式。", - "bladeTitle": "程式", - "deviceRestartBehavior": "裝置重新啟動行為", - "deviceRestartBehaviorTooltip": "請選取應用程式成功安裝後的裝置重新啟動行為。選取 [根據傳回碼決定行為] 會根據傳回的代碼組態設定重新啟動裝置。選取 [無特定動作] 會在 MSI 式應用程式的應用程式安裝期間隱藏裝置重新啟動。選取 [App install may force a device restart] 會允許應用程式在不隱藏重新啟動的情況下完成。選取 [Intune will force a mandatory device restart] 會一律在成功安裝應用程式後重新啟動裝置。", - "header": "請指定用於安裝和解除安裝此應用程式的命令:", - "installCommand": "安裝命令", - "installCommandMaxLengthErrorMessage": "安裝命令不得超過允許的長度上限 1024 個字元。", - "installCommandTooltip": "用於安裝此應用程式的完整安裝命令列。", - "runAs32Bit": "在 64 位元用戶端上以 32 位元處理序的形式執行安裝和解除安裝命令", - "runAs32BitTooltip": "選取 [是] 會在 64 位元用戶端上以 32 位元處理序的形式安裝和解除安裝應用程式。選取 [否] (預設) 會在 64 位元用戶端上以 64 位元處理序的形式安裝和解除安裝應用程式。32 位元用戶端一律會使用 32 位元處理序。", - "runAsAccount": "安裝行為", - "runAsAccountTooltip": "選取 [系統] 可為所有使用者安裝此應用程式 (如果支援)。選取 [使用者] 可為裝置上的登入使用者安裝此應用程式。對於要達到兩種目標的 MSI 應用程式,變更會使更新和解除安裝在原始安裝時套用到裝置的值還原前,都無法成功完成。", - "selectorLabel": "程式", - "uninstallCommand": "解除安裝命令", - "uninstallCommandTooltip": "用於將此應用程式解除安裝的完整解除安裝命令列。" - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "使用這些設定以隨時掌握哪些使用者安裝了在您的公司中未核准使用的應用程式。選取受限制的應用程式清單類型:

                                      \r\n 禁止的應用程式 - 在使用者安裝時,您希望收到通知的應用程式清單。
                                      \r\n 核准的應用程式 - 您的公司中核准使用的應用程式清單。當使用者安裝不在此清單中的應用程式時,您就會收到通知。
                                      \r\n ", - "androidZebraMxZebraMx": "用 XML 格式上傳 MX 設定檔的方式,設定 Zebra 裝置。", - "iosDeviceFeaturesAirprint": "使用這些設定將 iOS 裝置設定為可自動連線到您網路上與 AirPrint 相容的印表機。您需要印表機的 IP 位址與資源路徑。", - "iosDeviceFeaturesExtensibleSingleSignOn": "設定應用程式延伸模組,為執行 iOS 13.0 或更新版本的裝置啟用單一登入 (SSO)。", - "iosDeviceFeaturesHomeScreenLayout": "設定 iOS 裝置的固定位置與主畫面配置。某些裝置可能對於顯示的項目數有所限制。", - "iosDeviceFeaturesIOSWallpaper": "顯示會出現在 iOS 裝置主畫面及/或鎖定畫面中的影像。\r\n 若要在每個位置都顯示唯一的影像,請使用鎖定畫面影像建立一個設定檔,使用主畫面影像建立一個設定檔。\r\n 然後將這兩個設定檔指派給您的使用者。\r\n
                                      \r\n
                                        \r\n
                                      • 檔案大小上限: 750 KB
                                      • \r\n
                                      • 檔案類型: PNG、JPG 或 JPEG
                                      • \r\n
                                      \r\n ", - "iosDeviceFeaturesNotifications": "指定應用程式的通知設定。支援 iOS 9.3 及更新版本。", - "iosDeviceFeaturesSharedDevice": "指定顯示於鎖定畫面上的選擇性文字。iOS 9.3 及更新版本支援此功能。深入了解", - "iosGeneralApplicationRestrictions": "使用這些設定以隨時掌握哪些使用者安裝了在您的公司中未核准使用的應用程式。選取受限制的應用程式清單類型:

                                      \r\n 禁止的應用程式 - 在使用者安裝時,您希望收到通知的應用程式清單。
                                      \r\n 核准的應用程式 - 您的公司中核准使用的應用程式清單。當使用者安裝不在此清單中的應用程式時,您就會收到通知。
                                      \r\n ", - "iosGeneralApplicationVisibility": "使用顯示應用程式清單可指定使用者可以檢視或啟動的 iOS 應用程式。使用隱藏應用程式清單可指定使用者無法檢視或啟動的 iOS 應用程式。", - "iosGeneralAutonomousSingleAppMode": "您新增到此清單並指派到裝置的應用程式可以鎖定裝置,使其在啟動後僅執行該應用程式,或在某動作執行時鎖定裝置 (例如進行測試)。在動作完成後,或您移除限制後,裝置會回到正常狀態。", - "iosGeneralKiosk": "資訊亭模式會將多項設定鎖定在裝置中,或指定可在裝置上執行的單一應用程式。這在您希望裝置只執行單一示範應用程式的環境中很實用,例如零售商店。", - "macDeviceFeaturesAirprint": "使用這些設定,將 macOS 裝置設定為自動連線到網路上與 AirPrint 相容的印表機。您會需要印表機的 IP 位址及資源路徑。", - "macDeviceFeaturesAssociatedDomains": "設定相關網域以在您組織的應用程式與網站之間共用資料及登入認證。此設定檔可套用到執行 macOS 10.15 或更新版本的裝置。", - "macDeviceFeaturesExtensibleSingleSignOn": "設定應用程式延伸模組,為執行 macOS 10.15 或更新版本的裝置啟用單一登入 (SSO)。", - "macDeviceFeaturesLoginItems": "選擇使用者登入裝置時要開啟的應用程式、檔案和資料夾。如果您不想要讓使用者變更所選應用程式的開啟方式,可以將應用程式從使用者設定中隱藏。", - "macDeviceFeaturesLoginWindow": "設定 macOS 登入畫面的外觀,及使用者在登入前後可使用的功能。", - "macExtensionsKernelExtensions": "使用這些項目來設定執行 10.13.2 或更新版本之 macOS 裝置上的核心延伸模組原則。", - "macGeneralDomains": "使用者傳送或接收的電子郵件,若不符合您於此處所指定的網域,會標示為不受信任。", - "windows10EndpointProtectionApplicationGuard": "在使用 Microsoft Edge 時,Microsoft Defender 應用程式防護會保護您的環境免受未經您組織定義為受信任的網站所威脅。當使用者前往未列於隔離網路界限中的網站時,該網站就會在 Hyper-V 的虛擬瀏覽工作階段內開啟。信任的網站會根據網路界限來定義,您可以在裝置設定中加以設定。請注意,僅執行 64 位元 Windows 10 或更新版本的裝置可使用此功能。", - "windows10EndpointProtectionCredentialGuard": "啟用 Credential Guard 會啟用下列必要設定:\r\n
                                      \r\n
                                        \r\n
                                      • 啟用虛擬化型安全性: 於下次重新開機時開啟虛擬化型安全性 (VBS)。虛擬化型安全性使用 Windows Hypervisor 提供安全性服務的支援。
                                      • \r\n
                                        \r\n
                                      • 使用直接記憶體存取的安全開機: 使用安全開機與直接記憶體存取 (DMA) 來開啟 VBS。
                                      • \r\n
                                      \r\n ", - "windows10EndpointProtectionDeviceGuard": "請選擇其他需要稽核,或者是可以信任由 Microsoft Defender 應用程式控制執行的應用程式。Windows 元件及來自 Microsoft Store 的所有應用程式都會直接受信任並執行。

                                      \r\n 當以「僅稽核」模式執行時,應用程式不會受到封鎖。「僅稽核」模式會在本機用戶端記錄中記錄所有事件。\r\n ", - "windows10GeneralPrivacyPerApp": "新增隱私權行為不同於您在 [預設隱私權] 中所定義的應用程式。", - "windows10NetworkBoundaryNetworkBoundary": "網路界限是企業資源 (例如企業網路上電腦裝載於雲端的網域和 IP 位址範圍) 清單。定義網路界限可套用原則以保護位於這些位置的資料。", - "windowsHealthMonitoring": "設定 Windows 狀況監控視原則。", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone 可以封鎖使用者安裝或啟動禁止的應用程式清單中所指定的應用程式,或核准的應用程式清單中未指定的應用程式。所有受管理應用程式都必須新增至核准的清單中。" - }, - "Inputs": { - "accountDomain": "帳戶網域", - "accountDomainHint": "例如 contosodomain", - "accountDomainInfoBalloon": "指定使用者的帳戶網域。", - "accountTypeInfoBalloon": "指定要依驗證模型設定的帳戶類型", - "allowContactSetting": "允許使用者變更連絡人設定", - "allowContactSyncInfoBalloon": "指定是否允許使用者變更連絡人同步設定", - "allowUserChange": "允許使用者變更設定", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "請輸入類似於 com.microsoft.word 的套件名稱", - "androidUrlValidation": "輸入與 https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en 類似的有效 URL", - "appInstallContext": "應用程式安裝內容", - "appUrlLabel": "AppStore URL", - "appleUrlValidation": "輸入與 https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8 類似的有效 URL", - "applicableDeviceType": "適用的裝置類型", - "assignmentActionLabel": "模式", - "authenticationMethodInfoBalloon": "指定使用者的驗證方法", - "authenticationMetod": "驗證方法", - "authenticationType": "驗證類型", - "authenticationTypeInfoBalloon": "指定使用者的驗證類型", - "availableLicenseCount": "可用的授權", - "basicAuth": "基本驗證", - "biometricsInfoBalloon": "使用者可以要求必須透過 TouchID 或 FaceID 等生物識別技術來存取他們裝置上的應用程式。如有要求,則除了此設定檔中選取的驗證方法以外還會使用生物識別技術。因為應用程式保護原則會要求使用者在存取受控資料前滿足存取條件,所以在部署 Intune 應用程式保護原則時,不應啟用此設定。同時啟用兩者會導致產生多個存取 Outlook Mobile 的提示。當設為未設定時,預設應用程式設定會設為 [關閉]。", - "bookNameLabel": "書名", - "bundleDescriptionHint": "輸入描述內含之應用程式的說明。", - "calendar": "月曆", - "categoryLabel": "分類", - "categoryNameLabel": "預設名稱", - "certProfileType": "憑證設定檔類型", - "certificate": "憑證", - "certificates": "憑證", - "commandLineLabel": "命令列引數", - "commandLineSizeHint": "命令列引數文字最長不得超過 1024 個字元", - "configurationSettingsFormatLabel": "組態設定格式", - "configurationSettingsLabel": "設定格式", - "contactSync": "儲存連絡人", - "contactSyncInfoBalloon": "將連絡人儲存至行動裝置的原生通訊錄,可使新的通話及文字訊息連結到使用者現有的 Outlook 連絡人。當設為未設定時,預設應用程式設定會設為 [關閉]。", - "contacts": "連絡人", - "createdDateTime": "已建立", - "defaultCategoryHint": "無法變更預設類別", - "deploySMimeCertsFromIntune": "從 Intune 部署 S/MIME 憑證", - "descriptionGenericLabel": "描述", - "descriptionHint": "輸入描述...", - "descriptionLabel": "描述", - "descriptionSizeHint": "描述的長度不應超過 10,000 個字元", - "developerLabel": "開發人員", - "developerSizeHint": "開發人員名稱長度不得超過 256 個字元。", - "disable": "停用", - "disabled": "已停用", - "displayNameLabel": "名稱", - "displayVersionHint": "輸入應用程式版本", - "displayVersionLabel": "應用程式版本", - "displayVersionLengthCheck": "顯示版本的長度最多應為 130 個字元", - "eBookCategoryNameLabel": "預設名稱", - "emailAccount": "電子郵件帳戶名稱", - "emailAccountHint": "例如,公司電子郵件", - "emailAccountInfoBalloon": "指定電子郵件帳戶的顯示名稱,原因是它會顯示在使用者的裝置上", - "emailAddressAttribute": "來自 AAD 的電子郵件地址屬性", - "emailAddressInfoBalloon": "指定要用於傳送和接收電子郵件的電子郵件地址", - "emailServer": "電子郵件伺服器", - "emailServerHint": "例如 mail.contoso.com", - "emailServerInfoBalloon": "指定您 Exchange Server 的主機名稱", - "enable": "啟用", - "enableSMime": "啟用 S/MIME", - "enabled": "啟用", - "encryptAllEmails": "加密所有電子郵件", - "encryptionCertificates": "加密憑證", - "endUserNotifications": "終端使用者通知", - "enrollmentTypeLabel": "裝置註冊類型", - "externalRecipients": "外部收件者郵件提示", - "externalRecipientsInfoBalloon": "若寄件者新增外部的收件者或新增包含外部收件者的通訊群組,就會顯示外部收件者郵件提示。若寄件者撰寫的訊息會傳到組織之外,郵件提示會通知寄件者,以協助他們使用適當的用字、語氣及內容進行撰寫。此功能僅適用於利用混合式新式驗證的 Exchange Online 帳戶及內部部署帳戶。當設為未設定時,預設應用程式會設為 [開啟]。", - "focusedInbox": "焦點收件匣", - "focusedInboxInfoBalloon": "焦點收件匣會將收件匣區分為兩個索引標籤 - [焦點] 及 [其他]。您最重要的電子郵件會在 [焦點] 索引標籤中,其他電子郵件雖然仍可輕易存取,但位於較遠的 [其他] 索引標籤。當設為未設定時,預設應用程式設定會設為 [開啟]。", - "gmailNineAmountOfEmail": "要同步處理的電子郵件數量", - "gmailNineAuthenticationMethodInfoBalloon": "選取您希望使用者如何對電子郵件伺服器進行驗證。使用憑證可為終端使用者提供最安全且無縫的體驗。由於裝置擁有者裝置的 SCEP 和 PKCS 憑證設定檔無法使用,因此尚未提供以憑證基礎的驗證。 ", - "gmailNineCertificateUPNInfoBalloon": "憑證必須包含使用者主體名稱 (UPN) 以作為主體別名。", - "gmailNineEmailAddressInfoBalloon": "Intune 從 Azure AD 取得來動態產生電子郵件地址的屬性將提供給設定檔使用,例如: MyName@contoso.com (UPN)。深入了解適用於電子郵件設定檔的 AAD 屬性。", - "gmailNineEmailServerInfoBalloon": "電子郵件伺服器的 Exchange 位置 (URL),指定的應用程式會連線至該處以取得電子郵件。", - "gmailNineEmailSynchronizeInfoBalloon": "控制用戶端將會同步處理多少電子郵件。", - "gmailNineSSLInfoBalloon": "啟用 SSL 以協助保護所有與電子郵件伺服器進行的通訊。", - "gmailNineUsernameInfoBalloon": "Intune 從 Azure AD 取得來動態產生使用者名稱的屬性將提供給設定檔使用,例如: MyName@contoso.com (UPN) 或 MyName (使用者名稱)。深入了解適用於電子郵件設定檔的 AAD 屬性。", - "ignoreVersionDetection": "略過應用程式版本", - "informationUrlLabel": "資訊 URL", - "informationUrlSizeHint": "資訊 URL 的長度上限為 1024 個字元", - "installAsManaged": "以受控方式安裝", - "installationSourceLabel": "應用程式類型", - "installerTypeInfoBalloon": "應用程式封裝的安裝程式類型。", - "installerTypeLabel": "安裝程式類型", - "isFeatured": "將此項顯示為公司入口網站中的精選應用程式", - "isMAMEnabledToggleLabel": "是", - "lastModifiedDateTime": "上次更新時間", - "ldapUrl": "LDAP URL", - "licensingType": "支援裝置內容指派", - "microsoft": "Microsoft", - "minimumOperationSystem": "最基本的作業系統", - "modernAuth": "新式驗證", - "nameHint": "輸入名稱", - "nameLabel": "名稱", - "nameSizeHint": "帳戶名稱最長不得超過 512 個字元。", - "notConfigured": "未設定", - "notesLabel": "附註", - "notesSizeHint": "附註文字最長不得超過 1024 個字元。", - "notificationType": "通知類型", - "oneDay": "一天", - "oneMonth": "一個月", - "oneWeek": "一星期", - "outlookSMimeSettings": "Outlook S/MIME 設定", - "ownerLabel": "擁有者", - "ownerSizeHint": "擁有者名稱最長不得超過 256 個字元。", - "packageIdLabel": "封裝識別碼", - "packageNameLabel": "套件名稱", - "pivCredentialNotConfigured": "您尚未選取租用戶的衍生認證簽發者。您必須先設定一個,才能成功將此原則套用到裝置。", - "platformLabel": "平台", - "policyDescriptionLabel": "描述", - "policyNameLabel": "名稱", - "primarySMTPAddress": "主要 SMTP 位址", - "privacyUrlLabel": "隱私權 URL", - "publisherHint": "輸入發行者名稱", - "publisherLabel": "發行者", - "publisherSizeHint": "發行者名稱的長度應介於 2 到 1024 (含) 個字元之間", - "require": "需要", - "requireBiometrics": "需要生物識別技術才能存取應用程式", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "至少需要一個範圍標籤", - "searchAppLabel": "選取應用程式", - "searchAppLinkText": "搜尋 App Store", - "searchWinGetPublicRepositoryLinkText": "搜尋 Windows 封裝管理員社群存放庫", - "searchWinGetStoreRepositoryLinkText": "搜尋 Microsoft Store 應用程式 (新版)", - "selectAAD": "選取 AAD 屬性", - "selectAppFileLabel": "選取檔案", - "selectAppFileLinkText": "選取應用程式套件檔案", - "selectAppFileToUpdateLabel": "選取要更新的檔案", - "selectAuthMethod": "選取驗證方法", - "selectAuthType": "選取驗證類型", - "selectCertificate": "選取憑證", - "signAllEmails": "簽署所有電子郵件", - "signingCertificates": "簽署憑證", - "ssl": "SSL", - "suiteDescriptionLabel": "套件描述", - "suiteNameLabel": "套件名稱", - "tasks": "工作", - "threeDays": "三天", - "totalLicenseCount": "授權總數", - "twoWeeks": "兩週", - "unifiedAssignmentsLabel": "指派至:", - "unlimited": "無限制", - "urlHint": "輸入有效的 URL", - "useManagedBrowserHint": "僅限 Android 與 iOS。深入了解", - "useManagedBrowserLabel": "需要受管理瀏覽器以開啟此連結", - "userPrinicipalName": "使用者主體名稱", - "username": "使用者名稱", - "usernameAttribute": "來自 AAD 的使用者名稱屬性", - "usernameAttributreInfoBalloon": "指定要用來驗證帳戶的電子郵件設定檔使用者主體名稱", - "usernamePassword": "使用者名稱和密碼", - "webAppUrlHint": "輸入以 http:// 或 https:// 開頭的有效 URL", - "webAppUrlLabel": "應用程式 URL", - "webAppUrlSizeHint": "應用程式 URL 最大長度為 1024 個字元。", - "windowsUrlValidation": "輸入與 https://www.microsoft.com/store/p/lync/9wzdncrfhvhm 類似的有效 URL", - "xMLDataEntered": "已輸入 XML 資料", - "xmlFormatInvalid": "XML 原則的格式不正確。", - "xmlTooLarge": "輸入大小必須小於 1 MB。" - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "不支援", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "建立品質更新原則需要特定授權。", "warningBoxText": "雖然加速軟體更新有助於在必要時,縮短達成合規性的時間,但對於終端使用者的產能,將會有較大影響。終端使用者在上班時間內執行重新啟動的機會,可能會明顯增加。" }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                      For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                      Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                                      \n
                                        \n
                                      • This setting works correctly when \"All cloud apps\" are selected
                                      • \n
                                      • This does not affect token lifetimes or the sign-in frequency setting.
                                      • \n
                                      • This will override the \"Show option to stay signed in\" policy in Company Branding.
                                      • \n
                                      • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                                      • \n
                                      • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                                      • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                        Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge 組態設定", "edgeWindowsDataProtectionSettings": "Edge (Windows) 資料保護設定 - 預覽", @@ -10783,7 +11566,10 @@ "Column": { "author": "作者", "template": "範本名稱" - } + }, + "Row": { + "ariaLabel": "資料列 {0} (共 {1} 個) 資料行 {2}" + } }, "SettingsCatalog": { "subtitle": "從頭開始,並從可用設定的程式庫中選取您想要的設定", @@ -11593,6 +12379,7 @@ "gettingStarted": "開始使用", "messages": "訊息", "onlineResources": "線上資源", + "policyHealth": "原則健康情況", "releaseManagement": "發行管理", "serviceRequests": "服務要求", "settings": "設定", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "適用於端點的 Microsoft Defender", "allApps": "所有應用程式", "allDevices": "所有裝置", - "androidFotaDeployments": "Android FOTA 部署", + "androidFotaDeployments": "Android FOTA 部署 (預覽)", "appBundles": "應用程式套件組合", "appCategories": "應用程式類別", "appConfigPolicies": "應用程式設定原則", @@ -11621,11 +12408,14 @@ "assignedPermissions": "指派的權限", "assignedRoles": "指派的角色", "autopilotDeploymentReport": "Autopilot 部署 (預覽)", + "autopilotDeploymentReportV2": "Autopilot 部署 2.0 (預覽)", "brandingAndCustomization": "自訂", "cartProfiles": "購物車設定檔", "certificateConnectors": "憑證連接器", "chromeEnterprise": "Chrome Enterprise (預覽)", "cloudAttachedDevices": "連結到雲端的裝置 (預覽)", + "cloudPcActions": "雲端電腦動作 (預覽)", + "cloudPcMaintenanceWindows": "雲端電腦維護視窗 (預覽)", "compliancePolicies": "合規性政策", "complianceScriptManagement": "指令碼", "complianceScriptManagementPreview": "指令碼 (預覽)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "註冊限制", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange 服務連接器", - "failuresForDriverUpdates": "Windows 驅動程式更新失敗 (預覽)", + "failuresForDriverUpdates": "Windows 驅動程式更新失敗", "failuresForFeatureUpdates": "功能更新失敗", "failuresForQualityUpdates": "Windows 快速更新失敗", "featureFlighting": "功能正式發行前小眾測試", "featureUpdateDeployments": "Windows 10 和更新版本的功能更新", "flighting": "正式發行前小眾測試", - "fotaUpdate": "韌體無線更新", + "fotaUpdate": "韌體無線更新 (預覽)", "groupPolicy": "系統管理範本", "groupPolicyAnalytics": "群組原則分析", "helpSupport": "說明及支援", @@ -11717,12 +12507,12 @@ "user": "使用者", "userExecutionStatus": "使用者狀態", "wdacSupplementalPolicies": "S 模式補充原則", - "windows10DriverUpdate": "Windows 10 和更新版本的驅動程式更新 (預覽)", + "windows10DriverUpdate": "Windows 10 和更新版本的驅動程式更新", "windows10QualityUpdate": "Windows 10 和更新版本的品質更新", "windows10UpdateRings": "Windows 10 及更新版本的更新通道", "windows10XPolicyFailures": "Windows 10X 原則失敗", "windows365Connector": "Windows 365 Citrix 連接器", - "windows365ConnectorPublicPreview": "Windows 365 Citrix 連接器 (預覽)", + "windows365PartnerConnector": "Windows 365 合作夥伴連接器", "windowsDiagnosticData": "Windows 資料", "windowsEnterpriseCertificate": "Windows Enterprise 憑證", "windowsManagement": "PowerShell 指令碼", @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "裝置重新啟動寬限期", "summaryTitle": "終端使用者體驗" }, - "EnrollmentType": { - "devicesWithEnrollment": "受控裝置", - "devicesWithoutEnrollment": "受管理的應用程式" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "檔案或資料夾作為選取的需求。", + "pathToolTip": "要偵測檔案或資料夾的完整路徑。", + "property": "屬性", + "valueToolTip": "選取符合所選偵測方法的需求值。應以您當地的格式輸入日期與時間需求。" + }, + "GridColumns": { + "pathOrScript": "路徑/指令碼", + "type": "類型" + }, + "Registry": { + "keyPath": "機碼路徑", + "keyPathTooltip": "包含作為需求之值的登錄項目完整路徑。", + "operator": "Operator", + "operatorTooltip": "選取運算子以供比較。", + "registryRequirement": "登錄機碼需求", + "registryRequirementTooltip": "選取登錄機碼需求比較。", + "valueName": "值名稱", + "valueNameTooltip": "所需登錄值的名稱。" + }, + "RequirementTypeOptions": { + "fileType": "檔案", + "registry": "登錄", + "script": "指令碼" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "布林值", + "dateTime": "日期與時間", + "float": "浮點", + "integer": "整數", + "string": "字串", + "version": "版本" + }, + "duplicateName": "指令碼名稱 {0} 已使用。請輸入其他名稱。", + "enforceSignatureCheck": "強制執行指令碼簽章檢查", + "enforceSignatureCheckTooltip": "選取 [是] 可驗證指令碼確實由信任的發行者所簽署,這能使指令碼執行時不顯示任何警告或提示。指令碼會在已解除封鎖的情況下執行。選取 [否] (預設) 會經終端使用者確認後執行指令碼,但不經過簽章驗證。", + "loggedOnCredentials": "使用登入認證執行此指令碼", + "loggedOnCredentialsTooltip": "使用已登入的裝置認證執行指令碼。", + "operatorTooltip": "選取運算子以比較需求。", + "requirementMethod": "選取輸出資料類型", + "requirementMethodTooltip": "選取判斷偵測符合需求時所使用的資料類型。", + "scriptContent": "指令碼內容", + "scriptFile": "指令碼檔", + "scriptFileTooltip": "選取將偵測應用程式是否存在於用戶端上的 PowerShell 指令碼。若偵測到應用程式,需求處理序會提供值為 0 的結束代碼,並會將字串值寫入 StdOut。", + "scriptName": "指令碼名稱", + "value": "值", + "valueTooltip": "選取符合所選偵測方法的需求值。應以您當地的格式輸入日期與時間需求。" + }, + "bladeTitle": "新增需求規則", + "createRequirementHeader": "建立需求。", + "header": "設定其他需求規則", + "label": "其他需求規則", + "noRequirementsSelectedPlaceholder": "未指定任何需求。", + "requirementType": "需求類型", + "requirementTypeTooltip": "選擇用來判斷如何驗證需求的偵測方法類型。" + }, + "architectures": "作業系統架構", + "architecturesTooltip": "請選擇安裝應用程式所需的架構。", + "bladeTitle": "需求", + "diskSpace": "所需磁碟空間 (MB)", + "diskSpaceTooltip": "安裝應用程式所需的系統磁碟機可用磁碟空間。", + "header": "請指定安裝應用程式前,裝置須滿足的需求:", + "maximumTextFieldValue": "此值最大不可超過 {0}。", + "minimumCpuSpeed": "所需的最低 CPU 速度 (MHz)", + "minimumCpuSpeedTooltip": "安裝應用程式所需的最低 CPU 速度。", + "minimumLogicalProcessors": "所需的最低邏輯處理器數", + "minimumLogicalProcessorsTooltip": "安裝應用程式所需的最低邏輯處理器數。", + "minimumOperatingSystem": "最基本的作業系統", + "minimumOperatingSystemTooltip": "請選取安裝應用程式所需的最低作業系統。", + "minumumTextFieldValue": "此值至少須為 {0}。", + "physicalMemory": "所需的實體記憶體 (MB)", + "physicalMemoryTooltip": "安裝應用程式所需的實體記憶體 (RAM)。", + "selectorLabel": "需求", + "validNumber": "請輸入有效的數字。" + }, "PolicySet": { "appManagement": "應用程式管理", "assignments": "指派", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "裝置組態設定檔", "powershellScriptTitle": "PowerShell 指令碼" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                        For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                        Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "建議", "CountryNames": { "countryNameNR": "諾魯", "countryNameBH": "巴林", @@ -11909,7 +12984,7 @@ "countryNameBN": "汶萊", "countryNameBD": "孟加拉", "countryNameMW": "馬拉威", - "countryNameGM": "Gambia", + "countryNameGM": "甘比亞", "countryNameGA": "加彭", "countryNameCA": "加拿大", "countryNameSH": "聖赫勒拿島", @@ -12029,7 +13104,7 @@ "countryNameSG": "新加坡", "countryNameAL": "阿爾巴尼亞", "countryNameSN": "塞內加爾", - "countryNameSZ": "Eswatini", + "countryNameSZ": "史瓦帝尼", "countryNameBZ": "貝里斯", "countryNameCI": "科特迪瓦 (象牙海岸)", "countryNameTW": "台灣", diff --git a/Documentation/Strings-zh.json b/Documentation/Strings-zh.json index e6e2c0a..bd721fa 100644 --- a/Documentation/Strings-zh.json +++ b/Documentation/Strings-zh.json @@ -494,6 +494,12 @@ "StartDateOnlyStartDate": { "label": "First available date" }, + "Windows11SideBySideInstall": { + "disabled": "Disabled", + "enabled": "Enabled", + "infoBalloonContent": "Control whether to install the latest Windows 10 feature update to devices not eligible for Windows 11", + "label": "When a device isn't capable of running Windows 11, install the latest Windows 10 feature update" + }, "bladeTitle": "Feature update deployments", "deploymentSettingsTitle": "Deployment settings", "loadError": "Loading failed!", @@ -510,7 +516,8 @@ }, "gradualRolloutLicenseWarning": "This capability requires specific licensing.", "gradualRolloutLicenseWarningEdit": "This capability may continue to be used and configured until the policy is saved without this capability selected.", - "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies." + "licenseLearnMoreText": "Learn more about pre-requisites and feature update policies.", + "specificLicensingRequired": "Some selected capabilities require specific licensing." }, "WIPPinRequirements": { "WipLowercaseCharacterPinRequirements": { @@ -660,20 +667,25 @@ "description": "Help your device users understand what the app is and/or what they can do in the app. This description will be visible to them in Company Portal.", "developer": "The name of the company or Individual that developed the app. This information will be visible to people signed into the admin center.", "displayVersion": "The version of the app. This information will be visible to users in the Company Portal.", + "fullScreenEnabled": "If configured to yes, launches the web clip as a full-screen web app.", + "ignoreManifestScope": "If configured to yes, a full screen web clip can navigate to an external web site without showing Safari UI. Otherwise, Safari UI appears when navigating away from the web clip’s URL. This key has no effect when Full screen is false.", "infoUrl": "Link people to a website or documentation that has more information about the app. The information URL will be visible to users in Company Portal.", "isFeatured": "Featured apps are prominently placed in Company Portal so that users can quickly get to them.", "learnMore": "Learn more", "logo": "Upload a logo that's associated with the app. This logo will appear next to the app throughout Company Portal.​", "macOSDmgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .dmg.​", + "macOSPkgAppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .pkg.​", "minOperatingSystem": "Select the earliest operating system version on which the app can be installed. If you assign the app to a device with an earlier operating system, it will not be installed.​", "name": "Add a name for the app. This name will be visible in the Intune apps list and to users in the Company Portal.​", "notes": "Add additional notes about the app. Notes will be visible to people signed in to the admin center.", "owner": "The name of the person in your organization who manages licensing or is the point-of-contact for this app. This name will be visible to people signed in to the admin center.​", "packageId": "The app Package Identifier is the unique value that identifies the app.", "packageName": "Contact the device manufacturer to get the app's package name. Example package name: com.example.app​​", + "preComposedIconEnabled": "If configured to yes, prevents SpringBoard from adding \"shine\" to the icon.", "privacyUrl": "Provide a link for people who want to learn more about the app's privacy settings and terms. The privacy URL will be visible to users in Company Portal.", "publisher": "The name of the developer or company that distributes the app. This information will be visible to users in Company Portal.", "selectApp": "Search the App Store for iOS store apps that you want to deploy with Intune.", + "targetApplicationBundleIdentifier": "The application bundle identifier that specifies the application which opens the URL. Available in iOS 14 and later.", "useManagedBrowser": "If required, when a user opens the web app, it will open in an Intune-protected browser such as Microsoft Edge or Intune Managed Browser. This setting applies to both iOS and Android devices.", "useManagedBrowserLink": "https://docs.microsoft.com/intune/apps/app-configuration-managed-browser", "win32AppPackageFile": "A file that contains your app in a format that can be sideloaded on a device. Valid package type: .intunewin.​", @@ -788,6 +800,38 @@ }, "requireAppPin": "

                                        Select Yes to disable the app PIN when a device lock is detected on an enrolled device.

                                        Note: Intune cannot detect device enrollment with a third-party EMM solution on iOS/iPadOS.

                                        " }, + "Win32Program": { + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "InstallExperience": { + "maxRunTimeInMinutes": "Installation time required (mins)", + "maxRunTimeInMinutesToolTip": "The number of minutes the system will wait for install program to finish. Default value is 60 minutes." + }, + "RunAsAccountOptions": { + "system": "System", + "user": "User" + }, + "availableUninstall": "Allow available uninstall", + "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", + "bladeTitle": "Program", + "deviceRestartBehavior": "Device restart behavior", + "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", + "header": "Specify the commands to install and uninstall this app:", + "installCommand": "Install command", + "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", + "installCommandTooltip": "The complete installation command line used to install this app.", + "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", + "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", + "runAsAccount": "Install behavior", + "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", + "selectorLabel": "Program", + "uninstallCommand": "Uninstall command", + "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." + }, "Autopilot": { "AssignResourceAccount": { "createNewCommandMenu": "Create new", @@ -1352,8 +1396,10 @@ "macOSDmgApp": "macOS app (DMG)", "macOSEdgeApp": "Microsoft Edge (macOS)", "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", "macOSOfficeSuiteApp": "Microsoft 365 Apps (macOS)", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", "macOsVppApp": "macOS volume purchase program app", "managedAndroidLobApp": "Managed Android line-of-business app", "managedAndroidStoreApp": "Managed Android store app", @@ -1785,12 +1831,11 @@ "uploadInfoBalloonContent": "Specify the PowerShell script file. File must be less than 200KB.", "uploadLabel": "Script location" }, - "bashScriptObjectName": "Bash script", "createButtonText": "Add", "createPowershellScriptFlowSectionName": "Add PowerShell script", "customAttributeObjectName": "Custom attribute", "editPowershellScriptFlowSectionName": "Edit PowerShell script", - "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. By default, no warning or prompt displays and the script runs unblocked.", + "enforceSignatureCheckInfoBalloonContent": "The script must be signed by a trusted publisher. This is the default.", "enforceSignatureCheckLabel": "Enforce script signature check", "executionFrequencyLabel": "Execution Frequency", "failedToSavePolicy": "Failed to save {0}", @@ -1801,7 +1846,7 @@ "reviewButtonText": "Review + add ", "runAs64BitInfoBalloonContent": "The script will run in a 64-bit PowerShell Host for a 64-bit client architecture. By default, the script will run in a 32-bit PowerShell Host.", "runAs64BitLabel": "Run script in 64 bit PowerShell Host", - "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in system context.", + "scriptContextInfoBalloonContent": "The script runs with the users’ credentials on the client computer. By default, the script runs in user context.", "scriptContextLabel": "Run this script using the logged on credentials", "scriptsettingsTabHeader": "Script settings", "settingsHeader": "Select a script to configure", @@ -2036,8 +2081,8 @@ "androidNineAndBelowPasswordHeaderDescription": "These settings work for devices running Android 9 or earlier, and will also work on all Samsung Knox devices running any Android OS version.", "androidPasswordHeader": "Require a password to unlock the device. If not configured, the use of passwords is optional, and left up to the user to configure.", "androidPersonalWorkProfileAlwaysOnVpnEnabledName": "Always-on VPN", - "androidSafetyNetBasicIntegrityAndCertified": "Check basic integrity & certified devices", - "androidSafetyNetbasicIntegrity": "Check basic integrity", + "androidPlayIntegrityVerdictBasicAndDeviceIntegrity": "Check basic integrity & device integrity", + "androidPlayIntegrityVerdictBasicIntegrity": "Check basic integrity", "androidTRDeprecation": "Trusted certificates can no longer install on devices that run Android 11 or later, except for Samsung Knox devices. If you use SCEP certificate profiles, you must continue to create and deploy a trusted certificate profile and associate it with the SCEP certificate profile, but you must manually deliver the trusted root certificate to those devices.", "androidTenAndAbovePasswordHeader": "Android 10 and later", "androidTenAndAbovePasswordHeaderDescription": "These settings work for devices running Android 10 or later.", @@ -2258,8 +2303,7 @@ "bitLockerDisableWarningForOtherDiskEncryptionName": "Warning for other disk encryption", "bitLockerEnableStorageCardEncryptionOnMobileDescription": "Selecting \"Require\" will encrypt the storage card of the mobile device.", "bitLockerEnableStorageCardEncryptionOnMobileName": "Encrypt storage card (mobile only)", - "bitLockerEnabledDescription": "Require BitLocker to be enabled on the device", - "bitLockerEnabledName": "Require BitLocker", + "bitLockerEnabledName": "BitLocker", "bitLockerEncryptDeviceDescription": "Selecting \"Require\" will enable BitLocker device encryption. Depending on device hardware and Windows version, end users may be asked to confirm there is no third party encryption on their device. Turning on Windows encryption while third party encryption is in use will render the device unstable.", "bitLockerEncryptDeviceName": "Encrypt devices", "bitLockerEncryptMethodAesCbc128": "AES-CBC 128-bit", @@ -2725,6 +2769,8 @@ "blockTouchIDAndFaceIDUnlockName": "Block Touch ID and Face ID unlock", "blockUSBConnectionDescription": "Specifies whether the USB connection on the device is enabled. USB charging will not be affected by this setting. This setting isn't supported on Windows desktop platforms.", "blockUSBConnectionName": "USB connection", + "blockUnifiedPasswordForWorkProfileDescription": "Block using one lock if you want users to use two different passwords for their lock screen and work profile. Using one screen lock is convenient to the user, but makes the work profile accessible to anyone who can unlock the device. Applies to devices running Android 9.0 Pie and later.", + "blockUnifiedPasswordForWorkProfileName": "One lock for work profile and device", "blockUnmanagedDocumentsInManagedAppsName": "Block viewing non-corporate documents in corporate apps", "blockUntrustedTLSCertificatesDescription": "Block untrusted Transport Layer Security (TLS) certificates.", "blockUntrustedTLSCertificatesName": "Block untrusted TLS certificates", @@ -2825,6 +2871,8 @@ "cellularName": "Cellular", "certificateCredentialConfigurationDisabledDescription": "Blocks users from making any changes to credentials associated with certificates associated with certificates assigned to them.", "certificateCredentialConfigurationDisabledName": "User can configure credentials (work profile-level)", + "certificateInstallDescription": "Apps you list here can alter certificates made by Intune and can manage certificates delivered outside of Intune.", + "certificateInstallTitle": "Allow other apps to install and manage certificates", "certificateNotFound": "Certificate policy not found. Was it deleted?", "certificateOption": "Certificate", "certificateRevocationCheck": "Certificate revocation check", @@ -2884,8 +2932,7 @@ "cloudPrintResourceIdName": "Print service resource URI", "cloudProtectionDescription": "Send the Microsoft Active Protection Service telemetry to allow detection of suspicious activity.", "cloudProtectionName": "Cloud-delivered protection", - "codeIntegrityEnabledDescription": "Require code integrity to be enabled on the device", - "codeIntegrityEnabledName": "Require code integrity", + "codeIntegrityEnabledName": "Code integrity", "complianceAntiSpywareRequirementDescription": "Require any AntiSpyware solution registered with Windows Security Center to be on and monitoring (e.g DigiCert, Microsoft Defender)", "complianceAntiSpywareRequirementName": "Antispyware", "complianceAntiSpywareSignatureUpToDateDescription": "Require AntiSpyware signature to be up-to-date", @@ -2942,9 +2989,9 @@ "complianceNumberOfPreviousPasswordsToBlockDescription": "This setting specifies the number of recent passwords that cannot be reused. Recommended value: 5", "complianceNumberOfPreviousPasswordsToBlockName": "Number of previous passwords to prevent reuse", "complianceNumberOfPreviousPasswordsToBlockPlaceholder": "5", - "complianceOsBuildVersionRestrictionMaximumDescription": "Select the newest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMaximumDescription": "Enter the newest OS build version a device can have. For example: 20E252
                                        If you want to set an Apple Rapid Security Response update as the maximum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMaximumName": "Maximum OS build version", - "complianceOsBuildVersionRestrictionMinimumDescription": "Select the oldest OS build version a device can have.", + "complianceOsBuildVersionRestrictionMinimumDescription": "Enter the oldest OS build version a device can have. For example: 20E252
                                        If you want to set an Apple Rapid Security Response update as the minimum OS build, enter the supplemental build version. For example: 20E772520a", "complianceOsBuildVersionRestrictionMinimumName": "Minimum OS build version", "complianceOsVersionRestrictionHeader": "Operating System Version", "complianceOsVersionRestrictionMaximumAndroidDescription": "Specify the max OS version compliance requirement for devices. E.g. specify “7.1” in this field for Nougat ", @@ -3005,10 +3052,12 @@ "complianceUpdatesRequireAutomaticUpdatesDescription": "Force the device to automatically update for security patches and improvements.", "complianceUpdatesRequireAutomaticUpdatesName": "Require automatic updates from Microsoft", "complianceWin10RequiredPasswordTypeDescription": "This setting determines the type of Password/PIN required.
                                        \nDevice Default (Password, Numeric PIN, or Alphanumeric PIN required)
                                        \nAlphanumeric (Password or Alphanumberic PIN required)
                                        \nNumeric (Password or Numeric PIN required)
                                        \nRecommendations: Required password type: Alphanumeric, Password complexity: Require digits and lowercase letters", + "complianceWindows10DeviceHealthAttestationHeader": "Windows 10 or 11", + "complianceWindows11DeviceHealthAttestationHeader": "Windows 11 only", "complianceWindowsDefenderHeader": "Defender", "complianceWindowsDefenderMinimumVersionDescription": "Minimum version of Microsoft Defender (e.g. 4.11.0.0)", "complianceWindowsDefenderMinimumVersionName": "Microsoft Defender Antimalware minimum version", - "complianceWindowsDeviceHealthAttestationHeader": "Windows Health Attestation Service evaluation rules", + "complianceWindowsDeviceHealthAttestationHeader": "Microsoft Attestation Service evaluation rules

                                        Use these rules to confirm that a device has protective measures enabled at boot time. Learn more about these rules", "complianceWindowsMobileOsVersionRestrictionMaximumDescription": "Select the newest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsMobileOsVersionRestrictionMinimumDescription": "Select the oldest OS version a mobile device can have. The operating system version is defined as major.minor.build.revision.", "complianceWindowsOsVersionRestrictionHeaderDescription": "The operating system version is defined as major.minor.build.revision. ", @@ -3273,6 +3322,7 @@ "delayMinorAndNonOSUpdateVisibilityOption": "Minor OS and non-OS software updates", "delayMinorOSUpdateVisibilityOption": "Minor OS software updates", "delayOSUpdateVisibilityOption": "Operating system updates", + "delegatedScopeLogsTitle": "Access to Sensitive Android Logs", "deliveryOptimizationBandwidthHeader": "Bandwidth​", "deliveryOptimizationCachingHeader": "Caching​", "deliveryOptimizationDODescription": "Specifies the download method that Delivery Optimization can use to manage network bandwidth consumption for content distribution scenarios.", @@ -3287,7 +3337,7 @@ "derivedCredentialsSearchingForTenantLevel": "Searching for derived credential issuer...", "derivedCredentialsTenantLevelNotConfigured": "You have not specified a derived credential issuer for your tenant so that this policy can successfully apply to devices. Click here to specify the issuer.", "descriptionName": "Description", - "desktopAnalytics": "Configuration Manager", + "desktopAnalytics": "Configuration Manager (Tenant attach only)", "desktopOption": "Desktop", "destinationPrefix": "Destination Prefix/Size (e.g. 192.168.0.1/255)", "developerUnlock": "Developer unlock", @@ -3522,8 +3572,7 @@ "eDPPolicyVersionAndAboveName": "And Above", "eDPPolicyVersionAndBelowName": "And Below", "eDPPolicyVersionEqualsName": "Equals", - "earlyLaunchAntiMalwareDriverEnabledDescription": "Require early launch anti malware driver to be enabled", - "earlyLaunchAntiMalwareDriverEnabledName": "Require early launch anti malware driver", + "earlyLaunchAntiMalwareDriverEnabledName": "Early Launch AntiMalware", "easAccountSettingsHeader": "Exchange ActiveSync account settings", "easAllData": "All data", "easCalendarContactsOnly": "Calendar and Contacts only", @@ -4020,6 +4069,7 @@ "firewallRulesAnyAddressOption": "Any address", "firewallRulesPortOrPortRangeInvalidCharacterError": "Port list can only contain numbers, '-', or ','.", "firewallRulesPortOrPortRangeInvalidError": "Port list contains invalid ports and/or port ranges.", + "firmwareProtectionEnabledName": "Firmware Protection", "firmwareUpdatesBehaviorName": "Firmware updates", "firstActiveEthernet": "First active Ethernet", "firstAvailableOption": "First available", @@ -4166,6 +4216,7 @@ "httpWithInternetPeeringOption": "HTTP blended with internet peering (3)", "httpWithPeeringNatOption": "HTTP blended with peering behind same NAT (1)", "httpWithPeeringPrivateGroupOption": "HTTP blended with peering across private group (2)", + "hvciEnabledName": "Memory Integrity Protection", "hybridSleepBatteryDescription": "This policy setting allows you to turn off hybrid sleep when the device is powered by a battery.​
                                        If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                                        If this policy is not configured, users control this setting.", "hybridSleepName": "Hybrid sleep", "hybridSleepPluggedInDescription": "This policy setting allows you to turn off hybrid sleep when the device is plugged in.​
                                        If this policy is disabled, the device will not allow hybrid sleep or hibernate.
                                        If this policy is not configured, users control this setting.", @@ -5066,6 +5117,7 @@ "mediumLowOption": "Medium-low", "mediumOption": "Medium", "meetingInformationDisplayedOnWelcomeScreenName": "Meeting information displayed on welcome screen", + "memoryAccessProtectionEnabledName": "Memory Access Protection", "messagingBlockMMSDescription": "Disable the MMS send/receive functionality on the device.", "messagingBlockMMSName": "MMS (mobile only)", "messagingBlockRCSDescription": "Disable the Rich Communication Services send/receive functionality on the device.", @@ -5157,7 +5209,7 @@ "mustBeSmallerThanOsMaximumVersion": "Must be smaller than the maximum OS version", "mustBeValidAddress": "Must be a valid address. Example: 4.3.6.0, itgproxy.com, etc.", "mustBeValidAndroidPackageName": "Package name must only contain letters, numbers, underscores, and periods. Must start with a letter.", - "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A391, 16G1114, etc.", + "mustBeValidBuildVersionFormat": "Must be a valid build version format. Example: 18A291, 16G1114, 20E772520a", "mustBeValidDNSSuffix": "Must be a valid DNS suffix. Example: itgproxy.com", "mustBeValidDateFormat": "Must be a valid date format (YYYY-MM-DD). Example: 2016-10-01, 2016-10-31 etc.", "mustBeValidDomain": "Must be a valid domain. Example: contoso.com", @@ -5215,6 +5267,7 @@ "networkExtensionsAllowedOption": "Network extensions", "networkInterface": "Network Interface", "networkInterfaceDescription": "Network interface to configure", + "networkLogsTitle": "Allow this app to access Android network activity logs", "networkProxyAutomaticConfigurationUrlDescription": "URL to the PAC script you want to use.", "networkProxyAutomaticConfigurationUrlName": "Setup script address URL", "networkProxyDisableAutoDetectDescription": "Automatically detect settings. If enabled, the system tries to find the path to a PAC script.", @@ -5480,6 +5533,8 @@ "pinnedFolderOptionHide": "Hide", "pinnedFolderOptionShow": "Show", "pipeInvalidError": "The value must not contain '|'.", + "playIntegrityVerdictOptionsDescription": "Set the level of Play Integrity Verdict", + "playIntegrityVerdictOptionsName": "Play Integrity Verdict", "pluggedInHeader": "Plugged In​", "policyDomainNameService": "DNS", "policyEmailAddress": "Email address", @@ -5734,10 +5789,10 @@ "requireUserExistanceDescription": "Default policy. The user must exist and have a valid Intune license.", "requireUserExistanceName": "Enrolled user exists", "required": "Required", - "requiredAndroidSafetyNetEvaluationTypeBasic": "Not configured (defaults to basic evaluation)", - "requiredAndroidSafetyNetEvaluationTypeDescription": "Select the evaluation type you want to use to compute the SafetyNet device attestation response.", - "requiredAndroidSafetyNetEvaluationTypeHardwareBacked": "Hardware-backed key", - "requiredAndroidSafetyNetEvaluationTypeName": "Required SafetyNet evaluation type", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeBasic": "Not configured", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeDescription": "Select the evaluation type you want to use to compute the Play Integrity Verdict device attestation response.", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeHardwareBacked": "Check strong integrity", + "requiredAndroidPlayIntegrityVerdictEvaluationTypeName": "Check strong integrity using hardware-backed security features", "requiredExtensionsColumnHeader": "Package family names", "requiredExtensionsExamples": "e.g. Microsoft.Office.OneNote_8wekyb3d8bbwe", "requiredNoRestiction": "Password required, no restrictions", @@ -5879,8 +5934,6 @@ "safariUrlsExample": "e.g. contoso.com", "safeSearchFilterDescription": "Specify how Cortana filters adult content from search results.", "safeSearchFilterName": "Safe Search (mobile only)", - "safetyNetAttestationOptionsDescription": "Set the level of SafetyNet attestation", - "safetyNetAttestationOptionsName": "SafetyNet device attestation", "sampleSharingEnableOrNotConfiguredDescription": "Returns or sets the Microsoft Defender for Endpoint Sample Sharing configuration parameter.", "sampleSharingEnableOrNotConfiguredName": "Sample sharing for all files", "saturday": "Saturday", @@ -5932,8 +5985,7 @@ "secondaryAuthenticationMethodName": "Secondary authentication method", "secondaryAuthenticationMethodTEAPDescription": "Choose the secondary way you want users to authenticate. When you select Certificates, select one of the certificate profiles (SCEP or PKCS) that is also deployed to the device. This is the identity certificate that is presented by the device to the server.", "secretKey": "Secret Key:", - "secureBootEnabledDescription": "Require Secure Boot to be enabled on the device", - "secureBootEnabledName": "Require Secure Boot to be enabled on the device", + "secureBootEnabledName": "Secure Boot", "secured": "Secured", "securityAssociationIdleTimeDescription": "Security associations are deleted after network traffic is not seen for this number of seconds.", "securityAssociationIdleTimeHint": "Enter idle time in seconds (300 - 3600)", @@ -5945,6 +5997,7 @@ "securityCommonCriteriaModeName": "Common Criteria mode​", "securityDeveloperSettingsEnabledDescription": "Allow access to developer settings.", "securityDeveloperSettingsEnabledName": "Developer settings", + "securityLogsTitle": "Allow this app to access Android security logs", "securityOption": "Diagnostic data off", "securityRequireVerifyAppsDescription": "Enable Google Play Protect to scan apps before and after they’re installed. If it detects a threat, it might warn the user to remove the app from the device. Required by default.", "securityRequireVerifyAppsName": "Threat scan on apps​", @@ -5968,6 +6021,7 @@ "selectManagedApps": "Select managed apps", "selectMicrosoftEdgeApp": "Add Microsoft Edge Legacy browser", "selectMicrosoftTunnelSite": "Select a site", + "selectNetworkApp": "Select an app to access Android network activity logs", "selectNetworkInterface": "Select network interface", "selectNonEapMethod": "Select non-EAP method", "selectOneOption": "Select one", @@ -5976,6 +6030,7 @@ "selectRootCertificateForServerValidationName": "Root certificate for server validation", "selectRootCertificatesForServerValidationName": "Root certificates for server validation", "selectSecurity": "Select security type", + "selectSecurityApp": "Select an app to access Android security logs", "selectService": "Which management type can we help you with?", "selectStoreApp": "Add Store app", "selectStoreAppEmpty": "Add a store app", @@ -6440,7 +6495,7 @@ "trafficRuleAppName": "App", "trafficRuleAppTypeName": "App type", "trafficRuleClaimsName": "Claim", - "trafficRuleDirectionDescription": "Specify whether the rule applies to inbound traffic or outbound traffic.
                                        \n
                                        \n Inbound = The rule applies to all inbound traffic.\n
                                        \n
                                        \n Outbound = The rule applies to all outbound traffic.\n ", + "trafficRuleDirectionDescription": "Inbound allows traffic from external sites over VPN. Outbound allows traffic to external sites over VPN. To allow both, create two rules.", "trafficRuleDirectionName": "Direction", "trafficRuleRoutingPolicyTypeDescription": "Choose between split tunnel and force tunnel.
                                        \n
                                        \n Split tunnel = only the traffic meant for the VPN interface (as determined by the networking stack) goes over the interface. Internet traffic can continue to go over other interfaces.\n
                                        \n
                                        \n Force tunnel = all IP traffic must go through the VPN interface only (for this traffic rule).\n
                                        \n
                                        \n Applicable only when this rule is associated with an app.\n ", "trafficRuleRoutingPolicyTypeName": "Rule type", @@ -6740,6 +6795,17 @@ "vPNPolicyProfileScopeUserOption": "User", "vPNPolicyProfileTargetDescription": "Turns this profile into an always-on VPN connection that connects without user interaction and uses machine certificates for authentication. Only supports an IKEv2 connection type. VPN profile is removed from the device after the AutoPilot out-of-box experience completes.", "vPNPolicyProfileTargetName": "Use this VPN profile for Windows AutoPilot", + "vPNPolicyProxyExclListDescription1": "List of hosts to exclude using the proxy on connections for. These hosts can use wildcards such as *.example.com.", + "vPNPolicyProxyExclListDescription2": "A list of host names for which the proxy is bypassed. The host names may contain wildcards such as *.example.com.", + "vPNPolicyProxyExclListExcludedHosts": "Excluded hosts", + "vPNPolicyProxyExclListExclusions": "exclusions", + "vPNPolicyProxyExclListFileImport": "File to import host list", + "vPNPolicyProxyExclListHostName": "Host name", + "vPNPolicyProxyExclListImport": "Import proxy exclusions", + "vPNPolicyProxyExclListInvalid": "Invalid input", + "vPNPolicyProxyExclListList": "Exclusion list", + "vPNPolicyProxyExclListManage": "Manage proxy exclusions", + "vPNPolicyProxyExclListName": "Proxy exclusion list", "vPNPolicyRememberCredentialsName": "Remember credentials at each logon", "vPNPolicyRoutesForThisConnectionDescription": "Optional.", "vPNPolicyRoutesForThisConnectionName": "Split tunneling routes for this VPN connection", @@ -6799,6 +6865,7 @@ "virtualHomeButtonName": "Virtual home button", "virtualHomeButtonNotConfigured": "Not configured", "virtualHomeButtonSwipeUp": "Swipe-up", + "virtualizationBasedSecurityEnabledName": "Virtualization-based Security", "virtualizationOfCpuAndIOName": "CPU and IO virtualization", "visibleAppsListOptionsDescription": "Set whether the list is a list of apps to hide or a list of apps to make visible.", "visibleAppsListOptionsName": "Type of apps list", @@ -7844,6 +7911,7 @@ "restrictWebContentOption2": "{0}: Allow web links in any app", "rootCertificate": "Root Certificate", "safetyNetDeviceAttestation": "SafetyNet device attestation", + "samsungKnoxAttestationRequired": "Samsung Knox device attestation", "saveAppsNotificationText": "Saving selected apps", "saveChangesCommandText": "Save", "savePolicySettingsNotificationText": "Saving policy settings", @@ -7885,10 +7953,12 @@ "state": "State", "status": "Status", "store": "Store", + "subjectOnlyOptionText": "Subject only", "success": "Success", "successfully": "Successfully", "summary": "Summary", "summaryLensTitle": "Summary", + "summaryMissingNotification": "User check-in and User check-in per-app summaries were not loaded successfully. Please try again in a few seconds.", "summarySettingsPartRemoteRequestsGroupText": "Remote requests", "summarySettingsPartWipeRequestsSelectorText": "Wipe requests", "supportId": "Support ID: {0}", @@ -7971,7 +8041,7 @@ "valueColumnHeader": "Value", "valueMustNotContainCharsError": "Value must not contain the following characters: {0}", "versionValidationExample": "

                                        Format: [Major].[Minor] or [Major].[Minor].[Build].[Revision]

                                        Example: 1.5 or 1.5.50.101

                                        ", - "versionValidationWith2To4Segments": "

                                        Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]

                                        Example: 1.5 or 1.5.50 or 1.5.50.101

                                        ", + "versionValidationWith2To5Segments": "

                                        Format: [Major].[Minor] or [Major].[Minor].[Build] or [Major].[Minor].[Build].[Revision]. For iOS, [Major].[Minor].[Build].[Revision].[RapidSecurityResponse] is also supported.

                                        Note: Apps will not perform wipes for RapidSecurityResponse violations, only block or warn is supported.

                                        Example: 1.5 or 1.5.50 or 1.5.50.101 or (for iOS) 1.5.50.101.a

                                        ", "versionValidationWithDateFormat": "Must be a valid date format (YYYY-MM-DD).", "warn": "Warn", "warning": "Warning", @@ -8342,89 +8412,434 @@ "wiredNetwork": "Wired network", "workProfile": "Personally-owned work profile" }, - "Win32Requirements": { - "AdditionalRequirements": { - "File": { - "fileOrFolderToolTip": "The file or folder as the selected requirement.", - "pathToolTip": "The complete path of the file or folder to detect.", - "property": "Property", - "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "GridColumns": { - "pathOrScript": "Path/Script", - "type": "Type" - }, - "Registry": { - "keyPath": "Key path", - "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", - "operator": "Operator", - "operatorTooltip": "Select the operator for the comparison.", - "registryRequirement": "Registry key requirement", - "registryRequirementTooltip": "Select the registry key requirement comparison.", - "valueName": "Value name", - "valueNameTooltip": "The name of the required registry value." - }, - "RequirementTypeOptions": { - "fileType": "File", - "registry": "Registry", - "script": "Script" - }, - "Script": { - "RequirementMethodOptions": { - "boolean": "Boolean", - "dateTime": "Date and Time", - "float": "Floating Point", - "integer": "Integer", - "string": "String", - "version": "Version" - }, - "duplicateName": "Script name {0} has already been used. Please enter a different name.", - "enforceSignatureCheck": "Enforce script signature check", - "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", - "loggedOnCredentials": "Run this script using the logged on credentials", - "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", - "operatorTooltip": "Select the operator for the requirement comparison.", - "requirementMethod": "Select output data type", - "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", - "scriptContent": "Script content", - "scriptFile": "Script file", - "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", - "scriptName": "Script name", - "value": "Value", - "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." - }, - "bladeTitle": "Add a Requirement rule", - "createRequirementHeader": "Create a requirement.", - "header": "Configure additional requirement rules", - "label": "Additional requirement rules", - "noRequirementsSelectedPlaceholder": "No requirements are specified.", - "requirementType": "Requirement type", - "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." - }, - "architectures": "Operating system architecture", - "architecturesTooltip": "Choose the architectures needed to install the app.", - "bladeTitle": "Requirements", - "diskSpace": "Disk space required (MB)", - "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", - "header": "Specify the requirements that devices must meet before the app is installed:", - "maximumTextFieldValue": "The value must be at most {0}.", - "minimumCpuSpeed": "Minimum CPU speed required (MHz)", - "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", - "minimumLogicalProcessors": "Minimum number of logical processors required", - "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", - "minimumOperatingSystem": "Minimum operating system", - "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", - "minumumTextFieldValue": "The value must be at least {0}.", - "physicalMemory": "Physical memory required (MB)", - "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", - "selectorLabel": "Requirements", - "validNumber": "Please enter a valid number." + "WindowsUpdateRolloutOptions": { + "gradualRollout": "Make update available gradually", + "immediateStart": "Make update available as soon as possible", + "startDateOnly": "Make update available on a specific date" + }, + "EnrollmentType": { + "devicesWithEnrollment": "Managed devices", + "devicesWithoutEnrollment": "Managed apps" + }, + "AppResources": { + "AppSettingsUx": { + "assignmentFilterColumnHeader": "Filter", + "assignmentFilterTypeColumnHeader": "Filter mode", + "assignmentToast": "End user notifications", + "assignmentTypeTableHeader": "ASSIGNMENT TYPE", + "deadlineTimeColumnLabel": "Installation deadline", + "deliveryOptimizationPriorityHeader": "Delivery optimization priority", + "groupTableHeader": "Group", + "installContextLabel": "Install Context", + "isRemovable": "Install as removable", + "licenseTypeLabel": "License type", + "modeTableHeader": "Group mode", + "policySet": "Policy Set", + "preventAutoAppUpdate": "Prevent automatic app updates", + "preventManagedAppBackup": "Prevent iCloud app backup", + "restartGracePeriodHeader": "Restart grace period", + "startTimeColumnLabel": "Availability", + "tracks": "Tracks", + "uninstallOnRemoval": "Uninstall on device removal", + "updateMode": "Update Priority", + "vPN": "VPN" + }, + "AppType": { + "aADWebApp": "AAD web app", + "androidEnterpriseSystemApp": "Android Enterprise system app", + "androidForWorkApp": "Managed Google Play store app", + "androidLobApp": "Android line-of-business app", + "androidStoreApp": "Android store app", + "builtInAndroid": "Built-In Android app", + "builtInApp": "Built-In app", + "builtInIos": "Built-In iOS app", + "iosIPadOSWebClip": "iOS/iPadOS web clip", + "iosLobApp": "iOS line-of-business app", + "iosStoreApp": "iOS store app", + "iosVppApp": "iOS volume purchase program app", + "lineOfBusinessApp": "Line-of-business app", + "macOSDmgApp": "macOS app (DMG)", + "macOSEdgeApp": "Microsoft Edge (macOS)", + "macOSLobApp": "macOS line-of-business app", + "macOSMicrosoftDefenderApp": "Microsoft Defender ATP (macOS)", + "macOSOfficeSuiteApp": "macOS Office Suite", + "macOSPkgApp": "macOS app (PKG)", + "macOSWebClip": "macOS web clip", + "macOsVppApp": "macOS volume purchase program app", + "managedAndroidLobApp": "Managed Android line-of-business app", + "managedAndroidStoreApp": "Managed Android store app", + "managedGooglePlayApp": "Managed Google Play store app", + "managedGooglePlayPrivateApp": "Managed Google Play private app", + "managedGooglePlayWebApp": "Managed Google Play web link", + "managedIosLobApp": "Managed iOS line-of-business app", + "managedIosStoreApp": "Managed iOS store app", + "microsoftStoreForBusinessApp": "Microsoft Store for Business app", + "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", + "officeAddIn": "Office add-in", + "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", + "sharePointApp": "SharePoint app", + "teamsApp": "Teams app", + "webApp": "Web link", + "win32CatalogApp": "Windows catalog app (Win32)", + "winGetPublicApp": "Windows Package Manager Community Repository", + "winGetStoreApp": "Microsoft Store app (new)", + "windowsAppXLobApp": "Windows AppX line-of-business app", + "windowsClassicApp": "Windows app (Win32)", + "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", + "windowsMobileMsiLobApp": "Windows MSI line-of-business app", + "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", + "windowsPhone81StoreApp": "Windows Phone 8.1 store app", + "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", + "windowsStoreApp": "Microsoft Store app (legacy)", + "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", + "windowsUniversalLobApp": "Windows Universal line-of-business app", + "windowsWebApp": "Windows web link" + }, + "AppTypePlatform": { + "android": "Android", + "ios": "iOS", + "macOs": "macOS", + "web": "Web", + "windows": "Windows" + }, + "AssignmentAction": { + "exclude": "Excluded", + "include": "Included", + "includeAllDevicesVirtualGroup": "Included", + "includeAllUsersVirtualGroup": "Included" + }, + "AssignmentToast": { + "hideAll": "Hide all toast notifications", + "showAll": "Show all toast notifications", + "showReboot": "Show toast notifications for computer restarts" + }, + "DeliveryOptimizationPriority": { + "backgroundNormal": "Background", + "displayText": "Content download in {0}", + "foreground": "Foreground", + "header": "Delivery optimization priority" + }, + "DeviceRestartBehaviorOptions": { + "allow": "App install may force a device restart", + "basedOnReturnCode": "Determine behavior based on return codes", + "force": "Intune will force a mandatory device restart", + "suppress": "No specific action" + }, + "FilterType": { + "exclude": "Exclude", + "include": "Include", + "none": "None" + }, + "InstallIntent": { + "available": "Available for enrolled devices", + "availableWithoutEnrollment": "Available with or without enrollment", + "notApplicable": "Not applicable", + "required": "Required", + "uninstall": "Uninstall" + }, + "SettingType": { + "assignmentType": "Assignment type", + "deviceLicensing": "License type", + "installContext": "Uninstall on device removal", + "toastSettings": "End user notifications", + "vpnConfiguration": "VPN" + }, + "UpdateMode": { + "default": "Default", + "postponed": "Postponed", + "priority": "High Priority" + } + }, + "WindowsEnrollment": { + "DevicePreparation": { + "description": "Configure devices for initial provisioning and assign to users.", + "title": "Device preparation" + }, + "EnrollmentSettings": { + "description": "Configure enrollment settings such as blocking enrollment and assign to users.", + "title": "Enrollment settings" + }, + "OSConfiguration": { + "menuDescription": "Configure settings that users can use to recover Windows from a bootable flash drive.", + "menuTitle": "Operating system configuration" + }, + "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", + "coManagementAuthorityTitle": "Co-management Settings ", + "deploymentProfiles": "Windows Autopilot deployment profiles", + "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", + "descriptionLabel": "Windows enrollment methods", + "enrollmentStatusPage": "Enrollment Status Page" }, - "AzureIAM": { - "AdrsUserActionSelectionWarning": { - "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", - "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + "WindowsDriverUpdateProfile": { + "ApprovalMethod": { + "automatic": "Automatically approve all recommended driver updates", + "manual": "Manually approve and deploy driver updates" + }, + "Details": { + "ApprovalMethod": { + "label": "Approval method:" + }, + "DeploymentDeferralInDays": { + "label": "Make updates available after", + "units": "(days)", + "value": "{0} days" + }, + "bladeTitle": "Driver updates Windows 10 and later (preview)", + "lastSync": "Last sync:", + "lastSyncDefaultText": "Pending initial inventory collection", + "loadError": "Loading failed!" + }, + "DriverStatus": { + "approved": "Approved", + "declined": "Declined", + "export": "Exporting recommended drivers", + "needsReview": "Needs review", + "paused": "Paused" }, + "DriversToReview": { + "text": "{0} to review" + }, + "Subtitle": { + "automatic": "Automatic approval driver update policy", + "manual": "Manual approval driver update policy" + }, + "SyncNotification": { + "failure": "Unable to sync {0}", + "failureDescription": "We encountered an error and were unable to complete the requested sync. Please try again.", + "pending": "{0} sync in progress", + "pendingDescription": "We are retrieving the most recent data. This process may take several minutes.", + "success": "{0} sync complete", + "successDescription": "Sync with WUfB service completed at {0}" + }, + "SyncSpinner": { + "text": "A sync is in progress. This could take several minutes. Look for an alert or check back in a few minutes." + }, + "TabName": { + "basics": "Basics", + "driverUpdateSettings": "Settings", + "otherDrivers": "Other drivers", + "properties": "Properties", + "recommendedDrivers": "Recommended drivers" + }, + "driverAddFilter": "Add filter", + "driverApplicableDevices": "Applicable devices", + "driverApprovalStatus": "Status", + "driverBulkActions": "Bulk actions", + "driverClass": "Driver class", + "driverCount": "Showing {0} to {1} of {2} records", + "driverFilterNoneSelected": "None selected", + "driverManufacturer": "Manufacturer", + "driverName": "Driver name", + "driverNameLower": "windows driver update deployment", + "driverNameUpper": "Windows driver update deployment", + "driverRefresh": "Refresh", + "driverReleaseDate": "Release date", + "driverSearch": "Search", + "driverSearchKeyword": "Enter search keyword", + "driverVersion": "Version", + "firstDeploymentDate": "First Deployment", + "infoBoxText": "Inventory can take up to 24 hours to populate after a policy is assigned and created.", + "textBlockText": "Select your policy approval and deployment settings. Choose to set up a policy to approve and deploy updates automatically or manually. The approval method cannot be changed once a policy is created, but changes to individual driver approvals and deployment details will be possible once an inventory is built for assigned devices." + }, + "CategoryDescription": { + "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                        \n ", + "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", + "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", + "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", + "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                                        \n
                                          \n
                                        • Max file size: 750 KB
                                        • \n
                                        • File type: PNG, JPG or JPEG
                                        • \n
                                        \n ", + "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", + "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", + "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                        \n ", + "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", + "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", + "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", + "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", + "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", + "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", + "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", + "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", + "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", + "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", + "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", + "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                                        \n
                                          \n
                                        • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                                        • \n
                                          \n
                                        • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                                        • \n
                                        \n ", + "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                                        \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", + "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", + "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", + "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", + "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." + }, + "Inputs": { + "accountDomain": "Account domain", + "accountDomainHint": "e.g. contosodomain", + "accountDomainInfoBalloon": "Specify the user’s account domain.", + "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", + "allowContactSetting": "Allow user to change contact setting", + "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", + "allowUserChange": "Allow user to change setting", + "androidPackageNamePreset": "com.microsoft.word", + "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", + "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", + "appInstallContext": "App install context", + "appUrlLabel": "Appstore URL", + "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", + "applicableDeviceType": "Applicable device type", + "assignmentActionLabel": "Mode", + "authenticationMethodInfoBalloon": "Specify the authentication method for the user", + "authenticationMetod": "Authentication method", + "authenticationType": "Authentication type", + "authenticationTypeInfoBalloon": "Specify the authentication type for the user", + "availableLicenseCount": "Available licenses", + "basicAuth": "Basic authentication", + "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", + "bookNameLabel": "Book name", + "bundleDescriptionHint": "Enter a description that describes the apps included.", + "calendar": "Calendar", + "categoryLabel": "Category", + "categoryNameLabel": "Default name", + "certProfileType": "Certificate profile type", + "certificate": "Certificate", + "certificates": "Certificates", + "commandLineLabel": "Command-line arguments", + "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", + "configurationSettingsFormatLabel": "Configuration settings format", + "configurationSettingsLabel": "Settings format", + "contactSync": "Save Contacts", + "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", + "contacts": "Contacts", + "createdDateTime": "Created", + "defaultCategoryHint": "Default categories cannot be changed", + "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", + "descriptionGenericLabel": "Description", + "descriptionHint": "Enter a description...", + "descriptionLabel": "Description", + "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", + "developerLabel": "Developer", + "developerSizeHint": "The maximum length of the developer name is 256 characters.", + "disable": "Disable", + "disabled": "Disabled", + "displayNameLabel": "Name", + "displayVersionHint": "Enter the app version", + "displayVersionLabel": "App Version", + "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", + "eBookCategoryNameLabel": "Default name", + "emailAccount": "Email account name", + "emailAccountHint": "e.g. Corporate Email", + "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", + "emailAddressAttribute": "Email address attribute from AAD", + "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", + "emailServer": "Email Server", + "emailServerHint": "e.g. mail.contoso.com", + "emailServerInfoBalloon": "Specify the host name of your Exchange Server", + "enable": "Enable", + "enableSMime": "Enable S/MIME", + "enabled": "Enabled", + "encryptAllEmails": "Encrypt all emails", + "encryptionCertificates": "Encryption certificates", + "endUserNotifications": "End-user notifications", + "enrollmentTypeLabel": "Device enrollment type", + "externalRecipients": "External recipients MailTip", + "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", + "focusedInbox": "Focused Inbox", + "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", + "fullScreenEnabledLabel": "Full screen", + "gmailNineAmountOfEmail": "Amount of email to synchronize", + "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", + "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", + "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", + "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", + "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", + "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", + "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", + "ignoreManifestScope": "Ignore manifest scope", + "ignoreVersionDetection": "Ignore app version", + "informationUrlLabel": "Information URL", + "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", + "installAsManaged": "Install as managed", + "installationSourceLabel": "App type", + "installerTypeInfoBalloon": "The installer type of the application package.", + "installerTypeLabel": "Installer Type", + "isFeatured": "Show this as a featured app in the Company Portal", + "isMAMEnabledToggleLabel": "Yes", + "lastModifiedDateTime": "Last updated Time", + "ldapUrl": "LDAP URL", + "licensingType": "Supports device context assignment", + "microsoft": "Microsoft", + "minimumOperationSystem": "Minimum operating system", + "modernAuth": "Modern authentication", + "nameHint": "Enter a name", + "nameLabel": "Name", + "nameSizeHint": "The maximum length of the name is 512 characters.", + "notConfigured": "Not configured", + "notesLabel": "Notes", + "notesSizeHint": "The maximum length of the notes text is 1024 characters.", + "notificationType": "Notification type", + "oneDay": "One Day", + "oneMonth": "One Month", + "oneWeek": "One Week", + "outlookSMimeSettings": "Outlook S/MIME settings", + "ownerLabel": "Owner", + "ownerSizeHint": "The maximum length of the owner name is 256 characters.", + "packageIdLabel": "Package Identifier", + "packageNameLabel": "Package name", + "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", + "platformLabel": "Platform", + "policyDescriptionLabel": "Description", + "policyNameLabel": "Name", + "preComposedIconEnabled": "Precomposed", + "primarySMTPAddress": "Primary SMTP Address", + "privacyUrlLabel": "Privacy URL", + "publisherHint": "Enter a publisher name", + "publisherLabel": "Publisher", + "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", + "require": "Require", + "requireBiometrics": "Require Biometrics to access app", + "sAMAccountName": "sAMAccountName", + "scopeTagsRequired": "At least one scope tag is required", + "searchAppLabel": "Select app", + "searchAppLinkText": "Search the App Store", + "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", + "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", + "selectAAD": "Select an AAD attribute", + "selectAppFileLabel": "Select file", + "selectAppFileLinkText": "Select app package file", + "selectAppFileToUpdateLabel": "Select file to update", + "selectAuthMethod": "Select an authentication method", + "selectAuthType": "Select an authentication type", + "selectCatalogAppLabel": "Select app", + "selectCatalogAppLinkText": "Search the Windows app (Win32) catalog", + "selectCertificate": "Select a certificate", + "signAllEmails": "Sign all emails", + "signingCertificates": "Signing certificates", + "ssl": "SSL", + "suiteDescriptionLabel": "Suite Description", + "suiteNameLabel": "Suite Name", + "targetApplicationBundleIdentifier": "Target application bundle identifier", + "targetedPlatformsLabel": "Targeted platform", + "tasks": "Tasks", + "threeDays": "Three Days", + "totalLicenseCount": "Total licenses", + "twoWeeks": "Two Weeks", + "unifiedAssignmentsLabel": "Assign to:", + "unlimited": "Unlimited", + "urlHint": "Enter a valid url", + "useManagedBrowserHint": "Android and iOS only. Learn more", + "useManagedBrowserLabel": "Require a managed browser to open this link", + "userPrinicipalName": "User Principal Name", + "username": "Username", + "usernameAttribute": "Username attribute from AAD", + "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", + "usernamePassword": "Username and password", + "webAppUrlHint": "Enter a valid url beginning with http:// or https://", + "webAppUrlLabel": "App URL", + "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", + "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", + "xMLDataEntered": "XML Data Entered", + "xmlFormatInvalid": "XML policy format is invalid.", + "xmlTooLarge": "Input size must be less than 1 MB." + }, + "AzureIAM": { "AuthContext": { "Delete": { "failure": "Failed to delete {0}", @@ -8432,374 +8847,13 @@ "modifying": "Deleting {0}", "success": "Successfully deleted {0}" }, - "Included": { - "none": "No cloud apps, actions, or authentication contexts selected", - "plural": "{0} authentication contexts included", - "singular": "1 authentication context included" - }, - "InfoBlade": { - "createTitle": "Add authentication context", - "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", - "descPlaceholder": "Add description for the authentication context", - "modifyTitle": "Modify authentication context", - "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", - "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", - "publishLabel": "Publish to apps", - "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." - }, "Notify": { "failure": "Failed to update {0}", "modifying": "Modifying {0}", "success": "Successfully updated {0}" }, - "WhatIf": { - "selected": "Authentication context included" - }, - "addNewStepUp": "New authentication context", - "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", - "checkBoxInfo": "Select the authentication contexts this policy will apply to", - "configure": "Configure authentication contexts", - "createCA": "Assign Conditional Access policies to the authentication context", - "dataGrid": "List of authentication contexts", - "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", - "description": "Description", - "documentation": "Documentation", - "getStarted": "Get started", - "label": "Authentication context", - "menuLabel": "Authentication context", - "name": "Name", - "noAuthContextConfigured": "No authentication contexts have been configured.", - "noAuthContextSet": "There are no authentication contexts", - "noData": "No authentication contexts to display", - "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", - "step": "Step", - "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", - "tagResources": "Tag resources with an authentication context" + "menuLabel": "Authentication context" }, - "AuthenticationStrength": { - "Mode": { - "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", - "email": "Email One-Time Passcode", - "federatedMultiFactor": "Federated Multi-Factor", - "federatedSingleFactor": "Federated Single-Factor", - "fido2": "FIDO2 Security Key", - "hardwareOath": "Hardware OATH tokens", - "hardwareOathEmail": "Hardware OATH token + Email one-time passcode", - "hardwareOathFederatedSingleFactor": "Federated Single-Factor + Hardware OATH token", - "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", - "microsoftAuthenticatorPushEmail": "Microsoft Authenticator (Push Notification) + Email one-time passcode", - "microsoftAuthenticatorPushFederatedSingleFactor": "Federated Single-Factor + Microsoft Authenticator (Push Notification)", - "none": "None", - "password": "Password", - "passwordHardwareOath": "Password + Hardware OATH token", - "passwordMicrosoftAuthenticatorPush": "Password + Microsoft Authenticator (Push Notification)", - "passwordSms": "Password + SMS", - "passwordSoftwareOath": "Password + Software OATH token", - "passwordVoice": "Password + Voice", - "passwordX509CertificateMultiFactor": "Password + Certificate Based Authentication (Multi-Factor)", - "passwordX509CertificateSingleFactor": "Password + Certificate Based Authentication (Single-Factor)", - "sms": "SMS", - "smsEmail": "SMS + Email one-time passcode", - "smsFederatedSingleFactor": "Federated Single-Factor + SMS", - "softwareOath": "Software OATH tokens", - "softwareOathEmail": "Software OATH token + Email one-time passcode", - "softwareOathFederatedSingleFactor": "Federated Single-Factor + Software OATH token", - "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", - "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", - "voice": "Voice", - "voiceEmail": "Voice + Email one-time passcode", - "voiceFederatedSingleFactor": "Federated Single-Factor + Voice", - "windowsHelloForBusiness": "Windows Hello For Business", - "x509CertificateMultiFactor": "Certificate Based Authentication (Multi-Factor)", - "x509CertificateSingleFactor": "Certificate Based Authentication (Single Factor)" - } - }, - "CAS": { - "BuiltinPolicy": { - "Option": { - "blockDownloads": "Block downloads (Preview)", - "monitorOnly": "Monitor only (Preview)", - "protectDownloads": "Protect downloads (Preview)", - "useCustomControls": "Use custom policy..." - }, - "ariaLabel": "Choose the kind of Conditional Access App Control to apply" - } - }, - "ChooseApplications": { - "Grid": { - "appIdAria": "App ID: {0}" - }, - "LowerGrid": { - "ariaLabel": "List of selected cloud apps" - }, - "UpperGrid": { - "ariaLabel": "List of cloud apps which match the search term" - } - }, - "ChooseLocations": { - "Validation": { - "failed": "With \"Selected locations\" you must choose at least one location.", - "selector": "Choose at least one location" - }, - "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." - }, - "ClientApp": { - "Clients": { - "Validation": { - "failed": "You must select at least one of the following clients" - } - } - }, - "ClientConditionsInfo": { - "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", - "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", - "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." - }, - "CloudAppFilterBlade": { - "AssignmentFilter": { - "header": "Attribute", - "placeholder": "Choose an attribute" - }, - "Configure": { - "infoBalloon": "Configure app filters you want to policy to apply to." - }, - "NoPermissions": { - "learnMoreAria": "More about custom security attribute permissions.", - "message": "You do not have the permissions needed to use custom security attributes." - }, - "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", - "learnMoreAria": "More information about using the rule builder and syntax text box.", - "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", - "title": "Edit filter (Preview)" - }, - "CloudAppsUserActions": { - "any": "Any cloud app or action", - "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", - "learnMore": "Control access based on all or specific cloud apps or actions.", - "learnMoreB2C": "Control access based on all or specific cloud apps.", - "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", - "title": "Cloud apps or actions" - }, - "CloudappsSelectionBlade": { - "Excluded": { - "gridAria": "List of excluded cloud apps" - }, - "Filter": { - "configured": "Configured", - "label": "Edit filter (Preview)", - "with": "{0} with {1}" - }, - "Included": { - "gridAria": "List of included cloud apps" - }, - "Validation": { - "authContext": "With \"authentication context\" you must configure at least one sub-item.", - "networkAccess": "With \"Network Access\" you must configure at least one traffic profile.", - "selectApps": "\"{0}\" must be configured", - "selector": "Select at least one app.", - "userActions": "With \"User actions\" you must configure at least one sub-item." - } - }, - "DeviceState": { - "LearnMore": { - "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." - } - }, - "Errors": { - "notFound": "The policy was not found or has been deleted.", - "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." - }, - "GuestsOrExternalUsers": { - "allExternalTenantsLabel": "All", - "b2bCollaborationGuestLabel": "B2B collaboration guest users", - "b2bCollaborationMemberLabel": "B2B collaboration member users", - "b2bDirectConnectUserLabel": "B2B direct connect users", - "enumeratedExternalTenantsError": "Please select at least one external tenant", - "enumeratedExternalTenantsLabel": "Select", - "externalTenantsLabel": "Specify external Azure AD organizations", - "externalUserDropdownLabel": "Choose guest or external user types", - "externalUsersError": "Select at least one external guest or user type", - "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", - "guestOrExternalUsersLabel": "Guest or external users", - "internalGuestLabel": "Local guest users", - "otherExternalUserLabel": "Other external users", - "previewTag": "{0} (preview)", - "serviceProviderUsersLabel": "Service provider users" - }, - "NamedLocation": { - "Form": { - "CountryLookup": { - "ariaLabel": "Country/Region lookup method", - "gps": "Determine location by GPS coordinates", - "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", - "ip": "Determine location by IP address (IPv4 only)" - }, - "Header": { - "new": "New location ({0})", - "update": "Update location ({0})" - }, - "IP": { - "learn": "Configure named location IPv4 and IPv6 ranges.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Include": { - "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region. [Learn more][1]\n\nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n[1]: https://aka.ms/canamedlocations\n", - "label": "Include unknown countries/regions" - }, - "Name": { - "empty": "Name cannot be empty", - "placeholder": "Name this location" - }, - "PrivateLink": { - "learn": "Create a new named location containing Private Links for Azure AD.\n[Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2084753" - }, - "Search": { - "countries": "Search countries", - "names": "Search names", - "privateLinks": "Search Private Links" - }, - "Trusted": { - "label": "Mark as trusted location" - }, - "enter": "Enter a new IPv4 or IPv6 range", - "example": "ex: 40.77.182.32/27 or 2a01:111::/32" - }, - "Label": { - "addCountries": "Countries location", - "addIpRange": "IP ranges location", - "addPrivateLink": "Azure Private Links" - }, - "Notification": { - "Create": { - "Failed": { - "description": "Failure in creating new location ({0})", - "title": "Creation has failed" - }, - "InProgress": { - "description": "Creating new location ({0})", - "title": "Creation in progress" - }, - "Success": { - "description": "Success in creating new location ({0})", - "title": "Creation has succeeded" - } - }, - "Delete": { - "Failed": { - "description": "Failure in deleting location ({0})", - "title": "Deletion has failed" - }, - "InProgress": { - "description": "Deleting location ({0})", - "title": "Deletion in progress" - }, - "Success": { - "description": "Success in deleting location ({0})", - "title": "Deletion has succeeded" - } - }, - "Update": { - "Failed": { - "description": "Failure in updating location ({0})", - "title": "Updating has failed" - }, - "InProgress": { - "description": "Updating location ({0})", - "title": "Updating in progress" - }, - "Success": { - "description": "Success in updating location ({0})", - "title": "Updating has succeeded" - } - } - }, - "PrivateLinks": { - "grid": "List of Private Links" - }, - "Trusted": { - "title": "Trusted type", - "trusted": "Trusted" - }, - "Type": { - "all": "All types", - "countries": "Countries", - "ipRanges": "IP ranges", - "privateLinks": "Private Links", - "title": "Location type" - }, - "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", - "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", - "iPRangeOctetError": "IP network must not start with 0 or 255.", - "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", - "iPRangePrivateError": "IP network detected as a private address." - }, - "NamedNetwork": { - "List": { - "gridAria": "List of named locations" - } - }, - "NetworkAccess": { - "Included": { - "none": "No target resources selected", - "plural": "{0} network traffic profiles selected", - "singular": "1 network traffic profile selected" - }, - "internetOptionText": "Public traffic", - "label": "Network Access (Preview)", - "m365OptionText": "M365 traffic", - "privateOptionText": "Private traffic", - "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", - "targetResourcesBalloonContext": "Target Resources", - "targetResourcesSelectorTitle": "Target Resources", - "trafficProfilesLearnMoreTooltip": "To see aditional traffic profiles, add more NaaS licenses.", - "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " - }, - "Policies": { - "Grid": { - "aria": "List of Conditional Access policies" - }, - "countText": "{0} out of {1} policies found", - "countTextSingular": "{0} out of 1 policy found", - "search": "Search policies" - }, - "Policy": { - "Condition": { - "ServicePrincipalRisk": { - "description": "Configure service principal risk levels needed for policy to be enforced​", - "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", - "title": "Service principal risk" - } - } - }, - "PolicyCondition": { - "SignInRiskDetections": { - "ApplyCondition": { - "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." - }, - "LearnMore": { - "message": "Control user access to respond to specific real-time sign-in risk detections." - }, - "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", - "header": "Real-time built-in risk detections", - "info": "Detections that detect risks during sign-ins.", - "label": "Sign-in risk detections (Preview)", - "title": "Sign-in risk detections" - } - }, - "PolicyControlAuthStrength": { - "MultiFactorAuthentication": { - "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", - "displayName": "Multifactor authentication" - }, - "Passwordless": { - "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", - "displayName": "Passwordless multifactor authentication" - }, - "PhishingResistant": { - "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", - "displayName": "Phishing-resistant multifactor authentication" - } - }, "PolicyControlFedAuthMethod": { "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", "certificate": "Certificate authentication", @@ -8808,287 +8862,6 @@ "require": "Require federated authentication method (Preview)", "whatIfFormat": "{0} - {1}" }, - "PolicyState": { - "off": "Off", - "on": "On", - "reportOnly": "Report-only" - }, - "PolicyTemplates": { - "Devices": { - "description": "Select Devices policy template category to gain visibility into devices accessing the network. Ensure compliance and health status before granting access.", - "name": "Devices" - }, - "Identities": { - "description": "Select Identities policy template category to verify and secure each identity with strong authentication across your entire digital estate.", - "name": "Identities" - }, - "Summary": { - "CloudApps": { - "allCloudApps": "All apps", - "office365": "Office 365", - "registerSecurityInfo": "Register security information" - }, - "Conditions": { - "androidAndIOS": "Device Platform: Android and IOS", - "anyDevice": "Any device except Android, IOS, Windows and Mac", - "anyDeviceStateExceptHybrid": "Any device state except compliant and hybrid Azure AD joined", - "anyLocation": "Any location except trusted", - "browserMobileDesktop": "Client apps: Browser, Mobile apps and desktop clients", - "exchangeActiveSync": "Client Apps: Exchange Active Sync, Other Clients", - "windowsAndMac": "Device Platform: Windows and Mac" - }, - "Devices": { - "anyDevice": "Any Device" - }, - "Grant": { - "appProtectionPolicy": "Require app protection policy", - "approvedClientApp": "Require approved client app", - "blockAccess": "Block access", - "mfa": "Require multifactor authentication", - "passwordChange": "Require password change", - "requireCompliantDevice": "Require device to be marked as compliant", - "requireHybridAzureADDevice": "Require hybrid Azure AD joined device" - }, - "Session": { - "appEnforcedRestrictions": "Use app enforced restrictions", - "signInFrequency": "Sign-in Frequency and never persistent browser session" - }, - "UsersAndGroups": { - "allUsers": "All Users", - "directoryRoles": "Directory roles except current administrator", - "globalAdmin": "Global Administrator", - "noGuestAndAdmins": "All Users except Guest and External, Global administrators, Current administrator" - }, - "azureManagement": "Azure Management", - "deviceFilters": "Filters for devices", - "devicePlatforms": "Device Platforms" - }, - "TemplateId": { - "AppEnforcedRestrictions": { - "description": "Block or limit access to SharePoint, OneDrive, and Exchange content from unmanaged devices.", - "name": "CA014: Use application enforced restrictions for unmanaged devices", - "title": "Use application enforced restrictions for unmanaged devices" - }, - "ApprovedClientApps": { - "description": "To prevent data loss, organizations can restrict access to approved modern auth client apps with Intune app protection.", - "name": "CA012: Require approved client apps and app protection", - "title": "Require approved client apps and app protection" - }, - "BlockAccessOnUnknowns": { - "description": "Users will be blocked from accessing company resources when the device type is unknown or unsupported.", - "name": "CA010: Block access for unknown or unsupported device platform", - "title": "Block access for unknown or unsupported device platform" - }, - "BlockLegacyAuth": { - "description": "Block legacy authentication endpoints that can be used to bypass multifactor authentication. ", - "name": "CA003: Block legacy authentication", - "title": "Block legacy authentication" - }, - "NoPersistentBrowserSession": { - "description": "Protect user access on unmanaged devices by preventing browser sessions from remaining signed in after the browser is closed and setting a sign-in frequency to 1 hour.", - "name": "CA011: No persistent browser session", - "title": "No persistent browser session" - }, - "RequireCompliantOrHybridADAdmins": { - "description": "Require privileged administrators to only access resources when using a compliant or hybrid Azure AD joined device.​", - "name": "CA009: Require compliant or hybrid Azure AD joined device for admins", - "title": "Require compliant or hybrid Azure AD joined device for admins" - }, - "RequireCompliantOrHybridADAllUsers": { - "description": "Protect access to company resources by requiring users to use a managed device or perform multifactor authentication. (macOS or Windows only)", - "name": "CA013: Require compliant or hybrid Azure AD joined device or multifactor authentication for all users", - "title": "Require compliant or hybrid Azure AD joined device or multifactor authentication for all users" - }, - "RequireMFAAllUsers": { - "description": "Require multifactor authentication for all user accounts to reduce risk of compromise.", - "name": "CA004: Require multifactor authentication for all users", - "title": "Require multifactor authentication for all users" - }, - "RequireMFAForAdmins": { - "description": "Require multifactor authentication for privileged administrative accounts to reduce risk of compromise. This policy will target the same roles as Security Default.", - "name": "CA001: Require multifactor authentication for admins", - "title": "Require multifactor authentication for admins" - }, - "RequireMFAForAzureManagement": { - "description": "Require multifactor authentication to protect privileged access to Azure resources.", - "name": "CA006: Require multifactor authentication for Azure management", - "title": "Require multifactor authentication for Azure management" - }, - "RequireMFAForGuestAccess": { - "description": "Require guest users perform multifactor authentication when accessing your company resources.", - "name": "CA005: Require multifactor authentication for guest access", - "title": "Require multifactor authentication for guest access" - }, - "RequireMFAForRiskySignIn": { - "description": "Require multifactor authentication if the sign-in risk is detected to be medium or high. (Requires an Azure AD Premium 2 License)", - "name": "CA007: Require multifactor authentication for risky sign-ins", - "title": "Require multifactor authentication for risky sign-ins" - }, - "RequirePasswordChangeForHighRiskUsers": { - "description": "Require the user to change their password if the user risk is detected to be high. (Requires an Azure AD Premium 2 License)", - "name": "CA008: Require password change for high-risk users", - "title": "Require password change for high-risk users" - }, - "RequireSecurityInfo": { - "description": "Secure when and how users register for Azure AD multifactor authentication and self-service password. ", - "name": "CA002: Securing security info registration", - "title": "Securing security info registration" - } - }, - "TemplateState": { - "BlockAccessOnUnknowns": { - "title": "Enabling this policy will prevent any access from unknown device type, consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "BlockLegacyAuth": { - "description": "Consider using report only mode to begin with until you have confirmed this will not impact your users.", - "title": "Enabling this policy will block legacy authentication for all your users." - }, - "RequireCompliantOrHybridADAdmins": { - "Description": { - "on": "Consider using report only mode to begin with until you have confirmed this will not impact your privileged users.", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat until the device is made compliant." - }, - "Title": { - "on": "Enabling this policy will prevent any access for privileged users unless using a managed device such as compliant or hybrid Azure AD joined. Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling.", - "reportOnly": "Ensure you have configured your compliance policies or enabled hybrid Azure AD configuration before enabling. " - } - }, - "RequireCompliantOrHybridADAllUsers": { - "Description": { - "on": "This policy will affect all users except the current logged in Administrator. Consider using report only mode to begin with until you have confirmed this will not impact your users." - }, - "Title": { - "on": "Don't lock yourself out! Make sure that your device is compliant, or hybrid Azure AD Joined or you have configured multifactor authentication. ", - "reportOnly": "Policies in report-only mode that require compliant devices may prompt users on Mac, iOS, and Android to select a device certificate during policy evaluation, even though device compliance is not enforced. These prompts may repeat untli the device is made compliant." - } - }, - "RequireMfa": { - "description": "If you use emergency access accounts or Azure AD connect to synchronize your on-premises objects, you may need to exclude these accounts from this policy after creation." - }, - "RequireMfaAdmins": { - "description": "Please note the current administrator account will automatically be excluded but all others will be protected on policy creation. Consider using report only mode to begin with.", - "title": "Don't lock yourself out! This policy impacts the Azure portal." - }, - "RequireMfaAllUsers": { - "description": "Consider using report only mode to begin with until you have planned and communicated this change to all your users.", - "title": "Enabling this policy will enforce multifactor authentication for all your users." - }, - "RequireSecurityInfo": { - "description": "Please ensure you review your configuration to protect these accounts based on your company needs.", - "title": "The following users and roles are excluded from this policy, Guests and External Users, Global Administrators, Current Administrator" - } - }, - "basics": "Basics", - "clientApps": "Client apps", - "cloudApps": "Cloud apps", - "cloudAppsOrActions": "Cloud apps or actions ", - "conditions": "Conditions ", - "createNewPolicy": "Create new policy from templates (Preview)", - "createPolicy": "Create Policy", - "currentUser": "Current user", - "customizeBuild": "Customize your build", - "customizeTemplate": "Template lists are customized based on the type of policy you're looking to create", - "excludedDevicePlatform": "Excluded device platforms", - "excludedDirectoryRoles": "Excluded directory roles", - "excludedLocation": "Excluded directory roles", - "excludedUsers": "Excluded users", - "grantControl": "Grant control ", - "includeFilteredDevice": "Include filtered devices in policy", - "includedDevicePlatform": "Included device platforms", - "includedDirectoryRoles": "Included directory roles", - "includedLocation": "Included location", - "includedUsers": "Included users", - "legacyAuthenticationClients": "Legacy authentication clients", - "namePolicy": "Name your policy", - "needAdPremiumMessage": "You need an Azure AD Premium subscription to use this feature.", - "next": "Next", - "policyName": "Policy Name", - "policyState": "Policy state", - "policySummary": "Policy summary", - "policyTemplate": "Policy template", - "previous": "Previous", - "reviewAndCreate": "Review + create", - "riskLevels": "Risk levels", - "selectATemplate": "Select a Template", - "selectTemplate": "Select template", - "selectTemplateCategory": "Select a template category", - "selectTemplateRecommendation": "We recommend the following templates based on your response", - "sessionControl": "Session control ", - "signInFrequency": "Sign-in frequency", - "signInRisk": "Sign-in risk", - "template": "Template ", - "templateCategory": "Template category", - "userRisk": "User risk", - "usersAndGroups": "Users and groups ", - "viewPolicySummary": "View policy summary " - }, - "SSM": { - "MemberSelector": { - "description": "Users and groups" - }, - "Notification": { - "Migration": { - "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", - "inProgress": "Migrating Continuous access evaluation settings", - "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", - "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." - }, - "error": "Failed to update Continuous access evaluation settings", - "inProgress": "Updating Continuous access evaluation settings", - "success": "Successfully updated Continuous access evaluation settings" - }, - "PreviewOptions": { - "disable": "Disable preview", - "enable": "Enable preview" - }, - "StrictLocationEnforcement": { - "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", - "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", - "label": "Strict Location Enforcement", - "title": "Additional enforcement modes" - }, - "bladeTitle": "Continuous access evaluation", - "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", - "migrateLabel": "Migrate", - "migrationError": "Migration failed due to the following error: {0}", - "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the “Migrate” button above and configure it with Conditional Access policy going forward. Click here to learn more.", - "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", - "optionsPickerTitle": "Enable/Disable Continuous access evaluation", - "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." - }, - "SamlReauth": { - "Filter": { - "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}" - } - }, - "SelectOrganizations": { - "Blade": { - "Lower": { - "gridAria": "List of selected organizations" - }, - "Upper": { - "gridAria": "List of available organizations" - }, - "addTenantLabel": "Add tenant to selected", - "customOrganizationDescription": "Add an organization with this tenant ID", - "description": "Add an Azure AD organization by typing one of its domain names.", - "notFoundResult": "Not found", - "searchBoxPlaceholder": "Tenant ID or domain name", - "subTitle": "Azure AD organization", - "tenantAdded": "This tenant ID has already been added.", - "tenantIdNotFound": "Tenant ID not found" - }, - "Selector": { - "AdditionalDetails": { - "aria": "Organization ID: {0}" - }, - "DisplayText": { - "multiple": "{0} Azure AD organizations selected", - "single": "1 Azure AD organization selected" - }, - "gridAria": "List of selected organizations" - } - }, "SessionLifetime": { "PersistentBrowser": { "Error": { @@ -9129,55 +8902,10 @@ "mainOption": "Modify session lifetime", "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." }, - "SigninRisk": { - "LearnMore": { - "message": "Control user access to respond to specific sign-in risk levels." - } - }, - "SigninRiskLevel": { - "NoRiskSelected": { - "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." - }, - "description": "Sign-in risk level is generated based on all real-time risk detections.", - "header": "Select the sign-in risk level this policy will apply to" - }, "SingleSelectorActive": { "failed": "Unable to load this data.", "reattempt": "Loading data. Reattempt {0} of {1}." }, - "TimeCondition": { - "Errors": { - "both": "Invalid \"Include\" or \"Exclude\" time range.", - "daysOfWeek": "{0} Make sure to specify at least one day of the week.", - "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", - "exclude": "Invalid \"Exclude\" time range.", - "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", - "include": "Invalid \"Include\" time range.", - "timeMissing": "{0} Make sure to specify both a start and end time.", - "timeZone": "{0} Make sure to specify a time zone.", - "timesAndZone": "{0} Make sure you set start time, end time and time zone." - } - }, - "UserActions": { - "Included": { - "none": "No cloud apps or actions selected", - "plural": "{0} user actions included", - "singular": "1 user action included" - }, - "accessRequirement1": "Level 1", - "accessRequirement2": "Level 2", - "accessRequirement3": "Level 3", - "accessRequirementsLabel": "Accessing secured app data", - "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", - "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", - "appsOrActionsTitle": "Cloud apps or actions", - "label": "User actions", - "mainOptionsLabel": "Select what this policy applies to", - "registerOrJoinDevices": "Register or join devices", - "registerSecurityInfo": "Register security information", - "selectionInfo": "Select the action this policy will apply to", - "whatIf": "User action included" - }, "UserSelectionBlade": { "DirectoryRoles": { "ariaLabel": "Choose directory roles" @@ -9197,88 +8925,6 @@ }, "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests." }, - "ValidationResult": { - "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", - "invalidApplicationCondition": "Invalid cloud applications selected", - "invalidClientTypesCondition": "Invalid client apps selected", - "invalidConditions": "Assignments are not selected", - "invalidControls": "Invalid controls selected", - "invalidDevicePlatformsCondition": "Invalid device platforms selected", - "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", - "invalidGrantControlPolicy": "Invalid grant control", - "invalidLocationsCondition": "Invalid locations selected", - "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", - "invalidPolicy": "Assignments are not selected", - "invalidSessionControlPolicy": "Invalid session control", - "invalidSignInRisksCondition": "Invalid sign-in risk selected", - "invalidUserRisksCondition": "Invalid user risk selected", - "invalidUsersCondition": "Invalid users selected", - "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", - "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", - "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", - "pending": "Validating policy", - "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", - "success": "Valid policy" - }, - "VpnCert": { - "Grid": { - "aria": "List of VPN Certificates" - } - }, - "WarningsInfo": { - "Controls": { - "AuthStrengthXtap": { - "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", - "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." - }, - "combinedRegistration": "Enable combined registration for \"Require authentication strength\" to work correctly. We strongly recommend turning it on for all users rather than just a group of them.", - "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", - "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", - "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", - "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\"", - "requireMfa": "Consider testing the new \"{0}\" public preview", - "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"" - }, - "Policies": { - "Linux": { - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." - }, - "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", - "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", - "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", - "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", - "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", - "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." - }, - "ServicePrincipals": { - "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.​", - "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", - "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                        Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", - "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", - "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.​", - "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", - "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", - "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." - }, - "Users": { - "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", - "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." - } - }, - "WhatIf": { - "Device": { - "AttributesGrid": { - "aria": "List of attributes on the device employed during sign-in.", - "infoBalloon": "List of attributes on the device employed during sign-in." - } - }, - "noTenantSelected": "No tenant selected", - "selectOrganization": "Select organization", - "tenantIdWithPlaceholder": "Tenant ID: {0}", - "tenantSelectionRequired": "Tenant required" - }, "advancedTabText": "Advanced", "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", @@ -9948,52 +9594,21 @@ "vpncertDropdownThreeyearOption": "3 years", "vpncertDropdownTwoyearOption": "2 years", "wednesday": "Wednesday", - "whatIfAppEnforcedControl": "Use app enforced restrictions", - "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", - "whatIfBladeTitle": "What If", - "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", - "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", "whatIfCountry": "Country/Region", "whatIfCountryInfo": "The country/region the user is signing in from.", "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", - "whatIfDeviceStateInfo": "The device state the user is signing in from", "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", - "whatIfEvaResultApplication": "Cloud apps", - "whatIfEvaResultClientApps": "Client app", - "whatIfEvaResultDevicePlatform": "Device platform", - "whatIfEvaResultEmptyPolicy": "Empty policy", - "whatIfEvaResultInvalidCondition": "Invalid condition", - "whatIfEvaResultInvalidPolicy": "Invalid policy", - "whatIfEvaResultLocation": "Location", - "whatIfEvaResultNotEnoughInformation": "Not enough information", - "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", - "whatIfEvaResultSignInRisk": "Sign-in risk", - "whatIfEvaResultUsers": "Users and groups", "whatIfIpAddress": "IP address", "whatIfIpAddressInfo": "IP address the user is signing in from.", "whatIfIpCountryInfoBoxText": "If using an IP address or Country/Region, both fields will be required and should correctly map together.", - "whatIfPolicyAppliesTab": "Policies that will apply", - "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", - "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", - "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", - "whatIfReasons": "Reasons why this policy will not apply", - "whatIfSelectClientApp": "Select a client app...", "whatIfSelectCountry": "Select country/region...", "whatIfSelectDevicePlatform": "Select device platform...", "whatIfSelectPrivateLink": "Select private link...", - "whatIfSelectServicePrincipalRisk": "Select service principal risk...", "whatIfSelectSignInRisk": "Select sign-in risk...", - "whatIfSelectType": "Select identity type", - "whatIfSelectUserRisk": "Select user risk...", - "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", "whatIfSignInRisk": "Sign-in risk", "whatIfSignInRiskInfo": "The risk level associated with the sign-in", "whatIfUnknownAreas": "Unknown Areas", - "whatIfUserPickerLabel": "Selected user", - "whatIfUserPickerNoRowsLabel": "No user or service principal selected", - "whatIfUserRiskInfo": "The risk level associated with the user", - "whatIfUserSelectorInfo": "User in the directory that you want to test", "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts. Click here to learn more.", "windowsDisplayName": "Windows", "windowsPhoneDisplayName": "Windows Phone", @@ -10001,367 +9616,6 @@ "workloadIdentitiesLicenseText": "A workload identities premium P1 or P2 license is required to edit this policy.", "workloadIdentity": "Workload identity" }, - "AppResources": { - "AppSettingsUx": { - "assignmentFilterColumnHeader": "Filter", - "assignmentFilterTypeColumnHeader": "Filter mode", - "assignmentToast": "End user notifications", - "assignmentTypeTableHeader": "ASSIGNMENT TYPE", - "deadlineTimeColumnLabel": "Installation deadline", - "deliveryOptimizationPriorityHeader": "Delivery optimization priority", - "groupTableHeader": "Group", - "installContextLabel": "Install Context", - "isRemovable": "Install as removable", - "licenseTypeLabel": "License type", - "modeTableHeader": "Group mode", - "policySet": "Policy Set", - "preventAutoAppUpdate": "Prevent automatic app updates", - "preventManagedAppBackup": "Prevent iCloud app backup", - "restartGracePeriodHeader": "Restart grace period", - "startTimeColumnLabel": "Availability", - "tracks": "Tracks", - "uninstallOnRemoval": "Uninstall on device removal", - "updateMode": "Update Priority", - "vPN": "VPN" - }, - "AppType": { - "aADWebApp": "AAD web app", - "androidEnterpriseSystemApp": "Android Enterprise system app", - "androidForWorkApp": "Managed Google Play store app", - "androidLobApp": "Android line-of-business app", - "androidStoreApp": "Android store app", - "builtInAndroid": "Built-In Android app", - "builtInApp": "Built-In app", - "builtInIos": "Built-In iOS app", - "iosIPadOSWebClip": "iOS/iPadOS web clip", - "iosLobApp": "iOS line-of-business app", - "iosStoreApp": "iOS store app", - "iosVppApp": "iOS volume purchase program app", - "lineOfBusinessApp": "Line-of-business app", - "macOSDmgApp": "macOS app (DMG)", - "macOSEdgeApp": "Microsoft Edge (macOS)", - "macOSLobApp": "macOS line-of-business app", - "macOSMdatpApp": "Microsoft Defender ATP (macOS)", - "macOSOfficeSuiteApp": "macOS Office Suite", - "macOsVppApp": "macOS volume purchase program app", - "managedAndroidLobApp": "Managed Android line-of-business app", - "managedAndroidStoreApp": "Managed Android store app", - "managedGooglePlayApp": "Managed Google Play store app", - "managedGooglePlayPrivateApp": "Managed Google Play private app", - "managedGooglePlayWebApp": "Managed Google Play web link", - "managedIosLobApp": "Managed iOS line-of-business app", - "managedIosStoreApp": "Managed iOS store app", - "microsoftStoreForBusinessApp": "Microsoft Store for Business app", - "microsoftStoreForBusinessReleaseManagedApp": "Microsoft Store for Business", - "officeAddIn": "Office add-in", - "officeSuiteApp": "Microsoft 365 Apps (Windows 10 and later)", - "sharePointApp": "SharePoint app", - "teamsApp": "Teams app", - "webApp": "Web link", - "winGetPublicApp": "Windows Package Manager Community Repository", - "winGetStoreApp": "Microsoft Store app (new)", - "windowsAppXLobApp": "Windows AppX line-of-business app", - "windowsClassicApp": "Windows app (Win32)", - "windowsEdgeApp": "Microsoft Edge (Windows 10 and later)", - "windowsMobileMsiLobApp": "Windows MSI line-of-business app", - "windowsPhone81AppXBundleLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81AppXLobApp": "Windows Phone 8.1 AppX line-of-business app", - "windowsPhone81StoreApp": "Windows Phone 8.1 store app", - "windowsPhoneXapLobApp": "Windows Phone XAP line-of-business app", - "windowsStoreApp": "Microsoft Store app (legacy)", - "windowsUniversalAppXLobApp": "Windows Universal AppX line-of-business app", - "windowsUniversalLobApp": "Windows Universal line-of-business app", - "windowsWebApp": "Windows web link" - }, - "AppTypePlatform": { - "android": "Android", - "ios": "iOS", - "macOs": "macOS", - "web": "Web", - "windows": "Windows" - }, - "AssignmentAction": { - "exclude": "Excluded", - "include": "Included", - "includeAllDevicesVirtualGroup": "Included", - "includeAllUsersVirtualGroup": "Included" - }, - "AssignmentToast": { - "hideAll": "Hide all toast notifications", - "showAll": "Show all toast notifications", - "showReboot": "Show toast notifications for computer restarts" - }, - "DeliveryOptimizationPriority": { - "backgroundNormal": "Background", - "displayText": "Content download in {0}", - "foreground": "Foreground", - "header": "Delivery optimization priority" - }, - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "FilterType": { - "exclude": "Exclude", - "include": "Include", - "none": "None" - }, - "InstallIntent": { - "available": "Available for enrolled devices", - "availableWithoutEnrollment": "Available with or without enrollment", - "notApplicable": "Not applicable", - "required": "Required", - "uninstall": "Uninstall" - }, - "SettingType": { - "assignmentType": "Assignment type", - "deviceLicensing": "License type", - "installContext": "Uninstall on device removal", - "toastSettings": "End user notifications", - "vpnConfiguration": "VPN" - }, - "UpdateMode": { - "default": "Default", - "postponed": "Postponed", - "priority": "High Priority" - } - }, - "WindowsEnrollment": { - "DevicePreparation": { - "description": "Configure devices for initial provisioning and assign to users.", - "title": "Device preparation" - }, - "EnrollmentSettings": { - "description": "Configure enrollment settings such as blocking enrollment and assign to users.", - "title": "Enrollment settings" - }, - "coManagementAuthorityDesc": "Configure co-management settings for Configuration Manager integration​", - "coManagementAuthorityTitle": "Co-management Settings ", - "deploymentProfiles": "Windows Autopilot deployment profiles", - "description": "Learn about the seven different ways a Windows 10/11 PC can be enrolled into Intune by users or admins.", - "descriptionLabel": "Windows enrollment methods", - "enrollmentStatusPage": "Enrollment Status Page" - }, - "Win32Program": { - "DeviceRestartBehaviorOptions": { - "allow": "App install may force a device restart", - "basedOnReturnCode": "Determine behavior based on return codes", - "force": "Intune will force a mandatory device restart", - "suppress": "No specific action" - }, - "RunAsAccountOptions": { - "system": "System", - "user": "User" - }, - "availableUninstall": "Allow available uninstall", - "availableUninstallTooltip": "Select 'Yes' to provide the uninstall option for this app for users from the Company Portal. Select 'No' to prevent users from uninstalling the app from the Company Portal.", - "bladeTitle": "Program", - "deviceRestartBehavior": "Device restart behavior", - "deviceRestartBehaviorTooltip": "Select the device restart behavior after the app has successfully installed. Select 'Determine behavior based on return codes' to restart the device based on the return codes configuration settings. Select 'No specific action' to suppress device restarts during the app install for MSI-based apps. Select 'App install may force a device restart' to allow the app install to complete without suppressing restarts. Select 'Intune will force a mandatory device restart' to always restart the device after successful app installation.", - "header": "Specify the commands to install and uninstall this app:", - "installCommand": "Install command", - "installCommandMaxLengthErrorMessage": "Install command cannot exceed the maximum allowed length of 1024 characters.", - "installCommandTooltip": "The complete installation command line used to install this app.", - "runAs32Bit": "Run install and uninstall commands in a 32-bit process on 64-bit clients", - "runAs32BitTooltip": "Select 'Yes' to install and uninstall the app in a 32-bit process on 64-bit clients. Select 'No' (default) to install and uninstall the app in a 64-bit process on 64-bit clients. 32-bit clients will always use a 32-bit process.", - "runAsAccount": "Install behavior", - "runAsAccountTooltip": "Select 'System' to install this app for all users if supported. Select 'User' to install this app for the logged-in user on the device. For dual-purpose MSI apps, changes will prevent updates and uninstalls from successfully completing until the value applied to the device at the time of the original install is restored.", - "selectorLabel": "Program", - "uninstallCommand": "Uninstall command", - "uninstallCommandTooltip": "The complete uninstallation command line used to uninstall this app." - }, - "CategoryDescription": { - "androidGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                        \n ", - "androidZebraMxZebraMx": "Configure Zebra devices by uploading a MX profile in XML format.", - "iosDeviceFeaturesAirprint": "Use these settings to configure iOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "iosDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running iOS 13.0 or later.", - "iosDeviceFeaturesHomeScreenLayout": "Configure the layout for the dock and Home Screens on iOS devices. Certain devices may have limits to how many items can be displayed.", - "iosDeviceFeaturesIOSWallpaper": "Display an image that will appear on the Home Screen and/or the lock screen of iOS devices.\n To display a unique image in each location, create one profile with the lock screen image, and one with the Home Screen image.\n Then assign both profiles to your users.\n
                                        \n
                                          \n
                                        • Max file size: 750 KB
                                        • \n
                                        • File type: PNG, JPG or JPEG
                                        • \n
                                        \n ", - "iosDeviceFeaturesNotifications": "Specify notification settings for apps. Supports iOS 9.3 and later.", - "iosDeviceFeaturesSharedDevice": "Specify optional text displayed on the locked screen. It is supported on iOS 9.3 and later. Learn More", - "iosGeneralApplicationRestrictions": "Use these settings to stay informed about which users install apps that are not approved for use in your company. Select the type of restricted app list:

                                        \n Prohibited apps - A list of apps that you want to be informed about when users install them.
                                        \n Approved apps - A list of apps that are approved for use in your company. When users install an app that is not in this list, you will be informed.
                                        \n ", - "iosGeneralApplicationVisibility": "Use the show apps list to specify the iOS apps that user can view or launch. Use the hidden apps list to specify the iOS apps that user cannot view or launch.", - "iosGeneralAutonomousSingleAppMode": "Apps you add to this list and assign to a device can lock the device to run only that app once launched, or lock the device while a certain action is running (for example taking a test). Once the action is complete, or you remove the restriction, the device returns to its normal state.", - "iosGeneralKiosk": "Kiosk mode locks various settings into a device, or specifies a single app that can be run on a device. This can be useful in environments like a retail store where you want a device to run only a single demo app.", - "macDeviceFeaturesAirprint": "Use these settings to configure macOS devices to automatically connect to AirPrint compatible printers on your network. You'll need the IP address and resource path of your printers.", - "macDeviceFeaturesAssociatedDomains": "Configure associated domains to share data and sign-in credentials between your org’s apps and websites. This profile can be applied to devices running macOS 10.15 or later.", - "macDeviceFeaturesExtensibleSingleSignOn": "Configure an app extension that enables single sign-on (SSO) for devices running macOS 10.15 or later.", - "macDeviceFeaturesLoginItems": "Choose which apps, files, and folders open when users log in to their devices. If you don't want users to change how the selected apps open, you can hide the app from the user configuration.", - "macDeviceFeaturesLoginWindow": "Configure the appearance of the macOS login screen and the functions that are available to users before and after they log in.", - "macExtensionsKernelExtensions": "Use these settings to configure kernel extension policy on macOS devices running 10.13.2 or later.", - "macGeneralDomains": "Emails that the user sends or receives which don't match the domains you specify here will be marked as untrusted.", - "windows10EndpointProtectionApplicationGuard": "While using Microsoft Edge, Microsoft Defender Application Guard protects your environment from sites that haven’t been defined as trusted by your organization. When users visit sites that aren’t listed in your isolated network boundary, the sites will be opened in a virtual browsing session in Hyper-V. Trusted sites are defined by a network boundary, which can be configured in Device Configuration. Note this feature is only available for devices running 64-bit Windows 10 or later.", - "windows10EndpointProtectionCredentialGuard": "Enabling Credential Guard will enable the following required settings:\n
                                        \n
                                          \n
                                        • Enable Virtualization-based Security: Turns on virtualization-based security (VBS) at next reboot. Virtualization-based security uses the Windows Hypervisor to provide support for security services.
                                        • \n
                                          \n
                                        • Secure Boot with Direct Memory Access: Turns on VBS with Secure Boot and direct memory access (DMA).
                                        • \n
                                        \n ", - "windows10EndpointProtectionDeviceGuard": "Choose additional apps that either need to be audited by, or can be trusted to run by Microsoft Defender Application Control. Windows components and all apps from Windows store are automatically trusted to run.

                                        \n Applications will not be blocked when running in “audit only” mode. “Audit only” mode logs all events in local client logs.\n ", - "windows10GeneralPrivacyPerApp": "Add apps that should have a different privacy behavior from what you defined in “Default privacy”.", - "windows10NetworkBoundaryNetworkBoundary": "The network boundary is the list of enterprise resources, such as cloud-hosted domain and IP address ranges for computers that are on the enterprise network. Define network boundaries to apply policies to protect data that resides in these locations.", - "windowsHealthMonitoring": "Configure the Windows health monitoring policy.", - "windowsPhoneGeneralApplicationRestrictions": "Windows Phone can block users from installing or launching apps specified in the prohibited apps list, or apps not specified in the approved apps list. All managed apps must be added to the approved list." - }, - "Inputs": { - "accountDomain": "Account domain", - "accountDomainHint": "e.g. contosodomain", - "accountDomainInfoBalloon": "Specify the user’s account domain.", - "accountTypeInfoBalloon": "Specify the account type being configured based on the authentication model", - "allowContactSetting": "Allow user to change contact setting", - "allowContactSyncInfoBalloon": "Specify if the user is allowed to change the contact sync setting", - "allowUserChange": "Allow user to change setting", - "androidPackageNamePreset": "com.microsoft.word", - "androidPackageNameValidation": "Please enter a package name similar to com.microsoft.word", - "androidUrlValidation": "Enter a valid url similar to https://play.google.com/store/apps/details?id=com.microsoft.bing&hl=en", - "appInstallContext": "App install context", - "appUrlLabel": "Appstore URL", - "appleUrlValidation": "Enter a valid url similar to https://www.itunes.apple.com/us/app/microsoft-excel/id586683407?mt=8", - "applicableDeviceType": "Applicable device type", - "assignmentActionLabel": "Mode", - "authenticationMethodInfoBalloon": "Specify the authentication method for the user", - "authenticationMetod": "Authentication method", - "authenticationType": "Authentication type", - "authenticationTypeInfoBalloon": "Specify the authentication type for the user", - "availableLicenseCount": "Available licenses", - "basicAuth": "Basic authentication", - "biometricsInfoBalloon": "Biometrics, such as TouchID or FaceID, can be required for users to access the app on their device. When required, biometrics are used in addition to the authentication method selected in this profile. This setting should not be enabled when Intune App Protection Policies are deployed, as the app protection policy includes access requirements prior to accessing managed data. Enabling both will result in multiple access prompts to access Outlook mobile. When set as not configured, the default app setting is set to Off. ", - "bookNameLabel": "Book name", - "bundleDescriptionHint": "Enter a description that describes the apps included.", - "calendar": "Calendar", - "categoryLabel": "Category", - "categoryNameLabel": "Default name", - "certProfileType": "Certificate profile type", - "certificate": "Certificate", - "certificates": "Certificates", - "commandLineLabel": "Command-line arguments", - "commandLineSizeHint": "The maximum length of the command-line arguments text is 1024 characters", - "configurationSettingsFormatLabel": "Configuration settings format", - "configurationSettingsLabel": "Settings format", - "contactSync": "Save Contacts", - "contactSyncInfoBalloon": "Saving contacts to the mobile device’s native address book allows new calls and text messages to be linked with the user’s existing Outlook contacts. When set as not configured, the default app setting is set to Off.", - "contacts": "Contacts", - "createdDateTime": "Created", - "defaultCategoryHint": "Default categories cannot be changed", - "deploySMimeCertsFromIntune": "Deploy S/MIME certificates from Intune", - "descriptionGenericLabel": "Description", - "descriptionHint": "Enter a description...", - "descriptionLabel": "Description", - "descriptionSizeHint": "The length of the description should be no longer than 10,000 characters", - "developerLabel": "Developer", - "developerSizeHint": "The maximum length of the developer name is 256 characters.", - "disable": "Disable", - "disabled": "Disabled", - "displayNameLabel": "Name", - "displayVersionHint": "Enter the app version", - "displayVersionLabel": "App Version", - "displayVersionLengthCheck": "The length of the display version should be a maximum of 130 characters", - "eBookCategoryNameLabel": "Default name", - "emailAccount": "Email account name", - "emailAccountHint": "e.g. Corporate Email", - "emailAccountInfoBalloon": "Specify the display name for the email account as it will appear to users on their devices", - "emailAddressAttribute": "Email address attribute from AAD", - "emailAddressInfoBalloon": "Specify the email address to be used for sending and receiving mail", - "emailServer": "Email Server", - "emailServerHint": "e.g. mail.contoso.com", - "emailServerInfoBalloon": "Specify the host name of your Exchange Server", - "enable": "Enable", - "enableSMime": "Enable S/MIME", - "enabled": "Enabled", - "encryptAllEmails": "Encrypt all emails", - "encryptionCertificates": "Encryption certificates", - "endUserNotifications": "End-user notifications", - "enrollmentTypeLabel": "Device enrollment type", - "externalRecipients": "External recipients MailTip", - "externalRecipientsInfoBalloon": "The External Recipients MailTip is displayed if the sender adds a recipient that's external or adds a distribution group that contains external recipients. This MailTip informs senders if a message they're composing will leave the organization, helping them make the correct decisions about wording, tone, and content. Available only for Exchange Online accounts and on-premises accounts leveraging hybrid modern authentication. When set as not configured, the default app setting is set to On.", - "focusedInbox": "Focused Inbox", - "focusedInboxInfoBalloon": "Focused Inbox separates your inbox into two tabs—Focused and Other. Your most important emails are on the Focused tab while the rest remain easily accessible—but out of the way—on the Other tab. When set as not configured, the default app setting is set to On. ", - "gmailNineAmountOfEmail": "Amount of email to synchronize", - "gmailNineAuthenticationMethodInfoBalloon": "Select how you want users to authenticate to the email server. Use certificates to provide the most secure and seamless experience for end users. ​Certificate based authentication is not yet available because SCEP and PKCS certificate profiles for device owner devices are not available. ", - "gmailNineCertificateUPNInfoBalloon": "The certificate must include user principal name (UPN) as a subject alternative name.", - "gmailNineEmailAddressInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the email address that will be used by the profile e.g. MyName@contoso.com (UPN). Learn more about AAD attributes for email profiles.", - "gmailNineEmailServerInfoBalloon": "The Exchange location (URL) of the email server to which the app you specified connects to get email.", - "gmailNineEmailSynchronizeInfoBalloon": "Control how much email the client will synchronize.", - "gmailNineSSLInfoBalloon": "Enable SSL to help secure all communications with the email server.", - "gmailNineUsernameInfoBalloon": "The attribute Intune gets from Azure AD to dynamically generate the username that will be used by the profile e.g. MyName@contoso.com (UPN) or MyName (username). Learn more about AAD attributes for email profiles.", - "ignoreVersionDetection": "Ignore app version", - "informationUrlLabel": "Information URL", - "informationUrlSizeHint": "The maximum length of the information url is 1024 characters", - "installAsManaged": "Install as managed", - "installationSourceLabel": "App type", - "installerTypeInfoBalloon": "The installer type of the application package.", - "installerTypeLabel": "Installer Type", - "isFeatured": "Show this as a featured app in the Company Portal", - "isMAMEnabledToggleLabel": "Yes", - "lastModifiedDateTime": "Last updated Time", - "ldapUrl": "LDAP URL", - "licensingType": "Supports device context assignment", - "microsoft": "Microsoft", - "minimumOperationSystem": "Minimum operating system", - "modernAuth": "Modern authentication", - "nameHint": "Enter a name", - "nameLabel": "Name", - "nameSizeHint": "The maximum length of the name is 512 characters.", - "notConfigured": "Not configured", - "notesLabel": "Notes", - "notesSizeHint": "The maximum length of the notes text is 1024 characters.", - "notificationType": "Notification type", - "oneDay": "One Day", - "oneMonth": "One Month", - "oneWeek": "One Week", - "outlookSMimeSettings": "Outlook S/MIME settings", - "ownerLabel": "Owner", - "ownerSizeHint": "The maximum length of the owner name is 256 characters.", - "packageIdLabel": "Package Identifier", - "packageNameLabel": "Package name", - "pivCredentialNotConfigured": "You haven't selected a derived credential issuer for your tenant. You'll need to configure one before you can successfully apply this policy to devices.", - "platformLabel": "Platform", - "policyDescriptionLabel": "Description", - "policyNameLabel": "Name", - "primarySMTPAddress": "Primary SMTP Address", - "privacyUrlLabel": "Privacy URL", - "publisherHint": "Enter a publisher name", - "publisherLabel": "Publisher", - "publisherSizeHint": "The length of the publisher name should be between 2 and 1024 characters (inclusive)", - "require": "Require", - "requireBiometrics": "Require Biometrics to access app", - "sAMAccountName": "sAMAccountName", - "scopeTagsRequired": "At least one scope tag is required", - "searchAppLabel": "Select app", - "searchAppLinkText": "Search the App Store", - "searchWinGetPublicRepositoryLinkText": "Search the Windows Package Manager Community Repository", - "searchWinGetStoreRepositoryLinkText": "Search the Microsoft Store app (new)", - "selectAAD": "Select an AAD attribute", - "selectAppFileLabel": "Select file", - "selectAppFileLinkText": "Select app package file", - "selectAppFileToUpdateLabel": "Select file to update", - "selectAuthMethod": "Select an authentication method", - "selectAuthType": "Select an authentication type", - "selectCertificate": "Select a certificate", - "signAllEmails": "Sign all emails", - "signingCertificates": "Signing certificates", - "ssl": "SSL", - "suiteDescriptionLabel": "Suite Description", - "suiteNameLabel": "Suite Name", - "tasks": "Tasks", - "threeDays": "Three Days", - "totalLicenseCount": "Total licenses", - "twoWeeks": "Two Weeks", - "unifiedAssignmentsLabel": "Assign to:", - "unlimited": "Unlimited", - "urlHint": "Enter a valid url", - "useManagedBrowserHint": "Android and iOS only. Learn more", - "useManagedBrowserLabel": "Require a managed browser to open this link", - "userPrinicipalName": "User Principal Name", - "username": "Username", - "usernameAttribute": "Username attribute from AAD", - "usernameAttributreInfoBalloon": "Specify the User Principal Name for the email profile that will be used to authenticate the account", - "usernamePassword": "Username and password", - "webAppUrlHint": "Enter a valid url beginning with http:// or https://", - "webAppUrlLabel": "App URL", - "webAppUrlSizeHint": "The maximum length of the app url is 1024 characters", - "windowsUrlValidation": "Enter a valid URL similar to https://www.microsoft.com/store/p/lync/9wzdncrfhvhm", - "xMLDataEntered": "XML Data Entered", - "xmlFormatInvalid": "XML policy format is invalid.", - "xmlTooLarge": "Input size must be less than 1 MB." - }, "WindowsFeatureUpdate": { "EndOFSupportStatus": { "notSupported": "Not supported", @@ -10504,216 +9758,1745 @@ "licenseWarningBoxText": "Creating quality update policies requires specific licensing.", "warningBoxText": "While expediting software updates can help decrease the time to get to compliance when necessary, it has a larger impact on end-user productivity. The chances that they will experience a restart during business hours is significantly increased." }, - "TermsOfUse": { - "Languages": { - "addLanguage": "Add language", - "af": "Afrikaans", - "am": "Amharic", - "arSA": "Arabic (Saudi Arabia)", - "as": "Assamese", - "az": "Azerbaijani", - "be": "Belarusian", - "bg": "Bulgarian", - "bn": "Bangla", - "bnIN": "Bangla (India)", - "bs": "Bosnian", - "ca": "Catalan", - "caESvalencia": "Valencian (Spain)", - "cs": "Czech", - "cy": "Welsh", - "da": "Danish", - "de": "German", - "default": "Default", - "defaultDetailsTag": "{0} (Default)", - "el": "Greek", - "en": "English", - "enGB": "English (United Kingdom)", - "es": "Spanish", - "esMX": "Spanish (Mexico)", - "et": "Estonian", - "eu": "Basque", - "fa": "Persian", - "fi": "Finnish", - "fil": "Filipino", - "fr": "French", - "frCA": "French (Canada)", - "ga": "Irish", - "gd": "Scottish Gaelic", - "gl": "Galician", - "gu": "Gujarati", - "ha": "Hausa", - "he": "Hebrew", - "hi": "Hindi", - "hr": "Croatian", - "hu": "Hungarian", - "hy": "Armenian", - "id": "Indonesian", - "ig": "Igbo", - "is": "Icelandic", - "it": "Italian", - "ja": "Japanese", - "ka": "Georgian", - "kk": "Kazakh", - "km": "Khmer", - "kn": "Kannada", - "ko": "Korean", - "kok": "Konkani", - "kuArab": "Central Kurdish (Arabic)", - "ky": "Kyrgyz", - "languageOptions": "Language Options", - "lb": "Luxembourgish", - "lo": "Lao", - "lt": "Lithuanian", - "lv": "Latvian", - "mi": "Maori", - "mk": "Macedonian", - "ml": "Malayalam", - "mn": "Mongolian", - "mr": "Marathi", - "ms": "Malay", - "mt": "Maltese", - "ne": "Nepali", - "nl": "Dutch", - "nnNO": "Norwegian, Nynorsk (Norway)", - "no": "Norwegian", - "notSpecified": "Language not specified", - "nso": "Sesotho sa Leboa", - "or": "Odia", - "paArabPK": "Punjabi (Islamic Republic of Pakistan)", - "paIN": "Punjabi (India)", - "pl": "Polish", - "prs": "Dari", - "ptBR": "Portuguese (Brazil)", - "ptPT": "Portuguese (Portugal)", - "quz": "Quechua", - "removeLanguage": "Remove language", - "ro": "Romanian", - "ru": "Russian", - "rw": "Kinyarwanda", - "sd": "Sindhi", - "si": "Sinhala", - "sk": "Slovak", - "sl": "Slovenian", - "sq": "Albanian", - "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", - "srCyrlRS": "Serbian (Cyrillic, Serbia)", - "srLatnRS": "Serbian (Latin, Serbia)", - "sv": "Swedish", - "sw": "Kiswahili", - "ta": "Tamil", - "te": "Telugu", - "tg": "Tajik", - "th": "Thai", - "ti": "Tigrinya", - "tk": "Turkmen", - "tn": "Setswana", - "tr": "Turkish", - "tt": "Tatar", - "ug": "Uyghur", - "uk": "Ukrainian", - "ur": "Urdu", - "uz": "Uzbek", - "vi": "Vietnamese", - "wo": "Wolof", - "xh": "isiXhosa", - "yo": "Yoruba", - "zhHans": "Chinese (Simplified)", - "zhHant": "Chinese (Traditional)", - "zu": "isiZulu" - }, - "AcceptanceExpirationFrequency": { - "annually": "Annually", - "biannually": "Bi-annually", - "monthly": "Monthly", - "quarterly": "Quarterly" - }, - "Wizard": { - "AgreementTargetEntityScope": { - "NotSelected": { - "label": "None selected" - }, - "selectEntityTitle": "Select group", - "title": "Select group" - }, - "PolicyFile": { - "Languages": { - - }, - "Validations": { - "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." - } + "AzureCA": { + "AdrsUserActionSelectionWarning": { + "conditions": "Conditions that require device registration are not available with \"Register or join devices\" user action.", + "message": "Only \"Require multifactor authentication\" can be used in policies created for the \"Register or join devices\" user action.{0}" + }, + "AuthContext": { + "Delete": { + "failure": "Failed to delete {0}", + "failureCa": "Failed to delete {0} because it is referenced by CA policies", + "modifying": "Deleting {0}", + "success": "Successfully deleted {0}" + }, + "Included": { + "none": "No cloud apps, actions, or authentication contexts selected", + "plural": "{0} authentication contexts included", + "singular": "1 authentication context included" }, - "PolicyTemplate": { - "InfoBox": { - "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", - "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", - "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", - "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." - } - }, - "Section": { - "conditionalAccessSubtitle": "Enforce with conditional access policy templates", - "conditionalAccessTitle": "Conditional access", - "termsOfUseSubtitle": "Create and upload documents", - "termsOfUseTitle": "Terms of use" - }, - "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", - "acceptanceDurationLabel": "Duration before re-acceptance required (days)", - "acceptanceDurationPlaceholder": "Example: '90'", - "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", - "acceptanceExpirationFrequencyLabel": "Frequency", - "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", - "acceptanceExpirationStartDateTimeLabel": "Expire starting on", - "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", - "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", - "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", - "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", - "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", - "agreementNameLabel": "Name", - "agreementNamePlaceholderText": "Example: 'All users terms of use'", - "agreementRequirmentLabel": "Required Upon", - "agreementTargetEntityLabel": "Users targeted", - "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", - "agreementUploadPolicyLabel": "Terms of use", - "agreementUploadPolicyPlaceholderText": "Upload required PDF", - "createButtonLabel": "Create", - "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", - "createPolicyLabel": "Create a policy", - "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", - "isAcceptanceExpirationEnabledLabel": "Expire consents", - "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", - "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                        For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                        Display name will be the title of the terms of use that is presented to the end user.", - "policyFilesLabel": "Terms of use document", - "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", - "policyTemplateLabel": "Policy templates", - "title": "New terms of use" + "InfoBlade": { + "createTitle": "Add authentication context", + "deleteDisallowed": "You cannot delete this authentication context while it is referenced by your Conditional Access policies.", + "descPlaceholder": "Add description for the authentication context", + "modifyTitle": "Modify authentication context", + "namePlaceholder": "Ex. Trusted location, Trusted device, Strong authorization", + "publishDesc": "Publish to apps will make the authentication context available for apps to use. Publish once you finish configuring Conditional Access policy for the tag. [Learn more][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2150966", + "publishLabel": "Publish to apps", + "titleDesc": "Configure an authentication context that will be used to protect application data and actions. Use names and descriptions that can be understood by application administrators. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "unpublishWarning": "Unpublishing this authentication context could result in losing access to the resource that is being secured by the authentication context." + }, + "Notify": { + "failure": "Failed to update {0}", + "modifying": "Modifying {0}", + "success": "Successfully updated {0}" + }, + "WhatIf": { + "selected": "Authentication context included" + }, + "addNewAuthContext": "New authentication context", + "authContextForWorkloadIdentitiesPrivatePreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in private preview.", + "authContextForWorkloadIdentitiesPublicPreviewMessage": "Applying 'Authentication context' to 'Workload identities' is in public preview.", + "bannerText": "Create your own authentication context values and Conditional Access policies with Azure AD Premium", + "checkBoxInfo": "Select the authentication contexts this policy will apply to", + "configure": "Configure authentication contexts", + "createCA": "Assign Conditional Access policies to the authentication context", + "dataGrid": "List of authentication contexts", + "deleteFailedByReference": "You cannot delete this authentication context because it is being referenced by CA policies.", + "description": "Description", + "documentation": "Documentation", + "getStarted": "Get started", + "label": "Authentication context", + "menuLabel": "Authentication context", + "name": "Name", + "noAuthContextConfigured": "No authentication contexts have been configured.", + "noAuthContextSet": "There are no authentication contexts", + "noData": "No authentication contexts to display", + "selectionInfo": "Authentication context is used to secure application data and actions in apps like SharePoint and Microsoft Cloud App Security.", + "selectionInfoAriaLabel": "Learn more about authentication context.", + "step": "Step", + "tabDescription": "Manage authentication context to protect data and actions in your apps. Authentication contexts cannot be deleted when they are referenced by Conditional Access policies. [Learn more][1]\n[1]:https://go.microsoft.com/fwlink/?linkid=2150965", + "tagResources": "Tag resources with an authentication context" + }, + "AuthenticationStrength": { + "Mode": { + "deviceBasedPush": "Microsoft Authenticator (Phone Sign-in)", + "email": "Email One-Time Passcode", + "fido2": "FIDO2 Security Key", + "hardwareOath": "Hardware OATH tokens", + "microsoftAuthenticatorPush": "Microsoft Authenticator (Push Notification)", + "password": "Password", + "sms": "SMS", + "softwareOath": "Software OATH tokens", + "temporaryAccessPassMultiUse": "Temporary Access Pass (Multi-use)", + "temporaryAccessPassOneTime": "Temporary Access Pass (One-time use)", + "voice": "Voice", + "windowsHelloForBusiness": "Windows Hello For Business", + "x509CertificateMultiFactor": "Certificate-based Authentication (Multifactor)", + "x509CertificateSingleFactor": "Certificate-based Authentication (Single factor)" + } + }, + "CAS": { + "BuiltinPolicy": { + "Option": { + "blockDownloads": "Block downloads (Preview)", + "monitorOnly": "Monitor only (Preview)", + "protectDownloads": "Protect downloads (Preview)", + "useCustomControls": "Use custom policy..." + }, + "ariaLabel": "Choose the kind of Conditional Access App Control to apply" + } + }, + "ChooseApplications": { + "Grid": { + "appIdAria": "App ID: {0}" + }, + "LowerGrid": { + "ariaLabel": "List of selected cloud apps" + }, + "UpperGrid": { + "ariaLabel": "List of cloud apps which match the search term" + } + }, + "ChooseLocations": { + "Validation": { + "failed": "With \"Selected locations\" you must choose at least one location.", + "selector": "Choose at least one location" + }, + "privateLinksInfo": "Private Link for Azure AD is best suited for Azure services. Ensure that the principals on which this policy is applied do not have requirement to hit any public services like M365." + }, + "ClaimProvider": { + "ControlsList": { + "aria": "List of custom controls." + } + }, + "ClientApp": { + "Clients": { + "Validation": { + "failed": "You must select at least one of the following clients" + } + } }, - "Details": { - "Link": { - "auditEvent": "View audit logs", - "delete": "Delete", - "download": "Preview PDF", - "edit": "Edit" + "ClientConditionsInfo": { + "browserAndModern": "This policy only applies to browser and modern authentication apps. To apply the policy to all client apps, enable the client app condition and select all the client apps.", + "classicExperience": "Since this policy was created, the default client apps configuration has been updated.", + "legacyAuth": "When not configured, policies now apply to all client apps, including modern and legacy auth." + }, + "CloudAppFilterBlade": { + "AssignmentFilter": { + "header": "Attribute", + "placeholder": "Choose an attribute" + }, + "Configure": { + "infoBalloon": "Configure app filters you want to policy to apply to." + }, + "NoPermissions": { + "learnMoreAria": "More about custom security attribute permissions.", + "message": "You do not have the permissions needed to use custom security attributes." + }, + "gridHeader": "Using custom security attributes you can use the rule builder or rule syntax text box to create or edit the filter rules. In the preview, only attributes of type String are supported. Attributes of type Integer or Boolean will not be shown.", + "learnMoreAria": "More information about using the rule builder and syntax text box.", + "noAttributes": "There are no custom attributes available to filter on. You will need to configure some attributes to employ this filter.", + "title": "Edit filter (Preview)" + }, + "CloudAppsUserActions": { + "any": "Any cloud app or action", + "infoBalloon": "Cloud app or user action you want to test. For example, 'SharePoint Online'", + "learnMore": "Control access based on all or specific cloud apps or actions.", + "learnMoreAriaLabel": "Learn more about cloud apps, actions, and authentication context.", + "learnMoreB2C": "Control access based on all or specific cloud apps.", + "learnMoreNetworkAccess": "Control access based on all or specific network access traffic, cloud apps or actions.", + "title": "Cloud apps or actions" + }, + "CloudappsSelectionBlade": { + "Excluded": { + "gridAria": "List of excluded cloud apps" + }, + "Filter": { + "configured": "Configured", + "label": "Edit filter (Preview)", + "with": "{0} with {1}" + }, + "Included": { + "gridAria": "List of included cloud apps" + }, + "Validation": { + "authContext": "With \"authentication context\" you must configure at least one sub-item.", + "networkAccess": "With \"Global Secure Access\" you must configure at least one traffic profile.", + "selectApps": "\"{0}\" must be configured", + "selector": "Select at least one app.", + "userActions": "With \"User actions\" you must configure at least one sub-item." + } }, - "Property": { - "acceptanceDuration": "Duration before re-acceptance required (days)", - "acceptanceExpirationFrequency": "Frequency", - "acceptanceExpirationStartDateTime": "Expire starting on", - "accepted": "Users accepted", - "declined": "Users declined", - "displayname": "Display name", - "isAcceptanceExpirationEnable": "Expire consents", - "isPerDeviceAcceptanceRequired": "Require users to consent on every device", - "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", - "name": "Name" + "Conditions": { + "DevicePlatforms": { + "headerDescription": "Apply policy to selected device platforms.", + "headerLearnMoreAriaLabel": "Learn more about supported device platforms in Conditional Access." + }, + "Locations": { + "headerDescription": "Control user access based on their physical location.", + "headerLearnMoreAriaLabel": "Learn more about using the location condition in a Conditional Access policy." + } + }, + "DeviceState": { + "LearnMore": { + "ariaLabel": "Learn more about device state (deprecated) in Conditional Access conditions.", + "message": "Control user access when the device the user is signing-in from is not \"Hybrid Azure AD joined\" or \"marked as compliant\".\n This has been deprecated. Use '{1}' instead." + } + }, + "Errors": { + "notFound": "The policy was not found or has been deleted.", + "notFoundDetailed": "The policy \"{0}\" no longer exists. It may have been deleted." + }, + "GuestsOrExternalUsers": { + "allExternalTenantsLabel": "All", + "b2bCollaborationGuestLabel": "B2B collaboration guest users", + "b2bCollaborationMemberLabel": "B2B collaboration member users", + "b2bDirectConnectUserLabel": "B2B direct connect users", + "enumeratedExternalTenantsError": "Please select at least one external tenant", + "enumeratedExternalTenantsLabel": "Select", + "externalTenantsLabel": "Specify external Azure AD organizations", + "externalUserDropdownLabel": "Choose guest or external user types", + "externalUsersError": "Select at least one external guest or user type", + "externalUsersIncompatibleWithInsiderRiskError": "Insider risk condition is not valid for B2B direct connect users, service provider users and other external users.", + "guestOrExternalUsersInfoContent": "Includes B2B Collaboration, B2B direct connect and other types of external users.", + "guestOrExternalUsersLabel": "Guest or external users", + "internalGuestLabel": "Local guest users", + "otherExternalUserLabel": "Other external users", + "serviceProviderUsersLabel": "Service provider users" + }, + "MsGraphErrors": { + "messageFromServer": "Message from server: {0}" + }, + "NamedLocation": { + "Form": { + "CountryLookup": { + "ariaLabel": "Country lookup method", + "gps": "Determine location by GPS coordinates", + "info": "When the location condition of a Conditional Access policy is configured, users will be prompted by the Authenticator app to share their GPS location. ", + "ip": "Determine location by IP address (IPv4 and IPv6)" + }, + "Header": { + "new": "New location ({0})", + "update": "Update location ({0})" + }, + "Include": { + "infoBalloon": "Unknown countries/regions are IP addresses that are not associated with a specific country or region.", + "infoBalloonCont": "\n \nThis includes:\n* IPv6 addresses\n* IPv4 addresses without a direct mapping\n ", + "label": "Include unknown countries/regions" + }, + "Name": { + "empty": "Name cannot be empty", + "placeholder": "Name this location" + }, + "Search": { + "countries": "Search countries", + "names": "Search names", + "privateLinks": "Search Private Links" + }, + "Trusted": { + "label": "Mark as trusted location" + }, + "enter": "Enter a new IPv4 or IPv6 range", + "example": "ex: 40.77.182.32/27 or 2a01:111::/32" + }, + "IpRanges": { + "addIpRangeButtonAriaLabel": "Add IP range", + "deleteButtonAriaLabel": "Delete {0} IP range.", + "headerDescription": "Configure named location IPv4 and IPv6 ranges.", + "headerLearnMoreAriaLabel": "Learn more about IP range named locations." + }, + "Label": { + "addCountries": "Countries location", + "addIpRange": "IP ranges location", + "addPrivateLink": "Azure Private Links" }, - "Tab": { - "cAPolicies": "Conditional access policies", - "details": "Details", - "languages": "Languages" - } - } - }, + "NetworkAccess": { + "headerDescription": "Configure Network Access locations of my tenant.", + "headerLearnMoreAriaLabel": "Learn more about Network Access locations.", + "helpDescription": "Entra Network Access is disabled for your tenant.", + "learnMoreAriaLabel": "Learn more about Network Access.", + "subtitle": "Named location", + "title": "All Network Access Location" + }, + "Notification": { + "Create": { + "Failed": { + "description": "Failure in creating new location ({0})", + "title": "Creation has failed" + }, + "InProgress": { + "description": "Creating new location ({0})", + "title": "Creation in progress" + }, + "Success": { + "description": "Success in creating new location ({0})", + "title": "Creation has succeeded" + } + }, + "Delete": { + "Failed": { + "description": "Failure in deleting location ({0})", + "title": "Deletion has failed" + }, + "InProgress": { + "description": "Deleting location ({0})", + "title": "Deletion in progress" + }, + "Success": { + "description": "Success in deleting location ({0})", + "title": "Deletion has succeeded" + } + }, + "Update": { + "Failed": { + "description": "Failure in updating location ({0})", + "title": "Updating has failed" + }, + "InProgress": { + "description": "Updating location ({0})", + "title": "Updating in progress" + }, + "Success": { + "description": "Success in updating location ({0})", + "title": "Updating has succeeded" + } + } + }, + "PrivateLink": { + "headerDescription": "Create a new named location containing Private Links for Azure AD.", + "headerLearnMoreAriaLabel": "Learn more about Private Link named locations." + }, + "PrivateLinks": { + "grid": "List of Private Links" + }, + "Trusted": { + "title": "Trusted type", + "trusted": "Trusted" + }, + "Type": { + "all": "All types", + "countries": "Countries", + "ipRanges": "IP ranges", + "networkAccess": "Network Access", + "privateLinks": "Private Links", + "title": "Location type" + }, + "iPRangeInvalidError": "Value must be a valid IPv4 or IPv6 range.", + "iPRangeLinkOrSiteLocalError": "IP network detected as a link local or site local address.", + "iPRangeOctetError": "IP network must not start with 0 or 255.", + "iPRangePrefixError": "IP network prefix must be from /{0} to /{1}.", + "iPRangePrivateError": "IP network detected as a private address.", + "iPv6Announcement": "Azure Active Directory now supports IPv6! Update your IP ranges locations today with IPv6 ranges. ", + "reactNamedLocationsAnnouncement": "Try out the new named locations list experience improvements. Click here or use Preview features to enable the enhanced named locations list experience and refresh the tab. \n" + }, + "NamedNetwork": { + "List": { + "gridAria": "List of named locations" + } + }, + "NetworkAccess": { + "Included": { + "none": "No target resources selected", + "plural": "{0} network traffic profiles selected", + "singular": "1 network traffic profile selected" + }, + "internetOptionText": "Internet traffic", + "label": "Global Secure Access (Preview)", + "m365OptionText": "Microsoft 365 traffic", + "privateOptionText": "Private traffic", + "selectTrafficProfilesLabel": "Select the traffic profiles this policy applies to", + "targetResourcesBalloonContext": "Target resources", + "targetResourcesSelectorTitle": "Target resources", + "trafficProfilesLearnMoreTooltip": "You can apply policies to the network traffic that your organization needs to secure and manage.", + "ztnaEnableLearnMore": "Zero Trust Cloud Edge needs to be turned on to use network access controls. " + }, + "Overview": { + "SignInsProtectedByCa": { + "accessDenied": "Access denied", + "accessDeniedReportOnly": "Access denied (report-only)", + "accessGranted": "Access granted", + "accessGrantedReportOnly": "Access granted (report-only)", + "deniedEnforced": "Access denied - Policy controls applied", + "deniedEnforcedReportOnly": "Access denied (report-only) - Policy controls applied", + "grantedEnforced": "Access granted - Policy controls applied", + "grantedEnforcedReportOnly": "Access granted (report-only) - Policy controls applied", + "grantedNotEnforced": "Access granted - No policy controls applied", + "grantedNotEnforcedReportOnly": "Access granted (report-only) - Policy not applied", + "grantedNotScoped": "Access granted - No policy applied", + "grantedNotScopedReportOnly": "Access granted (report-only) - No policy controls applied", + "noPolicyApplied": "No Policy applied", + "noPolicyControlApplied": "No controls applied", + "policyControlsApplied": "Controls applied", + "title": "Sign-ins protected by Conditional Access", + "tooltip": "Sign-ins protected by Conditional Access", + "totalSignIns": "Total sign-ins", + "userActionRequired": "User action required (report-only)" + } + }, + "Policies": { + "Grid": { + "aria": "List of Conditional Access policies" + }, + "countText": "{0} out of {1} policies found", + "countTextSingular": "{0} out of 1 policy found", + "search": "Search policies" + }, + "Policy": { + "Condition": { + "ServicePrincipalRisk": { + "description": "Configure service principal risk levels needed for policy to be enforced", + "infoBalloonContent": "Configure service principal risk to apply the policy to selected risk level(s)", + "title": "Service principal risk", + "titlePreview": "Service principal risk (Preview)" + } + } + }, + "PolicyBlade": { + "B2C": { + "Validation": { + "failed": "You must configure the \"{0}\" section." + } + }, + "Conditions": { + "DeviceAttributes": { + "AssignmentFilter": { + "Rules": { + "AndOr": { + "and": "And", + "header": "And/Or", + "or": "Or" + }, + "Operator": { + "Options": { + "contains": "Contains", + "endsWith": "Ends with", + "equals": "Equals", + "in": "In", + "notContains": "Not contains", + "notEndsWith": "Not ends with", + "notEquals": "Not equals", + "notIn": "Not in", + "notStartsWith": "Not starts with", + "startsWith": "Starts with", + "unknown": "Unknown" + }, + "header": "Operator", + "placeholder": "Choose an operator" + }, + "Property": { + "header": "Property", + "placeholder": "Choose a property" + }, + "Value": { + "header": "Value", + "placeholder": "Pick a property and operator first" + }, + "addExpression": "Add expression", + "gridAria": "Editor for custom device filter", + "ruleSyntax": "Rule syntax", + "simpleRuleConversionFail": "Some items could not be displayed in the rule builder." + }, + "edited": "Edit", + "instructions": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "maxLength": "The maximum length for the filter rule is {0} characters." + }, + "Blade": { + "AppliesTo": { + "excluded": "Exclude filtered devices from policy", + "included": "Include filtered devices in policy", + "label": "Devices matching the rule:" + }, + "Configure": { + "infoBalloon": "Configure device filters you want to policy to apply to." + }, + "RuleSyntax": { + "infoBalloon": "The currently configured rule syntax (e.g. CustomSecurityAttribute.Name -eq \"Value\")", + "invalidRule": "Invalid rule: {0}", + "label": "Rule syntax" + }, + "header": "You can use the rule builder or rule syntax text box to create or edit the filter rule.", + "headerDescription": "Configure a filter to apply policy to specific devices.", + "headerLearnMoreAriaLabel": "Learn more about filtering for devices with Conditional Access.", + "title": "Filter for devices" + }, + "Metadata": { + "TrustType": { + "adRegistered": "Azure AD registered", + "azureAd": "Azure AD joined", + "hybridAd": "Hybrid Azure AD joined" + } + }, + "Parser": { + "arrayFailed": "Failed to parse array value: {0}. This needs to be of the style \"single value\" or \"first item\", \"second item\".", + "emptyArray": "Empty array: {0}", + "invalidExpression": "Expression is not valid: {0}", + "invalidProperty": "Invalid property expression: {0}", + "invalidRoot": "Expression is not valid: {0}. Root expression must be type of {1}", + "mismatchedArrayTypes": "Operands have to be the same type, but left: {0}, right: {1}", + "mismatchedTypes": "Different types in array: {0}", + "noQuotations": "String value should not be in single or double quotes", + "parseString": "String value must be in double quotes: {0}", + "unsupportedBoolean": "Boolean properties can only be '{0}' or '{1}'.", + "unsupportedGrouping": "Cannot represent the rule in the rule builder.", + "unsupportedInteger": "'{0}' cannot be parsed as a number.", + "unsupportedOperationOnProperty": "'{0}' operation is not supported for property '{1}'", + "unsupportedOperationOnResult": "This rule engine does not support '{0}' operation for '{1}'", + "unsupportedProperty": "Unsupported property: '{0}', for target type: '{1}'" + }, + "Selector": { + "exclude": "Exclude filtered devices", + "include": "Include filtered devices", + "infoBalloon": "Filter to apply to devices based on their attributes.", + "label": "Filter for devices" + }, + "Tokenizer": { + "closingParentheses": "Found an opening parenthesis without a matching closing parentheses", + "invalidCharacters": "Invalid characters found in the rule: {0}", + "invalidPrecedence": "Precedence is invalid", + "nullExpression": "Expression is null/undefined", + "openingParentheses": "Found a closing parenthesis without a matching opening parentheses", + "unknownOperator": "Unknown operator: {0}" + }, + "error": "'{0}' and '{1}' are both configured. This policy will not work as expected until one is deconfigured.", + "info": "'{0}' and '{1}' cannot be configured simultaneously. '{0}' has been deprecated. Use '{1}' instead." + } + }, + "CustomRoleNotAllowed": { + "plural": "{0} custom roles are included or excluded in this policy but don't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. ", + "singular": "1 custom role is included or excluded in this policy but doesn't affect the users and groups in the policy. Only built-in roles are enforced. You will need to remove the custom roles before saving this policy. " + }, + "LearnMore": { + "InjectedPolicy": { + "ariaLabel": "Learn more about this read-only policy.", + "message": "This policy enforces the use of multifactor authentication when accessing admin portals. You cannot edit this policy, but you can delete it and create a new policy." + }, + "ariaLabel": "Learn more about building a Conditional Access policy.", + "conditions": "Control access based on signals from conditions like risk, device platform, location, client apps, or device state.", + "conditionsAriaLabel": "Learn more about Conditional Access conditions.", + "message": "Control access based on Conditional Access policy to bring signals together, to make decisions, and enforce organizational policies." + }, + "Removed": { + "cloudApps": "{0} cloud app(s) configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. When you save the policy the deleted app(s) will be automatically removed from it.", + "namedLocations": "{0} location(s) configured in this policy have been deleted from the directory, but this doesn't affect the other locations in the policy. When you save the policy the deleted location(s) will be automatically removed from it.", + "usersOrGroups": "{0} included or excluded in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. When you save the policy the deleted users and/or groups will be automatically removed." + }, + "Validation": { + "failed": "You must configure either the \"{0}\" or \"{1}\" section." + }, + "Warnings": { + "readOnly": "This view is a read-only view of this policy. To change it, please click here to visit the \"{0}\" page." + }, + "subtitle": "Conditional Access policy", + "tabLabel": "Policy" + }, + "PolicyCondition": { + "InsiderRisk": { + "Checkbox": { + "ElevatedRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Elevated insider risk level.", + "infoballoon": "User performed activities that might indicate a high degree of risk. Typically requires an insider risk admin to take proactive measures to prevent further risky activity from occurring." + }, + "MinorRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Minor insider risk level.", + "infoballoon": "User performed activities that might indicate a minimal degree of risk. Typically, insider risk admins will continue to detect risky user activity to determine whether further action is required." + }, + "ModerateRisk": { + "ariaLabel": "Insider risk level this policy will apply to. Moderate insider risk level.", + "infoballoon": "User performed activities that might indicate a moderate degree of risk. While not as severe as an elevated risk, insider risk admins will still take appropriate actions to prevent further risky activity from occurring." + } + }, + "ContextPane": { + "LearnMore": { + "ariaLabel": "Learn more about insider risk.", + "label": "Control access for users who are assigned specific risk levels from Adaptive Protection, a Microsoft Purview Insider Risk Management feature that uses machine learning to help dynamically identify and mitigate critical risks." + }, + "header": "Select the risk levels that must be assigned to enforce the policy" + }, + "Selector": { + "LearnMore": { + "label": "Adaptive Protection risk level that's assigned to the user. Risk levels define how riskly a user's activity is and can be based on criteria like how many potential data theft activities they performed." + } + }, + "descriptor": "Insider activity risk", + "label": "Insider risk (Preview)" + }, + "SignInRisk": { + "descriptor": "Risk of sign-in compromise" + }, + "SignInRiskDetections": { + "ApplyCondition": { + "info": "Configure risk detections to apply the policy to selected real-time sign-in risk detection(s)." + }, + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk detections.", + "message": "Control user access to respond to specific real-time sign-in risk detections." + }, + "description": "This condition is satisfied if any of the included risk detections detect risk. This does not affect the sign-in risk level calculation.", + "header": "Real-time built-in risk detections", + "info": "Detections that detect risks during sign-ins.", + "label": "Sign-in risk detections (Preview)", + "title": "Sign-in risk detections" + }, + "UserRisk": { + "descriptor": "Risk of user compromise" + } + }, + "PolicyControlAuthStrength": { + "MultiFactorAuthentication": { + "description": "Combinations of methods that satisfy strong authentication, such as Password + SMS", + "displayName": "Multifactor authentication" + }, + "Passwordless": { + "description": "Passwordless methods that satisfy strong authentication, such as Microsoft Authenticator ", + "displayName": "Passwordless MFA" + }, + "PhishingResistant": { + "description": "Phishing-resistant Passwordless methods for the strongest authentication, such as FIDO2 Security Key", + "displayName": "Phishing-resistant MFA" + } + }, + "PolicyControlFedAuthMethod": { + "ariaLabel": "Learn more about requiring authentication methods satisfied by federation providers.", + "certificate": "Certificate authentication", + "infoBubble": "Specify a required authentication method, that must be satisfied by federation provider, such as ADFS.", + "multifactor": "Multifactor authentication", + "require": "Require federated authentication method (Preview)", + "whatIfFormat": "{0} - {1}" + }, + "PolicyState": { + "off": "Off", + "on": "On", + "reportOnly": "Report-only" + }, + "SSM": { + "MemberSelector": { + "description": "Users and groups" + }, + "Notification": { + "Migration": { + "error": "Failed to migrate Continuous access evaluation settings to Conditional access policies", + "inProgress": "Migrating Continuous access evaluation settings", + "success": "Successfully migrated Continuous access evaluation settings to Conditional access policies", + "successDescription": "Please proceed to Conditional access policies to view the migrated settings in the newly created policy named \"CA policy created from CAE settings\"." + }, + "error": "Failed to update Continuous access evaluation settings", + "inProgress": "Updating Continuous access evaluation settings", + "success": "Successfully updated Continuous access evaluation settings" + }, + "PreviewOptions": { + "disable": "Disable preview", + "enable": "Enable preview" + }, + "StrictLocationEnforcement": { + "infoContent1": "Different IPs can be seen by Azure AD and Resource Provider from the same client device due to network partition or IPv4/IPv6 mismatch. Strict Location Enforcement will enforce the Conditional Access policy based on both IP addresses seen by Azure AD and Resource Provider.", + "infoContent2": "To ensure maximum security, it is recommended to include all IPs that can be seen by both Azure AD and Resource Provider in your Named Location policy and turn on \"Strict Location Enforcement\" mode.", + "label": "Strict Location Enforcement", + "title": "Additional enforcement modes" + }, + "bladeTitle": "Continuous access evaluation", + "description": "When a user's access is removed or a client IP address changes, Continuous access evaluation automatically blocks access to resources and applications in near real time. ", + "migrateLabel": "Migrate", + "migrationError": "Migration failed due to the following error: {0}", + "migrationInfo": "CAE setting has been moved under Conditional Access UX, please migrate with the \"Migrate\" button above and configure it with Conditional Access policy going forward. Click here to learn more.", + "noLicenseMessage": "Manage smart session management settings with Azure AD Premium", + "optionsPickerTitle": "Enable/Disable Continuous access evaluation", + "upsellInfo": "You cannot change your settings on this page anymore and any settings here should be disregarded. Your previous setting will be honored. You can configure your CAE settings under Conditional Access going forward. Click here to learn more." + }, + "SamlReauth": { + "Filter": { + "warning": "You are targeting applications using a dynamic query. Some applications might not be supported to use with \"sign-in frequency every time\" session control. {0}Read more about the recommended scenarios.{1}", + "warningRefresh": "You are targeting applications using a dynamic query. Over-prompting users for reauthentication can occur when the \"sign-in frequency every time\" session control is enabled in some applications. {0}Read more about the recommended scenarios.{1}" + } + }, + "SelectOrganizations": { + "Blade": { + "Lower": { + "gridAria": "List of selected organizations" + }, + "Upper": { + "gridAria": "List of available organizations" + }, + "addTenantLabel": "Add tenant to selected", + "customOrganizationDescription": "Add an organization with this tenant ID", + "description": "Add an Azure AD organization by typing one of its domain names.", + "notFoundResult": "Not found", + "searchBoxPlaceholder": "Tenant ID or domain name", + "subTitle": "Azure AD organization", + "tenantAdded": "This tenant ID has already been added.", + "tenantIdNotFound": "Tenant ID not found" + }, + "Selector": { + "AdditionalDetails": { + "aria": "Organization ID: {0}" + }, + "DisplayText": { + "multiple": "{0} Azure AD organizations selected", + "single": "1 Azure AD organization selected" + }, + "gridAria": "List of selected organizations" + } + }, + "SessionControls": { + "Cae": { + "SP": { + "checkboxLabel": "Customize continuous access evaluation (Preview)" + }, + "SelectorLabel": { + "disable": "Use continuous access evaluation - Disable", + "strictEnforcement": "Use continuous access evaluation - Strict enforcement", + "strictLocation": "Use continuous access evaluation - Strict location" + }, + "checkboxLabel": "Customize continuous access evaluation", + "disable": "Disable", + "disableError": "Continuous access evaluation \"Disable\" can only be used when policy is assigned to \"All cloud apps\" and no conditions are selected.", + "disableText": "Disable continuous access evaluation (CAE) only works correctly when \"{0}\" is selected, and no conditions has been chosen. Please change your cloud apps and condition selections.", + "helpLabel": "See list of supported clients and resource providers", + "infoBalloonText": "Continuous Access Evaluation (CAE) allows access tokens to be revoked based on critical events and policy evaluation in real time rather than relying on token expiration based on lifetime.\n* \"{0}\" works correctly when \"{1}\" is selected, and no condition has been chosen.\n* This setting does not work with report-only mode, but there are pre-published workbooks with data insights.\n\n[Learn More][1]\n[1]: https://go.microsoft.com/fwlink/?linkid=2135010\n", + "label": "Continuous access evaluation settings", + "none": "None", + "notAvailableText": "Continuous access evaluation (CAE) controls will not be available unless you enable CAE for all users.", + "notMigratedText": "Continuous access evaluation (CAE) control is not available until you complete the migration from the old CAE setting.", + "strictEnforcement": "Strict enforcement", + "strictEnforcementSP": "Strict enforcement (coming soon!)", + "strictEnforcementText": "This policy has strict enforcement for continuous access evaluation configured. Strict enforcement is currently not supported and has been rolled back. Saving this policy will automatically remove strict enforcement from the policy.", + "strictLocation": "Strictly enforce location policies (Preview)" + }, + "NetworkAccessSecurity": { + "checkboxLabel": "Use Global Secure Access policy profile", + "dropdownDefaultText": "Select a policy", + "dropdownDefaultTextProfile": "Select a filtering profile", + "infoboxText": "This control only works with \"Global Secure Access\" as the targeted resource. ", + "selectorDisplayText": "Conditional Access Network Control selected", + "tooltip": "Use this option to configure a policy profile for Global Secure Access targeted resources." + }, + "ResiliencyDefaults": { + "checkboxLabel": "Disable resilience defaults", + "infoBallonText": "During an outage, Azure AD will extend access to existing sessions while enforcing Conditional Access policies. If a policy cannot be evaluated, access is determined by resilience settings. If resilience defaults are disabled, access is denied once existing sessions expire.", + "infoBoxLabel": "To improve the resilience of Azure AD, we are announcing Conditional Access resilience defaults. Learn more about managing this new setting for your policies." + }, + "SecureApp": { + "checkboxLabel": "Require token protection for app sessions (Preview)" + }, + "SecureSignIn": { + "checkboxLabel": "Require token protection for sign-in sessions (Preview)", + "error": "Policies enforcing Token Protection for Sign In Sessions must be scoped to supported platforms. {0}Learn more about token protection.{1}", + "infoBallonText": "A secure sign-in session requires all long-lived tokens (the Azure AD session cookie and refresh token) to be bound to the device using software key binding or hardware security module binding where available.", + "warningInfoBoxText": "The control \"Require token protection for sign-in sessions\" only works with supported devices and applications (Exchange Online and SharePoint). Unsupported devices and client applications will be blocked." + }, + "SignInFrequency": { + "actorInvalid": "The \"sign-in frequency every time\" session control cannot be used with \"{0}\"", + "appWarning": "Some of the applications currently selected are not compatible with the \"Sign-in frequency\" option of \"Every time\"", + "everytime": "Every time", + "periodic": "Periodic reauthentication", + "reqMFAWarning": "\"Require multifactor authentication\" must be selected when using \"Secondary authentication methods only\"", + "selectorInvalid": "When \"Require password change\" grant is selected, only \"sign-in frequency every time\" session control can be used", + "warning": "\"Require password change\" can only be used with sign-in frequency of \"Every time\"" + } + }, + "SessionLifetime": { + "PersistentBrowser": { + "Error": { + "notAllApps": "Persistent browser session policy only works correctly when \"All cloud apps\" is selected. Please update your cloud apps selection." + }, + "Option": { + "always": "Always persistent", + "help": "A persistent browser session allows users to remain signed in after closing and reopening their browser window.
                                        \n
                                          \n
                                        • This setting works correctly when \"All cloud apps\" are selected
                                        • \n
                                        • This does not affect token lifetimes or the sign-in frequency setting.
                                        • \n
                                        • This will override the \"Show option to stay signed in\" policy in Company Branding.
                                        • \n
                                        • \"Never persistent\" will override any persistent SSO claims passed in from federated authentication services.
                                        • \n
                                        • \"Never persistent\" will prevent SSO on mobile devices across applications and between applications and the user's mobile browser.
                                        • \n", + "label": "Persistent browser session", + "never": "Never persistent" + }, + "Warning": { + "allApps": "Persistent browser session only works correctly when All cloud apps is selected. Please change your cloud apps selection." + } + }, + "SignInFrequency": { + "Aria": { + "units": "Hours or days", + "value": "Frequency" + }, + "Option": { + "Day": { + "plural": "{0} days", + "singular": "1 day" + }, + "Hour": { + "plural": "{0} hours", + "singular": "1 hour" + }, + "daysOption": "Days", + "everytime": "Every time", + "help": "Time period before a user is asked to sign-in again when attempting to access a resource. The default setting is a rolling window of 90 days, i.e. users will be asked to re-authenticate on the first attempt to access a resource after being inactive on their machine for 90 days or longer.", + "hoursOption": "Hours", + "label": "Sign-in frequency", + "placeholder": "Select units" + } + }, + "mainOption": "Modify session lifetime", + "mainOptionHelp": "Configure how often users will get prompted and whether browser sessions will be persisted. Applications that don't support modern authentication protocols might not honor these policies. In such cases please contact the application developer." + }, + "SigninRisk": { + "LearnMore": { + "ariaLabel": "Learn more about sign-in risk.", + "message": "Control user access to respond to specific sign-in risk levels." + } + }, + "SigninRiskLevel": { + "NoRiskSelected": { + "warning": "When \"{0}\" is selected, the \"{1}\" condition will not be configurable." + }, + "description": "Sign-in risk level is generated based on all real-time risk detections.", + "header": "Select the sign-in risk level this policy will apply to", + "highSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. High sign-in risk level.", + "lowSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Low sign-in risk level.", + "mediumSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. Medium sign-in risk level.", + "noRiskSignInRiskCheckboxAriaLabel": "Group, select the sign-in risk level this policy will apply to. No sign-in risk." + }, + "SingleSelectorActive": { + "SelectorCollapsed": { + "withLabel": "{0} selector collapsed", + "withoutLabel": "Selector collapsed" + }, + "SelectorExpanded": { + "withLabel": "{0} selector expanded", + "withoutLabel": "Selector expanded" + }, + "failed": "Unable to load this data.", + "reattempt": "Loading data. Reattempt {0} of {1}." + }, + "TimeCondition": { + "Errors": { + "both": "Invalid \"Include\" or \"Exclude\" time range.", + "daysOfWeek": "{0} Make sure to specify at least one day of the week.", + "endBeforeStart": "{0} Make sure start date/time is earlier than end date/time.", + "exclude": "Invalid \"Exclude\" time range.", + "generic": "{0} Make sure both days of the week and time zone are set. If \"All day\" is not checked, start time and end time need to be set as well.", + "include": "Invalid \"Include\" time range.", + "timeMissing": "{0} Make sure to specify both a start and end time.", + "timeZone": "{0} Make sure to specify a time zone.", + "timesAndZone": "{0} Make sure you set start time, end time and time zone." + } + }, + "UserActions": { + "Included": { + "none": "No cloud apps or actions selected", + "plural": "{0} user actions included", + "singular": "1 user action included" + }, + "accessRequirement1": "Level 1", + "accessRequirement2": "Level 2", + "accessRequirement3": "Level 3", + "accessRequirementsLabel": "Accessing secured app data", + "appsActionsAuthTitle": "Cloud apps, actions, or authentication context", + "appsOrActionsSelectorInfoBallonText": "Applications accessed or user actions", + "appsOrActionsTitle": "Cloud apps or actions", + "label": "User actions", + "mainOptionsLabel": "Select what this policy applies to", + "registerOrJoinDevices": "Register or join devices", + "registerSecurityInfo": "Register security information", + "selectionInfo": "Select the action this policy will apply to", + "whatIf": "User action included" + }, + "UserSelectionBlade": { + "DirectoryRoles": { + "ariaLabel": "Choose directory roles" + }, + "Excluded": { + "gridAria": "List of excluded users" + }, + "Included": { + "gridAria": "List of included users" + }, + "Validation": { + "customRoleIncluded": "\"Directory Roles\" includes at least one custom role", + "customRoleSelected": "At least one custom role is selected", + "failed": "\"{0}\" must be configured", + "roles": "Select at least one role", + "usersGroups": "Select at least one user or group" + }, + "learnMore": "Control access based on who the policy will apply to, such as users and groups, workload identities, directory roles, or external guests.", + "learnMoreAriaLabel": "Learn more about Conditional Access users, groups, and workload identities." + }, + "ValidationResult": { + "blockEveryonePolicy": "Policy configuration not supported. Review the assignments and controls.", + "invalidApplicationCondition": "Invalid cloud applications selected", + "invalidClientTypesCondition": "Invalid client apps selected", + "invalidConditions": "Assignments are not selected", + "invalidControls": "Invalid controls selected", + "invalidDevicePlatformsCondition": "Invalid device platforms selected", + "invalidDevicesCondition": "Invalid device configuration. Likely an invalid \"{0}\" configuration.", + "invalidGrantControlPolicy": "Invalid grant control", + "invalidLocationsCondition": "Invalid locations selected", + "invalidNetworkAccessSecurityPolicyId": "Policy attached to session network control in invalid.", + "invalidPolicy": "Assignments are not selected", + "invalidSessionControlPolicy": "Invalid session control", + "invalidSignInRisksCondition": "Invalid sign-in risk selected", + "invalidUserRisksCondition": "Invalid user risk selected", + "invalidUsersCondition": "Invalid users selected", + "mamPolicyShouldOnlyTargetAndroidIosOrWindowsPlatforms": "MAM policy can only be applied to Android, iOS or Windows client platforms.", + "mamPolicyShouldOnlyTargetAndroidOrIosPlatforms": "MAM policy can only be applied to Android or iOS client platforms.", + "networkAccessControlNeedsNetworkAccessTargetedTrafficProfile": "Network Access session policy only works correctly when a network access traffic profile is targeted. Please update your targeted resources section.", + "notSupportedCombination": "Policy configuration is not supported. Learn more about supported policies.", + "pending": "Validating policy", + "requireComplianceEveryonePolicy": "Policy configuration will require device compliance for all users. Review the assignments selected.", + "success": "Valid policy" + }, + "VpnCert": { + "Grid": { + "aria": "List of VPN Certificates" + } + }, + "WarningsInfo": { + "Controls": { + "AuthStrengthXtap": { + "allUsers": "To enable all authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users. Authentication strengths will only configure second factor authentication for external users.", + "externalUsers": "To enable all built-in authentication strengths, configure cross-tenant access settings to accept claims coming from Azure AD tenants for external users." + }, + "compliantDeviceEnabled": "Don't lock yourself out! Make sure that your device is compliant.", + "domainJoinedDeviceEnabled": "Don't lock yourself out! Make sure that your device is Hybrid Azure AD Joined.", + "notAvailableForSP": "Some controls are not available due to '{0}' selection in policy assignment", + "requireApprovedClientAppEnabled": "You should no longer use \"Require approved client app\", as we will soon stop updating it.", + "requireAuthOrMfa": "\"{0}\" cannot be used with \"{1}\".", + "requireMfa": "Consider testing the new \"{0}\".", + "requirePasswordChangeEnabled": "\"Require password change\" can only be used when policy is assigned to \"All cloud apps\"." + }, + "Policies": { + "Linux": { + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, Android, and Linux to select a device certificate.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, Android, and Linux from this policy.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, Android, and Linux may receive prompts when the device is checked for compliance." + }, + "blockCurrentUserPolicy": "Don't lock yourself out! We recommend applying a policy to a small set of users first to verify it behaves as expected. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and apps.", + "devicePlatformsReportOnlyPolicy": "Policies in Report-only mode requiring compliant devices may prompt users on macOS, iOS, and Android to select a device certificate.", + "excludeCurrentUserSelection": "Exclude current user, {0}, from this policy.", + "excludeDevicePlatforms": "Exclude device platforms macOS, iOS, and Android from this policy.", + "microsoftAdminPortals": "Microsoft admin portals, including Microsoft 365 admin center and Azure portal, will be excluded from this policy. We recommend ensuring that admin portals are protected by a Conditional Access policy that requires admins to use multifactor authentication.", + "preventCatastrophicAuthStrength": "Don't lock yourself out! Your current user is not capable of satisfying the selected Authentication Strength policy, '{0}'. We also recommend excluding at least one administrator from this policy. This ensures that you still have access and can update a policy if a change is required. Please review the affected users and authentication strengths.", + "proceedAnywayDevicePlatforms": "Proceed with selected configuration. Users on macOS, iOS, and Android may receive prompts when the device is checked for compliance.", + "proceedAnywaySelection": "I understand that my account will be impacted by this policy. Proceed anyway." + }, + "ServicePrincipals": { + "blockExchange": "Selecting Office 365 Exchange Online will also affect apps such as OneDrive and Teams.", + "blockPortal": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.", + "blockPortalWithSession": "Don't lock yourself out! This policy impacts the Azure portal. Before you continue, ensure that you or someone else will be able to get back into the portal.
                                          Disregard this warning if you are configuring persistent browser session policy that works correctly only if \"All cloud apps\" are selected.", + "blockSharePoint": "Selecting SharePoint Online will also affect apps such as Microsoft Teams, Planner, Delve, MyAnalytics, and Newsfeed.", + "blockSkype": "Selecting Skype for Business Online will also affect Microsoft Teams.", + "includeOrExclude": "You can configure the App Filter for '{0}' or '{1}', but not both.", + "selectAppsNAForSP": "Individual cloud apps cannot be selected due to '{0}' selection in policy assignment", + "teamsBlocked": "Microsoft Teams will also be affected when apps such as SharePoint Online and Exchange Online are included in policy." + }, + "Users": { + "blockAllUsers": "Don't lock yourself out! This policy will affect all of your users. We recommend applying a policy to a small set of users first to verify it behaves as expected.", + "xtap": " Your \"Require authentication strengths\" configuration in grant control might not be valid for external users." + } + }, + "WhatIf": { + "Device": { + "AttributesGrid": { + "aria": "List of attributes on the device employed during sign-in.", + "infoBalloon": "List of attributes on the device employed during sign-in." + } + }, + "noTenantSelected": "No tenant selected", + "selectOrganization": "Select organization", + "tenantIdWithPlaceholder": "Tenant ID: {0}", + "tenantSelectionRequired": "Tenant required" + }, + "WhatIfBlade": { + "ClientApp": { + "easSupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (supported platforms)", + "easUnsupported": "Mobile apps and desktop clients - Exchange ActiveSync clients (unsupported platforms)", + "native": "Mobile apps and desktop clients - Modern authentication clients", + "otherLegacy": "Mobile apps and desktop clients - Other clients" + }, + "DeviceState": { + "compliant": "Device marked as compliant", + "hybrid": "Device Hybrid AD Joined", + "selectDeviceState": "Select device state..." + }, + "Filters": { + "evaluationProblem": "There was a problem evaluating the filter on at least one policy. These policies may not have the correct evaluation result.", + "header": "Has filter", + "info": "Whether the policy has a filter on custom security attributes.", + "problem": "Problem", + "readingProblem": "There was a problem reading attributes on the selected Workload Identity or Cloud App. These policies may not have the correct evaluation result.", + "separator": ", ", + "warning": "Some of your Conditional Access policies use a filter with custom security attributes. For the What-if tool to correctly evaluate these policies, make sure you have access to read attribute assignments for the following attribute set(s):" + }, + "Grid": { + "Applied": { + "ariaLabel": "List of Conditional Access policies which applied to the sign-in." + }, + "NotApplied": { + "ariaLabel": "List of Conditional Access policies which did not apply to the sign-in." + } + }, + "authenticationStrength": "Authentication strength", + "loadingPermissions": "Loading permissions..." + }, + "actionRequiredNoName": "Action required - no name", + "advancedTabText": "Advanced", + "allCloudAppsErrorBox": "\"All cloud apps\" must be selected when \"Require password change\" grant is selected", + "allCloudAppsReauth": "\"All cloud apps\" must be selected when \"Sign-in frequency every time\" session control and \"sign-in risk\" condition are selected", + "allCloudOrSpecificApps": "The \"sign-in frequency every time\" session control requires \"all cloud apps\" or specifically-supported apps to be selected", + "allDayCheckboxLabel": "All day", + "allDevicePlatforms": "Any device", + "allGuestUserInfoContent": "Includes Azure AD B2B guests, but not SharePoint B2B guests", + "allGuestUserLabel": "All guest and external users", + "allNetworkAccessLocationsLabel": "All Compliant Network locations (Preview)", + "allRiskLevelsOption": "All risk levels", + "allTrustedLocationLabel": "All trusted locations", + "allUserGroupSetSelectorLabel": "All users and groups selected", + "allUsersReauth": "The \"sign-in frequency every time\" session control requires \"All Users\" to be selected", + "allUsersString": "All users", + "and": "{0} AND {1} ", + "andWithGrouping": "({0}) AND {1} ", + "androidDisplayName": "Android", + "anyCloudAppSelection": "Any cloud app", + "appContextOptionInfoContent": "Requested authentication tag", + "appContextOptionLabel": "Requested authentication tag (Preview)", + "appContextUriPlaceholder": "Example: uri:contoso.com:level3", + "appEnforceInfoBubble": "App enforced restrictions might require additional admin configurations within the cloud apps. The restrictions will only take effect for new sessions.", + "appNotFound": "App not found", + "appNotFoundWarning": "The application was not found or has been deleted.", + "appNotSetSeletorLabel": "0 cloud apps selected", + "appReauthNotSupported": "This app does not support the \"sign-in frequency every time\" session control.", + "applyConditionClientAppInfoBalloonContent": "Configure client apps to apply the policy to specific client apps", + "applyConditionDevicePlatformInfoBalloonContent": "Configure device platforms to apply the policy to specific platforms", + "applyConditionDeviceStateInfoBalloonContent": "Configure device state to apply the policy to specific device state(s)", + "applyConditionLocationInfoBalloonContent": "Configure locations to apply the policy to trusted/untrusted locations", + "applyConditionSigninRiskInfoBalloonContent": "Configure sign-in risk to apply the policy to selected risk level(s)", + "applyConditionUserRiskInfoBalloonContent": "Configure user risk to apply the policy to selected risk level(s)", + "applyConditonLabel": "Configure", + "ariaLabelPolicyDisabled": "Policy is disabled", + "ariaLabelPolicyEnabled": "Policy is enabled", + "ariaLabelPolicyReportOnly": "Policy is in Report-only mode", + "authContextCallFailure": "The call to fetch authentication contexts failed please try again later.", + "authContextReauthWarning": "Over-prompting users can occur when the \"Sign-in Frequency - every time\" setting is enabled with authentication contexts. {0}Read more about the recommended scenarios.{1}", + "badRequest": "Bad request", + "blockAccess": "Block access", + "builtInDirectoryRoleLabel": "Built-in directory roles", + "cannotDeleteNamedLocationsConfiguredInCAPolicy": "The named location cannot be deleted because it is referenced by one or more Conditional Access policies. You must remove this named location from all associated Conditional Access policies before deletion.", + "cannotDeleteTrustedNamedLocations": "The named location cannot be deleted because it is marked as a trusted location. You must unmark this named location before deletion.", + "cannotExcludeBothAllMsftAppsAndO365": "Exclude Office 365 apps doesn't have an impact when all Microsoft apps have been excluded.", + "casCustomControlInfo": "Custom policies need to be configured in Cloud App Security portal. This control works instantly for featured apps and can be self onboarded for any app.", + "casInfoBubble": "This control works for various cloud apps.", + "casPreconfiguredControlInfo": "This control works instantly for featured apps and can be self onboarded for any app.", + "cert64DownloadCol": "Download base64 certificate", + "cert64Name": "VpnBase64Cert", + "certDownloadCol": "Download certificate", + "certDurationCol": "Expiry", + "certDurationStartCol": "Valid from", + "certName": "VpnCert", + "chooseApplicationsBladeSubtitle": "", + "chooseApplicationsBladeTitle": "Choose Applications", + "chooseApplicationsCartSubitle": "", + "chooseApplicationsCartTitle": "Chosen Applications", + "chooseApplicationsEmpty": "No Applications", + "chooseApplicationsNone": "None", + "chooseApplicationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseApplicationsPlural": "{0} and {1} more", + "chooseApplicationsReAuthEverytimeInfo": "Looking for your app? Some applications cannot be used with \"Require reauthentication - every time\" session control.", + "chooseApplicationsRemove": "Remove", + "chooseApplicationsReturnedPlural": "{0} applications found", + "chooseApplicationsReturnedSingular": "1 application found", + "chooseApplicationsSearchBalloon": "Search for an Application by entering its name or ID.", + "chooseApplicationsSearchHint": "Search Applications...", + "chooseApplicationsSearchLabel": "Applications", + "chooseApplicationsSearching": "Searching...", + "chooseApplicationsSelect": "Select", + "chooseApplicationsSelected": "Selected", + "chooseApplicationsSingular": "{0} and 1 more", + "chooseApplicationsTooMany": "More results than can be shown. Please filter using the search box.", + "chooseLocationCorpnetItem": "Corporate network", + "chooseLocationSelectedLocationsLabel": "Selected locations", + "chooseLocationTrustedIpsItem": "Multifactor authentication trusted IPs", + "chooseLocationsBladeSubtitle": "", + "chooseLocationsBladeTitle": "Choose Locations", + "chooseLocationsCartSubitle": "", + "chooseLocationsCartTitle": "Chosen Locations", + "chooseLocationsEmpty": "No Locations", + "chooseLocationsExcludedSelectorTitle": "Select", + "chooseLocationsIncludedSelectorTitle": "Select", + "chooseLocationsNone": "None", + "chooseLocationsNoneFound": "We didn't find \"{0}\". Try another name or ID.", + "chooseLocationsPlural": "{0} and {1} more", + "chooseLocationsRemove": "Remove", + "chooseLocationsReturnedPlural": "{0} locations found", + "chooseLocationsReturnedSingular": "1 location found", + "chooseLocationsSearchBalloon": "Search for a Location by entering its name.", + "chooseLocationsSearchHint": "Search Locations...", + "chooseLocationsSearchLabel": "Locations", + "chooseLocationsSearching": "Searching...", + "chooseLocationsSelect": "Select", + "chooseLocationsSelected": "Selected", + "chooseLocationsSelectionBladeExcludedSelectorTitle": "Select", + "chooseLocationsSelectionBladeIncludedSelectorTitle": "Select", + "chooseLocationsSingular": "{0} and 1 more", + "chooseLocationsTooMany": "More results than can be shown. Please filter using the search box.", + "claimProviderAddCommandText": "New custom control", + "claimProviderAddNewBladeTitle": "New custom control", + "claimProviderDeleteCommand": "Delete", + "claimProviderDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "claimProviderDeleteTitle": "Are you sure?", + "claimProviderEditInfoText": "Enter the JSON for customized controls given by your claim providers.", + "claimProviderNotificationCreateDescription": "Creating custom control named '{0}'", + "claimProviderNotificationCreateFailedDescription": "Creating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationCreateFailedTitle": "Failed to create custom control", + "claimProviderNotificationCreateSuccessDescription": "Created custom control named '{0}'", + "claimProviderNotificationCreateSuccessTitle": "Created '{0}'", + "claimProviderNotificationCreateTitle": "Creating '{0}'", + "claimProviderNotificationDeleteDescription": "Deleting custom control named '{0}'", + "claimProviderNotificationDeleteFailedDescription": "Deleting custom control '{0}' failed. Please try again later.", + "claimProviderNotificationDeleteFailedTitle": "Failed to delete custom control", + "claimProviderNotificationDeleteSuccessDescription": "Deleted custom control named '{0}'", + "claimProviderNotificationDeleteSuccessTitle": "Deleted '{0}'", + "claimProviderNotificationDeleteTitle": "Deleting '{0}'", + "claimProviderNotificationUpdateDescription": "Updating custom control named '{0}'", + "claimProviderNotificationUpdateFailedDescription": "Updating custom control '{0}' failed. Please try again later.", + "claimProviderNotificationUpdateFailedTitle": "Failed to update custom control", + "claimProviderNotificationUpdateSuccessDescription": "Updated custom control named '{0}'", + "claimProviderNotificationUpdateSuccessTitle": "Updated '{0}'", + "claimProviderNotificationUpdateTitle": "Updating '{0}'", + "claimProviderValidationAppIdInvalid": "The \"AppId\" value is not valid. Please review and try again.", + "claimProviderValidationClientIdMissing": "The data is missing a \"ClientId\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedMissing": "The \"Control\" is missing a \"ClaimsRequested\" value. Please review and try again.", + "claimProviderValidationControlClaimsRequestedTypeMissing": "The \"ClaimsRequested\" item is missing a \"Type\" value. Please review and try again.", + "claimProviderValidationControlIdAlreadyExists": "The \"Control\" \"Id\" value already exists. Please review and try again.", + "claimProviderValidationControlIdMissing": "The \"Control\" is missing an \"Id\" value. Please review and try again.", + "claimProviderValidationControlIdReferencedInExistingPolicy": "The \"Control\" \"Id\" value cannot be removed because it is referenced in an existing policy. Please remove it from the policy first.", + "claimProviderValidationControlIdTooManyControls": "The \"Control\" property has too many controls. Please review and try again.", + "claimProviderValidationControlIdValueReserved": "The \"Control\" \"Id\" value is a reserved keyword, please use a different id.", + "claimProviderValidationControlNameAlreadyExists": "The \"Control\" \"Name\" value already exists. Please review and try again.", + "claimProviderValidationControlNameMissing": "The \"Control\" is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationControlsMissing": "The data is missing a \"Controls\" value. Please review and try again.", + "claimProviderValidationDiscoveryUrlMissing": "The data is missing a \"DiscoveryUrl\" value. Please review and try again.", + "claimProviderValidationInvalid": "There data provided is not valid. Please review and try again.", + "claimProviderValidationInvalidJsonDefinition": "Unable to save the custom control. Review the JSON text and try again.", + "claimProviderValidationNameAlreadyExists": "The \"Name\" value already exists. Please review and try again.", + "claimProviderValidationNameMissing": "The data is missing a \"Name\" value. Please review and try again.", + "claimProviderValidationUnknown": "There was an unknown error while validating the data provided. Please review and try again.", + "claimProvidersNone": "No custom controls", + "claimProvidersSearchPlaceholder": "Search controls.", + "classicPoilcyFilterTitle": "Show", + "classicPolicyAllPlatforms": "All Platforms", + "classicPolicyClientAppBrowserAndNative": "Browser, mobile apps and desktop clients", + "classicPolicyCloudAppTitle": "Cloud application", + "classicPolicyControlAllow": "Allow", + "classicPolicyControlBlock": "Block", + "classicPolicyControlBlockWhenNotAtWork": "Block access when not at work", + "classicPolicyControlRequireCompliantDevice": "Require compliant device", + "classicPolicyControlRequireDomainJoinedDevice": "Require domain joined device", + "classicPolicyControlRequireMfa": "Require multifactor authentication", + "classicPolicyControlRequireMfaWhenNotAtWork": "Require multifactor authentication when not at work", + "classicPolicyDeleteCommand": "Delete", + "classicPolicyDeleteFailTitle": "Failed to delete classic policy", + "classicPolicyDeleteInProgressTitle": "Deleting classic policy", + "classicPolicyDeleteSuccessTitle": "Classic policy deleted", + "classicPolicyDetailBladeTitle": "Details", + "classicPolicyDisableCommand": "Disable", + "classicPolicyDisableConfirmation": "Are you sure you want to disable '{0}'? This action cannot be undone.", + "classicPolicyDisableFailDescription": "Failed to disable '{0}'", + "classicPolicyDisableFailTitle": "Failed to disable classic policy", + "classicPolicyDisableInProgressDescription": "Disabling '{0}'", + "classicPolicyDisableInProgressTitle": "Disabling classic policy", + "classicPolicyDisableSuccessDescription": "Successfully disabled '{0}'", + "classicPolicyDisableSuccessTitle": "Classic policy disabled", + "classicPolicyEasSupportedPlatforms": "Exchange ActiveSync supported platforms", + "classicPolicyEasUnsupportedPlatforms": "Exchange ActiveSync unsupported platforms", + "classicPolicyExcludedPlatformsTitle": "Excluded device platforms", + "classicPolicyFilterAll": "All policies", + "classicPolicyFilterDisabled": "Disabled policies", + "classicPolicyFilterEnabled": "Enabled policies", + "classicPolicyIncludeExcludeMembersDescription": "By excluding groups, you can perform phased migration of policies.", + "classicPolicyIncludeExcludeMembersTitle": "Include/exclude groups", + "classicPolicyIncludedPlatformsTitle": "Included device platforms", + "classicPolicyManualMigrationMessage": "This policy needs to be migrated manually.", + "classicPolicyMigrateCommand": "Migrate", + "classicPolicyMigrateConfirmation": "Are you sure you want to migrate '{0}'? This policy can only be migrated once.", + "classicPolicyMigrateFailDescription": "Failed to migrate '{0}'", + "classicPolicyMigrateFailTitle": "Failed to migrate classic policy", + "classicPolicyMigrateInProgressDescription": "Migrating '{0}'", + "classicPolicyMigrateInProgressTitle": "Migrating classic policy", + "classicPolicyMigrateRecommendText": "Recommendation: Migrate to the new Azure portal policies.", + "classicPolicyMigrateSuccessTitle": "Classic policy migrated successfully", + "classicPolicyMigratedSuccessDescription": "This classic policy can now be managed under Polices.", + "classicPolicyMigratedSuccessDescriptionMultiple": "This classic policy is migrated as {0} new policies. New policies can be managed under Policies.", + "classicPolicyNoEditPermissionMsg": "You don't have permission to edit this policy. Only global administrators and security administrators can edit the policy. Click here for more information.", + "classicPolicySaveFailDescription": "Failed to save '{0}'", + "classicPolicySaveFailTitle": "Failed to save classic policy", + "classicPolicySaveInProgressDescription": "Saving '{0}'", + "classicPolicySaveInProgressTitle": "Saving classic policy", + "classicPolicySaveSuccessDescription": "Successfully saved '{0}'", + "classicPolicySaveSuccessTitle": "Classic policy saved", + "clientAppBladeLegacyInfoBanner": "Legacy auth is currently not supported", + "clientAppBladeLegacyUpsellBanner": "Block unsupported client apps (Preview)", + "clientAppBladeTitle": "Client apps", + "clientAppDescription": "Select the client apps this policy will apply to", + "clientAppExchangeActiveSync": "Exchange ActiveSync", + "clientAppExchangeActiveSyncCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, Exchange ActiveSync clients.", + "clientAppExchangeWarning": "Exchange ActiveSync currently does not support all other conditions", + "clientAppLearnMore": "Control user access to target specific client applications not using modern authentication.", + "clientAppLearnMoreAriaLabel": "Learn more about client apps in Conditional Access conditions.", + "clientAppLegacyHeader": "Legacy authentication clients", + "clientAppMAMInvalidAppError": "MAM policy for Windows client platform can only apply to Browser and Exchange ActiveSync clients.", + "clientAppMobileDesktop": "Mobile apps and desktop clients", + "clientAppMobileDesktopCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, mobile apps and desktop clients.", + "clientAppModernHeader": "Modern authentication clients", + "clientAppOnlySupportedPlatforms": "Apply policy only to supported platforms", + "clientAppOtherCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Legacy authentication clients, other clients.", + "clientAppSelectSpecificClientApps": "Select client apps", + "clientAppWebBrowser": "Browser", + "clientAppWebBrowserCheckboxAriaLabel": "Group, select the client apps this policy will apply to. Modern authentication clients, browser.", + "clientAppsSelectedLabel": "{0} included", + "clientTypeBrowser": "Browser", + "clientTypeEas": "Exchange ActiveSync clients", + "clientTypeEasInfo": "Exchange ActiveSync clients that use legacy authentication only.", + "clientTypeModernAuth": "Modern authentication clients", + "clientTypeOtherClients": "Other clients", + "clientTypeOtherClientsInfo": "This includes older office clients and other mail protocols(POP, IMAP, SMTP, etc). [Learn more][1]\n[1]: https://aka.ms/caclientapps\n", + "cloudAppCountDiffBannerText": "{0} cloud apps configured in this policy have been deleted from the directory, but this doesn't affect the other apps in the policy. The next time you update the application section of the policy, the deleted apps will be automatically removed from it.", + "cloudAppsSelectionBladeAllMicrosoftApps": "All Microsoft apps", + "cloudAppsSelectionExcludeAllMicrosoftClients": "Allow Microsoft cloud, desktop and mobile apps (Preview)", + "cloudappsSelectionBladeAllCloudapps": "All cloud apps", + "cloudappsSelectionBladeExcludeDescription": "Select the cloud apps to exempt from the policy", + "cloudappsSelectionBladeExcludedSelectorTitle": "Select excluded cloud apps", + "cloudappsSelectionBladeIncludeDescription": "Select the cloud apps this policy will apply to", + "cloudappsSelectionBladeIncludedSelectorTitle": "Select", + "cloudappsSelectionBladeSelectedCloudapps": "Select apps", + "cloudappsSelectorInfoBallonText": "Services which the user accesses to do work. For example, 'Salesforce'", + "cloudappsSelectorPluralExcluded": "{0} apps excluded", + "cloudappsSelectorPluralIncluded": "{0} apps included", + "cloudappsSelectorSingularExcluded": "1 app excluded", + "cloudappsSelectorSingularIncluded": "1 app included", + "cloudappsSelectorUserPlural": "{0} apps", + "cloudappsSelectorUserSingular": "1 app", + "conditionLabelMulti": "{0} conditions selected", + "conditionLabelOne": "1 condition selected", + "conditionalAccessBladeTitle": "Conditional Access", + "conditionsNotSelectedLabel": "Not configured", + "conditionsReqMfaReauthSet": "Some options are not available due to the \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control currently being selected", + "conditionsReqPwSet": "Some options are not available due to the \"Require password change\" grant currently being selected.", + "configureCasText": "Configure Cloud App Security", + "configureCustomControlsText": "Configure custom policy", + "controlLabelMulti": "{0} controls selected", + "controlLabelOne": "1 control selected", + "controlValidatorText": "Please select at least one control", + "controlsBlockAccessInfoBubble": "ControlsBlockAccessInfoBubble", + "controlsDeviceComplianceAriaLabel": "Learn more about requiring compliant devices.", + "controlsDeviceComplianceInfoBubble": "Device must be Intune compliant. If the device is non-compliant, the user will be prompted to bring the device under compliance.", + "controlsDomainJoinedAriaLabel": "Learn more about requiring hybrid Azure AD joined devices.", + "controlsDomainJoinedInfoBubble": "Devices must be Hybrid Azure AD joined.", + "controlsMamAriaLabel": "Learn more about requiring approved client applications.", + "controlsMamInfoBubble": "Device must use these approved client applications.", + "controlsMfaInfoBubble": "User must complete additional security requirements like phone call, text", + "controlsOrAndInfoBubble": "ControlsOrAndInfoBubble", + "controlsRequireCompliantAppAriaLabel": "Learn more about requiring policy protected apps.", + "controlsRequireCompliantAppInfoBubble": "Device must use policy protected apps.", + "controlsRequirePasswordResetAriaLabel": "Learn more about requiring a password change.", + "controlsRequirePasswordResetInfoBubble": "Require password change to lower user risk. This option also requires multifactor authentication or authentication strength controls. Other controls can't be used.", + "countriesRadiobuttonInfoBalloonContent": "The country/region a sign-in is coming from is determined by the user's IP address.", + "createNewVpnCert": "New certificate", + "createdTimeLabel": "Creation time", + "customRoleLabel": "Custom roles (not supported)", + "dateRangeTypeLabel": "Date range", + "daysOfWeekPlaceholderText": "Filter days of the week", + "daysOfWeekTypeLabel": "Days of the week", + "deletePolicyNoLicenseText": "You can delete this policy now. Once deleted you will not be able to recreate it until you have the required licenses.", + "descriptionContentForControlsAndOr": "For multiple controls", + "devicePlatform": "Device platform", + "devicePlatformInclude": "{0} included", + "devicePlatformIncludeExclude": "{0} and {1} excluded", + "devicePlatformNoSelectionError": "Select device platforms requires one sub-item to be selected.", + "devicePlatformWinMamMdmError": "MAM and MDM policies cannot both be applied to Windows clients.", + "devicePlatformsGroupAndroidCheckboxAriaLabel": "Device platforms group Android", + "devicePlatformsGroupIosCheckboxAriaLabel": "Device platforms group iOS", + "devicePlatformsGroupLinuxCheckboxAriaLabel": "Device platforms group Linux", + "devicePlatformsGroupMacOsCheckboxAriaLabel": "Device platforms group macOS", + "devicePlatformsGroupWindowsCheckboxAriaLabel": "Device platforms group Windows", + "devicePlatformsGroupWindowsPhoneCheckboxAriaLabel": "Device platforms group Windows Phone", + "devicePlatformsNone": "None", + "deviceSelectionBladeExcludeDescription": "Select the platforms to exempt from the policy", + "deviceSelectionBladeIncludeDescription": "Select the device platforms to include in this policy", + "deviceStateAll": "All device state", + "deviceStateCompliant": "Device marked as compliant", + "deviceStateCompliantInfoContent": "Devices that are Intune compliant will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Intune compliant.", + "deviceStateConditionConfigureInfoContent": "Configure policy based on device state", + "deviceStateConditionSelectorInfoContent": "Whether the device the user is signing in from is 'Hybrid Azure AD joined' or 'marked as compliant'.\n This has been deprecated. Use '{1}' instead.", + "deviceStateConditionSelectorLabel": "Device state (deprecated)", + "deviceStateDeprecatedTextMessage": "'{0}' has been deprecated. Use '{1}' instead.", + "deviceStateDomainJoined": "Device Hybrid Azure AD joined", + "deviceStateDomainJoinedInfoContent": "Devices that are Hybrid Azure AD joined will be excluded from the evaluation of this policy, so for example if the policy blocks access it will block all devices except devices that are Hybrid Azure AD joined.", + "deviceStateDomainJoinedInfoLinkText": "Learn more.", + "deviceStateExcludeDescription": "Select the device state condition used to exclude devices from policy.", + "deviceStateIncludeAndExcludeOneLabel": "{0} and exclude {1}", + "deviceStateIncludeAndExcludeTwoLabel": "{0} and exclude {1}, {2}", + "directoryRoleInfoContent": "Assign policy to built-in directory roles.", + "directoryRolesLabel": "Directory roles", + "discardbutton": "Discard", + "downloadDefaultFileName": "IP Ranges", + "downloadExampleFileName": "Example", + "downloadExampleHeader": "This is an example file with demonstrations of the kinds of data which can be accepted. Lines starting with # will be ignored.", + "duplicate": "Duplicate", + "duplicatePolicyName": "{0} COPY", + "elevatedRisk": "Elevated", + "endDatePickerLabel": "Ends", + "endTimePickerLabel": "End time", + "enterCountryText": "IP address and Country are evaluated in a pair. Select the Country.", + "enterIpText": "IP address and Country are evaluated in a pair. Input the IP address.", + "enterUserText": "No user is selected. Select a user.", + "evaluationResult": "Evaluation result", + "exchangeActiveSyncSelectedLabel": "Exchange ActiveSync", + "exchangeActiveSyncSupportedPlatformOnlySelectedLabel": "Exchange ActiveSync with supported platforms only", + "excludeAllTrustedLocationSelectorText": "all trusted locations", + "featureRequiresP2": "This feature requires Azure AD Premium 2 license.", + "friday": "Friday", + "grantControls": "Grant controls", + "gridNetworkTrusted": "Trusted", + "gridPolicyCreatedDateTime": "Creation Date", + "gridPolicyEnabled": "Enabled", + "gridPolicyModifiedDateTime": "Modified Date", + "gridPolicyName": "Policy Name", + "gridPolicyState": "State", + "groupSelectionBladeExcludeDescription": "Select the groups to exempt from the policy", + "groupSelectionBladeExcludedSelectorTitle": "Select excluded groups", + "groupSelectionBladeSelect": "Select groups", + "groupSelectorInfoBallonText": "Groups in the directory that the policy applies to. For example, 'Pilot group'", + "groupsSelectionBladeTitle": "Groups", + "helpCommonScenariosText": "Interested in common scenarios?", + "helpCondition1": "When any user is outside the company network", + "helpCondition2": "When users in the 'Managers' group sign-in", + "helpConditionsTitle": "Conditions", + "helpControl1": "They're required to sign in with multifactor authentication", + "helpControl2": "They are required be on an Intune compliant or domain-joined device", + "helpControlsTitle": "Controls", + "helpIntroText": "Conditional Access gives you the ability to enforce access requirements when specific conditions occur. Let's take a few examples", + "helpIntroTitle": "What is Conditional Access?", + "helpLearnMoreText": "Want to learn more about Conditional Access?", + "helpStartStep1": "Create your first policy by clicking \"+ New policy\"", + "helpStartStep2": "Specify policy Conditions and Controls", + "helpStartStep3": "When you are done, don't forget to Enable policy and Create", + "helpStartTitle": "Get started", + "highRisk": "High", + "includeAndExcludeAppsTextFormat": "Include: {0}. Exclude: {1}.", + "includeAppsTextFormat": "Include: {0}.", + "includeUnknownAreasCheckboxInfoBalloonContent": "Unknown areas are IP addresses that can't be mapped to a country/region.", + "includeUnknownAreasCheckboxLabel": "Include unknown areas", + "infoCommandLabel": "Info", + "invalidCertDuration": "Invalid cert duration", + "invalidIpAddress": "Value must be a valid IP address", + "invalidReAuthSignInRiskOptionSelected": "The \"sign-in frequency every time\" session control does not allow the \"no risk\" selection in the \"sign-in risk\" condition control.", + "invalidUriErrorMsg": "Please enter a valid Uri. For example,'uri:contoso.com:acr' ", + "iosDisplayName": "iOS", + "linuxDisplayName": "Linux", + "loadAll": "Load all", + "loading": "Loading...", + "locationConfigureNamedLocationsText": "Configure all trusted locations", + "locationConfigureNamedLocationsUri": "{0}/usermanagement/mfasettings.aspx?tenantid={1}&culture={2}", + "locationNameTooLongError": "Location name is too long. Maximum is 256 characters", + "locationSelectionBladeExcludeDescription": "Select the locations to exempt from the policy", + "locationSelectionBladeIncludeDescription": "Select the locations to include in this policy", + "locationsAllLocationsLabel": "Any location", + "locationsAllNamedLocationsLabel": "All trusted IPs", + "locationsAllPrivateLinksLabel": "All Private Links in my tenant", + "locationsIncludeExcludeLabel": "{0} and exclude all trusted IPs", + "locationsSelectedPrivateLinksLabel": "Selected Private Links", + "lowRisk": "Low", + "macOsDisplayName": "macOS", + "managePoliciesLicenseText": "To manage Conditional Access policies, your organization needs Azure AD Premium P1 or P2.", + "manageSecurityDefaultsAriaLabel": "Manage security defaults settings.", + "markAsTrustedCheckboxInfoBalloonContent": "Signing in from a trusted location lowers a user's sign-in risk. Only mark this location as trusted if you know the IP ranges entered are established and credible in your organization.", + "markAsTrustedCheckboxLabel": "Mark as trusted location", + "mediumRisk": "Medium", + "memberSelectionCommandRemove": "Remove", + "menuItemClaimProviderControls": "Custom controls (Preview)", + "menuItemClassicPolicies": "Classic policies", + "menuItemInsightsAndReporting": "Insights and reporting", + "menuItemManage": "Manage", + "menuItemNamedLocationsPreview": "Named locations (Preview)", + "menuItemNamedNetworks": "Named locations", + "menuItemPolicies": "Policies", + "menuItemTermsOfUse": "Terms of use", + "microsoftAdminPortals": "Microsoft Admin Portals", + "microsoftAdminPortalsInfoBox": "The admin portals include Microsoft 365 admin center, Exchange admin center, Azure portal, Microsoft Entra admin center, and others.", + "microsoftAdminPortalsPreview": "Microsoft Admin Portals (Preview)", + "minorRisk": "Minor", + "moderateRisk": "Moderate", + "modifiedTimeLabel": "Modified time", + "monday": "Monday", + "nameLabel": "Name", + "namedLocationCountryInfoBanner": "As of May 2023, both IPv4 and IPv6 addresses are mapped to countries/regions.", + "namedLocationTypeCountry": "Countries/Regions", + "namedLocationTypeLabel": "Define the location using:", + "namedLocationUpsellBanner": "This view has been deprecated. Go to the new and improved 'Named locations' view.", + "namedLocationsHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.", + "namedLocationsLearnMoreAriaLabel": "Learn more about named locations.", + "namedNetworkAddIpRanges": "Add a new IP range (ex: 40.77.182.32/27)", + "namedNetworkCountryNeeded": "You need to select at least one country", + "namedNetworkDeleteCommand": "Delete", + "namedNetworkDeleteDescription": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "namedNetworkDeleteTitle": "Are you sure?", + "namedNetworkDownloadIpRange": "Download", + "namedNetworkInvalidRange": "Value must be a valid IP range.", + "namedNetworkIpRangeNeeded": "You need at least one valid IP range", + "namedNetworkIpRangesDescriptionContent": "Configure your organization's IP ranges", + "namedNetworkIpRangesTab": "IP ranges", + "namedNetworkListAdd": "New location", + "namedNetworkListConfigureTrustedIps": "Configure multifactor authentication trusted IPs", + "namedNetworkNameDescription": "Example: 'Redmond office'", + "namedNetworkNameInvalid": "The supplied name is invalid.", + "namedNetworkNameRequired": "You must supply a name for this location.", + "namedNetworkNoIpRanges": "No IP ranges", + "namedNetworkNotificationCreateDescription": "Creating location named '{0}'", + "namedNetworkNotificationCreateFailedDescription": "Creating location '{0}' failed. Please try again later.", + "namedNetworkNotificationCreateFailedTitle": "Failed to create location", + "namedNetworkNotificationCreateSuccessDescription": "Created location named '{0}'", + "namedNetworkNotificationCreateSuccessTitle": "Created '{0}'", + "namedNetworkNotificationCreateTitle": "Creating '{0}'", + "namedNetworkNotificationDeleteDescription": "Deleting location named '{0}'", + "namedNetworkNotificationDeleteFailedDescription": "Deleting location '{0}' failed. Please try again later.", + "namedNetworkNotificationDeleteFailedTitle": "Failed to Delete location", + "namedNetworkNotificationDeleteSuccessDescription": "Deleted location named '{0}'", + "namedNetworkNotificationDeleteSuccessTitle": "Deleted '{0}'", + "namedNetworkNotificationDeleteTitle": "Deleting '{0}'", + "namedNetworkNotificationUpdateDescription": "Updating location named '{0}'", + "namedNetworkNotificationUpdateFailedDescription": "Updating location '{0}' failed. Please try again later.", + "namedNetworkNotificationUpdateFailedTitle": "Failed to Update location", + "namedNetworkNotificationUpdateSuccessDescription": "Updated location named '{0}'", + "namedNetworkNotificationUpdateSuccessTitle": "Updated '{0}'", + "namedNetworkNotificationUpdateTitle": "Updating '{0}'", + "namedNetworkSearchPlaceholder": "Search locations.", + "namedNetworkUploadFailedDescription": "There was an error parsing the supplied file. Please make sure to upload a plain-text file with each line in the CIDR format.", + "namedNetworkUploadFailedTitle": "Failed to parse '{0}'", + "namedNetworkUploadInProgressDescription": "Attempting to parse valid CIDR values from '{0}'.", + "namedNetworkUploadInProgressTitle": "Parsing '{0}'", + "namedNetworkUploadInvalidDescription": "'{0}' is either too large or in an invalid format.", + "namedNetworkUploadInvalidTitle": "'{0}' Invalid", + "namedNetworkUploadIpRange": "Upload", + "namedNetworkUploadSuccessDescription": "{0} lines analyzed. {1} in a bad format. {2} skipped.", + "namedNetworkUploadSuccessTitle": "Finished parsing '{0}'", + "namedNetworksAdd": "New named location", + "namedNetworksExcludeLabel": "{0} and {1} excluded", + "namedNetworksHelpDescription": "Named locations are used by Azure AD security reports to reduce false positives and Azure AD Conditional Access policies.\n[Learn more][1]\n[1]: https://aka.ms/ux_ca_namedlocations", + "namedNetworksIncludeLabel": "{0} included", + "namedNetworksNone": "No named locations found.", + "namedNetworksTitle": "Configure locations", + "namednetworkExceedingSizeErrorBladeTitle": "Error details", + "namednetworkExceedingSizeErrorDetailText": "Click here for more details.", + "namednetworkExceedingSizeErrorMessage": "You have exceeded the maximum allowed storage for named locations. Try again with a shorter list. Click here to view more details.", + "needMfaOrAuthStrengthSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when specifically-supported apps are selected", + "needMfaOrAuthStrengthSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" or \"Require authentication strength\" grant control when Intune Enrollment is selected", + "needMfaSpecificApps": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when specifically-supported apps are selected", + "needMfaSpecificAppsRefresh": "\"The \"sign-in frequency every time\" session control requires the \"Require multifactor authentication\" grant control when Intune Enrollment selected", + "newCertName": "new cert", + "noAttributePermissionsError": "Insufficient privileges to create or update policy. Attribute definition reader role is required to add/edit dynamic filters.", + "noPolicyRowMessage": "No policies", + "noSPSelected": "No service principal selected", + "noUpdatePermissionMessage": "You don't have permissions to update these settings. Please contact your global administrator to get access.", + "noUserSelected": "No user selected", + "noneRisk": "No risk", + "office365Description": "These apps include Microsoft Flow, Microsoft Forms, Microsoft Teams, Office 365 Exchange Online, Office 365 SharePoint Online, Office 365 Yammer, and others.", + "office365InfoBox": "At least one of the apps selected is part of Office 365. We recommend setting the policy on the Office 365 app instead.", + "oneUserSelected": "1 user selected", + "onlyGlobalAdminsCanSaveThisPolicyConfig": "Only global administrators can save this policy.", + "or": "{0} OR {1} ", + "passwordChangeRequireEmptyExclude": "Cannot exclude apps when \"Require password change\" grant is selected.", + "pickerDoneCommand": "Done", + "policiesBladeAdPremiumUpsellBannerText": "Create your own policies and target specific conditions like cloud apps, sign-in risk, and device platforms with Azure AD Premium", + "policiesBladeTitle": "Policies", + "policiesBladeTitleWithAppName": "Policies: {0}", + "policiesDisabledBannerText": "Creating and editing policies is prohibited for applications with a linked single-sign-on attribute.", + "policiesHitMaxLimitStatusBarMessage": "You've reached the maximum number of policies for this tenant. Delete some policies before creating more.", + "policyAssignmentsSection": "Assignments", + "policyBlockAllInfoBox": "The configured policy will block all users, so it is not supported. Review the assignments and controls. Exclude the current user {0}, if you would like to save this policy.", + "policyCloudAppsDisplayTextAllApp": "All apps", + "policyCloudAppsLabel": "Cloud apps", + "policyConditionClientAppDescription": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionClientAppV2Description": "Software the user is employing to access the cloud app. For example, 'Browser'", + "policyConditionDevicePlatform": "Device platforms", + "policyConditionDevicePlatformDescription": "Platform the user is signing in from. For example, 'iOS'", + "policyConditionHighUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. High user risk level.", + "policyConditionLocation": "Locations", + "policyConditionLocationDescription": "Location (determined using IP address range) the user is signing in from", + "policyConditionLocationPreview": "Locations (Preview)", + "policyConditionLowUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Low user risk level.", + "policyConditionMediumUserRiskCheckboxAriaLabel": "Group, configure user risk levels needed for policy to be enforced. Medium user risk level.", + "policyConditionSigninRisk": "Sign-in risk", + "policyConditionSigninRiskDescription": "Likelihood that the sign-in is coming from someone other than the user. Risk level can be high, medium or low. Requires Azure AD Premium 2 license.", + "policyConditionUserRisk": "User risk", + "policyConditionUserRiskDescription": "Configure user risk levels needed for policy to be enforced", + "policyConditioniClientApp": "Client apps", + "policyControlAllowAccessDisplayedName": "Grant access", + "policyControlAuthenticationStrengthDisplayedName": "Require authentication strength", + "policyControlBladeTitle": "Grant", + "policyControlBlockAccessDisplayedName": "Block access", + "policyControlCompliantDeviceDisplayedName": "Require device to be marked as compliant", + "policyControlContentAriaLabel": "Learn more about the Conditional Access grant control.", + "policyControlContentDescription": "Control access enforcement to block or grant access.", + "policyControlInfoBallonText": "Block access or select additional requirements which need to be satisfied to allow access", + "policyControlMfaChallengeDisplayedName": "Require multifactor authentication", + "policyControlRequireCompliantAppDisplayedName": "Require app protection policy", + "policyControlRequireDomainJoinedDisplayedName": "Require Hybrid Azure AD joined device", + "policyControlRequireMamDisplayedName": "Require approved client app", + "policyControlRequiredPasswordChangeDisplayedName": "Require password change", + "policyControlSelectAuthStrength": "Require authentication strength", + "policyControlsNoControlsSelected": "0 controls selected", + "policyControlsSection": "Access controls", + "policyCreatBladeTitle": "New", + "policyCreateButton": "Create", + "policyCreateFailedMessage": "Error: {0}", + "policyCreateFailedTitle": "Failed to create '{0}'", + "policyCreateInProgressTitle": "Creating '{0}'", + "policyCreateSuccessMessage": "Successfully created '{0}'. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyCreateSuccessTitle": "Successfully created '{0}'", + "policyDeleteConfirmation": "Are you sure you want to delete '{0}'? This action cannot be undone.", + "policyDeleteFailTitle": "Failed to delete '{0}'", + "policyDeleteInProgressTitle": "Deleting '{0}'", + "policyDeleteSuccessTitle": "Successfully deleted '{0}'", + "policyEnforceLabel": "Enable policy", + "policyErrorCannotSetSigninRisk": "You don't have permission to save a policy with a sign-in risk condition.", + "policyErrorNoPermission": "You don't have permission to save policy. Contact your global admin.", + "policyErrorUnknown": "Something went wrong, please try again later.", + "policyFallbackWarningMessage": "Failure to create or update '{0}' using MS Graph resulting in a fallback to AD Graph. Please investigate the following scenario as there is most likely a bug when calling the policy endpoint for MS Graph with an incompatible condition.", + "policyFallbackWarningTitle": "Creating or updating '{0}' partially successful", + "policyNameCannotBeEmpty": "Policy name can't be empty", + "policyNameDevice": "Device policy", + "policyNameFormat": "[{0}] {1}", + "policyNameMam": "Mobile App Management policy", + "policyNameMfaLocation": "Multifactor authentication and location policy", + "policyNamePlaceholderText": "Example: 'Device compliance app policy'", + "policyNameTooLongError": "Policy name is too long. Maximum 256 characters", + "policyOff": "Off", + "policyOffOptionsGroupItemAriaLabel": "Enable Policy: Off.", + "policyOn": "On", + "policyOnOptionsGroupItemAriaLabel": "Enable Policy: On.", + "policyReportOnly": "Report-only", + "policyReportOnlyOptionsGroupItemAriaLabel": "Enable Policy: Report-only.", + "policyReviewSection": "Review", + "policySaveButton": "Save", + "policyStatusIconDescription": "Policy is Enabled", + "policyStatusIconEnabled": "Enabled status icon", + "policyTemplateName1": "Use app enforced restrictions for {0} browser access", + "policyTemplateName2": "Allow {0} access only on managed devices", + "policyTemplateName3": "Policy migrated from Continuous Access Evaluation settings", + "policyTriggerRiskSpecific": "Select specific risk level", + "policyTriggersInfoBalloonText": "Conditions which define when the policy will apply. For example, 'location'", + "policyTriggersNoConditionsSelected": "0 conditions selected", + "policyTriggersSelectorLabel": "Conditions", + "policyUpdateFailedMessage": "Error: {0}", + "policyUpdateFailedTitle": "Failed to update {0}", + "policyUpdateInProgressTitle": "Updating {0}", + "policyUpdateSuccessMessage": "Successfully updated {0}. Policy will be enabled in a few minutes if you have \"Enable policy\" set to \"On\".", + "policyUpdateSuccessTitle": "Successfully updated {0}", + "primaryCol": "Primary", + "privateLinkLabel": "Azure AD Private Link", + "reportOnlyInfoBox": "Report-only mode: Policies are evaluated and logged at sign-in but do not impact users.", + "requireAllControlsText": "Require all the selected controls", + "requireCompliantDevice": "Require compliant device", + "requireDomainJoined": "Require domain-joined device", + "requireGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMFA": "Require multifactor authentication", + "requireMfaOrAuthStrengthGrantReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication,\" \"require authentication strength,\" or \"require password change\" grant control when \"All cloud apps\" is selected", + "requireMfaOrAuthStrengthReauth": "The \"sign-in frequency every time\" session control requires a \"require multifactor authentication\" or \"require authentication strength\" grant control for \"sign-in risk\"", + "requireMfaReauth": "The \"sign-in frequency every time\" session control requires the \"require multifactor authentication\" grant control for \"sign-in risk\"", + "requireOneControlText": "Require one of the selected controls", + "requirePasswordChangeReauth": "The \"sign-in frequency every time\" session control requires the \"require password change\" grant control for \"user risk\"", + "requireRiskReauth": "The \"sign-in frequency every time\" session control requires the \"user risk\" or \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthRiskNotEnabled": "The \"sign-in frequency every time\" session control is not available when \"all cloud apps\" is selected.", + "requireRiskReauthSignInOnly": "The \"sign-in frequency every time\" session control requires the \"sign-in risk\" session control when \"all cloud apps\" is selected.", + "requireRiskReauthUserOnly": "The \"sign-in frequency every time\" session control requires the \"user risk\" session control when \"all cloud apps\" is selected.", + "resetFilters": "Reset filters", + "sPRequired": "Service principal required", + "sPSelectorInfoBalloon": "User or Service Principal you want to test", + "saturday": "Saturday", + "searchTextTooLongError": "The search text is too long. Maximum 256 characters", + "securityDefaultsPolicyName": "Security defaults", + "securityDefaultsTextMessage": "Security defaults must be disabled to enable Conditional Access policy.", + "securityDefaultsUpdateInProgressText": "A security defaults update is in progress, please wait a moment and try again.", + "securityDefaultsWarningMessage": "It looks like you're about to manage your organization's security configurations. That's great! You must first {0}disable security defaults{1} before enabling a Conditional Access policy.", + "selectDevicePlatforms": "Select device platforms", + "selectNamedNetworksSubtitle": "", + "selectNamedNetworksTitle": "Select locations", + "selectedSP": "Selected Service Principal", + "servicePrincipalBladeExcludedSelectorTitle": "Select excluded service principals", + "servicePrincipalBladeIncludedSelectorTitle": "Select service principals", + "servicePrincipalDataGridAria": "List of available service principals", + "servicePrincipalDropDownLabel": "What does this policy apply to?", + "servicePrincipalInfoBox": "Some conditions are not available due to '{0}' selection in policy assignment", + "servicePrincipalRadioAll": "All owned service principals", + "servicePrincipalRadioSelect": "Select service principals", + "servicePrincipalSelectionsAria": "Selected service principals grid", + "servicePrincipalSelectorAria": "List of chosen service principals", + "servicePrincipalSelectorMultiple": "{0} service principals selected", + "servicePrincipalSelectorSingle": "1 service principal selected", + "servicePrincipalSpecificExc": "Specific service principals excluded", + "servicePrincipalSpecificInc": "Specific service principals included", + "servicePrincipals": "Service principals", + "sessionControlBladeTitle": "Session", + "sessionControlDescriptionContent": "Control access based on session controls to enable limited experiences within specific cloud applications.", + "sessionControlDescriptionLearnMoreAriaLabel": "Learn more about application enforced restrictions.", + "sessionControlDisableInfo": "This control only works with supported apps. Currently, Office 365, Exchange Online, and SharePoint Online are the only cloud apps that support app enforced restrictions.", + "sessionControlInfoBallonText": "Session controls enable limited experience within a cloud app.", + "sessionControlsAppEnforcedLabel": "Use app enforced restrictions", + "sessionControlsCasLabel": "Use Conditional Access App Control", + "sessionControlsSecureSignInLabel": "Require token protection", + "sharepointAppName": "SharePoint", + "signinRiskInclude": "{0} included", + "signinRiskReauth": "\"Sign-in risk\" condition must be selected when \"Require multifactor authentication\" grant and \"sign-in frequency every time\" session control are selected", + "signinRiskTriggerDescriptionContent": "Select the sign-in risk level", + "signinRiskorAuthStrengthReauth": "\"Sign-in risk\" condition must be selected when \"require multifactor authentication\" or \"require authentication strength\" grant and \"sign-in frequency every time\" session control are selected", + "singleTenantServicePrincipalInfoBallonText": "Policy only applies to single tenant service principals owned by your organization.", + "specificSigninRiskLevelsOption": "Select specific sign-in risk levels", + "specificUsersExcluded": "specific users excluded", + "specificUsersIncluded": "Specific users included", + "specificUsersIncludedAndExcluded": "Specific users excluded and included", + "startDatePickerLabel": "Starts", + "startFreeTrial": "Start a free trial", + "startTimePickerLabel": "Start time", + "sunday": "Sunday", + "targetAppsReauthWarning": "Over prompting users for reauthentication can occur when the \"Sign-in Frequency - every time\" setting is enabled in some applications. {0}Read more about the recommended scenarios.{1}", + "testButton": "What If", + "thumbprintCol": "Thumbprint", + "thursday": "Thursday", + "timeConditionAllTimesLabel": "Any time", + "timeConditionIntroText": "Configure the time this policy will apply to", + "timeConditionSelectorInfoBallonContent": "When the user is signing in. For example, \"Wednesday 9am-5pm PST\"", + "timeConditionSelectorLabel": "Time (Preview)", + "timeConditionSpecificLabel": "Specific times", + "timeSelectorAllTimesText": "Any time", + "timeSelectorSpecificTimesText": "Specific times configured", + "timeZoneDropdownInfoBalloonContent": "Select a time zone that defines the time range. This policy applies to users in all time zones. For example, 'Wednesday 9am - 5pm' for one user would be 'Wednesday 10am - 6pm' for a user in a different time zone.", + "timeZoneDropdownLabel": "Time zone", + "timeZoneDropdownPlaceholderText": "Select a time zone", + "trustedLocationStatusIconDescription": "Location is trusted", + "trustedLocationStatusIconEnabled": "Trusted status icon", + "tuesday": "Tuesday", + "uploadInBadState": "Unable to upload the specified file.", + "upsellAppsDescription": "Require multifactor authentication for sensitive applications all the time or only from outside the company network.", + "upsellAppsTitle": "Secure applications", + "upsellBannerText": "Get a free Premium trial to use this feature", + "upsellDataDescription": "Require device to be marked as compliant or Hybrid Azure AD joined to allow access to company resources.", + "upsellDataTitle": "Secure data", + "upsellDescription": "Conditional Access provides the control and protection you need to keep your corporate data secure, while giving your people an experience that allows them to do their best work from any device. For instance, you can restrict access from outside the company network or restrict access to devices which meet the compliance policies.", + "upsellRiskDescription": "Require multifactor authentication for risk events detected by Microsoft's machine learning system.", + "upsellRiskTitle": "Protect against risk", + "upsellTitle": "Conditional Access", + "upsellWhyTitle": "Why use Conditional Access?", + "userAppNoneOption": "None", + "userNamePlaceholderText": "Enter User Name", + "userNotSetSeletorLabel": "0 users and groups selected", + "userOnlySelectionBladeExcludeDescription": "Select the users to exempt from the policy", + "userOrGroupSelectionCountDiffBannerText": "{0} configured in this policy have been deleted from the directory, but this doesn't affect the other users and groups in the policy. The next time you update the policy, the deleted users and/or groups will be automatically removed.", + "userOrSPNotSetSelectorLabel": "0 users or workload identities selected", + "userOrSPSelectionBladeTitle": "Users or workload identities", + "userOrSPSelectorInfoBallonText": "Identities in the directory that the policy applies to, including users, groups, and service principals", + "userRequired": "User Required", + "userRiskErrorBox": "\"User risk\" condition must be selected when \"Require password change\" grant is selected", + "userRiskReauth": "\"User risk\" condition and not \"Sign-in risk\" must be selected when \"Require password change\" grant and \"Sign-in frequency every time\" session control are selected", + "userSPRequired": "User or Service principal required", + "userSPSelectorTitle": "User or Workload identity", + "userSelectionBladeAllUsersAndGroups": "All users and groups", + "userSelectionBladeExcludeDescription": "Select the users and groups to exempt from the policy", + "userSelectionBladeExcludeTabTitle": "Exclude", + "userSelectionBladeExcludedSelectorTitle": "Select excluded users and groups", + "userSelectionBladeIncludeDescription": "Select the users this policy will apply to", + "userSelectionBladeIncludeTabTitle": "Include", + "userSelectionBladeIncludedSelectorTitle": "Select", + "userSelectionBladeSelectUsers": "Select users", + "userSelectionBladeSelectedUsers": "Select users and groups", + "userSelectionBladeTitle": "Users and groups", + "userSelectorBladeTitle": "Users", + "userSelectorExcluded": "{0} excluded", + "userSelectorGroupPlural": "{0} groups", + "userSelectorGroupSingular": "1 group", + "userSelectorIncluded": "{0} included", + "userSelectorInfoBallonText": "Users and groups in the directory that the policy applies to. For example, 'Pilot group'", + "userSelectorSelected": "{0} selected", + "userSelectorTitle": "User", + "userSelectorUserAndGroup": "{0}, {1}", + "userSelectorUserPlural": "{0} users", + "userSelectorUserSingular": "1 user", + "userSelectorWithExclusion": "{0} and {1}", + "usersGroupsLabel": "Users and groups", + "viewApprovedAppsText": "See list of approved client apps", + "viewCompliantAppsText": "See list of policy protected client apps", + "viewPolicyInformation": "View policy information", + "vpnBladeTitle": "VPN connectivity", + "vpnCertCreateFailedMessage": "Error: {0}", + "vpnCertCreateFailedTitle": "Failed to create {0}", + "vpnCertCreateInProgressTitle": "Creating {0}", + "vpnCertCreateSuccessMessage": "Successfully created {0}.", + "vpnCertCreateSuccessTitle": "Successfully created {0}", + "vpnCertNoRowsMessage": "No VPN certificates found", + "vpnCertUpdateFailedMessage": "Error: {0}", + "vpnCertUpdateFailedTitle": "Failed to update {0}", + "vpnCertUpdateInProgressTitle": "Updating {0}", + "vpnCertUpdateSuccessMessage": "Successfully updated {0}.", + "vpnCertUpdateSuccessTitle": "Successfully updated {0}", + "vpnFeatureInfo": "For more information on VPN connectivity and Conditional Access, click here.", + "vpnFeatureWarning": "Once a VPN certificate is created in the Azure portal, Azure AD will start using it immediately to issue short lived certificates to the VPN client. It is critical that the VPN certificate be deployed immediately to the VPN server to avoid any issues with credential validation of the VPN client.", + "vpnMenuText": "VPN connectivity", + "vpncertDropdownDefaultOption": "Duration", + "vpncertDropdownInfoBalloonContent": "Select the duration for the cert you want to create", + "vpncertDropdownLabel": "Select duration", + "vpncertDropdownOneyearOption": "1 year", + "vpncertDropdownThreeyearOption": "3 years", + "vpncertDropdownTwoyearOption": "2 years", + "wednesday": "Wednesday", + "whatIfAppEnforcedControl": "Use app enforced restrictions", + "whatIfBladeDescription": "Test the impact of Conditional Access on a user when signing in under certain conditions.", + "whatIfBladeTitle": "What If", + "whatIfClassicPoliciesWarning": "Classic policies are not evaluated by this tool.", + "whatIfClientAppInfo": "The client app the user is signing in from. For example, 'Browser'.", + "whatIfCountry": "Country", + "whatIfCountryInfo": "The country the user is signing in from.", + "whatIfDevicePlatformInfo": "The device platform the user is signing in from.", + "whatIfDeviceStateInfo": "The device state the user is signing in from", + "whatIfEnterIpAddress": "Enter IP address (ex: 40.77.182.32)", + "whatIfErrorInvalidIpAddress": "An invalid IP address was specified.", + "whatIfEvaResultApplication": "Cloud apps", + "whatIfEvaResultClientApps": "Client app", + "whatIfEvaResultDevicePlatform": "Device platform", + "whatIfEvaResultEmptyPolicy": "Empty policy", + "whatIfEvaResultInvalidCondition": "Invalid condition", + "whatIfEvaResultInvalidPolicy": "Invalid policy", + "whatIfEvaResultLocation": "Location", + "whatIfEvaResultNotEnoughInformation": "Not enough information", + "whatIfEvaResultPolicyNotEnabled": "Policy not enabled", + "whatIfEvaResultSignInRisk": "Sign-in risk", + "whatIfEvaResultUsers": "Users and groups", + "whatIfIpAddress": "IP address", + "whatIfIpAddressInfo": "IP address the user is signing in from.", + "whatIfIpCountryInfoBoxText": "If using an IP address or Country, both fields will be required and should correctly map together.", + "whatIfPolicyAppliesTab": "Policies that will apply", + "whatIfPolicyAppliesTabWithCount": "Applicable policies ({0})", + "whatIfPolicyDoesNotApplyTab": "Policies that will not apply", + "whatIfPolicyDoesNotApplyTabWithCount": "Inapplicable policies ({0})", + "whatIfReasons": "Reasons why this policy will not apply", + "whatIfSelectClientApp": "Select a client app...", + "whatIfSelectCountry": "Select country...", + "whatIfSelectDevicePlatform": "Select device platform...", + "whatIfSelectPrivateLink": "Select private link...", + "whatIfSelectServicePrincipalRisk": "Select service principal risk...", + "whatIfSelectSignInRisk": "Select sign-in risk...", + "whatIfSelectType": "Select identity type", + "whatIfSelectUserRisk": "Select user risk...", + "whatIfServicePrincipalRiskInfo": "The risk level associated with the service principal", + "whatIfSignInRisk": "Sign-in risk", + "whatIfSignInRiskInfo": "The risk level associated with the sign-in", + "whatIfUnknownAreas": "Unknown Areas", + "whatIfUserPickerLabel": "Selected user", + "whatIfUserPickerNoRowsLabel": "No user or service principal selected", + "whatIfUserRiskInfo": "The risk level associated with the user", + "whatIfUserSelectorInfo": "User in the directory that you want to test", + "windows365InfoBox": "Selecting Windows 365 will affect connections to Cloud PCs and Azure Virtual Desktop session hosts.", + "windowsDisplayName": "Windows", + "windowsPhoneDisplayName": "Windows Phone", + "workloadIdentities": "Workload identities", + "workloadIdentitiesLicenseText": "A workload identities premium license is required to edit this policy.", + "workloadIdentitiesPreview": "Workload identities (preview)", + "workloadIdentity": "Workload identity", + "SessionControlsLabel": "Session controls" + }, "TACSettings": { "edgeSettings": "Edge configuration settings", "edgeWindowsDataProtectionSettings": "Edge (Windows) data protection settings - Preview", @@ -10783,7 +11566,10 @@ "Column": { "author": "Author", "template": "Template name" - } + }, + "Row": { + "ariaLabel": "row {0} of {1} column {2}" + } }, "SettingsCatalog": { "subtitle": "Start from scratch and select settings you want from the library of available settings", @@ -11593,6 +12379,7 @@ "gettingStarted": "Getting started", "messages": "Messages", "onlineResources": "Online resources", + "policyHealth": "Policy health", "releaseManagement": "Release management", "serviceRequests": "Service requests", "settings": "Settings", @@ -11605,7 +12392,7 @@ "advancedThreatProtection": "Microsoft Defender for Endpoint", "allApps": "All apps", "allDevices": "All devices", - "androidFotaDeployments": "Android FOTA deployments", + "androidFotaDeployments": "Android FOTA deployments (preview)", "appBundles": "App Bundles", "appCategories": "App categories", "appConfigPolicies": "App configuration policies", @@ -11621,11 +12408,14 @@ "assignedPermissions": "Assigned permissions", "assignedRoles": "Assigned roles", "autopilotDeploymentReport": "Autopilot deployments (preview)", + "autopilotDeploymentReportV2": "Autopilot deployments 2.0 (preview)", "brandingAndCustomization": "Customization", "cartProfiles": "Cart profiles", "certificateConnectors": "Certificate connectors", "chromeEnterprise": "Chrome Enterprise (preview)", "cloudAttachedDevices": "Cloud attached devices (preview)", + "cloudPcActions": "Cloud PC actions (preview)", + "cloudPcMaintenanceWindows": "Cloud PC maintenance windows (Preview)", "compliancePolicies": "Compliance policies", "complianceScriptManagement": "Scripts", "complianceScriptManagementPreview": "Scripts (preview)", @@ -11657,13 +12447,13 @@ "enrollmentRestrictions": "Enrollment restrictions", "exchangeActiveSync": "Exchange ActiveSync", "exchangeServiceConnectors": "Exchange service connectors", - "failuresForDriverUpdates": "Windows Driver update failures (preview)", + "failuresForDriverUpdates": "Windows Driver update failures", "failuresForFeatureUpdates": "Feature update failures", "failuresForQualityUpdates": "Windows Expedited update failures", "featureFlighting": "Feature flighting", "featureUpdateDeployments": "Feature updates for Windows 10 and later", "flighting": "Flighting", - "fotaUpdate": "Firmware over-the-air update", + "fotaUpdate": "Firmware over-the-air update (preview)", "groupPolicy": "Administrative Templates", "groupPolicyAnalytics": "Group policy analytics", "helpSupport": "Help and support", @@ -11717,15 +12507,15 @@ "user": "User", "userExecutionStatus": "User status", "wdacSupplementalPolicies": "S mode supplemental policies", - "windows10DriverUpdate": "Driver updates for Windows 10 and later (preview)", + "windows10DriverUpdate": "Driver updates for Windows 10 and later", "windows10QualityUpdate": "Quality updates for Windows 10 and later", "windows10UpdateRings": "Update rings for Windows 10 and later", "windows10XPolicyFailures": "Windows 10X policy failures", "windows365Connector": "Windows 365 Citrix connector", - "windows365ConnectorPublicPreview": "Windows 365 Citrix connector (preview)", + "windows365PartnerConnector": "Windows 365 partner connectors", "windowsDiagnosticData": "Windows data", "windowsEnterpriseCertificate": "Windows enterprise certificate", - "windowsManagement": "PowerShell scripts", + "windowsManagement": "Scripts", "windowsSideLoadingKeys": "Windows side loading keys", "windowsSymantecCertificate": "Windows DigiCert certificate", "windowsThreatReport": "Threat agent status" @@ -11794,10 +12584,84 @@ "restartGracePeriodLabel": "Device restart grace period", "summaryTitle": "End user experience" }, - "EnrollmentType": { - "devicesWithEnrollment": "Managed devices", - "devicesWithoutEnrollment": "Managed apps" - }, + "Win32Requirements": { + "AdditionalRequirements": { + "File": { + "fileOrFolderToolTip": "The file or folder as the selected requirement.", + "pathToolTip": "The complete path of the file or folder to detect.", + "property": "Property", + "valueToolTip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "GridColumns": { + "pathOrScript": "Path/Script", + "type": "Type" + }, + "Registry": { + "keyPath": "Key path", + "keyPathTooltip": "The full path of the registry entry containing the value as a requirement.", + "operator": "Operator", + "operatorTooltip": "Select the operator for the comparison.", + "registryRequirement": "Registry key requirement", + "registryRequirementTooltip": "Select the registry key requirement comparison.", + "valueName": "Value name", + "valueNameTooltip": "The name of the required registry value." + }, + "RequirementTypeOptions": { + "fileType": "File", + "registry": "Registry", + "script": "Script" + }, + "Script": { + "RequirementMethodOptions": { + "boolean": "Boolean", + "dateTime": "Date and Time", + "float": "Floating Point", + "integer": "Integer", + "string": "String", + "version": "Version" + }, + "duplicateName": "Script name {0} has already been used. Please enter a different name.", + "enforceSignatureCheck": "Enforce script signature check", + "enforceSignatureCheckTooltip": "Select ‘Yes’ to verify that the script is signed by a trusted publisher, which will allow the script to run without warnings or prompts. The script will run unblocked. Select ‘No’ (default) to run the script with end-user confirmation, but without signature verification.", + "loggedOnCredentials": "Run this script using the logged on credentials", + "loggedOnCredentialsTooltip": "Run script using the signed in device credentials.", + "operatorTooltip": "Select the operator for the requirement comparison.", + "requirementMethod": "Select output data type", + "requirementMethodTooltip": "Select the data type used when determining a detection match requirement.", + "scriptContent": "Script content", + "scriptFile": "Script file", + "scriptFileTooltip": "Select a PowerShell script that will detect the presence of the app on the client. If the app is detected, the requirement process will provide a 0 value exit code and will write a string value to STDOUT.", + "scriptName": "Script name", + "value": "Value", + "valueTooltip": "Select a requirement value that matches the selected detection method. Date and time requirement should be entered in your local format." + }, + "bladeTitle": "Add a Requirement rule", + "createRequirementHeader": "Create a requirement.", + "header": "Configure additional requirement rules", + "label": "Additional requirement rules", + "noRequirementsSelectedPlaceholder": "No requirements are specified.", + "requirementType": "Requirement type", + "requirementTypeTooltip": "Choose the type of detection method used to determine how a requirement is validated." + }, + "architectures": "Operating system architecture", + "architecturesTooltip": "Choose the architectures needed to install the app.", + "bladeTitle": "Requirements", + "diskSpace": "Disk space required (MB)", + "diskSpaceTooltip": "Free disk space needed on the system drive to install the app.", + "header": "Specify the requirements that devices must meet before the app is installed:", + "maximumTextFieldValue": "The value must be at most {0}.", + "minimumCpuSpeed": "Minimum CPU speed required (MHz)", + "minimumCpuSpeedTooltip": "The minimum CPU speed required to install the app.", + "minimumLogicalProcessors": "Minimum number of logical processors required", + "minimumLogicalProcessorsTooltip": "The minimum number of logical processors required to install the app.", + "minimumOperatingSystem": "Minimum operating system", + "minimumOperatingSystemTooltip": "Select the minimum operating system needed to install the app.", + "minumumTextFieldValue": "The value must be at least {0}.", + "physicalMemory": "Physical memory required (MB)", + "physicalMemoryTooltip": "Physical memory (RAM) required to install the app.", + "selectorLabel": "Requirements", + "validNumber": "Please enter a valid number." + }, "PolicySet": { "appManagement": "Application management", "assignments": "Assignments", @@ -11817,7 +12681,218 @@ "deviceConfigurationTitle": "Device configuration profiles", "powershellScriptTitle": "Powershell scripts" }, + "TermsOfUse": { + "Languages": { + "addLanguage": "Add language", + "af": "Afrikaans", + "am": "Amharic", + "arSA": "Arabic (Saudi Arabia)", + "as": "Assamese", + "az": "Azerbaijani", + "be": "Belarusian", + "bg": "Bulgarian", + "bn": "Bangla", + "bnIN": "Bangla (India)", + "bs": "Bosnian", + "ca": "Catalan", + "caESvalencia": "Valencian (Spain)", + "cs": "Czech", + "cy": "Welsh", + "da": "Danish", + "de": "German", + "default": "Default", + "defaultDetailsTag": "{0} (Default)", + "el": "Greek", + "en": "English", + "enGB": "English (United Kingdom)", + "es": "Spanish", + "esMX": "Spanish (Mexico)", + "et": "Estonian", + "eu": "Basque", + "fa": "Persian", + "fi": "Finnish", + "fil": "Filipino", + "fr": "French", + "frCA": "French (Canada)", + "ga": "Irish", + "gd": "Scottish Gaelic", + "gl": "Galician", + "gu": "Gujarati", + "ha": "Hausa", + "he": "Hebrew", + "hi": "Hindi", + "hr": "Croatian", + "hu": "Hungarian", + "hy": "Armenian", + "id": "Indonesian", + "ig": "Igbo", + "is": "Icelandic", + "it": "Italian", + "ja": "Japanese", + "ka": "Georgian", + "kk": "Kazakh", + "km": "Khmer", + "kn": "Kannada", + "ko": "Korean", + "kok": "Konkani", + "kuArab": "Central Kurdish (Arabic)", + "ky": "Kyrgyz", + "languageOptions": "Language Options", + "lb": "Luxembourgish", + "lo": "Lao", + "lt": "Lithuanian", + "lv": "Latvian", + "mi": "Maori", + "mk": "Macedonian", + "ml": "Malayalam", + "mn": "Mongolian", + "mr": "Marathi", + "ms": "Malay", + "mt": "Maltese", + "ne": "Nepali", + "nl": "Dutch", + "nnNO": "Norwegian, Nynorsk (Norway)", + "no": "Norwegian", + "notSpecified": "Language not specified", + "nso": "Sesotho sa Leboa", + "or": "Odia", + "paArabPK": "Punjabi (Islamic Republic of Pakistan)", + "paIN": "Punjabi (India)", + "pl": "Polish", + "prs": "Dari", + "ptBR": "Portuguese (Brazil)", + "ptPT": "Portuguese (Portugal)", + "quz": "Quechua", + "removeLanguage": "Remove language", + "ro": "Romanian", + "ru": "Russian", + "rw": "Kinyarwanda", + "sd": "Sindhi", + "si": "Sinhala", + "sk": "Slovak", + "sl": "Slovenian", + "sq": "Albanian", + "srCyrlBA": "Serbian (Cyrillic, Bosnia and Herzegovina)", + "srCyrlRS": "Serbian (Cyrillic, Serbia)", + "srLatnRS": "Serbian (Latin, Serbia)", + "sv": "Swedish", + "sw": "Kiswahili", + "ta": "Tamil", + "te": "Telugu", + "tg": "Tajik", + "th": "Thai", + "ti": "Tigrinya", + "tk": "Turkmen", + "tn": "Setswana", + "tr": "Turkish", + "tt": "Tatar", + "ug": "Uyghur", + "uk": "Ukrainian", + "ur": "Urdu", + "uz": "Uzbek", + "vi": "Vietnamese", + "wo": "Wolof", + "xh": "isiXhosa", + "yo": "Yoruba", + "zhHans": "Chinese (Simplified)", + "zhHant": "Chinese (Traditional)", + "zu": "isiZulu" + }, + "AcceptanceExpirationFrequency": { + "annually": "Annually", + "biannually": "Bi-annually", + "monthly": "Monthly", + "quarterly": "Quarterly" + }, + "Wizard": { + "AgreementTargetEntityScope": { + "NotSelected": { + "label": "None selected" + }, + "selectEntityTitle": "Select group", + "title": "Select group" + }, + "PolicyFile": { + "Languages": { + + }, + "Validations": { + "duplicateLanguage": "Oops, {0} appears to be selected multiple times. Language selection must be unique." + } + }, + "PolicyTemplate": { + "InfoBox": { + "allGuestsAllApps": "A conditional access policy will be created for all guests and all cloud apps. This policy impacts the Azure portal. Once this is created you might be required to sign-out and sign-in.", + "allUsersAllApps": "A conditional access policy will be created for all users and all cloud apps. This policy impacts the Azure portal. Once this is created you will be required to sign-out and sign-in.", + "custom": "Select the users, groups, and apps that this Terms of Use will be applied to.", + "noPolicy": "This terms of use will appear in the grant control list when creating a conditional access policy." + } + }, + "Section": { + "conditionalAccessSubtitle": "Enforce with conditional access policy templates", + "conditionalAccessTitle": "Conditional access", + "termsOfUseSubtitle": "Create and upload documents", + "termsOfUseTitle": "Terms of use" + }, + "acceptanceDurationInfo": "The terms of use will be enforced immediately and each user will have to re-consent every specified number of days.", + "acceptanceDurationLabel": "Duration before re-acceptance required (days)", + "acceptanceDurationPlaceholder": "Example: '90'", + "acceptanceExpirationFrequencyInfo": "Require users to consent on a recurring basis.", + "acceptanceExpirationFrequencyLabel": "Frequency", + "acceptanceExpirationStartDateTimeInfo": "The terms of use will be enforced immediately and users will be required to re-consent on this date.", + "acceptanceExpirationStartDateTimeLabel": "Expire starting on", + "agreementIsPerDeviceAcceptanceRequiredInfo": "The end users will be required to consent to the terms of use on every device.", + "agreementIsPerDeviceAcceptanceRequiredLabel": "Require users to consent on every device", + "agreementIsViewingBeforeAcceptanceRequiredInfo": "The end users will be required to view the terms of use prior to accepting.", + "agreementIsViewingBeforeAcceptanceRequiredLabel": "Require users to expand the terms of use", + "agreementNameInfo": "Name will be used to manage the terms of use within the Azure portal.", + "agreementNameLabel": "Name", + "agreementNamePlaceholderText": "Example: 'All users terms of use'", + "agreementRequirmentLabel": "Required Upon", + "agreementTargetEntityLabel": "Users targeted", + "agreementUploadPolicyAriaLabelText": "Upload required PDF {0}", + "agreementUploadPolicyLabel": "Terms of use", + "agreementUploadPolicyPlaceholderText": "Upload required PDF", + "createButtonLabel": "Create", + "createPolicyInfo": "In order to enforce the terms of use, a conditional access policy is required. You can create a conditional access policy targeted to specific users and applications later or use one of the predefined templates.", + "createPolicyLabel": "Create a policy", + "isAcceptanceExpirationEnabledInfo": "The terms of use will be enforced immediately and all users will be forced to re-consent on a schedule.", + "isAcceptanceExpirationEnabledLabel": "Expire consents", + "pdfValidationInvalidFileFormat": "The file must be in the .pdf format.", + "policyFilesInfo": "Upload a PDF file containing the terms of use that your end users must accept. Based on end user preferences they will be shown the appropriate language or if not match the default language will be shown.
                                          For end users agreeing on mobile devices, we recommend the PDF font size to be at least 24 pt.
                                          Display name will be the title of the terms of use that is presented to the end user.", + "policyFilesLabel": "Terms of use document", + "policyTemplateInfo": "These templates are pre configured conditional access policies that are targeted to specific users and applications.", + "policyTemplateLabel": "Policy templates", + "title": "New terms of use" + }, + "Details": { + "Link": { + "auditEvent": "View audit logs", + "delete": "Delete", + "download": "Preview PDF", + "edit": "Edit" + }, + "Property": { + "acceptanceDuration": "Duration before re-acceptance required (days)", + "acceptanceExpirationFrequency": "Frequency", + "acceptanceExpirationStartDateTime": "Expire starting on", + "accepted": "Users accepted", + "declined": "Users declined", + "displayname": "Display name", + "isAcceptanceExpirationEnable": "Expire consents", + "isPerDeviceAcceptanceRequired": "Require users to consent on every device", + "isViewingBeforeAcceptanceRequired": "Require users to expand the terms of use", + "name": "Name" + }, + "Tab": { + "cAPolicies": "Conditional access policies", + "details": "Details", + "languages": "Languages" + } + } + }, "AzureIAMCommon": { + "Recommended": "Recommended", "CountryNames": { "countryNameNR": "Nauru", "countryNameBH": "Bahrain", @@ -11923,7 +12998,7 @@ "countryNameCY": "Cyprus", "countryNameCD": "Democratic Republic of Congo", "countryNameTN": "Tunisia", - "countryNameTR": "Turkey", + "countryNameTR": "Türkiye", "countryNameWS": "Samoa", "countryNameSE": "Sweden", "countryNameXK": "Kosovo", diff --git a/Extensions/Documentation.psm1 b/Extensions/Documentation.psm1 index 9218dc3..a7b03df 100644 --- a/Extensions/Documentation.psm1 +++ b/Extensions/Documentation.psm1 @@ -20,7 +20,7 @@ $global:documentationProviders = @() function Get-ModuleVersion { - '2.0.1' + '2.0.2' } function Invoke-InitializeModule @@ -61,6 +61,7 @@ function Invoke-InitializeModule Settings="TableHeaders.settings" returnCode='Win32ReturnCodes.Columns.returnCode' type='Win32ReturnCodes.Columns.codeType' + RecommendedValue="AzureIAMCommon.Recommended" } } @@ -290,7 +291,8 @@ function Get-ObjectDocumentation elseif($type -eq "#microsoft.graph.deviceManagementIntent") { Invoke-TranslateIntentObject $obj $objectType | Out-Null - $properties = @("Name","Value","Category","FullValueTable","RawValue","SettingId","Description") + $properties = @("Name","Value","Category","FullValueTable","RawValue","RecommendedValue","SettingId","Description") + $defaultDocumentationProperties = @("Name","Value","RecommendedValue") } #endregion #region Administrative Templates @@ -536,11 +538,15 @@ function Get-ObjectTypeString elseif($objTypeId -eq "WinFeatureUpdates") { return (Get-LanguageString "Titles.featureUpdateDeployments") - } + } elseif($objTypeId -eq "WinQualityUpdates") { return (Get-LanguageString "Titles.windows10QualityUpdate") } + elseif($objTypeId -eq "WinDriverUpdatePolicies") + { + return (Get-LanguageString "Titles.windows10DriverUpdate") + } elseif($objTypeId -eq "TenantAdmin") { return (Get-LanguageString "Titles.tenantAdmin") @@ -1488,6 +1494,12 @@ function Add-IntentSettingObjectToList $objSetting.Level = $objSetting.Level + 1 } + $recommendedSetting = $global:catRecommendedSettings[$objSetting.CategoryObject.Id] | Where definitionId -eq $objSetting.SettingId + + if($recommendedSetting.valueJson -and ($objSetting.ValueSet -eq $false -or $recommendedSetting.valueJson -ne ($objSetting.RawValue | ConvertTo-Json -Compress))) { + $objSetting | Add-Member Noteproperty -Name "RecommendedValue" -Value ($recommendedSetting.valueJson | ConvertFrom-Json) -Force + } + $script:objectSettingsData += $objSetting if($objSetting.ValueSet -eq $false) { return } @@ -2415,6 +2427,17 @@ function Invoke-TranslateSection } $value = $arrTmp -join $script:objectSeparator } + elseif($prop.dataType -eq 108) # String with format + { + $value = $propValue + if($prop.formatStringKey) { + $str = Get-LanguageString $prop.formatStringKey + if($str) + { + $value = $str -f $propValue + } + } + } else { Write-Log "Unsupported property '$((Get-LanguageString "SettingDetails.$($prop.nameResourceKey)"))' ($($prop.nameResourceKey)) for object property $($prop.entityKey). Type: $($prop.dataType)" 2 diff --git a/Extensions/DocumentationCustom.psm1 b/Extensions/DocumentationCustom.psm1 index bd4888f..3945d9e 100644 --- a/Extensions/DocumentationCustom.psm1 +++ b/Extensions/DocumentationCustom.psm1 @@ -10,7 +10,7 @@ This module will also document some objects based on PowerShell functions function Get-ModuleVersion { - '1.6.0' + '1.6.1' } function Invoke-InitializeModule @@ -267,7 +267,7 @@ function Invoke-CDDocumentCustomPostAdd if($prop.EntityKey -eq "featureUpdatesRollbackWindowInDays") { - if($obj.businessReadyUpdatesOnly -eq "businessReadyOnly") + if($obj.businessReadyUpdatesOnly -eq "businessReadyOnly" -or $obj.businessReadyUpdatesOnly -eq "all" -or $obj.businessReadyUpdatesOnly -eq "userDefined") { $propValue = Get-LanguageString "BooleanActions.notConfigured" } @@ -288,7 +288,7 @@ function Invoke-CDDocumentCustomPostAdd Add-PropertyInfo $tmpProp $propValue -originalValue $obj.businessReadyUpdatesOnly - if($obj.businessReadyUpdatesOnly -ne "businessReadyOnly") + if($obj.businessReadyUpdatesOnly -ne "businessReadyOnly" -and $obj.businessReadyUpdatesOnly -ne "all" -and $obj.businessReadyUpdatesOnly -ne "userDefined") { # Pre-release channel selected. Inject info $propValue = Get-LanguageString "SettingDetails.$($obj.businessReadyUpdatesOnly)Option" @@ -2029,17 +2029,17 @@ function Invoke-CDDocumentCountryNamedLocation ################################################### Add-BasicDefaultValues $obj $objectType - Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureIAM.menuItemNamedNetworks") + Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureCA.menuItemNamedNetworks") Add-BasicAdditionalValues $obj $objectType Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.NamedLocation.Form.CountryLookup.ariaLabel" - Value = Get-LanguageString "AzureIAM.NamedLocation.Form.CountryLookup.$((?: ($obj.countryLookupMethod -eq "clientIpAddress") "ip" "gps"))" + Name = Get-LanguageString "AzureCA.NamedLocation.Form.CountryLookup.ariaLabel" + Value = Get-LanguageString "AzureCA.NamedLocation.Form.CountryLookup.$((?: ($obj.countryLookupMethod -eq "clientIpAddress") "ip" "gps"))" EntityKey = "countryLookupMethod" }) Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.NamedLocation.Form.Include.label" + Name = Get-LanguageString "AzureCA.NamedLocation.Form.Include.label" Value = Get-LanguageString (?: ($obj.includeUnknownCountriesAndRegions -eq $true) "Inputs.enabled" "Inputs.disabled") EntityKey = "includeUnknownCountriesAndRegions" }) @@ -2047,11 +2047,11 @@ function Invoke-CDDocumentCountryNamedLocation $countryList = @() foreach($country in $obj.countriesAndRegions) { - $countryList += Get-LanguageString "AzureIAMCommon.CountryNames.countryName$($country.ToLower())" + $countryList += Get-LanguageString "CountryNames.countryName$($country.ToLower())" } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.NamedLocation.Type.countries" + Name = Get-LanguageString "AzureCA.NamedLocation.Type.countries" Value = $countryList -join $script:objectSeparator EntityKey = "countriesAndRegions" }) @@ -2072,11 +2072,11 @@ function Invoke-CDDocumentIPNamedLocation ################################################### Add-BasicDefaultValues $obj $objectType - Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureIAM.menuItemNamedNetworks") + Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureCA.menuItemNamedNetworks") Add-BasicAdditionalValues $obj $objectType Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.NamedLocation.Form.Trusted.label" + Name = Get-LanguageString "AzureCA.NamedLocation.Form.Trusted.label" Value = Get-LanguageString (?: ($obj.isTrusted -eq $true) "Inputs.enabled" "Inputs.disabled") EntityKey = "isTrusted" }) @@ -2088,7 +2088,7 @@ function Invoke-CDDocumentIPNamedLocation } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.NamedLocation.Type.ipRanges" + Name = Get-LanguageString "AzureCA.NamedLocation.Type.ipRanges" Value = $ipList -join $script:objectSeparator EntityKey = "ipRanges" }) @@ -2113,7 +2113,7 @@ function Invoke-CDDocumentTermsOfUse ################################################### Add-BasicPropertyValue (Get-LanguageString "SettingDetails.nameName") $obj.displayName - Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureIAM.menuItemTermsOfUse") + Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureCA.menuItemTermsOfUse") Add-CustomSettingObject ([PSCustomObject]@{ Name = Get-LanguageString "TermsOfUse.Wizard.agreementIsViewingBeforeAcceptanceRequiredLabel" @@ -2222,22 +2222,22 @@ function Invoke-CDDocumentConditionalAccess #Add-BasicDefaultValues $obj $objectType Add-BasicPropertyValue (Get-LanguageString "SettingDetails.nameName") $obj.displayName - Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureIAM.conditionalAccessBladeTitle") + Add-BasicPropertyValue (Get-LanguageString "TableHeaders.configurationType") (Get-LanguageString "AzureCA.conditionalAccessBladeTitle") if($obj.state -eq "enabledForReportingButNotEnforced") { - $state = Get-LanguageString "AzureIAM.PolicyState.reportOnly" + $state = Get-LanguageString "AzureCA.PolicyState.reportOnly" } elseif($obj.state -eq "disabled") { - $state = Get-LanguageString "AzureIAM.PolicyState.off" + $state = Get-LanguageString "AzureCA.PolicyState.off" } else { - $state = Get-LanguageString "AzureIAM.PolicyState.on" + $state = Get-LanguageString "AzureCA.PolicyState.on" } - Add-BasicPropertyValue (Get-LanguageString "AzureIAM.policyEnforceLabel") $state + Add-BasicPropertyValue (Get-LanguageString "AzureCA.policyEnforceLabel") $state Add-BasicAdditionalValues $obj $objectType @@ -2281,16 +2281,16 @@ function Invoke-CDDocumentConditionalAccess $script:allAadRoles =(Invoke-GraphRequest -url "/directoryRoleTemplates?`$select=Id,displayName" -ODataMetadata "minimal").value } - $includeLabel = Get-LanguageString "AzureIAM.userSelectionBladeIncludeTabTitle" - $excludeLabel = Get-LanguageString "AzureIAM.userSelectionBladeExcludeTabTitle" + $includeLabel = Get-LanguageString "AzureCA.userSelectionBladeIncludeTabTitle" + $excludeLabel = Get-LanguageString "AzureCA.userSelectionBladeExcludeTabTitle" - $category = Get-LanguageString "AzureIAM.usersGroupsLabel" + $category = Get-LanguageString "AzureCA.usersGroupsLabel" if((($obj.conditions.users.includeUsers | Where { $_ -eq "All"}) -ne $null)) { Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel - Value = Get-LanguageString "AzureIAM.allUsersString" + Value = Get-LanguageString "AzureCA.allUsersString" Category = $category SubCategory = $includeLabel EntityKey = "includeUsers" @@ -2300,7 +2300,7 @@ function Invoke-CDDocumentConditionalAccess { Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel - Value = Get-LanguageString "AzureIAM.chooseApplicationsNone" + Value = Get-LanguageString "AzureCA.chooseApplicationsNone" Category = $category SubCategory = $includeLabel EntityKey = "includeUsers" @@ -2310,7 +2310,7 @@ function Invoke-CDDocumentConditionalAccess { Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel - Value = Get-LanguageString "AzureIAM.userSelectionBladeSelectedUsers" + Value = Get-LanguageString "AzureCA.userSelectionBladeSelectedUsers" Category = $category SubCategory = $includeLabel EntityKey = "includeUsers" @@ -2319,7 +2319,7 @@ function Invoke-CDDocumentConditionalAccess if((($obj.conditions.users.includeUsers | Where { $_ -eq "GuestsOrExternalUsers"}) -ne $null)) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.allGuestUserLabel" + Name = Get-LanguageString "AzureCA.allGuestUserLabel" Value = Get-LanguageString "Inputs.enabled" #$((?: (($obj.conditions.users.includeUsers | Where { $_ -eq "GuestsOrExternalUsers"}) -ne $null) "enabled" "disabled"))" Category = $category SubCategory = $includeLabel @@ -2337,7 +2337,7 @@ function Invoke-CDDocumentConditionalAccess } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.directoryRolesLabel" + Name = Get-LanguageString "AzureCA.directoryRolesLabel" Value = $tmpObjs -join $script:objectSeparator Category = $category SubCategory = $includeLabel @@ -2367,7 +2367,7 @@ function Invoke-CDDocumentConditionalAccess if((($obj.conditions.users.excludeUsers | Where { $_ -eq "GuestsOrExternalUsers"}) -ne $null)) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.allGuestUserLabel" + Name = Get-LanguageString "AzureCA.allGuestUserLabel" Value = Get-LanguageString "Inputs.enabled" #$((?: (($obj.conditions.users.excludeUsers | Where { $_ -eq "GuestsOrExternalUsers"}) -ne $null) "enabled" "disabled"))" Category = $category SubCategory = $excludeLabel @@ -2385,7 +2385,7 @@ function Invoke-CDDocumentConditionalAccess } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.directoryRolesLabel" + Name = Get-LanguageString "AzureCA.directoryRolesLabel" Value = $tmpObjs -join $script:objectSeparator Category = $category SubCategory = $excludeLabel @@ -2416,8 +2416,8 @@ function Invoke-CDDocumentConditionalAccess # Cloud apps or actions ################################################### - $category = Get-LanguageString "AzureIAM.UserActions.appsOrActionsTitle" - $cloudAppsLabel = Get-LanguageString "AzureIAM.policyCloudAppsLabel" + $category = Get-LanguageString "AzureCA.UserActions.appsOrActionsTitle" + $cloudAppsLabel = Get-LanguageString "AzureCA.policyCloudAppsLabel" $cloudApps = Get-CDAllCloudApps @@ -2425,7 +2425,7 @@ function Invoke-CDDocumentConditionalAccess { Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel - Value = Get-LanguageString "AzureIAM.cloudappsSelectionBladeAllCloudapps" #Get-LanguageString "Inputs.enabled" + Value = Get-LanguageString "AzureCA.cloudappsSelectionBladeAllCloudapps" #Get-LanguageString "Inputs.enabled" Category = $category SubCategory = $cloudAppsLabel EntityKey = "includeApplications" @@ -2435,7 +2435,7 @@ function Invoke-CDDocumentConditionalAccess { Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel - Value = Get-LanguageString "AzureIAM.chooseApplicationsNone" #Get-LanguageString "Inputs.enabled" + Value = Get-LanguageString "AzureCA.chooseApplicationsNone" #Get-LanguageString "Inputs.enabled" Category = $category SubCategory = $cloudAppsLabel EntityKey = "includeApplications" @@ -2477,18 +2477,18 @@ function Invoke-CDDocumentConditionalAccess if($obj.conditions.applications.includeUserActions.Count -gt 0) { - $userActionsLabel = Get-LanguageString "AzureIAM.UserActions.label" + $userActionsLabel = Get-LanguageString "AzureCA.UserActions.label" if(($obj.conditions.applications.includeUserActions | Where { $_ -eq "urn:user:registersecurityinfo" })) { - $value = Get-LanguageString "AzureIAM.UserActions.registerSecurityInfo" + $value = Get-LanguageString "AzureCA.UserActions.registerSecurityInfo" } else { - $value = Get-LanguageString "AzureIAM.UserActions.registerOrJoinDevices" + $value = Get-LanguageString "AzureCA.UserActions.registerOrJoinDevices" } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.UserActions.selectionInfo" + Name = Get-LanguageString "AzureCA.UserActions.selectionInfo" Value = $value Category = $category SubCategory = $userActionsLabel @@ -2511,10 +2511,10 @@ function Invoke-CDDocumentConditionalAccess } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.AuthContext.checkBoxInfo" + Name = Get-LanguageString "AzureCA.AuthContext.checkBoxInfo" Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.AuthContext.label" + SubCategory = Get-LanguageString "AzureCA.AuthContext.label" EntityKey = "includeAuthenticationContextClassReferences" }) } @@ -2523,23 +2523,23 @@ function Invoke-CDDocumentConditionalAccess # Conditions ################################################### - $category = Get-LanguageString "AzureIAM.helpConditionsTitle" + $category = Get-LanguageString "AzureCA.helpConditionsTitle" - #$category = Get-LanguageString "AzureIAM.policyConditionUserRisk" + #$category = Get-LanguageString "AzureCA.policyConditionUserRisk" if($obj.conditions.userRiskLevels.Count -gt 0) { $tmpObjs = @() foreach($id in ($obj.conditions.userRiskLevels)) { - $tmpObjs += Get-LanguageString "AzureIAM.$($id)Risk" + $tmpObjs += Get-LanguageString "AzureCA.$($id)Risk" } Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.policyConditionUserRisk" + SubCategory = Get-LanguageString "AzureCA.policyConditionUserRisk" EntityKey = "userRiskLevels" }) } @@ -2549,14 +2549,14 @@ function Invoke-CDDocumentConditionalAccess $tmpObjs = @() foreach($id in ($obj.conditions.signInRiskLevels)) { - $tmpObjs += Get-LanguageString "AzureIAM.$($id)Risk" + $tmpObjs += Get-LanguageString "AzureCA.$($id)Risk" } Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.policyConditionSigninRisk" + SubCategory = Get-LanguageString "AzureCA.policyConditionSigninRisk" EntityKey = "signInRiskLevels" }) } @@ -2568,11 +2568,11 @@ function Invoke-CDDocumentConditionalAccess { if($id -eq "all") { - $tmpObjs += Get-LanguageString "AzureIAM.allDevicePlatforms" + $tmpObjs += Get-LanguageString "AzureCA.allDevicePlatforms" } else { - $tmpObjs += Get-LanguageString "AzureIAM.$($id)DisplayName" + $tmpObjs += Get-LanguageString "AzureCA.$($id)DisplayName" } } @@ -2580,7 +2580,7 @@ function Invoke-CDDocumentConditionalAccess Name = $includeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.devicePlatform" + SubCategory = Get-LanguageString "AzureCA.devicePlatform" EntityKey = "includePlatforms" }) } @@ -2590,14 +2590,14 @@ function Invoke-CDDocumentConditionalAccess $tmpObjs = @() foreach($id in ($obj.conditions.platforms.excludePlatforms)) { - $tmpObjs += Get-LanguageString "AzureIAM.$($id)DisplayName" + $tmpObjs += Get-LanguageString "AzureCA.$($id)DisplayName" } Add-CustomSettingObject ([PSCustomObject]@{ Name = $excludeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.devicePlatform" + SubCategory = Get-LanguageString "AzureCA.devicePlatform" EntityKey = "excludePlatforms" }) } @@ -2614,7 +2614,7 @@ function Invoke-CDDocumentConditionalAccess elseif($script:allNamedLocations -isnot [Object[]]) { $script:allNamedLocations = @($script:allNamedLocations) } $script:allNamedLocations += [PSCustomObject]@{ - displayName = Get-LanguageString "AzureIAM.chooseLocationTrustedIpsItem" + displayName = Get-LanguageString "AzureCA.chooseLocationTrustedIpsItem" id = "00000000-0000-0000-0000-000000000000" } } @@ -2637,11 +2637,11 @@ function Invoke-CDDocumentConditionalAccess { if($id -eq "AllTrusted") { - $tmpObjs += Get-LanguageString "AzureIAM.allTrustedLocationLabel" + $tmpObjs += Get-LanguageString "AzureCA.allTrustedLocationLabel" } elseif($id -eq "All") { - $tmpObjs += Get-LanguageString "AzureIAM.locationsAllLocationsLabel" + $tmpObjs += Get-LanguageString "AzureCA.locationsAllLocationsLabel" } else { @@ -2654,7 +2654,7 @@ function Invoke-CDDocumentConditionalAccess Name = $includeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.policyConditionLocation" + SubCategory = Get-LanguageString "AzureCA.policyConditionLocation" EntityKey = "includeLocations" }) } @@ -2666,11 +2666,11 @@ function Invoke-CDDocumentConditionalAccess { if($id -eq "AllTrusted") { - $tmpObjs += Get-LanguageString "AzureIAM.allTrustedLocationLabel" + $tmpObjs += Get-LanguageString "AzureCA.allTrustedLocationLabel" } elseif($id -eq "All") { - $tmpObjs += Get-LanguageString "AzureIAM.locationsAllLocationsLabel" + $tmpObjs += Get-LanguageString "AzureCA.locationsAllLocationsLabel" } else { @@ -2683,7 +2683,7 @@ function Invoke-CDDocumentConditionalAccess Name = $excludeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.policyConditionLocation" + SubCategory = Get-LanguageString "AzureCA.policyConditionLocation" EntityKey = "excludeLocations" }) } @@ -2693,10 +2693,10 @@ function Invoke-CDDocumentConditionalAccess $tmpObjs = @() foreach($id in ($obj.conditions.clientAppTypes)) { - if($id -eq "browser") { $tmpObjs += Get-LanguageString "AzureIAM.clientAppWebBrowser" } - elseif($id -eq "mobileAppsAndDesktopClients") { $tmpObjs += Get-LanguageString "AzureIAM.clientAppMobileDesktop" } - elseif($id -eq "exchangeActiveSync") { $tmpObjs += Get-LanguageString "AzureIAM.clientAppExchangeActiveSync" } - elseif($id -eq "other") { $tmpObjs += Get-LanguageString "AzureIAM.clientTypeOtherClients" } + if($id -eq "browser") { $tmpObjs += Get-LanguageString "AzureCA.clientAppWebBrowser" } + elseif($id -eq "mobileAppsAndDesktopClients") { $tmpObjs += Get-LanguageString "AzureCA.clientAppMobileDesktop" } + elseif($id -eq "exchangeActiveSync") { $tmpObjs += Get-LanguageString "AzureCA.clientAppExchangeActiveSync" } + elseif($id -eq "other") { $tmpObjs += Get-LanguageString "AzureCA.clientTypeOtherClients" } elseif($id -eq "all") { break } # Not configured else { @@ -2711,7 +2711,7 @@ function Invoke-CDDocumentConditionalAccess Name = $includeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.policyConditioniClientApp" + SubCategory = Get-LanguageString "AzureCA.policyConditioniClientApp" EntityKey = "clientAppTypes" }) } @@ -2721,9 +2721,9 @@ function Invoke-CDDocumentConditionalAccess { Add-CustomSettingObject ([PSCustomObject]@{ Name = $includeLabel - Value = Get-LanguageString "AzureIAM.deviceStateAll" + Value = Get-LanguageString "AzureCA.deviceStateAll" Category = $category - SubCategory = Get-LanguageString "AzureIAM.deviceStateConditionSelectorLabel" + SubCategory = Get-LanguageString "AzureCA.deviceStateConditionSelectorLabel" EntityKey = "includeDevices" }) } @@ -2733,14 +2733,14 @@ function Invoke-CDDocumentConditionalAccess $tmpObjs = @() foreach($id in ($obj.conditions.devices.excludeDevices)) { - $tmpObjs += Get-LanguageString "AzureIAM.classicPolicyControlRequire$($id)Device" + $tmpObjs += Get-LanguageString "AzureCA.classicPolicyControlRequire$($id)Device" } Add-CustomSettingObject ([PSCustomObject]@{ Name = $excludeLabel Value = $tmpObjs -join $script:objectSeparator Category = $category - SubCategory = Get-LanguageString "AzureIAM.deviceStateConditionSelectorLabel" + SubCategory = Get-LanguageString "AzureCA.deviceStateConditionSelectorLabel" EntityKey = "excludeDevices" }) } @@ -2749,11 +2749,11 @@ function Invoke-CDDocumentConditionalAccess # Grant ################################################### - $category = Get-LanguageString "AzureIAM.policyControlBladeTitle" + $category = Get-LanguageString "AzureCA.policyControlBladeTitle" Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.policyControlContentDescription" - Value = Get-LanguageString "AzureIAM.$((?: (($obj.grantControls.builtInControls | Where { $_ -eq "block"}) -ne $null) "policyControlBlockAccessDisplayedName" "policyControlAllowAccessDisplayedName"))" + Name = Get-LanguageString "AzureCA.policyControlContentDescription" + Value = Get-LanguageString "AzureCA.$((?: (($obj.grantControls.builtInControls | Where { $_ -eq "block"}) -ne $null) "policyControlBlockAccessDisplayedName" "policyControlAllowAccessDisplayedName"))" Category = $category SubCategory = "" EntityKey = "policyControl" @@ -2766,7 +2766,7 @@ function Invoke-CDDocumentConditionalAccess if(($obj.grantControls.builtInControls | Where { $_ -eq "mfa"})) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.policyControlMfaChallengeDisplayedName" + Name = Get-LanguageString "AzureCA.policyControlMfaChallengeDisplayedName" Value = Get-LanguageString "Inputs.enabled" Category = $category SubCategory = "" @@ -2777,7 +2777,7 @@ function Invoke-CDDocumentConditionalAccess if(($obj.grantControls.builtInControls | Where { $_ -eq "compliantDevice"})) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.policyControlCompliantDeviceDisplayedName" + Name = Get-LanguageString "AzureCA.policyControlCompliantDeviceDisplayedName" Value = Get-LanguageString "Inputs.enabled" Category = $category SubCategory = "" @@ -2788,7 +2788,7 @@ function Invoke-CDDocumentConditionalAccess if(($obj.grantControls.builtInControls | Where { $_ -eq "domainJoinedDevice"})) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.policyControlRequireDomainJoinedDisplayedName" + Name = Get-LanguageString "AzureCA.policyControlRequireDomainJoinedDisplayedName" Value = Get-LanguageString "Inputs.enabled" Category = $category SubCategory = "" @@ -2799,7 +2799,7 @@ function Invoke-CDDocumentConditionalAccess if(($obj.grantControls.builtInControls | Where { $_ -eq "approvedApplication"})) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.policyControlRequireMamDisplayedName" + Name = Get-LanguageString "AzureCA.policyControlRequireMamDisplayedName" Value = Get-LanguageString "Inputs.enabled" Category = $category SubCategory = "" @@ -2810,7 +2810,7 @@ function Invoke-CDDocumentConditionalAccess if(($obj.grantControls.builtInControls | Where { $_ -eq "compliantApplication"})) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.policyControlRequireCompliantAppDisplayedName" + Name = Get-LanguageString "AzureCA.policyControlRequireCompliantAppDisplayedName" Value = Get-LanguageString "Inputs.enabled" Category = $category SubCategory = "" @@ -2821,7 +2821,7 @@ function Invoke-CDDocumentConditionalAccess if(($obj.grantControls.builtInControls | Where { $_ -eq "passwordChange"})) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.policyControlRequiredPasswordChangeDisplayedName" + Name = Get-LanguageString "AzureCA.policyControlRequiredPasswordChangeDisplayedName" Value = Get-LanguageString "Inputs.enabled" Category = $category SubCategory = "" @@ -2840,7 +2840,7 @@ function Invoke-CDDocumentConditionalAccess } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.menuItemTermsOfUse" + Name = Get-LanguageString "AzureCA.menuItemTermsOfUse" Value = $termsOfUse -join $script:objectSeparator Category = $category SubCategory = "" @@ -2849,8 +2849,8 @@ function Invoke-CDDocumentConditionalAccess } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.descriptionContentForControlsAndOr" - Value = Get-LanguageString "AzureIAM.$((?: ($obj.grantControls.operator -eq "OR") "requireOneControlText" "requireAllControlsText"))" + Name = Get-LanguageString "AzureCA.descriptionContentForControlsAndOr" + Value = Get-LanguageString "AzureCA.$((?: ($obj.grantControls.operator -eq "OR") "requireOneControlText" "requireAllControlsText"))" Category = $category SubCategory = "" EntityKey = "grantOperator" @@ -2861,12 +2861,12 @@ function Invoke-CDDocumentConditionalAccess # Session ################################################### - $category = Get-LanguageString "AzureIAM.sessionControlBladeTitle" + $category = Get-LanguageString "AzureCA.sessionControlBladeTitle" if($obj.sessionControls.applicationEnforcedRestrictions.isEnabled -eq $true) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.sessionControlsAppEnforcedLabel" + Name = Get-LanguageString "AzureCA.sessionControlsAppEnforcedLabel" Value = Get-LanguageString "Inputs.enabled" Category = $category SubCategory = "" @@ -2881,8 +2881,8 @@ function Invoke-CDDocumentConditionalAccess elseif($obj.sessionControls.cloudAppSecurity.cloudAppSecurityType -eq "blockDownloads") { $strId = "blockDownloads" } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.sessionControlsCasLabel" - Value = Get-LanguageString "AzureIAM.CAS.BuiltinPolicy.Option.$strId" + Name = Get-LanguageString "AzureCA.sessionControlsCasLabel" + Value = Get-LanguageString "AzureCA.CAS.BuiltinPolicy.Option.$strId" Category = $category SubCategory = "" EntityKey = "cloudAppSecurity" @@ -2899,27 +2899,27 @@ function Invoke-CDDocumentConditionalAccess { if($obj.sessionControls.signInFrequency.value -gt 1) { - $value = (Get-LanguageString "AzureIAM.SessionLifetime.SignInFrequency.Option.Hour.plural") -f $obj.sessionControls.signInFrequency.value + $value = (Get-LanguageString "AzureCA.SessionLifetime.SignInFrequency.Option.Hour.plural") -f $obj.sessionControls.signInFrequency.value } else { - $value = Get-LanguageString "AzureIAM.SessionLifetime.SignInFrequency.Option.Hour.singular" + $value = Get-LanguageString "AzureCA.SessionLifetime.SignInFrequency.Option.Hour.singular" } } else { if($obj.sessionControls.signInFrequency.value -gt 1) { - $value = (Get-LanguageString "AzureIAM.SessionLifetime.SignInFrequency.Option.Day.plural") -f $obj.sessionControls.signInFrequency.value + $value = (Get-LanguageString "AzureCA.SessionLifetime.SignInFrequency.Option.Day.plural") -f $obj.sessionControls.signInFrequency.value } else { - $value = Get-LanguageString "AzureIAM.SessionLifetime.SignInFrequency.Option.Day.singular" + $value = Get-LanguageString "AzureCA.SessionLifetime.SignInFrequency.Option.Day.singular" } } Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.SessionLifetime.SignInFrequency.Option.label" + Name = Get-LanguageString "AzureCA.SessionLifetime.SignInFrequency.Option.label" Value = $value Category = $category SubCategory = "" @@ -2930,8 +2930,8 @@ function Invoke-CDDocumentConditionalAccess if($obj.sessionControls.persistentBrowser.isEnabled -eq $true) { Add-CustomSettingObject ([PSCustomObject]@{ - Name = Get-LanguageString "AzureIAM.SessionLifetime.PersistentBrowser.Option.label" - Value = Get-LanguageString "AzureIAM.SessionLifetime.PersistentBrowser.Option.$($obj.sessionControls.persistentBrowser.mode)" + Name = Get-LanguageString "AzureCA.SessionLifetime.PersistentBrowser.Option.label" + Value = Get-LanguageString "AzureCA.SessionLifetime.PersistentBrowser.Option.$($obj.sessionControls.persistentBrowser.mode)" Category = $category SubCategory = "" EntityKey = "persistentBrowser" @@ -3899,7 +3899,7 @@ function Invoke-CDDocumentDeviceEnrollmentPlatformRestrictionConfiguration if($obj.'@OData.Type' -eq '#microsoft.graph.deviceEnrollmentPlatformRestrictionsConfiguration') { - $platform = Get-LanguageString "AzureIAM.classicPolicyAllPlatforms" + $platform = Get-LanguageString "AzureCA.classicPolicyAllPlatforms" $properties = @("androidForWorkRestriction","androidRestriction","iosRestriction","macRestriction","windowsRestriction") $policyType = "all" } diff --git a/Extensions/EndpointManager.psm1 b/Extensions/EndpointManager.psm1 index d3a2578..edf63fb 100644 --- a/Extensions/EndpointManager.psm1 +++ b/Extensions/EndpointManager.psm1 @@ -10,7 +10,7 @@ This module is for the Endpoint Manager/Intune View. It manages Export/Import/Co #> function Get-ModuleVersion { - '3.9.0' + '3.9.1' } function Invoke-InitializeModule @@ -455,6 +455,7 @@ function Invoke-InitializeModule PostExportCommand = { Start-PostExportApplications @args } PostListCommand = { Start-PostListApplications @args } ExportExtension = { Add-ScriptExportExtensions @args } + PostGetCommand = { Start-PostGetApplications @args } GroupId = "Apps" ScopeTagsReturnedInList = $false }) @@ -767,6 +768,16 @@ function Invoke-InitializeModule Icon = "Devices" GroupId = "DeviceConfiguration" }) + + Add-ViewItem (New-Object PSObject -Property @{ + Title = "Driver Update Profiles" + Id = "DriverUpdateProfiles" + ViewID = "IntuneGraphAPI" + API = "/deviceManagement/windowsDriverUpdateProfiles" + Permissons = @("DeviceManagementConfiguration.ReadWrite.All") + Icon = "UpdatePolicies" + GroupId = "WinDriverUpdatePolicies" + }) } function Invoke-EMAuthenticateToMSAL @@ -2193,6 +2204,29 @@ function Start-PostListApplications $objList } +function Start-PostGetApplications { + param($obj, $objectType) + + $relationships = (Invoke-GraphRequest -Url "/deviceAppManagement/mobileApps/$($obj.Id)/relationships?`$filter=targetType%20eq%20microsoft.graph.mobileAppRelationshipType%27child%27").value + $dependencyApps = @() + $supersededApps = @() + foreach ($rel in $relationships) { + if ($rel."@odata.type" -eq "#microsoft.graph.mobileAppDependency") { + $dependencyApps += "$($rel.targetDisplayName)|!|$($rel.targetDisplayVersion)|!|$($rel.targetId)|!|$($rel.dependencyType)" + } + elseif ($rel."@odata.type" -eq "#microsoft.graph.mobileAppSupersedence") { + $supersededApps += "$($rel.targetDisplayName)|!|$($rel.targetDisplayVersion)|!|$($rel.targetId)|!|$($rel.supersedenceType)" + } + } + if ($dependencyApps.Count -gt 0) { + $obj.Object | Add-Member -MemberType NoteProperty -Name "#CustomRefDependency" -Value ($dependencyApps -join "|*|") + } + + if ($supersededApps.Count -gt 0) { + $obj.Object | Add-Member -MemberType NoteProperty -Name "#CustomRefSupersedence" -Value ($supersededApps -join "|*|") + } +} + #endregion #region Group Policy/Administrative Templates functions @@ -2202,6 +2236,13 @@ function Get-GPOObjectSettings $gpoSettings = @() + if ($GPOObj.policyConfigurationIngestionType -eq "unknown") { + $tmpObj = (Invoke-GraphRequest -Url "/deviceManagement/groupPolicyConfigurations?`$filter=id eq '$($GPOObj.id)'").value[0] + if ($tmpObj.policyConfigurationIngestionType) { + $GPOObj.policyConfigurationIngestionType = $tmpObj.policyConfigurationIngestionType + } + } + # Get all configured policies in the Administrative Templates profile $GPODefinitionValues = Invoke-GraphRequest -Url "/deviceManagement/groupPolicyConfigurations/$($GPOObj.id)/definitionValues?`$expand=definition" -ODataMetadata "skip" foreach($definitionValue in $GPODefinitionValues.value) @@ -3253,6 +3294,11 @@ function Add-ConditionalAccessImportExtensions $label = [Windows.Markup.XamlReader]::Parse($xaml) $CAStates = @() + $CAStates += [PSCustomObject]@{ + Name = "As Exported - Change On to Report-only" + Value = "AsExportedReportOnly" + } + $CAStates += [PSCustomObject]@{ Name = "As Exported" Value = "AsExported" @@ -3277,7 +3323,7 @@ function Add-ConditionalAccessImportExtensions $global:cbImportCAState.DisplayMemberPath = "Name" $global:cbImportCAState.SelectedValuePath = "Value" $global:cbImportCAState.ItemsSource = $CAStates - $global:cbImportCAState.SelectedValue = "AsExported" + $global:cbImportCAState.SelectedValue = "disabled" $global:cbImportCAState.Margin="0,5,0,0" $global:cbImportCAState.HorizontalAlignment="Left" $global:cbImportCAState.Width=250 @@ -3290,9 +3336,14 @@ function Start-PreImportConditionalAccess { param($obj, $objectType, $file, $assignments) - if($global:cbImportCAState.SelectedValue -and $global:cbImportCAState.SelectedValue -ne "AsExported") - { - $obj.state = $global:cbImportCAState.SelectedValue + if ($global:cbImportCAState.SelectedValue -and $global:cbImportCAState.SelectedValue -ne "AsExported") { + if ($global:cbImportCAState.SelectedValue -eq "AsExportedReportOnly" -and $obj.state -eq "enabled") { + Write-Log "Change Enabled policy to Report-only" + $obj.state = "enabledForReportingButNotEnforced" + } + else { + $obj.state = $global:cbImportCAState.SelectedValue + } } if($obj.grantControls.authenticationStrength) diff --git a/Extensions/IntuneAppManagement.psm1 b/Extensions/IntuneAppManagement.psm1 index 2bb763d..d2fe4d7 100644 --- a/Extensions/IntuneAppManagement.psm1 +++ b/Extensions/IntuneAppManagement.psm1 @@ -10,7 +10,7 @@ This module manages Application objects in Intune e.g. uploading application fil #> function Get-ModuleVersion { - '3.9.0' + '3.9.1' } ######################################################################################### @@ -423,9 +423,17 @@ function Set-FinalizeAzureStorageUpload } $xml += '' + $params = @{} + $proxyURI = Get-ProxyURI + if($proxyURI) + { + $params.Add("proxy", $proxyURI) + $params.Add("UseBasicParsing", $true) + } + try { - Invoke-RestMethod $uri -Method Put -Body $xml + Invoke-RestMethod $uri -Method Put -Body $xml @params } catch { @@ -457,12 +465,18 @@ function Write-AzureStorageChunk $success = $false $retryCount = 0 - while($true) + $params = @{} + $proxyURI = Get-ProxyURI + if($proxyURI) { - + $params.Add("proxy", $proxyURI) + } + + while($true) + { try { - $response = Invoke-WebRequest $uri -Method Put -Headers $headers -Body $encodedBody -UseBasicParsing + $response = Invoke-WebRequest $uri -Method Put -Headers $headers -Body $encodedBody -UseBasicParsing @params if($retryCount -gt 0) { Write-Log "Chunk uploaded successfully" diff --git a/Extensions/IntuneTools.psm1 b/Extensions/IntuneTools.psm1 index c118212..d23c32c 100644 --- a/Extensions/IntuneTools.psm1 +++ b/Extensions/IntuneTools.psm1 @@ -22,7 +22,7 @@ $global:EMToolsViewObject = $null function Get-ModuleVersion { - '1.0.3' + '1.0.4' } function Invoke-InitializeModule @@ -82,7 +82,7 @@ function Add-EMToolsViewItem Activating = { Invoke-EMToolsActivatingView } Authentication = (Get-MSALAuthenticationObject) Authenticate = { Invoke-EMToolsAuthenticateToMSAL } - AppInfo = (Get-GraphAppInfo "EM" "d1ddf0e4-d672-4dae-b554-9d5bdfd93547") + AppInfo = (Get-GraphAppInfo "EMAzureApp" "d1ddf0e4-d672-4dae-b554-9d5bdfd93547") SaveSettings = { Invoke-EMSaveSettings } Permissions = @() }) diff --git a/Extensions/MSALAuthentication.psm1 b/Extensions/MSALAuthentication.psm1 index 648c38d..5dc575b 100644 --- a/Extensions/MSALAuthentication.psm1 +++ b/Extensions/MSALAuthentication.psm1 @@ -10,7 +10,7 @@ This module manages Authentication for the application with MSAL. It is also res #> function Get-ModuleVersion { - '3.8.1' + '3.9.1' } $global:msalAuthenticator = $null @@ -535,12 +535,14 @@ function Add-MSALPrereq Write-Log "Some MSAL features might not work!" 3 Write-Log "This could happen if another version of MSAL.DLL was loaded beforethe script tried to load it" 3 $RequiredAssemblies.Add($fiLoaded.FullName) + $script:msalFile = $fiLoaded.FullName } else { Write-Log "Using MSAL file $msalPath. Version: $($fi.VersionInfo.FileVersion)" [void][System.Reflection.Assembly]::LoadFile($msalPath) $RequiredAssemblies.Add($msalPath) + $script:msalFile = $msalPath } $RequiredAssemblies.Add('System.Security.dll') @@ -598,6 +600,7 @@ function Connect-MSALClientApp { return } + Add-MSALProxy $ClientApplicationBuilder $script:MSALApp = $ClientApplicationBuilder.Build() } @@ -677,6 +680,43 @@ function Get-MsalAuthenticationToken $authResult } +function Add-MSALProxy +{ + param($appBuilder) + + $proxy = Get-SettingValue "ProxyURI" + if($proxy) + { + Write-Log "Use proxy $proxy" + if(-not ("HttpFactoryWithProxy" -as [type])) + { + try + { + Write-Log "Add type HttpFactoryWithProxy" + [System.Collections.Generic.List[string]] $RequiredAssemblies = New-Object System.Collections.Generic.List[string] + $RequiredAssemblies.Add($script:msalFile) + $RequiredAssemblies.Add('System.Net.Http.dll') + $RequiredAssemblies.Add('System.Net.Primitives.dll') + + Add-Type -Path ($global:AppRootFolder + "\CS\HttpFactoryWithProxy.cs") -ReferencedAssemblies $RequiredAssemblies + } + catch + { + Write-LogError "Failed to compile HttpFactoryWithProxy" $_.Exception + } + } + + try + { + $hcf = [HttpFactoryWithProxy]::new($proxy) + [void] $appBuilder.WithHttpClientFactory($hcf) + } + catch + { + Write-LogError "Failed to set proxy for MSAL" $_.Exception + } + } +} function Get-MSALLoginEnvironment { $loginEnv = $script:lstAADEnvironments | Where value -eq (Get-Setting "" "MSALCloudType" "public") @@ -716,6 +756,8 @@ function Get-MSALApp [void] $appBuilder.WithClientName("CloudAPIPowerShellManagement") [void] $appBuilder.WithClientVersion($PSVersionTable.PSVersion) + + Add-MSALProxy $appBuilder # Ceck if correct version... #$appBuilder.WithMultiCloudSupport($true) @@ -1065,6 +1107,8 @@ function Connect-MSALUser else { [void]$appBuilder.WithAuthority($global:MSALApp.Authority) } if($global:appObj.RedirectUri) { [void]$appBuilder.WithRedirectUri($global:appObj.RedirectUri) } + Add-MSALProxy $appBuilder + $app = $appBuilder.Build() if((Get-SettingValue "CacheMSALToken")) @@ -1091,9 +1135,17 @@ function Connect-MSALUser 'Content-Type' = 'application/json' 'Authorization' = "Bearer " + $tmpResults.AccessToken 'ExpiresOn' = $tmpResults.ExpiresOn - } - - $ret = Invoke-RestMethod "https://management.azure.com/tenants?api-version=2020-01-01" -Headers $Headers + } + + $params = @{} + $proxyURI = Get-ProxyURI + if($proxyURI) + { + $params.Add("proxy", $proxyURI) + $params.Add("UseBasicParsing", $true) + } + + $ret = Invoke-RestMethod "https://management.azure.com/tenants?api-version=2020-01-01" -Headers $Headers @params if($ret) { $script:AccessableTenants = $ret.Value diff --git a/Extensions/MSGraph.psm1 b/Extensions/MSGraph.psm1 index fa63aae..d9af53f 100644 --- a/Extensions/MSGraph.psm1 +++ b/Extensions/MSGraph.psm1 @@ -10,7 +10,7 @@ This module manages Microsoft Grap fuctions like calling APIs, managing graph ob #> function Get-ModuleVersion { - '3.9.0' + '3.9.1' } $global:MSGraphGlobalApps = @( @@ -394,6 +394,13 @@ function Invoke-GraphRequest $url = "$($url.Trim())`$top=$($PageSize)" } + $proxyURI = Get-ProxyURI + if($proxyURI) + { + $params.Add("proxy", $proxyURI) + $params.Add("UseBasicParsing", $true) + } + $ret = $null $retryCount = 0 @@ -1028,6 +1035,12 @@ function Get-GraphMetaData [void][System.Reflection.Assembly]::LoadWithPartialName("System.Web.Extensions") $wc = New-Object System.Net.WebClient $wc.Encoding = [System.Text.Encoding]::UTF8 + $proxyURI = Get-ProxyURI + if($proxyURI) + { + $wc.Proxy = $proxyURI + } + try { [xml]$global:metaDataXML = $wc.DownloadString($url) @@ -2497,25 +2510,36 @@ function Set-ScopeTags else { return } $scopesIds = @() - $loadedScopeTags = $global:LoadedDependencyObjects["ScopeTags"] - $usingDefault = (($obj."$scopeTagProperty" | measure).Count -eq 1 -and ($obj."$scopeTagProperty")[0] -eq "0") - if($loadedScopeTags -and $global:chkImportScopes.IsChecked -eq $true -and $usingDefault -eq $false -and $loadedScopeTags) - { - foreach($scopeId in $obj."$scopeTagProperty") + if($global:chkReplaceDependencyIDs.IsChecked -eq $false -and $global:chkReplaceDependencyIDs.IsEnabled -eq $false) + { + if($global:chkImportScopes.IsChecked -eq $true) { - if($scopeId -eq 0) { $scopesIds += "0"; continue } # Add default - - $scopeMigObj = $loadedScopeTags | Where OriginalId -eq $scopeId - if($scopeMigObj -and $scopeMigObj.Id) - { - $scopesIds += "$($scopeMigObj.Id)" - } - elseif($scopeMigObj) - { - Write-Log "Could not find a ScopeTag for exported Id '$($obj.Id)' ($($scopeMigObj.Name)). Make sure all ScopeTags are imported into the environment" 2 - } + $scopesIds += $obj.$scopeTagProperty } } + else + { + $loadedScopeTags = $global:LoadedDependencyObjects["ScopeTags"] + $usingDefault = (($obj."$scopeTagProperty" | measure).Count -eq 1 -and ($obj."$scopeTagProperty")[0] -eq "0") + if($loadedScopeTags -and $global:chkImportScopes.IsChecked -eq $true -and $usingDefault -eq $false -and $loadedScopeTags) + { + foreach($scopeId in $obj."$scopeTagProperty") + { + if($scopeId -eq 0) { $scopesIds += "0"; continue } # Add default + + $scopeMigObj = $loadedScopeTags | Where OriginalId -eq $scopeId + if($scopeMigObj -and $scopeMigObj.Id) + { + $scopesIds += "$($scopeMigObj.Id)" + } + elseif($scopeMigObj) + { + Write-Log "Could not find a ScopeTag for exported Id '$($obj.Id)' ($($scopeMigObj.Name)). Make sure all ScopeTags are imported into the environment" 2 + } + } + } + } + if($scopesIds.Count -eq 0) { $scopesIds += "0" # Import with Default ScopeTag as default. @@ -2961,7 +2985,7 @@ function Add-GraphDependencyObjects { if($global:LoadedDependencyObjects.ContainsKey($dep)) { continue } - $depObjectType = $global:currentViewObject.ViewItems | Where Id -eq $Dep + $depObjectType = $global:viewObjects.ViewItems | Where Id -eq $Dep if(-not $depObjectType) { diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 4c28c2a..62d6e17 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,42 @@ # Release Notes +## 3.9.1 - 2023-08-30 + +**New features** + +- **Added support for Windows Update Driver Policies**
                                          + +- **Support for new Settings**
                                          + - Proxy configuration - If configured, Proxy will be used for authentication, APIs and upload
                                          + - Disable Write-Error output - Skip PowerShell errors in output
                                          + +**Default Settings Value Changes** + - Conditional Access policies will now be imported as Disabled by default
                                          + - New import option added: As Exported - Change On to Report-only
                                          + - This is to avoid being locked out from the tenant when importing Conditional Access policies
                                          + - Based on [Discussion 139](https://github.com/Micke-K/IntuneManagement/discussions/139)
                                          + +**Fixes** +- **Documentation**
                                          + - Fixed issues with some Feature Updates properties
                                          + - Added missing strings on Windows Update polices
                                          + - Regenerated Language files and Translation tables for Template policies
                                          + Note: Conditional Access string has changed file in background. Please report if there is anything missing
                                          + +- **Custom ADMX Files**
                                          + - Fixed issues with migrating custom policies between environments
                                          + - Case reopened due to something broke the initial functionality
                                          + - Only custom ADMX policies with #Definition properties can be imported into a new environment
                                          + - Based on [Issue 124](https://github.com/Micke-K/IntuneManagement/issues/124)
                                          + +- **Scope Tags**
                                          + - Fixed issues with importing policies with Scope Tags but they were not set
                                          + - Based on [Issue 133](https://github.com/Micke-K/IntuneManagement/issues/133)
                                          + +**Generic**
                                          + - Remove invalid characters from path.
                                          + - Based on [Issue 150](https://github.com/Micke-K/IntuneManagement/issues/150)
                                          +
                                          + ## 3.9.0 - 2023-05-04 **New features**